2024-09-16T08:07:09.304 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-16T08:07:09.321 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-16T08:07:09.411 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906930 branch: wip-guits-main-2024-09-13-1248 description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: gabrioux@ibm.com first_in_suite: false job_id: '7906930' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-main-2024-09-13-1248 ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - CEPHADM_DAEMON_PLACE_FAIL - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 8293d73f8690540e843a81caec373f9cc29cf705 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 8293d73f8690540e843a81caec373f9cc29cf705 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-main-2024-09-13-1248 sha1: 8293d73f8690540e843a81caec373f9cc29cf705 owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 6714 sha1: 8293d73f8690540e843a81caec373f9cc29cf705 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-main-2024-09-13-1248 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 8293d73f8690540e843a81caec373f9cc29cf705 targets: smithi039.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPsLH6V/GigFdrDV2U+FfdjJI74AxHScgyxWzma5AzC3r6pCb80TG2SaOut9LCWi4lrqEAxoaaInx9oxoZYGfpk= smithi161.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMXIG5ndl88A9p3sx68+ckMgstBsGrOl5eJkVDCJW2pOuKdmu2AUu5bQhXKCEVg4RncgL6Ojb+QZdsS3aJn14z8= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-16_07:44:22 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-16T08:07:09.411 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa; will attempt to use it 2024-09-16T08:07:09.412 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa/tasks 2024-09-16T08:07:09.412 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-16T08:07:09.414 INFO:teuthology.task.internal:Checking packages... 2024-09-16T08:07:09.436 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '8293d73f8690540e843a81caec373f9cc29cf705' 2024-09-16T08:07:09.436 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-16T08:07:09.437 INFO:teuthology.packaging:ref: None 2024-09-16T08:07:09.437 INFO:teuthology.packaging:tag: None 2024-09-16T08:07:09.437 INFO:teuthology.packaging:branch: wip-guits-main-2024-09-13-1248 2024-09-16T08:07:09.437 INFO:teuthology.packaging:sha1: 8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T08:07:09.437 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-main-2024-09-13-1248 2024-09-16T08:07:09.578 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4917.g8293d73f 2024-09-16T08:07:09.579 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-16T08:07:09.585 INFO:teuthology.task.internal:no buildpackages task found 2024-09-16T08:07:09.585 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-16T08:07:09.605 INFO:teuthology.task.internal:Saving configuration 2024-09-16T08:07:09.618 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-16T08:07:09.624 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-16T08:07:09.649 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi039.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906930', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-16 08:01:12.190792', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPsLH6V/GigFdrDV2U+FfdjJI74AxHScgyxWzma5AzC3r6pCb80TG2SaOut9LCWi4lrqEAxoaaInx9oxoZYGfpk='} 2024-09-16T08:07:09.675 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906930', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-16 08:01:12.189197', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMXIG5ndl88A9p3sx68+ckMgstBsGrOl5eJkVDCJW2pOuKdmu2AUu5bQhXKCEVg4RncgL6Ojb+QZdsS3aJn14z8='} 2024-09-16T08:07:09.675 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-16T08:07:09.680 INFO:teuthology.task.internal:roles: ubuntu@smithi039.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-09-16T08:07:09.680 INFO:teuthology.task.internal:roles: ubuntu@smithi161.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-09-16T08:07:09.680 INFO:teuthology.run_tasks:Running task console_log... 2024-09-16T08:07:09.736 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f8af302fbe0>, signals=[15]) 2024-09-16T08:07:09.737 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-16T08:07:09.742 INFO:teuthology.task.internal:Opening connections... 2024-09-16T08:07:09.742 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi039.front.sepia.ceph.com 2024-09-16T08:07:09.743 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:07:09.833 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi161.front.sepia.ceph.com 2024-09-16T08:07:09.834 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:07:09.909 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-16T08:07:09.916 DEBUG:teuthology.orchestra.run.smithi039:> uname -m 2024-09-16T08:07:09.934 INFO:teuthology.orchestra.run.smithi039.stdout:x86_64 2024-09-16T08:07:09.934 DEBUG:teuthology.orchestra.run.smithi039:> cat /etc/os-release 2024-09-16T08:07:09.991 INFO:teuthology.orchestra.run.smithi039.stdout:NAME="CentOS Stream" 2024-09-16T08:07:09.992 INFO:teuthology.orchestra.run.smithi039.stdout:VERSION="9" 2024-09-16T08:07:09.992 INFO:teuthology.orchestra.run.smithi039.stdout:ID="centos" 2024-09-16T08:07:09.992 INFO:teuthology.orchestra.run.smithi039.stdout:ID_LIKE="rhel fedora" 2024-09-16T08:07:09.992 INFO:teuthology.orchestra.run.smithi039.stdout:VERSION_ID="9" 2024-09-16T08:07:09.992 INFO:teuthology.orchestra.run.smithi039.stdout:PLATFORM_ID="platform:el9" 2024-09-16T08:07:09.992 INFO:teuthology.orchestra.run.smithi039.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-16T08:07:09.992 INFO:teuthology.orchestra.run.smithi039.stdout:ANSI_COLOR="0;31" 2024-09-16T08:07:09.992 INFO:teuthology.orchestra.run.smithi039.stdout:LOGO="fedora-logo-icon" 2024-09-16T08:07:09.992 INFO:teuthology.orchestra.run.smithi039.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-16T08:07:09.992 INFO:teuthology.orchestra.run.smithi039.stdout:HOME_URL="https://centos.org/" 2024-09-16T08:07:09.992 INFO:teuthology.orchestra.run.smithi039.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-16T08:07:09.993 INFO:teuthology.orchestra.run.smithi039.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-16T08:07:09.993 INFO:teuthology.orchestra.run.smithi039.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-16T08:07:09.993 INFO:teuthology.lock.ops:Updating smithi039.front.sepia.ceph.com on lock server 2024-09-16T08:07:10.011 DEBUG:teuthology.orchestra.run.smithi161:> uname -m 2024-09-16T08:07:10.029 INFO:teuthology.orchestra.run.smithi161.stdout:x86_64 2024-09-16T08:07:10.029 DEBUG:teuthology.orchestra.run.smithi161:> cat /etc/os-release 2024-09-16T08:07:10.087 INFO:teuthology.orchestra.run.smithi161.stdout:NAME="CentOS Stream" 2024-09-16T08:07:10.087 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION="9" 2024-09-16T08:07:10.087 INFO:teuthology.orchestra.run.smithi161.stdout:ID="centos" 2024-09-16T08:07:10.087 INFO:teuthology.orchestra.run.smithi161.stdout:ID_LIKE="rhel fedora" 2024-09-16T08:07:10.087 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION_ID="9" 2024-09-16T08:07:10.087 INFO:teuthology.orchestra.run.smithi161.stdout:PLATFORM_ID="platform:el9" 2024-09-16T08:07:10.087 INFO:teuthology.orchestra.run.smithi161.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-16T08:07:10.087 INFO:teuthology.orchestra.run.smithi161.stdout:ANSI_COLOR="0;31" 2024-09-16T08:07:10.088 INFO:teuthology.orchestra.run.smithi161.stdout:LOGO="fedora-logo-icon" 2024-09-16T08:07:10.088 INFO:teuthology.orchestra.run.smithi161.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-16T08:07:10.088 INFO:teuthology.orchestra.run.smithi161.stdout:HOME_URL="https://centos.org/" 2024-09-16T08:07:10.088 INFO:teuthology.orchestra.run.smithi161.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-16T08:07:10.088 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-16T08:07:10.088 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-16T08:07:10.088 INFO:teuthology.lock.ops:Updating smithi161.front.sepia.ceph.com on lock server 2024-09-16T08:07:10.112 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-16T08:07:10.121 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-16T08:07:10.126 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-16T08:07:10.126 DEBUG:teuthology.orchestra.run.smithi039:> test '!' -e /home/ubuntu/cephtest 2024-09-16T08:07:10.128 DEBUG:teuthology.orchestra.run.smithi161:> test '!' -e /home/ubuntu/cephtest 2024-09-16T08:07:10.144 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-16T08:07:10.150 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-16T08:07:10.150 DEBUG:teuthology.orchestra.run.smithi039:> test -z $(ls -A /var/lib/ceph) 2024-09-16T08:07:10.185 DEBUG:teuthology.orchestra.run.smithi161:> test -z $(ls -A /var/lib/ceph) 2024-09-16T08:07:10.212 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-16T08:07:10.267 INFO:teuthology.run_tasks:Running task kernel... 2024-09-16T08:07:10.281 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-16T08:07:10.281 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-16T08:07:10.281 DEBUG:teuthology.orchestra.run.smithi039:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-16T08:07:10.282 DEBUG:teuthology.orchestra.run.smithi161:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-16T08:07:10.298 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T08:07:10.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T08:07:10.299 DEBUG:teuthology.orchestra.run.smithi039:> uname -r 2024-09-16T08:07:10.300 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-09-16T08:07:10.357 INFO:teuthology.orchestra.run.smithi161.stdout:5.14.0-503.el9.x86_64 2024-09-16T08:07:10.357 INFO:teuthology.task.kernel:Running kernel on smithi161: 5.14.0-503.el9.x86_64 2024-09-16T08:07:10.357 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum install -y kernel 2024-09-16T08:07:10.358 INFO:teuthology.orchestra.run.smithi039.stdout:5.14.0-503.el9.x86_64 2024-09-16T08:07:10.358 INFO:teuthology.task.kernel:Running kernel on smithi039: 5.14.0-503.el9.x86_64 2024-09-16T08:07:10.358 DEBUG:teuthology.orchestra.run.smithi039:> sudo yum install -y kernel 2024-09-16T08:07:12.571 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - BaseOS 17 MB/s | 8.2 MB 00:00 2024-09-16T08:07:14.732 INFO:teuthology.orchestra.run.smithi039.stdout:CentOS Stream 9 - BaseOS 3.1 MB/s | 8.2 MB 00:02 2024-09-16T08:07:18.613 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - AppStream 4.1 MB/s | 20 MB 00:04 2024-09-16T08:07:21.408 INFO:teuthology.orchestra.run.smithi039.stdout:CentOS Stream 9 - AppStream 3.7 MB/s | 20 MB 00:05 2024-09-16T08:07:22.797 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - CRB 16 MB/s | 6.5 MB 00:00 2024-09-16T08:07:24.340 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 9 - Extras packages 54 kB/s | 19 kB 00:00 2024-09-16T08:07:25.310 INFO:teuthology.orchestra.run.smithi161.stdout:Extra Packages for Enterprise Linux 27 MB/s | 23 MB 00:00 2024-09-16T08:07:28.783 INFO:teuthology.orchestra.run.smithi039.stdout:CentOS Stream 9 - CRB 1.9 MB/s | 6.5 MB 00:03 2024-09-16T08:07:30.300 INFO:teuthology.orchestra.run.smithi039.stdout:CentOS Stream 9 - Extras packages 74 kB/s | 19 kB 00:00 2024-09-16T08:07:30.758 INFO:teuthology.orchestra.run.smithi161.stdout:lab-extras 34 kB/s | 1.7 kB 00:00 2024-09-16T08:07:31.529 INFO:teuthology.orchestra.run.smithi039.stdout:Extra Packages for Enterprise Linux 21 MB/s | 23 MB 00:01 2024-09-16T08:07:32.748 INFO:teuthology.orchestra.run.smithi161.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-16T08:07:32.748 INFO:teuthology.orchestra.run.smithi161.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-16T08:07:32.849 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-16T08:07:32.860 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-16T08:07:32.860 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2024-09-16T08:07:32.860 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-16T08:07:32.860 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-09-16T08:07:32.860 INFO:teuthology.orchestra.run.smithi161.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-16T08:07:32.860 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-09-16T08:07:32.860 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-16T08:07:32.860 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-16T08:07:32.860 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-16T08:07:32.860 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:07:32.860 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-09-16T08:07:32.861 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-16T08:07:32.861 INFO:teuthology.orchestra.run.smithi161.stdout:Install 4 Packages 2024-09-16T08:07:32.861 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:07:32.861 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 79 M 2024-09-16T08:07:32.861 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 126 M 2024-09-16T08:07:32.861 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-09-16T08:07:32.968 INFO:teuthology.orchestra.run.smithi161.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 261 kB/s | 23 kB 00:00 2024-09-16T08:07:33.293 INFO:teuthology.orchestra.run.smithi161.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 38 MB/s | 16 MB 00:00 2024-09-16T08:07:33.676 INFO:teuthology.orchestra.run.smithi161.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 40 MB/s | 29 MB 00:00 2024-09-16T08:07:34.119 INFO:teuthology.orchestra.run.smithi161.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 28 MB/s | 35 MB 00:01 2024-09-16T08:07:34.119 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-09-16T08:07:34.119 INFO:teuthology.orchestra.run.smithi161.stdout:Total 63 MB/s | 79 MB 00:01 2024-09-16T08:07:34.796 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-09-16T08:07:35.170 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-09-16T08:07:35.170 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-09-16T08:07:36.182 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-09-16T08:07:36.182 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-09-16T08:07:37.185 INFO:teuthology.orchestra.run.smithi039.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-09-16T08:07:38.635 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-09-16T08:07:39.291 INFO:teuthology.orchestra.run.smithi039.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-16T08:07:39.292 INFO:teuthology.orchestra.run.smithi039.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-16T08:07:39.292 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-16T08:07:39.369 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T08:07:39.378 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-16T08:07:39.383 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-16T08:07:39.383 INFO:teuthology.orchestra.run.smithi039.stdout: Package Architecture Version Repository Size 2024-09-16T08:07:39.383 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-16T08:07:39.383 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2024-09-16T08:07:39.383 INFO:teuthology.orchestra.run.smithi039.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-16T08:07:39.384 INFO:teuthology.orchestra.run.smithi039.stdout:Installing dependencies: 2024-09-16T08:07:39.384 INFO:teuthology.orchestra.run.smithi039.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-16T08:07:39.384 INFO:teuthology.orchestra.run.smithi039.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-16T08:07:39.384 INFO:teuthology.orchestra.run.smithi039.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-16T08:07:39.384 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:07:39.384 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2024-09-16T08:07:39.385 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-16T08:07:39.385 INFO:teuthology.orchestra.run.smithi039.stdout:Install 4 Packages 2024-09-16T08:07:39.385 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:07:39.385 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 79 M 2024-09-16T08:07:39.385 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 126 M 2024-09-16T08:07:39.386 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2024-09-16T08:07:39.511 INFO:teuthology.orchestra.run.smithi039.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 278 kB/s | 23 kB 00:00 2024-09-16T08:07:41.145 INFO:teuthology.orchestra.run.smithi039.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 9.1 MB/s | 16 MB 00:01 2024-09-16T08:07:42.180 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T08:07:42.398 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T08:07:47.069 INFO:teuthology.orchestra.run.smithi039.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 3.8 MB/s | 29 MB 00:07 2024-09-16T08:07:47.312 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T08:07:47.356 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-16T08:07:48.686 INFO:teuthology.orchestra.run.smithi039.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 3.7 MB/s | 35 MB 00:09 2024-09-16T08:07:48.687 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2024-09-16T08:07:48.687 INFO:teuthology.orchestra.run.smithi039.stdout:Total 8.5 MB/s | 79 MB 00:09 2024-09-16T08:07:49.396 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2024-09-16T08:07:49.766 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2024-09-16T08:07:49.766 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2024-09-16T08:07:50.755 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2024-09-16T08:07:50.755 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2024-09-16T08:07:52.197 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T08:07:53.338 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2024-09-16T08:07:54.004 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-16T08:07:54.086 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T08:07:56.887 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T08:07:57.025 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T08:08:02.143 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T08:08:02.184 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-16T08:08:07.324 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T08:08:30.295 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T08:08:30.335 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-16T08:08:30.734 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-16T08:08:30.734 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-16T08:08:30.735 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T08:08:30.735 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T08:08:31.588 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T08:08:31.588 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:08:31.588 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-09-16T08:08:31.588 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-16T08:08:31.589 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-16T08:08:31.589 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-16T08:08:31.589 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-16T08:08:31.589 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:08:31.589 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-16T08:08:31.950 DEBUG:teuthology.orchestra.run.smithi161:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T08:08:32.039 INFO:teuthology.orchestra.run.smithi161.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-16T08:08:32.040 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-16T08:08:32.040 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-16T08:08:32.040 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-16T08:08:32.040 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-16T08:08:32.040 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-16T08:08:32.040 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi161.front.sepia.ceph.com, path=None, version=distro) 2024-09-16T08:08:32.040 DEBUG:teuthology.orchestra.run.smithi161:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T08:08:32.100 INFO:teuthology.orchestra.run.smithi161.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-16T08:08:32.101 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-16T08:08:32.101 DEBUG:teuthology.orchestra.run.smithi161:> sudo rpm -qi grub2-tools 2024-09-16T08:08:32.140 INFO:teuthology.orchestra.run.smithi161.stdout:Name : grub2-tools 2024-09-16T08:08:32.140 INFO:teuthology.orchestra.run.smithi161.stdout:Epoch : 1 2024-09-16T08:08:32.141 INFO:teuthology.orchestra.run.smithi161.stdout:Version : 2.06 2024-09-16T08:08:32.141 INFO:teuthology.orchestra.run.smithi161.stdout:Release : 82.el9 2024-09-16T08:08:32.141 INFO:teuthology.orchestra.run.smithi161.stdout:Architecture: x86_64 2024-09-16T08:08:32.141 INFO:teuthology.orchestra.run.smithi161.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-16T08:08:32.141 INFO:teuthology.orchestra.run.smithi161.stdout:Group : Unspecified 2024-09-16T08:08:32.141 INFO:teuthology.orchestra.run.smithi161.stdout:Size : 8274670 2024-09-16T08:08:32.141 INFO:teuthology.orchestra.run.smithi161.stdout:License : GPLv3+ 2024-09-16T08:08:32.141 INFO:teuthology.orchestra.run.smithi161.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-16T08:08:32.141 INFO:teuthology.orchestra.run.smithi161.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-16T08:08:32.141 INFO:teuthology.orchestra.run.smithi161.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-16T08:08:32.141 INFO:teuthology.orchestra.run.smithi161.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-16T08:08:32.141 INFO:teuthology.orchestra.run.smithi161.stdout:Packager : builder@centos.org 2024-09-16T08:08:32.141 INFO:teuthology.orchestra.run.smithi161.stdout:Vendor : CentOS 2024-09-16T08:08:32.142 INFO:teuthology.orchestra.run.smithi161.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-16T08:08:32.142 INFO:teuthology.orchestra.run.smithi161.stdout:Summary : Support tools for GRUB. 2024-09-16T08:08:32.142 INFO:teuthology.orchestra.run.smithi161.stdout:Description : 2024-09-16T08:08:32.142 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:08:32.142 INFO:teuthology.orchestra.run.smithi161.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-16T08:08:32.142 INFO:teuthology.orchestra.run.smithi161.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-16T08:08:32.142 INFO:teuthology.orchestra.run.smithi161.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-16T08:08:32.142 INFO:teuthology.orchestra.run.smithi161.stdout:hardware devices. 2024-09-16T08:08:32.142 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:08:32.142 INFO:teuthology.orchestra.run.smithi161.stdout:This subpackage provides tools for support of all platforms. 2024-09-16T08:08:32.143 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-16T08:08:32.143 INFO:teuthology.task.kernel:Updating grub on smithi161 to boot 5.14.0-505.el9.x86_64 2024-09-16T08:08:32.143 DEBUG:teuthology.orchestra.run.smithi161:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-16T08:08:32.785 INFO:teuthology.orchestra.run.smithi161.stderr:Generating grub configuration file ... 2024-09-16T08:08:34.150 INFO:teuthology.orchestra.run.smithi161.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-16T08:08:34.185 INFO:teuthology.orchestra.run.smithi161.stderr:done 2024-09-16T08:08:34.188 DEBUG:teuthology.orchestra.run.smithi161:> mktemp 2024-09-16T08:08:34.203 INFO:teuthology.orchestra.run.smithi161.stdout:/tmp/tmp.Flaoa6abzh 2024-09-16T08:08:34.204 DEBUG:teuthology.orchestra.run.smithi161:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Flaoa6abzh 2024-09-16T08:08:34.274 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 0666 /tmp/tmp.Flaoa6abzh 2024-09-16T08:08:34.414 DEBUG:teuthology.orchestra.remote:smithi161:/tmp/tmp.Flaoa6abzh is 6KB 2024-09-16T08:08:34.464 DEBUG:teuthology.orchestra.run.smithi161:> rm -fr /tmp/tmp.Flaoa6abzh 2024-09-16T08:08:34.479 DEBUG:teuthology.orchestra.run.smithi161:> sudo /bin/ls /boot/loader/entries || true 2024-09-16T08:08:34.541 INFO:teuthology.orchestra.run.smithi161.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-16T08:08:34.542 INFO:teuthology.orchestra.run.smithi161.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-16T08:08:34.542 INFO:teuthology.orchestra.run.smithi161.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-16T08:08:34.542 INFO:teuthology.orchestra.run.smithi161.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-16T08:08:34.543 DEBUG:teuthology.orchestra.run.smithi161:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-16T08:08:34.696 DEBUG:teuthology.orchestra.run.smithi161:> sudo shutdown -r now 2024-09-16T08:08:46.587 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T08:08:46.629 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-16T08:08:46.966 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-16T08:08:46.966 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-16T08:08:46.966 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-16T08:08:46.967 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-16T08:08:47.974 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-16T08:08:47.974 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:08:47.974 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2024-09-16T08:08:47.974 INFO:teuthology.orchestra.run.smithi039.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-16T08:08:47.974 INFO:teuthology.orchestra.run.smithi039.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-16T08:08:47.975 INFO:teuthology.orchestra.run.smithi039.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-16T08:08:47.975 INFO:teuthology.orchestra.run.smithi039.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-16T08:08:47.975 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:08:47.975 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-16T08:08:48.320 DEBUG:teuthology.orchestra.run.smithi039:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T08:08:48.411 INFO:teuthology.orchestra.run.smithi039.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-16T08:08:48.412 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-16T08:08:48.412 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-16T08:08:48.412 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-16T08:08:48.412 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-16T08:08:48.412 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-16T08:08:48.412 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi039.front.sepia.ceph.com, path=None, version=distro) 2024-09-16T08:08:48.412 DEBUG:teuthology.orchestra.run.smithi039:> rpm -q kernel | sort -rV | head -n 1 2024-09-16T08:08:48.472 INFO:teuthology.orchestra.run.smithi039.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-16T08:08:48.492 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-16T08:08:48.492 DEBUG:teuthology.orchestra.run.smithi039:> sudo rpm -qi grub2-tools 2024-09-16T08:08:48.524 INFO:teuthology.orchestra.run.smithi039.stdout:Name : grub2-tools 2024-09-16T08:08:48.524 INFO:teuthology.orchestra.run.smithi039.stdout:Epoch : 1 2024-09-16T08:08:48.524 INFO:teuthology.orchestra.run.smithi039.stdout:Version : 2.06 2024-09-16T08:08:48.524 INFO:teuthology.orchestra.run.smithi039.stdout:Release : 82.el9 2024-09-16T08:08:48.524 INFO:teuthology.orchestra.run.smithi039.stdout:Architecture: x86_64 2024-09-16T08:08:48.524 INFO:teuthology.orchestra.run.smithi039.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-16T08:08:48.524 INFO:teuthology.orchestra.run.smithi039.stdout:Group : Unspecified 2024-09-16T08:08:48.524 INFO:teuthology.orchestra.run.smithi039.stdout:Size : 8274670 2024-09-16T08:08:48.524 INFO:teuthology.orchestra.run.smithi039.stdout:License : GPLv3+ 2024-09-16T08:08:48.524 INFO:teuthology.orchestra.run.smithi039.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-16T08:08:48.524 INFO:teuthology.orchestra.run.smithi039.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-16T08:08:48.524 INFO:teuthology.orchestra.run.smithi039.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-16T08:08:48.525 INFO:teuthology.orchestra.run.smithi039.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-16T08:08:48.525 INFO:teuthology.orchestra.run.smithi039.stdout:Packager : builder@centos.org 2024-09-16T08:08:48.525 INFO:teuthology.orchestra.run.smithi039.stdout:Vendor : CentOS 2024-09-16T08:08:48.525 INFO:teuthology.orchestra.run.smithi039.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-16T08:08:48.525 INFO:teuthology.orchestra.run.smithi039.stdout:Summary : Support tools for GRUB. 2024-09-16T08:08:48.525 INFO:teuthology.orchestra.run.smithi039.stdout:Description : 2024-09-16T08:08:48.525 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:08:48.525 INFO:teuthology.orchestra.run.smithi039.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-16T08:08:48.525 INFO:teuthology.orchestra.run.smithi039.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-16T08:08:48.525 INFO:teuthology.orchestra.run.smithi039.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-16T08:08:48.525 INFO:teuthology.orchestra.run.smithi039.stdout:hardware devices. 2024-09-16T08:08:48.525 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:08:48.525 INFO:teuthology.orchestra.run.smithi039.stdout:This subpackage provides tools for support of all platforms. 2024-09-16T08:08:48.526 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-16T08:08:48.526 INFO:teuthology.task.kernel:Updating grub on smithi039 to boot 5.14.0-505.el9.x86_64 2024-09-16T08:08:48.526 DEBUG:teuthology.orchestra.run.smithi039:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-16T08:08:49.175 INFO:teuthology.orchestra.run.smithi039.stderr:Generating grub configuration file ... 2024-09-16T08:08:50.443 INFO:teuthology.orchestra.run.smithi039.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-16T08:08:50.482 INFO:teuthology.orchestra.run.smithi039.stderr:done 2024-09-16T08:08:50.484 DEBUG:teuthology.orchestra.run.smithi039:> mktemp 2024-09-16T08:08:50.500 INFO:teuthology.orchestra.run.smithi039.stdout:/tmp/tmp.tt1zbPYB0G 2024-09-16T08:08:50.500 DEBUG:teuthology.orchestra.run.smithi039:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.tt1zbPYB0G 2024-09-16T08:08:50.566 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod 0666 /tmp/tmp.tt1zbPYB0G 2024-09-16T08:08:50.714 DEBUG:teuthology.orchestra.remote:smithi039:/tmp/tmp.tt1zbPYB0G is 6KB 2024-09-16T08:08:50.763 DEBUG:teuthology.orchestra.run.smithi039:> rm -fr /tmp/tmp.tt1zbPYB0G 2024-09-16T08:08:50.779 DEBUG:teuthology.orchestra.run.smithi039:> sudo /bin/ls /boot/loader/entries || true 2024-09-16T08:08:50.840 INFO:teuthology.orchestra.run.smithi039.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-16T08:08:50.840 INFO:teuthology.orchestra.run.smithi039.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-16T08:08:50.840 INFO:teuthology.orchestra.run.smithi039.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-16T08:08:50.840 INFO:teuthology.orchestra.run.smithi039.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-16T08:08:50.842 DEBUG:teuthology.orchestra.run.smithi039:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-16T08:08:50.996 DEBUG:teuthology.orchestra.run.smithi039:> sudo shutdown -r now 2024-09-16T08:09:04.710 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-16T08:09:04.711 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-09-16T08:09:04.711 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:09:21.012 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-16T08:09:21.013 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-09-16T08:09:21.014 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:09:23.261 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-09-16T08:09:32.266 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-09-16T08:09:32.267 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:09:35.329 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-09-16T08:09:39.389 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.39 2024-09-16T08:09:47.337 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-09-16T08:09:47.338 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:09:48.391 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-09-16T08:09:48.391 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:09:51.453 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.39 2024-09-16T08:10:03.465 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-09-16T08:10:03.466 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:10:05.757 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2024-09-16T08:10:06.525 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.39 2024-09-16T08:10:20.770 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-09-16T08:10:20.771 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:10:21.123 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-09-16T08:10:21.526 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-09-16T08:10:21.526 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:10:21.543 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-09-16T08:10:21.543 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-505.el9.x86_64"... 2024-09-16T08:10:21.543 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2024-09-16T08:10:21.558 INFO:teuthology.orchestra.run.smithi161.stdout:5.14.0-505.el9.x86_64 2024-09-16T08:10:21.559 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-16T08:10:21.559 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-16T08:10:21.559 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-16T08:10:22.560 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-16T08:10:22.561 DEBUG:teuthology.orchestra.run.smithi161:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-16T08:10:22.643 INFO:teuthology.orchestra.run.smithi161.stdout:ttyS1 2024-09-16T08:10:22.671 DEBUG:teuthology.parallel:result is None 2024-09-16T08:11:21.529 DEBUG:teuthology.orchestra.remote:timed out 2024-09-16T08:11:39.531 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-09-16T08:11:39.532 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:11:39.882 DEBUG:teuthology.orchestra.run.smithi039:> true 2024-09-16T08:11:40.232 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-09-16T08:11:40.232 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-505.el9.x86_64"... 2024-09-16T08:11:40.233 DEBUG:teuthology.orchestra.run.smithi039:> uname -r 2024-09-16T08:11:40.250 INFO:teuthology.orchestra.run.smithi039.stdout:5.14.0-505.el9.x86_64 2024-09-16T08:11:40.250 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-16T08:11:40.250 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-16T08:11:40.250 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-16T08:11:41.251 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-16T08:11:41.251 DEBUG:teuthology.orchestra.run.smithi039:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-16T08:11:41.332 INFO:teuthology.orchestra.run.smithi039.stdout:ttyS1 2024-09-16T08:11:41.365 DEBUG:teuthology.parallel:result is None 2024-09-16T08:11:41.365 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-16T08:11:41.376 INFO:teuthology.task.internal:Creating test directory... 2024-09-16T08:11:41.376 DEBUG:teuthology.orchestra.run.smithi039:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-16T08:11:41.379 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-16T08:11:41.399 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-16T08:11:41.405 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-16T08:11:41.418 INFO:teuthology.task.internal:Creating archive directory... 2024-09-16T08:11:41.418 DEBUG:teuthology.orchestra.run.smithi039:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-16T08:11:41.440 DEBUG:teuthology.orchestra.run.smithi161:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-16T08:11:41.504 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-16T08:11:41.516 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-16T08:11:41.516 DEBUG:teuthology.orchestra.run.smithi039:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-16T08:11:41.520 DEBUG:teuthology.orchestra.run.smithi161:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-16T08:11:41.552 INFO:teuthology.orchestra.run.smithi039.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T08:11:41.558 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T08:11:41.563 INFO:teuthology.orchestra.run.smithi039.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T08:11:41.570 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T08:11:41.572 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-16T08:11:41.582 INFO:teuthology.task.internal:Configuring sudo... 2024-09-16T08:11:41.583 DEBUG:teuthology.orchestra.run.smithi039:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-16T08:11:41.610 DEBUG:teuthology.orchestra.run.smithi161:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-16T08:11:41.641 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-16T08:11:41.654 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-16T08:11:41.655 DEBUG:teuthology.orchestra.run.smithi039:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-16T08:11:41.680 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-16T08:11:41.698 DEBUG:teuthology.orchestra.run.smithi039:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T08:11:41.782 DEBUG:teuthology.orchestra.run.smithi039:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T08:11:41.832 DEBUG:teuthology.orchestra.run.smithi039:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T08:11:41.913 DEBUG:teuthology.orchestra.run.smithi039:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T08:11:41.961 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-16T08:11:41.961 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-16T08:11:42.030 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T08:11:42.077 DEBUG:teuthology.orchestra.run.smithi161:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T08:11:42.125 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T08:11:42.210 DEBUG:teuthology.orchestra.run.smithi161:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T08:11:42.253 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-16T08:11:42.254 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-16T08:11:42.320 DEBUG:teuthology.orchestra.run.smithi039:> sudo service rsyslog restart 2024-09-16T08:11:42.323 DEBUG:teuthology.orchestra.run.smithi161:> sudo service rsyslog restart 2024-09-16T08:11:42.371 INFO:teuthology.orchestra.run.smithi039.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T08:11:42.414 INFO:teuthology.orchestra.run.smithi161.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T08:11:42.814 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-16T08:11:42.822 INFO:teuthology.task.internal:Starting timer... 2024-09-16T08:11:42.822 INFO:teuthology.run_tasks:Running task pcp... 2024-09-16T08:11:42.836 INFO:teuthology.run_tasks:Running task selinux... 2024-09-16T08:11:42.844 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-16T08:11:42.845 DEBUG:teuthology.orchestra.run.smithi039:> sudo service auditd rotate 2024-09-16T08:11:42.916 INFO:teuthology.orchestra.run.smithi039.stdout:Rotating logs: 2024-09-16T08:11:42.918 DEBUG:teuthology.orchestra.run.smithi161:> sudo service auditd rotate 2024-09-16T08:11:42.992 INFO:teuthology.orchestra.run.smithi161.stdout:Rotating logs: 2024-09-16T08:11:42.994 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-16T08:11:42.994 DEBUG:teuthology.orchestra.run.smithi039:> /usr/sbin/getenforce 2024-09-16T08:11:43.017 INFO:teuthology.orchestra.run.smithi039.stdout:Permissive 2024-09-16T08:11:43.018 DEBUG:teuthology.orchestra.run.smithi161:> /usr/sbin/getenforce 2024-09-16T08:11:43.044 INFO:teuthology.orchestra.run.smithi161.stdout:Permissive 2024-09-16T08:11:43.045 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi039.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi161.front.sepia.ceph.com': 'permissive'} 2024-09-16T08:11:43.045 DEBUG:teuthology.orchestra.run.smithi039:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-16T08:11:43.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T08:11:43.087 DEBUG:teuthology.orchestra.run.smithi161:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-16T08:11:43.114 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T08:11:43.115 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-16T08:11:43.115 DEBUG:teuthology.orchestra.run.smithi039:> sudo /usr/sbin/setenforce permissive 2024-09-16T08:11:43.165 DEBUG:teuthology.orchestra.run.smithi161:> sudo /usr/sbin/setenforce permissive 2024-09-16T08:11:43.206 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-16T08:11:43.216 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-16T08:11:43.238 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-09-16T08:11:43.239 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi039.front.sepia.ceph.com,smithi161.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-16T08:15:30.698 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi039.front.sepia.ceph.com'), Remote(name='ubuntu@smithi161.front.sepia.ceph.com')] 2024-09-16T08:15:30.699 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-09-16T08:15:30.700 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi039.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:15:30.782 DEBUG:teuthology.orchestra.run.smithi039:> true 2024-09-16T08:15:30.861 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi039.front.sepia.ceph.com' 2024-09-16T08:15:30.862 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-09-16T08:15:30.862 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T08:15:30.941 DEBUG:teuthology.orchestra.run.smithi161:> true 2024-09-16T08:15:31.020 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2024-09-16T08:15:31.021 INFO:teuthology.run_tasks:Running task clock... 2024-09-16T08:15:31.031 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-16T08:15:31.031 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-16T08:15:31.032 DEBUG:teuthology.orchestra.run.smithi039:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T08:15:31.034 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-16T08:15:31.034 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T08:15:31.063 INFO:teuthology.orchestra.run.smithi039.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-16T08:15:31.079 INFO:teuthology.orchestra.run.smithi039.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-16T08:15:31.090 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-16T08:15:31.105 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-16T08:15:31.105 INFO:teuthology.orchestra.run.smithi039.stderr:sudo: ntpd: command not found 2024-09-16T08:15:31.117 INFO:teuthology.orchestra.run.smithi039.stdout:506 Cannot talk to daemon 2024-09-16T08:15:31.133 INFO:teuthology.orchestra.run.smithi039.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-16T08:15:31.133 INFO:teuthology.orchestra.run.smithi161.stderr:sudo: ntpd: command not found 2024-09-16T08:15:31.141 INFO:teuthology.orchestra.run.smithi161.stdout:506 Cannot talk to daemon 2024-09-16T08:15:31.147 INFO:teuthology.orchestra.run.smithi039.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-16T08:15:31.154 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-16T08:15:31.168 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-16T08:15:31.207 INFO:teuthology.orchestra.run.smithi039.stderr:bash: line 1: ntpq: command not found 2024-09-16T08:15:31.210 INFO:teuthology.orchestra.run.smithi039.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T08:15:31.210 INFO:teuthology.orchestra.run.smithi039.stdout:=============================================================================== 2024-09-16T08:15:31.210 INFO:teuthology.orchestra.run.smithi039.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T08:15:31.211 INFO:teuthology.orchestra.run.smithi039.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T08:15:31.211 INFO:teuthology.orchestra.run.smithi039.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T08:15:31.211 INFO:teuthology.orchestra.run.smithi039.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T08:15:31.224 INFO:teuthology.orchestra.run.smithi161.stderr:bash: line 1: ntpq: command not found 2024-09-16T08:15:31.227 INFO:teuthology.orchestra.run.smithi161.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T08:15:31.227 INFO:teuthology.orchestra.run.smithi161.stdout:=============================================================================== 2024-09-16T08:15:31.227 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T08:15:31.227 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T08:15:31.228 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T08:15:31.228 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T08:15:31.229 INFO:teuthology.run_tasks:Running task pexec... 2024-09-16T08:15:31.238 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-16T08:15:31.239 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi039.front.sepia.ceph.com 2024-09-16T08:15:31.239 DEBUG:teuthology.orchestra.run.smithi039:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-16T08:15:31.239 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi161.front.sepia.ceph.com 2024-09-16T08:15:31.239 DEBUG:teuthology.orchestra.run.smithi161:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-16T08:15:31.620 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-16T08:15:31.621 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-16T08:15:31.623 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-16T08:15:31.623 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2024-09-16T08:15:31.623 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-16T08:15:31.623 INFO:teuthology.orchestra.run.smithi161.stdout:Removing: 2024-09-16T08:15:31.624 INFO:teuthology.orchestra.run.smithi161.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-16T08:15:31.624 INFO:teuthology.orchestra.run.smithi161.stdout:Removing unused dependencies: 2024-09-16T08:15:31.624 INFO:teuthology.orchestra.run.smithi161.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-16T08:15:31.624 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:15:31.624 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-09-16T08:15:31.624 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-16T08:15:31.624 INFO:teuthology.orchestra.run.smithi161.stdout:Remove 2 Packages 2024-09-16T08:15:31.624 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:15:31.624 INFO:teuthology.orchestra.run.smithi161.stdout:Freed space: 5.5 M 2024-09-16T08:15:31.624 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-09-16T08:15:31.628 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-09-16T08:15:31.628 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-09-16T08:15:31.629 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-16T08:15:31.629 INFO:teuthology.orchestra.run.smithi039.stdout: Package Architecture Version Repository Size 2024-09-16T08:15:31.629 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-16T08:15:31.629 INFO:teuthology.orchestra.run.smithi039.stdout:Removing: 2024-09-16T08:15:31.629 INFO:teuthology.orchestra.run.smithi039.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-16T08:15:31.630 INFO:teuthology.orchestra.run.smithi039.stdout:Removing unused dependencies: 2024-09-16T08:15:31.630 INFO:teuthology.orchestra.run.smithi039.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-16T08:15:31.630 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:15:31.630 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2024-09-16T08:15:31.630 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-16T08:15:31.630 INFO:teuthology.orchestra.run.smithi039.stdout:Remove 2 Packages 2024-09-16T08:15:31.630 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:15:31.630 INFO:teuthology.orchestra.run.smithi039.stdout:Freed space: 5.5 M 2024-09-16T08:15:31.630 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2024-09-16T08:15:31.634 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2024-09-16T08:15:31.634 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2024-09-16T08:15:31.686 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-09-16T08:15:31.687 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-09-16T08:15:31.692 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2024-09-16T08:15:31.692 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2024-09-16T08:15:31.833 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2024-09-16T08:15:31.845 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-09-16T08:15:31.921 INFO:teuthology.orchestra.run.smithi039.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-16T08:15:31.927 INFO:teuthology.orchestra.run.smithi161.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-16T08:15:31.987 INFO:teuthology.orchestra.run.smithi161.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-16T08:15:31.987 INFO:teuthology.orchestra.run.smithi039.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-16T08:15:32.465 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-16T08:15:32.465 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-16T08:15:32.488 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-16T08:15:32.488 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-16T08:15:32.731 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-16T08:15:32.731 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:15:32.731 INFO:teuthology.orchestra.run.smithi161.stdout:Removed: 2024-09-16T08:15:32.731 INFO:teuthology.orchestra.run.smithi161.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-16T08:15:32.731 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:15:32.731 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-16T08:15:32.745 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-16T08:15:32.745 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:15:32.745 INFO:teuthology.orchestra.run.smithi039.stdout:Removed: 2024-09-16T08:15:32.745 INFO:teuthology.orchestra.run.smithi039.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-16T08:15:32.745 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:15:32.745 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-16T08:15:33.545 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:52 ago on Mon 16 Sep 2024 08:14:41 AM UTC. 2024-09-16T08:15:33.633 INFO:teuthology.orchestra.run.smithi039.stdout:Last metadata expiration check: 0:00:46 ago on Mon 16 Sep 2024 08:14:47 AM UTC. 2024-09-16T08:15:33.682 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2024-09-16T08:15:33.683 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-16T08:15:33.683 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2024-09-16T08:15:33.683 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-16T08:15:33.683 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2024-09-16T08:15:33.684 INFO:teuthology.orchestra.run.smithi161.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-16T08:15:33.684 INFO:teuthology.orchestra.run.smithi161.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-16T08:15:33.684 INFO:teuthology.orchestra.run.smithi161.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-16T08:15:33.684 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2024-09-16T08:15:33.684 INFO:teuthology.orchestra.run.smithi161.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-16T08:15:33.684 INFO:teuthology.orchestra.run.smithi161.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-16T08:15:33.684 INFO:teuthology.orchestra.run.smithi161.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-16T08:15:33.684 INFO:teuthology.orchestra.run.smithi161.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-16T08:15:33.684 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:15:33.684 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2024-09-16T08:15:33.684 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2024-09-16T08:15:33.684 INFO:teuthology.orchestra.run.smithi161.stdout:Install 7 Packages 2024-09-16T08:15:33.684 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:15:33.703 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 5.2 M 2024-09-16T08:15:33.703 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 19 M 2024-09-16T08:15:33.703 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2024-09-16T08:15:33.778 INFO:teuthology.orchestra.run.smithi039.stdout:Dependencies resolved. 2024-09-16T08:15:33.779 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-16T08:15:33.779 INFO:teuthology.orchestra.run.smithi039.stdout: Package Arch Version Repository Size 2024-09-16T08:15:33.780 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-16T08:15:33.780 INFO:teuthology.orchestra.run.smithi039.stdout:Installing: 2024-09-16T08:15:33.780 INFO:teuthology.orchestra.run.smithi039.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-16T08:15:33.780 INFO:teuthology.orchestra.run.smithi039.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-16T08:15:33.780 INFO:teuthology.orchestra.run.smithi039.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-16T08:15:33.780 INFO:teuthology.orchestra.run.smithi039.stdout:Installing dependencies: 2024-09-16T08:15:33.780 INFO:teuthology.orchestra.run.smithi039.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-16T08:15:33.780 INFO:teuthology.orchestra.run.smithi039.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-16T08:15:33.780 INFO:teuthology.orchestra.run.smithi039.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-16T08:15:33.780 INFO:teuthology.orchestra.run.smithi039.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-16T08:15:33.780 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:15:33.780 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction Summary 2024-09-16T08:15:33.781 INFO:teuthology.orchestra.run.smithi039.stdout:================================================================================ 2024-09-16T08:15:33.781 INFO:teuthology.orchestra.run.smithi039.stdout:Install 7 Packages 2024-09-16T08:15:33.781 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:15:33.794 INFO:teuthology.orchestra.run.smithi039.stdout:Total download size: 5.2 M 2024-09-16T08:15:33.794 INFO:teuthology.orchestra.run.smithi039.stdout:Installed size: 19 M 2024-09-16T08:15:33.794 INFO:teuthology.orchestra.run.smithi039.stdout:Downloading Packages: 2024-09-16T08:15:34.066 INFO:teuthology.orchestra.run.smithi039.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 417 kB/s | 44 kB 00:00 2024-09-16T08:15:34.100 INFO:teuthology.orchestra.run.smithi039.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 755 kB/s | 106 kB 00:00 2024-09-16T08:15:34.158 INFO:teuthology.orchestra.run.smithi039.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 778 kB/s | 72 kB 00:00 2024-09-16T08:15:34.184 INFO:teuthology.orchestra.run.smithi039.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.0 MB/s | 84 kB 00:00 2024-09-16T08:15:34.252 INFO:teuthology.orchestra.run.smithi161.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 111 kB/s | 44 kB 00:00 2024-09-16T08:15:34.301 INFO:teuthology.orchestra.run.smithi039.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 2.6 MB/s | 906 kB 00:00 2024-09-16T08:15:34.335 INFO:teuthology.orchestra.run.smithi161.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 219 kB/s | 106 kB 00:00 2024-09-16T08:15:34.442 INFO:teuthology.orchestra.run.smithi039.stdout:(6/7): runc-1.1.13-4.el9.x86_64.rpm 12 MB/s | 3.2 MB 00:00 2024-09-16T08:15:34.461 INFO:teuthology.orchestra.run.smithi161.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 344 kB/s | 72 kB 00:00 2024-09-16T08:15:34.485 INFO:teuthology.orchestra.run.smithi039.stdout:(7/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 2.5 MB/s | 837 kB 00:00 2024-09-16T08:15:34.485 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2024-09-16T08:15:34.485 INFO:teuthology.orchestra.run.smithi039.stdout:Total 7.5 MB/s | 5.2 MB 00:00 2024-09-16T08:15:34.536 INFO:teuthology.orchestra.run.smithi161.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 420 kB/s | 84 kB 00:00 2024-09-16T08:15:34.599 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction check 2024-09-16T08:15:34.616 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction check succeeded. 2024-09-16T08:15:34.616 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction test 2024-09-16T08:15:34.753 INFO:teuthology.orchestra.run.smithi161.stdout:(5/7): runc-1.1.13-4.el9.x86_64.rpm 15 MB/s | 3.2 MB 00:00 2024-09-16T08:15:34.803 INFO:teuthology.orchestra.run.smithi161.stdout:(6/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 952 kB/s | 906 kB 00:00 2024-09-16T08:15:34.928 INFO:teuthology.orchestra.run.smithi161.stdout:(7/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 1.8 MB/s | 837 kB 00:00 2024-09-16T08:15:34.928 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2024-09-16T08:15:34.929 INFO:teuthology.orchestra.run.smithi161.stdout:Total 4.2 MB/s | 5.2 MB 00:01 2024-09-16T08:15:34.950 INFO:teuthology.orchestra.run.smithi039.stdout:Transaction test succeeded. 2024-09-16T08:15:34.950 INFO:teuthology.orchestra.run.smithi039.stdout:Running transaction 2024-09-16T08:15:35.039 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2024-09-16T08:15:35.054 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2024-09-16T08:15:35.054 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2024-09-16T08:15:35.364 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2024-09-16T08:15:35.364 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2024-09-16T08:15:35.430 INFO:teuthology.orchestra.run.smithi039.stdout: Preparing : 1/1 2024-09-16T08:15:35.522 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-16T08:15:35.573 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-16T08:15:35.617 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-16T08:15:35.845 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-16T08:15:35.852 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2024-09-16T08:15:35.881 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-16T08:15:35.939 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-16T08:15:35.974 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-16T08:15:36.002 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-16T08:15:36.211 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-16T08:15:36.242 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-16T08:15:36.361 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-16T08:15:36.386 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-16T08:15:36.513 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-16T08:15:36.590 INFO:teuthology.orchestra.run.smithi039.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-16T08:15:36.685 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-16T08:15:36.723 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-16T08:15:36.830 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-16T08:15:36.897 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-16T08:15:37.652 INFO:teuthology.orchestra.run.smithi039.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-16T08:15:37.652 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-16T08:15:37.652 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-16T08:15:37.652 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-16T08:15:37.653 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-16T08:15:37.653 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-16T08:15:37.653 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-16T08:15:37.858 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-16T08:15:37.858 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-16T08:15:37.859 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-16T08:15:37.859 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-16T08:15:37.859 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-16T08:15:37.859 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-16T08:15:37.859 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-16T08:15:38.020 INFO:teuthology.orchestra.run.smithi039.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-16T08:15:38.020 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:15:38.020 INFO:teuthology.orchestra.run.smithi039.stdout:Installed: 2024-09-16T08:15:38.021 INFO:teuthology.orchestra.run.smithi039.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-16T08:15:38.021 INFO:teuthology.orchestra.run.smithi039.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-16T08:15:38.021 INFO:teuthology.orchestra.run.smithi039.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-16T08:15:38.021 INFO:teuthology.orchestra.run.smithi039.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-16T08:15:38.021 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:15:38.021 INFO:teuthology.orchestra.run.smithi039.stdout:Complete! 2024-09-16T08:15:38.219 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-16T08:15:38.220 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:15:38.220 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2024-09-16T08:15:38.220 INFO:teuthology.orchestra.run.smithi161.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-16T08:15:38.220 INFO:teuthology.orchestra.run.smithi161.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-16T08:15:38.220 INFO:teuthology.orchestra.run.smithi161.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-16T08:15:38.220 INFO:teuthology.orchestra.run.smithi161.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-16T08:15:38.220 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:15:38.220 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2024-09-16T08:15:38.433 DEBUG:teuthology.parallel:result is None 2024-09-16T08:15:38.597 DEBUG:teuthology.parallel:result is None 2024-09-16T08:15:38.597 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-09-16T08:15:38.608 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-09-16T08:15:38.608 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-16T08:15:38.608 DEBUG:teuthology.orchestra.run.smithi039:> dd if=/scratch_devs of=/dev/stdout 2024-09-16T08:15:38.627 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-16T08:15:38.627 DEBUG:teuthology.orchestra.run.smithi039:> stat /dev/vg_nvme/lv_1 2024-09-16T08:15:38.685 INFO:teuthology.orchestra.run.smithi039.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-16T08:15:38.686 INFO:teuthology.orchestra.run.smithi039.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:15:38.686 INFO:teuthology.orchestra.run.smithi039.stdout:Device: 5h/5d Inode: 977 Links: 1 2024-09-16T08:15:38.686 INFO:teuthology.orchestra.run.smithi039.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:15:38.686 INFO:teuthology.orchestra.run.smithi039.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T08:15:38.686 INFO:teuthology.orchestra.run.smithi039.stdout:Access: 2024-09-16 08:15:36.850552281 +0000 2024-09-16T08:15:38.686 INFO:teuthology.orchestra.run.smithi039.stdout:Modify: 2024-09-16 08:15:36.489557530 +0000 2024-09-16T08:15:38.686 INFO:teuthology.orchestra.run.smithi039.stdout:Change: 2024-09-16 08:15:36.489557530 +0000 2024-09-16T08:15:38.686 INFO:teuthology.orchestra.run.smithi039.stdout: Birth: 2024-09-16 08:15:36.489557530 +0000 2024-09-16T08:15:38.686 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-16T08:15:38.752 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records in 2024-09-16T08:15:38.752 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records out 2024-09-16T08:15:38.752 INFO:teuthology.orchestra.run.smithi039.stderr:512 bytes copied, 0.000305391 s, 1.7 MB/s 2024-09-16T08:15:38.753 DEBUG:teuthology.orchestra.run.smithi039:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-16T08:15:38.811 DEBUG:teuthology.orchestra.run.smithi039:> stat /dev/vg_nvme/lv_2 2024-09-16T08:15:38.868 INFO:teuthology.orchestra.run.smithi039.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-16T08:15:38.868 INFO:teuthology.orchestra.run.smithi039.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:15:38.868 INFO:teuthology.orchestra.run.smithi039.stdout:Device: 5h/5d Inode: 979 Links: 1 2024-09-16T08:15:38.868 INFO:teuthology.orchestra.run.smithi039.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:15:38.868 INFO:teuthology.orchestra.run.smithi039.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T08:15:38.868 INFO:teuthology.orchestra.run.smithi039.stdout:Access: 2024-09-16 08:15:36.850552281 +0000 2024-09-16T08:15:38.869 INFO:teuthology.orchestra.run.smithi039.stdout:Modify: 2024-09-16 08:15:36.489557530 +0000 2024-09-16T08:15:38.869 INFO:teuthology.orchestra.run.smithi039.stdout:Change: 2024-09-16 08:15:36.489557530 +0000 2024-09-16T08:15:38.869 INFO:teuthology.orchestra.run.smithi039.stdout: Birth: 2024-09-16 08:15:36.489557530 +0000 2024-09-16T08:15:38.869 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-16T08:15:38.934 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records in 2024-09-16T08:15:38.934 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records out 2024-09-16T08:15:38.934 INFO:teuthology.orchestra.run.smithi039.stderr:512 bytes copied, 0.000293521 s, 1.7 MB/s 2024-09-16T08:15:38.935 DEBUG:teuthology.orchestra.run.smithi039:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-16T08:15:38.993 DEBUG:teuthology.orchestra.run.smithi039:> stat /dev/vg_nvme/lv_3 2024-09-16T08:15:39.050 INFO:teuthology.orchestra.run.smithi039.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-16T08:15:39.050 INFO:teuthology.orchestra.run.smithi039.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:15:39.050 INFO:teuthology.orchestra.run.smithi039.stdout:Device: 5h/5d Inode: 972 Links: 1 2024-09-16T08:15:39.050 INFO:teuthology.orchestra.run.smithi039.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:15:39.050 INFO:teuthology.orchestra.run.smithi039.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T08:15:39.051 INFO:teuthology.orchestra.run.smithi039.stdout:Access: 2024-09-16 08:15:36.851552267 +0000 2024-09-16T08:15:39.051 INFO:teuthology.orchestra.run.smithi039.stdout:Modify: 2024-09-16 08:15:36.487557559 +0000 2024-09-16T08:15:39.051 INFO:teuthology.orchestra.run.smithi039.stdout:Change: 2024-09-16 08:15:36.487557559 +0000 2024-09-16T08:15:39.051 INFO:teuthology.orchestra.run.smithi039.stdout: Birth: 2024-09-16 08:15:36.487557559 +0000 2024-09-16T08:15:39.051 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-16T08:15:39.116 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records in 2024-09-16T08:15:39.116 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records out 2024-09-16T08:15:39.116 INFO:teuthology.orchestra.run.smithi039.stderr:512 bytes copied, 0.000273541 s, 1.9 MB/s 2024-09-16T08:15:39.118 DEBUG:teuthology.orchestra.run.smithi039:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-16T08:15:39.174 DEBUG:teuthology.orchestra.run.smithi039:> stat /dev/vg_nvme/lv_4 2024-09-16T08:15:39.231 INFO:teuthology.orchestra.run.smithi039.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-16T08:15:39.231 INFO:teuthology.orchestra.run.smithi039.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:15:39.231 INFO:teuthology.orchestra.run.smithi039.stdout:Device: 5h/5d Inode: 969 Links: 1 2024-09-16T08:15:39.231 INFO:teuthology.orchestra.run.smithi039.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:15:39.231 INFO:teuthology.orchestra.run.smithi039.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T08:15:39.231 INFO:teuthology.orchestra.run.smithi039.stdout:Access: 2024-09-16 08:15:36.851552267 +0000 2024-09-16T08:15:39.231 INFO:teuthology.orchestra.run.smithi039.stdout:Modify: 2024-09-16 08:15:36.486557573 +0000 2024-09-16T08:15:39.231 INFO:teuthology.orchestra.run.smithi039.stdout:Change: 2024-09-16 08:15:36.486557573 +0000 2024-09-16T08:15:39.231 INFO:teuthology.orchestra.run.smithi039.stdout: Birth: 2024-09-16 08:15:36.486557573 +0000 2024-09-16T08:15:39.232 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-16T08:15:39.298 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records in 2024-09-16T08:15:39.298 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records out 2024-09-16T08:15:39.298 INFO:teuthology.orchestra.run.smithi039.stderr:512 bytes copied, 0.000294311 s, 1.7 MB/s 2024-09-16T08:15:39.299 DEBUG:teuthology.orchestra.run.smithi039:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-16T08:15:39.357 DEBUG:teuthology.orchestra.run.smithi039:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-09-16T08:15:39.551 INFO:teuthology.orchestra.run.smithi039.stdout:loop 2024-09-16T08:15:39.553 INFO:tasks.nvme_loop:Connecting nvme_loop smithi039:/dev/vg_nvme/lv_1... 2024-09-16T08:15:39.553 DEBUG:teuthology.orchestra.run.smithi039:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-09-16T08:15:39.587 INFO:teuthology.orchestra.run.smithi039.stdout:1 2024-09-16T08:15:39.618 INFO:teuthology.orchestra.run.smithi039.stdout:/dev/vg_nvme/lv_11 2024-09-16T08:15:39.662 INFO:teuthology.orchestra.run.smithi039.stdout:connecting to device: nvme1 2024-09-16T08:15:39.664 INFO:tasks.nvme_loop:Connecting nvme_loop smithi039:/dev/vg_nvme/lv_2... 2024-09-16T08:15:39.665 DEBUG:teuthology.orchestra.run.smithi039:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-09-16T08:15:39.744 INFO:teuthology.orchestra.run.smithi039.stdout:1 2024-09-16T08:15:39.776 INFO:teuthology.orchestra.run.smithi039.stdout:/dev/vg_nvme/lv_21 2024-09-16T08:15:39.808 INFO:teuthology.orchestra.run.smithi039.stdout:connecting to device: nvme2 2024-09-16T08:15:39.810 INFO:tasks.nvme_loop:Connecting nvme_loop smithi039:/dev/vg_nvme/lv_3... 2024-09-16T08:15:39.811 DEBUG:teuthology.orchestra.run.smithi039:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-09-16T08:15:39.888 INFO:teuthology.orchestra.run.smithi039.stdout:1 2024-09-16T08:15:39.921 INFO:teuthology.orchestra.run.smithi039.stdout:/dev/vg_nvme/lv_31 2024-09-16T08:15:39.958 INFO:teuthology.orchestra.run.smithi039.stdout:connecting to device: nvme3 2024-09-16T08:15:39.960 INFO:tasks.nvme_loop:Connecting nvme_loop smithi039:/dev/vg_nvme/lv_4... 2024-09-16T08:15:39.960 DEBUG:teuthology.orchestra.run.smithi039:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-09-16T08:15:40.037 INFO:teuthology.orchestra.run.smithi039.stdout:1 2024-09-16T08:15:40.070 INFO:teuthology.orchestra.run.smithi039.stdout:/dev/vg_nvme/lv_41 2024-09-16T08:15:40.106 INFO:teuthology.orchestra.run.smithi039.stdout:connecting to device: nvme4 2024-09-16T08:15:40.108 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-16T08:15:40.108 DEBUG:teuthology.orchestra.run.smithi039:> dd if=/scratch_devs of=/dev/stdout 2024-09-16T08:15:40.165 DEBUG:teuthology.orchestra.run.smithi039:> sudo nvme list -o json 2024-09-16T08:15:40.232 INFO:teuthology.orchestra.run.smithi039.stdout:{ 2024-09-16T08:15:40.233 INFO:teuthology.orchestra.run.smithi039.stdout: "Devices":[ 2024-09-16T08:15:40.233 INFO:teuthology.orchestra.run.smithi039.stdout: { 2024-09-16T08:15:40.233 INFO:teuthology.orchestra.run.smithi039.stdout: "NameSpace":1, 2024-09-16T08:15:40.233 INFO:teuthology.orchestra.run.smithi039.stdout: "DevicePath":"/dev/nvme4n1", 2024-09-16T08:15:40.233 INFO:teuthology.orchestra.run.smithi039.stdout: "GenericPath":"/dev/ng4n1", 2024-09-16T08:15:40.233 INFO:teuthology.orchestra.run.smithi039.stdout: "Firmware":"5.14.0-5", 2024-09-16T08:15:40.233 INFO:teuthology.orchestra.run.smithi039.stdout: "ModelNumber":"Linux", 2024-09-16T08:15:40.233 INFO:teuthology.orchestra.run.smithi039.stdout: "SerialNumber":"2b6e265f7f203e061517", 2024-09-16T08:15:40.233 INFO:teuthology.orchestra.run.smithi039.stdout: "UsedBytes":95995035648, 2024-09-16T08:15:40.233 INFO:teuthology.orchestra.run.smithi039.stdout: "MaximumLBA":187490304, 2024-09-16T08:15:40.233 INFO:teuthology.orchestra.run.smithi039.stdout: "PhysicalSize":95995035648, 2024-09-16T08:15:40.233 INFO:teuthology.orchestra.run.smithi039.stdout: "SectorSize":512 2024-09-16T08:15:40.233 INFO:teuthology.orchestra.run.smithi039.stdout: }, 2024-09-16T08:15:40.234 INFO:teuthology.orchestra.run.smithi039.stdout: { 2024-09-16T08:15:40.234 INFO:teuthology.orchestra.run.smithi039.stdout: "NameSpace":1, 2024-09-16T08:15:40.234 INFO:teuthology.orchestra.run.smithi039.stdout: "DevicePath":"/dev/nvme3n1", 2024-09-16T08:15:40.234 INFO:teuthology.orchestra.run.smithi039.stdout: "GenericPath":"/dev/ng3n1", 2024-09-16T08:15:40.234 INFO:teuthology.orchestra.run.smithi039.stdout: "Firmware":"5.14.0-5", 2024-09-16T08:15:40.234 INFO:teuthology.orchestra.run.smithi039.stdout: "ModelNumber":"Linux", 2024-09-16T08:15:40.234 INFO:teuthology.orchestra.run.smithi039.stdout: "SerialNumber":"2bba6cd10301bd833e0e", 2024-09-16T08:15:40.234 INFO:teuthology.orchestra.run.smithi039.stdout: "UsedBytes":95995035648, 2024-09-16T08:15:40.235 INFO:teuthology.orchestra.run.smithi039.stdout: "MaximumLBA":187490304, 2024-09-16T08:15:40.235 INFO:teuthology.orchestra.run.smithi039.stdout: "PhysicalSize":95995035648, 2024-09-16T08:15:40.235 INFO:teuthology.orchestra.run.smithi039.stdout: "SectorSize":512 2024-09-16T08:15:40.235 INFO:teuthology.orchestra.run.smithi039.stdout: }, 2024-09-16T08:15:40.235 INFO:teuthology.orchestra.run.smithi039.stdout: { 2024-09-16T08:15:40.235 INFO:teuthology.orchestra.run.smithi039.stdout: "NameSpace":1, 2024-09-16T08:15:40.235 INFO:teuthology.orchestra.run.smithi039.stdout: "DevicePath":"/dev/nvme2n1", 2024-09-16T08:15:40.235 INFO:teuthology.orchestra.run.smithi039.stdout: "GenericPath":"/dev/ng2n1", 2024-09-16T08:15:40.235 INFO:teuthology.orchestra.run.smithi039.stdout: "Firmware":"5.14.0-5", 2024-09-16T08:15:40.235 INFO:teuthology.orchestra.run.smithi039.stdout: "ModelNumber":"Linux", 2024-09-16T08:15:40.235 INFO:teuthology.orchestra.run.smithi039.stdout: "SerialNumber":"fd97f86cd5a230a35e9a", 2024-09-16T08:15:40.236 INFO:teuthology.orchestra.run.smithi039.stdout: "UsedBytes":95995035648, 2024-09-16T08:15:40.236 INFO:teuthology.orchestra.run.smithi039.stdout: "MaximumLBA":187490304, 2024-09-16T08:15:40.236 INFO:teuthology.orchestra.run.smithi039.stdout: "PhysicalSize":95995035648, 2024-09-16T08:15:40.236 INFO:teuthology.orchestra.run.smithi039.stdout: "SectorSize":512 2024-09-16T08:15:40.236 INFO:teuthology.orchestra.run.smithi039.stdout: }, 2024-09-16T08:15:40.236 INFO:teuthology.orchestra.run.smithi039.stdout: { 2024-09-16T08:15:40.236 INFO:teuthology.orchestra.run.smithi039.stdout: "NameSpace":1, 2024-09-16T08:15:40.236 INFO:teuthology.orchestra.run.smithi039.stdout: "DevicePath":"/dev/nvme1n1", 2024-09-16T08:15:40.236 INFO:teuthology.orchestra.run.smithi039.stdout: "GenericPath":"/dev/ng1n1", 2024-09-16T08:15:40.236 INFO:teuthology.orchestra.run.smithi039.stdout: "Firmware":"5.14.0-5", 2024-09-16T08:15:40.236 INFO:teuthology.orchestra.run.smithi039.stdout: "ModelNumber":"Linux", 2024-09-16T08:15:40.236 INFO:teuthology.orchestra.run.smithi039.stdout: "SerialNumber":"1bd25fa445464d1e250b", 2024-09-16T08:15:40.237 INFO:teuthology.orchestra.run.smithi039.stdout: "UsedBytes":95995035648, 2024-09-16T08:15:40.237 INFO:teuthology.orchestra.run.smithi039.stdout: "MaximumLBA":187490304, 2024-09-16T08:15:40.237 INFO:teuthology.orchestra.run.smithi039.stdout: "PhysicalSize":95995035648, 2024-09-16T08:15:40.237 INFO:teuthology.orchestra.run.smithi039.stdout: "SectorSize":512 2024-09-16T08:15:40.237 INFO:teuthology.orchestra.run.smithi039.stdout: }, 2024-09-16T08:15:40.237 INFO:teuthology.orchestra.run.smithi039.stdout: { 2024-09-16T08:15:40.237 INFO:teuthology.orchestra.run.smithi039.stdout: "NameSpace":1, 2024-09-16T08:15:40.237 INFO:teuthology.orchestra.run.smithi039.stdout: "DevicePath":"/dev/nvme0n1", 2024-09-16T08:15:40.237 INFO:teuthology.orchestra.run.smithi039.stdout: "GenericPath":"/dev/ng0n1", 2024-09-16T08:15:40.237 INFO:teuthology.orchestra.run.smithi039.stdout: "Firmware":"QDV1013D", 2024-09-16T08:15:40.237 INFO:teuthology.orchestra.run.smithi039.stdout: "ModelNumber":"INTEL SSDPEDKE040T7", 2024-09-16T08:15:40.237 INFO:teuthology.orchestra.run.smithi039.stdout: "SerialNumber":"BTLE736102QX4P0KGN", 2024-09-16T08:15:40.237 INFO:teuthology.orchestra.run.smithi039.stdout: "UsedBytes":4000787030016, 2024-09-16T08:15:40.237 INFO:teuthology.orchestra.run.smithi039.stdout: "MaximumLBA":7814037168, 2024-09-16T08:15:40.238 INFO:teuthology.orchestra.run.smithi039.stdout: "PhysicalSize":4000787030016, 2024-09-16T08:15:40.238 INFO:teuthology.orchestra.run.smithi039.stdout: "SectorSize":512 2024-09-16T08:15:40.238 INFO:teuthology.orchestra.run.smithi039.stdout: } 2024-09-16T08:15:40.238 INFO:teuthology.orchestra.run.smithi039.stdout: ] 2024-09-16T08:15:40.238 INFO:teuthology.orchestra.run.smithi039.stdout:} 2024-09-16T08:15:40.239 INFO:tasks.nvme_loop:new_devs ['/dev/nvme4n1', '/dev/nvme3n1', '/dev/nvme2n1', '/dev/nvme1n1'] 2024-09-16T08:15:40.239 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-16T08:15:40.239 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/scratch_devs 2024-09-16T08:15:40.306 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-16T08:15:40.306 DEBUG:teuthology.orchestra.run.smithi161:> dd if=/scratch_devs of=/dev/stdout 2024-09-16T08:15:40.330 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-16T08:15:40.331 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_1 2024-09-16T08:15:40.390 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-16T08:15:40.390 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:15:40.390 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 984 Links: 1 2024-09-16T08:15:40.390 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:15:40.390 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T08:15:40.391 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-09-16 08:15:37.124818140 +0000 2024-09-16T08:15:40.391 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-09-16 08:15:36.796887566 +0000 2024-09-16T08:15:40.391 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-09-16 08:15:36.796887566 +0000 2024-09-16T08:15:40.391 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: 2024-09-16 08:15:36.796887566 +0000 2024-09-16T08:15:40.392 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-16T08:15:40.457 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-09-16T08:15:40.457 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-09-16T08:15:40.457 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000223106 s, 2.3 MB/s 2024-09-16T08:15:40.459 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-16T08:15:40.517 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_2 2024-09-16T08:15:40.574 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-16T08:15:40.575 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:15:40.575 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 976 Links: 1 2024-09-16T08:15:40.575 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:15:40.575 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T08:15:40.575 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-09-16 08:15:37.124818140 +0000 2024-09-16T08:15:40.575 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-09-16 08:15:36.795887804 +0000 2024-09-16T08:15:40.575 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-09-16 08:15:36.795887804 +0000 2024-09-16T08:15:40.575 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: 2024-09-16 08:15:36.795887804 +0000 2024-09-16T08:15:40.575 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-16T08:15:40.640 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-09-16T08:15:40.640 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-09-16T08:15:40.640 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000221824 s, 2.3 MB/s 2024-09-16T08:15:40.642 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-16T08:15:40.699 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_3 2024-09-16T08:15:40.756 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-16T08:15:40.756 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:15:40.756 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 973 Links: 1 2024-09-16T08:15:40.756 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:15:40.756 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T08:15:40.756 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-09-16 08:15:37.124818140 +0000 2024-09-16T08:15:40.756 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-09-16 08:15:36.795887804 +0000 2024-09-16T08:15:40.757 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-09-16 08:15:36.795887804 +0000 2024-09-16T08:15:40.757 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: 2024-09-16 08:15:36.795887804 +0000 2024-09-16T08:15:40.757 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-16T08:15:40.820 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-09-16T08:15:40.820 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-09-16T08:15:40.820 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000198806 s, 2.6 MB/s 2024-09-16T08:15:40.822 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-16T08:15:40.878 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_4 2024-09-16T08:15:40.935 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-16T08:15:40.935 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T08:15:40.935 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 967 Links: 1 2024-09-16T08:15:40.935 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T08:15:40.936 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2024-09-16T08:15:40.936 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-09-16 08:15:37.125818120 +0000 2024-09-16T08:15:40.936 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-09-16 08:15:36.795887804 +0000 2024-09-16T08:15:40.936 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-09-16 08:15:36.795887804 +0000 2024-09-16T08:15:40.936 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: 2024-09-16 08:15:36.795887804 +0000 2024-09-16T08:15:40.937 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-16T08:15:40.999 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-09-16T08:15:40.999 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-09-16T08:15:40.999 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000211497 s, 2.4 MB/s 2024-09-16T08:15:41.000 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-16T08:15:41.057 DEBUG:teuthology.orchestra.run.smithi161:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-09-16T08:15:41.194 INFO:teuthology.orchestra.run.smithi161.stdout:loop 2024-09-16T08:15:41.195 INFO:tasks.nvme_loop:Connecting nvme_loop smithi161:/dev/vg_nvme/lv_1... 2024-09-16T08:15:41.195 DEBUG:teuthology.orchestra.run.smithi161:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-09-16T08:15:41.228 INFO:teuthology.orchestra.run.smithi161.stdout:1 2024-09-16T08:15:41.257 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/vg_nvme/lv_11 2024-09-16T08:15:41.300 INFO:teuthology.orchestra.run.smithi161.stdout:connecting to device: nvme1 2024-09-16T08:15:41.302 INFO:tasks.nvme_loop:Connecting nvme_loop smithi161:/dev/vg_nvme/lv_2... 2024-09-16T08:15:41.302 DEBUG:teuthology.orchestra.run.smithi161:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-09-16T08:15:41.375 INFO:teuthology.orchestra.run.smithi161.stdout:1 2024-09-16T08:15:41.418 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/vg_nvme/lv_21 2024-09-16T08:15:41.454 INFO:teuthology.orchestra.run.smithi161.stdout:connecting to device: nvme2 2024-09-16T08:15:41.456 INFO:tasks.nvme_loop:Connecting nvme_loop smithi161:/dev/vg_nvme/lv_3... 2024-09-16T08:15:41.456 DEBUG:teuthology.orchestra.run.smithi161:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-09-16T08:15:41.530 INFO:teuthology.orchestra.run.smithi161.stdout:1 2024-09-16T08:15:41.561 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/vg_nvme/lv_31 2024-09-16T08:15:41.593 INFO:teuthology.orchestra.run.smithi161.stdout:connecting to device: nvme3 2024-09-16T08:15:41.595 INFO:tasks.nvme_loop:Connecting nvme_loop smithi161:/dev/vg_nvme/lv_4... 2024-09-16T08:15:41.595 DEBUG:teuthology.orchestra.run.smithi161:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-09-16T08:15:41.668 INFO:teuthology.orchestra.run.smithi161.stdout:1 2024-09-16T08:15:41.699 INFO:teuthology.orchestra.run.smithi161.stdout:/dev/vg_nvme/lv_41 2024-09-16T08:15:41.734 INFO:teuthology.orchestra.run.smithi161.stdout:connecting to device: nvme4 2024-09-16T08:15:41.736 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-16T08:15:41.736 DEBUG:teuthology.orchestra.run.smithi161:> dd if=/scratch_devs of=/dev/stdout 2024-09-16T08:15:41.793 DEBUG:teuthology.orchestra.run.smithi161:> sudo nvme list -o json 2024-09-16T08:15:41.859 INFO:teuthology.orchestra.run.smithi161.stdout:{ 2024-09-16T08:15:41.859 INFO:teuthology.orchestra.run.smithi161.stdout: "Devices":[ 2024-09-16T08:15:41.860 INFO:teuthology.orchestra.run.smithi161.stdout: { 2024-09-16T08:15:41.860 INFO:teuthology.orchestra.run.smithi161.stdout: "NameSpace":1, 2024-09-16T08:15:41.860 INFO:teuthology.orchestra.run.smithi161.stdout: "DevicePath":"/dev/nvme4n1", 2024-09-16T08:15:41.860 INFO:teuthology.orchestra.run.smithi161.stdout: "GenericPath":"/dev/ng4n1", 2024-09-16T08:15:41.860 INFO:teuthology.orchestra.run.smithi161.stdout: "Firmware":"5.14.0-5", 2024-09-16T08:15:41.860 INFO:teuthology.orchestra.run.smithi161.stdout: "ModelNumber":"Linux", 2024-09-16T08:15:41.860 INFO:teuthology.orchestra.run.smithi161.stdout: "SerialNumber":"6e4cc31feede62622555", 2024-09-16T08:15:41.860 INFO:teuthology.orchestra.run.smithi161.stdout: "UsedBytes":95995035648, 2024-09-16T08:15:41.860 INFO:teuthology.orchestra.run.smithi161.stdout: "MaximumLBA":187490304, 2024-09-16T08:15:41.860 INFO:teuthology.orchestra.run.smithi161.stdout: "PhysicalSize":95995035648, 2024-09-16T08:15:41.860 INFO:teuthology.orchestra.run.smithi161.stdout: "SectorSize":512 2024-09-16T08:15:41.860 INFO:teuthology.orchestra.run.smithi161.stdout: }, 2024-09-16T08:15:41.860 INFO:teuthology.orchestra.run.smithi161.stdout: { 2024-09-16T08:15:41.861 INFO:teuthology.orchestra.run.smithi161.stdout: "NameSpace":1, 2024-09-16T08:15:41.861 INFO:teuthology.orchestra.run.smithi161.stdout: "DevicePath":"/dev/nvme3n1", 2024-09-16T08:15:41.861 INFO:teuthology.orchestra.run.smithi161.stdout: "GenericPath":"/dev/ng3n1", 2024-09-16T08:15:41.861 INFO:teuthology.orchestra.run.smithi161.stdout: "Firmware":"5.14.0-5", 2024-09-16T08:15:41.861 INFO:teuthology.orchestra.run.smithi161.stdout: "ModelNumber":"Linux", 2024-09-16T08:15:41.861 INFO:teuthology.orchestra.run.smithi161.stdout: "SerialNumber":"45195b4040bc6505ead9", 2024-09-16T08:15:41.861 INFO:teuthology.orchestra.run.smithi161.stdout: "UsedBytes":95995035648, 2024-09-16T08:15:41.861 INFO:teuthology.orchestra.run.smithi161.stdout: "MaximumLBA":187490304, 2024-09-16T08:15:41.861 INFO:teuthology.orchestra.run.smithi161.stdout: "PhysicalSize":95995035648, 2024-09-16T08:15:41.861 INFO:teuthology.orchestra.run.smithi161.stdout: "SectorSize":512 2024-09-16T08:15:41.861 INFO:teuthology.orchestra.run.smithi161.stdout: }, 2024-09-16T08:15:41.861 INFO:teuthology.orchestra.run.smithi161.stdout: { 2024-09-16T08:15:41.861 INFO:teuthology.orchestra.run.smithi161.stdout: "NameSpace":1, 2024-09-16T08:15:41.861 INFO:teuthology.orchestra.run.smithi161.stdout: "DevicePath":"/dev/nvme2n1", 2024-09-16T08:15:41.862 INFO:teuthology.orchestra.run.smithi161.stdout: "GenericPath":"/dev/ng2n1", 2024-09-16T08:15:41.862 INFO:teuthology.orchestra.run.smithi161.stdout: "Firmware":"5.14.0-5", 2024-09-16T08:15:41.862 INFO:teuthology.orchestra.run.smithi161.stdout: "ModelNumber":"Linux", 2024-09-16T08:15:41.862 INFO:teuthology.orchestra.run.smithi161.stdout: "SerialNumber":"878263907c9f562fcc37", 2024-09-16T08:15:41.862 INFO:teuthology.orchestra.run.smithi161.stdout: "UsedBytes":95995035648, 2024-09-16T08:15:41.862 INFO:teuthology.orchestra.run.smithi161.stdout: "MaximumLBA":187490304, 2024-09-16T08:15:41.862 INFO:teuthology.orchestra.run.smithi161.stdout: "PhysicalSize":95995035648, 2024-09-16T08:15:41.862 INFO:teuthology.orchestra.run.smithi161.stdout: "SectorSize":512 2024-09-16T08:15:41.862 INFO:teuthology.orchestra.run.smithi161.stdout: }, 2024-09-16T08:15:41.862 INFO:teuthology.orchestra.run.smithi161.stdout: { 2024-09-16T08:15:41.862 INFO:teuthology.orchestra.run.smithi161.stdout: "NameSpace":1, 2024-09-16T08:15:41.862 INFO:teuthology.orchestra.run.smithi161.stdout: "DevicePath":"/dev/nvme1n1", 2024-09-16T08:15:41.862 INFO:teuthology.orchestra.run.smithi161.stdout: "GenericPath":"/dev/ng1n1", 2024-09-16T08:15:41.863 INFO:teuthology.orchestra.run.smithi161.stdout: "Firmware":"5.14.0-5", 2024-09-16T08:15:41.863 INFO:teuthology.orchestra.run.smithi161.stdout: "ModelNumber":"Linux", 2024-09-16T08:15:41.863 INFO:teuthology.orchestra.run.smithi161.stdout: "SerialNumber":"4623cddb59dfa630aa9b", 2024-09-16T08:15:41.863 INFO:teuthology.orchestra.run.smithi161.stdout: "UsedBytes":95995035648, 2024-09-16T08:15:41.863 INFO:teuthology.orchestra.run.smithi161.stdout: "MaximumLBA":187490304, 2024-09-16T08:15:41.863 INFO:teuthology.orchestra.run.smithi161.stdout: "PhysicalSize":95995035648, 2024-09-16T08:15:41.863 INFO:teuthology.orchestra.run.smithi161.stdout: "SectorSize":512 2024-09-16T08:15:41.863 INFO:teuthology.orchestra.run.smithi161.stdout: }, 2024-09-16T08:15:41.863 INFO:teuthology.orchestra.run.smithi161.stdout: { 2024-09-16T08:15:41.863 INFO:teuthology.orchestra.run.smithi161.stdout: "NameSpace":1, 2024-09-16T08:15:41.863 INFO:teuthology.orchestra.run.smithi161.stdout: "DevicePath":"/dev/nvme0n1", 2024-09-16T08:15:41.863 INFO:teuthology.orchestra.run.smithi161.stdout: "GenericPath":"/dev/ng0n1", 2024-09-16T08:15:41.863 INFO:teuthology.orchestra.run.smithi161.stdout: "Firmware":"8DV101H0", 2024-09-16T08:15:41.863 INFO:teuthology.orchestra.run.smithi161.stdout: "ModelNumber":"INTEL SSDPEDMD400G4", 2024-09-16T08:15:41.864 INFO:teuthology.orchestra.run.smithi161.stdout: "SerialNumber":"CVFT6233001X400BGN", 2024-09-16T08:15:41.864 INFO:teuthology.orchestra.run.smithi161.stdout: "UsedBytes":400088457216, 2024-09-16T08:15:41.864 INFO:teuthology.orchestra.run.smithi161.stdout: "MaximumLBA":781422768, 2024-09-16T08:15:41.864 INFO:teuthology.orchestra.run.smithi161.stdout: "PhysicalSize":400088457216, 2024-09-16T08:15:41.864 INFO:teuthology.orchestra.run.smithi161.stdout: "SectorSize":512 2024-09-16T08:15:41.864 INFO:teuthology.orchestra.run.smithi161.stdout: } 2024-09-16T08:15:41.864 INFO:teuthology.orchestra.run.smithi161.stdout: ] 2024-09-16T08:15:41.864 INFO:teuthology.orchestra.run.smithi161.stdout:} 2024-09-16T08:15:41.865 INFO:tasks.nvme_loop:new_devs ['/dev/nvme4n1', '/dev/nvme3n1', '/dev/nvme2n1', '/dev/nvme1n1'] 2024-09-16T08:15:41.865 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-16T08:15:41.865 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/scratch_devs 2024-09-16T08:15:41.929 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-16T08:15:42.026 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'CEPHADM_DAEMON_PLACE_FAIL', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '8293d73f8690540e843a81caec373f9cc29cf705'} 2024-09-16T08:15:42.026 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T08:15:42.027 INFO:tasks.cephadm:Cluster fsid is dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:15:42.027 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-16T08:15:42.027 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-09-16T08:15:42.028 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi039': '172.21.15.39', 'mon.smithi161': '172.21.15.161'} 2024-09-16T08:15:42.028 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-16T08:15:42.028 DEBUG:teuthology.orchestra.run.smithi039:> sudo hostname $(hostname -s) 2024-09-16T08:15:42.060 DEBUG:teuthology.orchestra.run.smithi161:> sudo hostname $(hostname -s) 2024-09-16T08:15:42.084 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-16T08:15:42.085 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T08:15:42.237 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '8293d73f8690540e843a81caec373f9cc29cf705', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/83046/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-4917-g8293d73f', 'node_name': '172.21.5.39+adami09', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.3.0-4917.g8293d73f'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-13 15:55:14.480698', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-main-2024-09-13-1248', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-09-16T08:15:42.384 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-guits-main-2024-09-13-1248, sha1 8293d73f8690540e843a81caec373f9cc29cf705 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T08:15:42.386 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/x86_64/flavors/default/cephadm 2024-09-16T08:15:42.386 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/x86_64/flavors/default/cephadm 2024-09-16T08:15:42.386 DEBUG:teuthology.orchestra.run.smithi039:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-16T08:15:42.766 INFO:teuthology.orchestra.run.smithi039.stdout:-rw-r--r--. 1 ubuntu ubuntu 804182 Sep 16 08:15 /home/ubuntu/cephtest/cephadm 2024-09-16T08:15:42.767 DEBUG:teuthology.orchestra.run.smithi161:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-16T08:15:43.137 INFO:teuthology.orchestra.run.smithi161.stdout:-rw-r--r--. 1 ubuntu ubuntu 804182 Sep 16 08:15 /home/ubuntu/cephtest/cephadm 2024-09-16T08:15:43.137 DEBUG:teuthology.orchestra.run.smithi039:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-16T08:15:43.158 DEBUG:teuthology.orchestra.run.smithi161:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-16T08:15:43.184 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 on all hosts... 2024-09-16T08:15:43.184 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 pull 2024-09-16T08:15:43.201 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 pull 2024-09-16T08:15:44.769 INFO:teuthology.orchestra.run.smithi161.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705... 2024-09-16T08:15:44.934 INFO:teuthology.orchestra.run.smithi039.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705... 2024-09-16T08:16:28.027 INFO:teuthology.orchestra.run.smithi039.stdout:{ 2024-09-16T08:16:28.028 INFO:teuthology.orchestra.run.smithi039.stdout: "ceph_version": "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)", 2024-09-16T08:16:28.028 INFO:teuthology.orchestra.run.smithi039.stdout: "image_id": "425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c", 2024-09-16T08:16:28.028 INFO:teuthology.orchestra.run.smithi039.stdout: "repo_digests": [ 2024-09-16T08:16:28.028 INFO:teuthology.orchestra.run.smithi039.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce" 2024-09-16T08:16:28.028 INFO:teuthology.orchestra.run.smithi039.stdout: ] 2024-09-16T08:16:28.028 INFO:teuthology.orchestra.run.smithi039.stdout:} 2024-09-16T08:16:30.924 INFO:teuthology.orchestra.run.smithi161.stdout:{ 2024-09-16T08:16:30.925 INFO:teuthology.orchestra.run.smithi161.stdout: "ceph_version": "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)", 2024-09-16T08:16:30.925 INFO:teuthology.orchestra.run.smithi161.stdout: "image_id": "425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c", 2024-09-16T08:16:30.925 INFO:teuthology.orchestra.run.smithi161.stdout: "repo_digests": [ 2024-09-16T08:16:30.925 INFO:teuthology.orchestra.run.smithi161.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce" 2024-09-16T08:16:30.925 INFO:teuthology.orchestra.run.smithi161.stdout: ] 2024-09-16T08:16:30.925 INFO:teuthology.orchestra.run.smithi161.stdout:} 2024-09-16T08:16:30.958 DEBUG:teuthology.orchestra.run.smithi039:> sudo mkdir -p /etc/ceph 2024-09-16T08:16:30.993 DEBUG:teuthology.orchestra.run.smithi161:> sudo mkdir -p /etc/ceph 2024-09-16T08:16:31.024 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod 777 /etc/ceph 2024-09-16T08:16:31.063 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 777 /etc/ceph 2024-09-16T08:16:31.092 INFO:tasks.cephadm:Writing seed config... 2024-09-16T08:16:31.094 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-16T08:16:31.094 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-16T08:16:31.094 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-16T08:16:31.094 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-16T08:16:31.094 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-16T08:16:31.095 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-16T08:16:31.095 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-16T08:16:31.095 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-09-16T08:16:31.096 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-16T08:16:31.096 DEBUG:teuthology.orchestra.run.smithi039:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-16T08:16:31.122 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = dd6afd60-7403-11ef-bceb-c7b262605968 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-16T08:16:31.122 DEBUG:teuthology.orchestra.run.smithi039:mon.smithi039> sudo journalctl -f -n 0 -u ceph-dd6afd60-7403-11ef-bceb-c7b262605968@mon.smithi039.service 2024-09-16T08:16:31.164 INFO:tasks.cephadm:Bootstrapping... 2024-09-16T08:16:31.164 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 -v bootstrap --fsid dd6afd60-7403-11ef-bceb-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.39 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-16T08:16:31.379 INFO:teuthology.orchestra.run.smithi039.stdout:-------------------------------------------------------------------------------- 2024-09-16T08:16:31.379 INFO:teuthology.orchestra.run.smithi039.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705', '-v', 'bootstrap', '--fsid', 'dd6afd60-7403-11ef-bceb-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.39', '--skip-admin-label'] 2024-09-16T08:16:31.380 INFO:teuthology.orchestra.run.smithi039.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-16T08:16:31.380 INFO:teuthology.orchestra.run.smithi039.stdout:Verifying podman|docker is present... 2024-09-16T08:16:31.404 INFO:teuthology.orchestra.run.smithi039.stdout:/bin/podman: stdout 5.2.2 2024-09-16T08:16:31.404 INFO:teuthology.orchestra.run.smithi039.stdout:Verifying lvm2 is present... 2024-09-16T08:16:31.404 INFO:teuthology.orchestra.run.smithi039.stdout:Verifying time synchronization is in place... 2024-09-16T08:16:31.411 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-16T08:16:31.412 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-16T08:16:31.418 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-16T08:16:31.418 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout inactive 2024-09-16T08:16:31.424 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout enabled 2024-09-16T08:16:31.431 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout active 2024-09-16T08:16:31.431 INFO:teuthology.orchestra.run.smithi039.stdout:Unit chronyd.service is enabled and running 2024-09-16T08:16:31.431 INFO:teuthology.orchestra.run.smithi039.stdout:Repeating the final host check... 2024-09-16T08:16:31.465 INFO:teuthology.orchestra.run.smithi039.stdout:/bin/podman: stdout 5.2.2 2024-09-16T08:16:31.465 INFO:teuthology.orchestra.run.smithi039.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-16T08:16:31.465 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl is present 2024-09-16T08:16:31.465 INFO:teuthology.orchestra.run.smithi039.stdout:lvcreate is present 2024-09-16T08:16:31.471 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-16T08:16:31.472 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-16T08:16:31.478 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-16T08:16:31.478 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout inactive 2024-09-16T08:16:31.485 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout enabled 2024-09-16T08:16:31.491 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout active 2024-09-16T08:16:31.491 INFO:teuthology.orchestra.run.smithi039.stdout:Unit chronyd.service is enabled and running 2024-09-16T08:16:31.492 INFO:teuthology.orchestra.run.smithi039.stdout:Host looks OK 2024-09-16T08:16:31.492 INFO:teuthology.orchestra.run.smithi039.stdout:Cluster fsid: dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:16:31.492 INFO:teuthology.orchestra.run.smithi039.stdout:Acquiring lock 140592181851952 on /run/cephadm/dd6afd60-7403-11ef-bceb-c7b262605968.lock 2024-09-16T08:16:31.492 INFO:teuthology.orchestra.run.smithi039.stdout:Lock 140592181851952 acquired on /run/cephadm/dd6afd60-7403-11ef-bceb-c7b262605968.lock 2024-09-16T08:16:31.492 INFO:teuthology.orchestra.run.smithi039.stdout:Verifying IP 172.21.15.39 port 3300 ... 2024-09-16T08:16:31.493 INFO:teuthology.orchestra.run.smithi039.stdout:Verifying IP 172.21.15.39 port 6789 ... 2024-09-16T08:16:31.493 INFO:teuthology.orchestra.run.smithi039.stdout:Base mon IP(s) is [172.21.15.39:3300, 172.21.15.39:6789], mon addrv is [v2:172.21.15.39:3300,v1:172.21.15.39:6789] 2024-09-16T08:16:31.496 INFO:teuthology.orchestra.run.smithi039.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.39 metric 100 2024-09-16T08:16:31.496 INFO:teuthology.orchestra.run.smithi039.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.39 metric 100 2024-09-16T08:16:31.498 INFO:teuthology.orchestra.run.smithi039.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-16T08:16:31.499 INFO:teuthology.orchestra.run.smithi039.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-16T08:16:31.499 INFO:teuthology.orchestra.run.smithi039.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1799sec hoplimit 64 pref medium 2024-09-16T08:16:31.501 INFO:teuthology.orchestra.run.smithi039.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-16T08:16:31.501 INFO:teuthology.orchestra.run.smithi039.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-16T08:16:31.501 INFO:teuthology.orchestra.run.smithi039.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-16T08:16:31.501 INFO:teuthology.orchestra.run.smithi039.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-16T08:16:31.501 INFO:teuthology.orchestra.run.smithi039.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1370/64 scope link 2024-09-16T08:16:31.501 INFO:teuthology.orchestra.run.smithi039.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-16T08:16:31.502 INFO:teuthology.orchestra.run.smithi039.stdout:Mon IP `172.21.15.39` is in CIDR network `172.21.0.0/20` 2024-09-16T08:16:31.502 INFO:teuthology.orchestra.run.smithi039.stdout:Mon IP `172.21.15.39` is in CIDR network `172.21.0.0/20` 2024-09-16T08:16:31.502 INFO:teuthology.orchestra.run.smithi039.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-16T08:16:31.503 INFO:teuthology.orchestra.run.smithi039.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-16T08:16:31.503 INFO:teuthology.orchestra.run.smithi039.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705... 2024-09-16T08:16:31.996 INFO:teuthology.orchestra.run.smithi039.stdout:/bin/podman: stdout 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c 2024-09-16T08:16:31.996 INFO:teuthology.orchestra.run.smithi039.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705... 2024-09-16T08:16:31.996 INFO:teuthology.orchestra.run.smithi039.stdout:/bin/podman: stderr Getting image source signatures 2024-09-16T08:16:31.996 INFO:teuthology.orchestra.run.smithi039.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-16T08:16:31.996 INFO:teuthology.orchestra.run.smithi039.stdout:/bin/podman: stderr Copying blob sha256:7b1291ae133cf24c065f94db08f06624ab089b121831fa7f7f15d46063d39776 2024-09-16T08:16:31.996 INFO:teuthology.orchestra.run.smithi039.stdout:/bin/podman: stderr Copying config sha256:425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c 2024-09-16T08:16:31.996 INFO:teuthology.orchestra.run.smithi039.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-16T08:16:32.950 INFO:teuthology.orchestra.run.smithi039.stdout:ceph: stdout ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev) 2024-09-16T08:16:32.950 INFO:teuthology.orchestra.run.smithi039.stdout:Ceph version: ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev) 2024-09-16T08:16:32.950 INFO:teuthology.orchestra.run.smithi039.stdout:Extracting ceph user uid/gid from container image... 2024-09-16T08:16:34.006 INFO:teuthology.orchestra.run.smithi039.stdout:stat: stdout 167 167 2024-09-16T08:16:34.006 INFO:teuthology.orchestra.run.smithi039.stdout:Creating initial keys... 2024-09-16T08:16:34.960 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph-authtool: stdout AQBi6edmUqTSFBAAtwWIgnEfguWSityoSF1jfw== 2024-09-16T08:16:36.053 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph-authtool: stdout AQBj6edm1UUbGxAA/5Ajo5gjukoWpWjjS1kWHg== 2024-09-16T08:16:37.046 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph-authtool: stdout AQBk6edmoIh+GRAANSHzlKlB0cF464Edul5yQg== 2024-09-16T08:16:37.047 INFO:teuthology.orchestra.run.smithi039.stdout:Creating initial monmap... 2024-09-16T08:16:38.253 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-16T08:16:38.253 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-16T08:16:38.253 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:16:38.253 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-16T08:16:38.253 INFO:teuthology.orchestra.run.smithi039.stdout:monmaptool for smithi039 [v2:172.21.15.39:3300,v1:172.21.15.39:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-16T08:16:38.253 INFO:teuthology.orchestra.run.smithi039.stdout:setting min_mon_release = quincy 2024-09-16T08:16:38.253 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/monmaptool: set fsid to dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:16:38.253 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-16T08:16:38.253 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:16:38.253 INFO:teuthology.orchestra.run.smithi039.stdout:Creating mon... 2024-09-16T08:16:39.232 INFO:teuthology.orchestra.run.smithi039.stdout:create mon.smithi039 on 2024-09-16T08:16:39.611 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-16T08:16:39.824 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-dd6afd60-7403-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-dd6afd60-7403-11ef-bceb-c7b262605968.target. 2024-09-16T08:16:39.824 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-dd6afd60-7403-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-dd6afd60-7403-11ef-bceb-c7b262605968.target. 2024-09-16T08:16:40.061 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-dd6afd60-7403-11ef-bceb-c7b262605968@mon.smithi039 2024-09-16T08:16:40.061 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stderr Failed to reset failed state of unit ceph-dd6afd60-7403-11ef-bceb-c7b262605968@mon.smithi039.service: Unit ceph-dd6afd60-7403-11ef-bceb-c7b262605968@mon.smithi039.service not loaded. 2024-09-16T08:16:40.240 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-dd6afd60-7403-11ef-bceb-c7b262605968.target.wants/ceph-dd6afd60-7403-11ef-bceb-c7b262605968@mon.smithi039.service → /etc/systemd/system/ceph-dd6afd60-7403-11ef-bceb-c7b262605968@.service. 2024-09-16T08:16:40.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:40 smithi039 podman[25333]: 2024-09-16 08:16:40.375896545 +0000 UTC m=+0.016378503 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T08:16:40.790 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-16T08:16:40.790 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout disabled 2024-09-16T08:16:40.797 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-16T08:16:40.797 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout inactive 2024-09-16T08:16:40.797 INFO:teuthology.orchestra.run.smithi039.stdout:firewalld.service is not enabled 2024-09-16T08:16:40.797 INFO:teuthology.orchestra.run.smithi039.stdout:Not possible to enable service . firewalld.service is not available 2024-09-16T08:16:40.798 INFO:teuthology.orchestra.run.smithi039.stdout:Waiting for mon to start... 2024-09-16T08:16:40.798 INFO:teuthology.orchestra.run.smithi039.stdout:Waiting for mon... 2024-09-16T08:16:40.921 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:40 smithi039 podman[25333]: 2024-09-16 08:16:40.668097482 +0000 UTC m=+0.308579429 container init 9a319696fd0cfc63b7da93a1111f1e7c5e22a009570a2340bdd7df8a70d2df62 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-dd6afd60-7403-11ef-bceb-c7b262605968-mon-smithi039, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T08:16:40.921 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:40 smithi039 podman[25333]: 2024-09-16 08:16:40.67324696 +0000 UTC m=+0.313728907 container start 9a319696fd0cfc63b7da93a1111f1e7c5e22a009570a2340bdd7df8a70d2df62 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-dd6afd60-7403-11ef-bceb-c7b262605968-mon-smithi039, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965) 2024-09-16T08:16:40.921 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:40 smithi039 ceph-mon[25371]: mkfs dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:16:40.921 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:40 smithi039 ceph-mon[25371]: mon.smithi039 is new leader, mons smithi039 in quorum (ranks 0) 2024-09-16T08:16:40.921 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:40 smithi039 bash[25333]: 9a319696fd0cfc63b7da93a1111f1e7c5e22a009570a2340bdd7df8a70d2df62 2024-09-16T08:16:40.922 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:40 smithi039 systemd[1]: Started Ceph mon.smithi039 for dd6afd60-7403-11ef-bceb-c7b262605968. 2024-09-16T08:16:41.853 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout cluster: 2024-09-16T08:16:41.853 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout id: dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:16:41.853 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-16T08:16:41.853 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 2024-09-16T08:16:41.853 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout services: 2024-09-16T08:16:41.854 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi039 (age 0.577305s) 2024-09-16T08:16:41.854 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-16T08:16:41.854 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-16T08:16:41.854 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 2024-09-16T08:16:41.854 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout data: 2024-09-16T08:16:41.854 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-16T08:16:41.854 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-16T08:16:41.854 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-16T08:16:41.854 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout pgs: 2024-09-16T08:16:41.854 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 2024-09-16T08:16:41.854 INFO:teuthology.orchestra.run.smithi039.stdout:mon is available 2024-09-16T08:16:41.854 INFO:teuthology.orchestra.run.smithi039.stdout:Assimilating anything we can from ceph.conf... 2024-09-16T08:16:41.949 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:41 smithi039 ceph-mon[25371]: mon.smithi039 is new leader, mons smithi039 in quorum (ranks 0) 2024-09-16T08:16:41.949 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:41 smithi039 ceph-mon[25371]: monmap epoch 1 2024-09-16T08:16:41.949 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:41 smithi039 ceph-mon[25371]: fsid dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:16:41.950 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:41 smithi039 ceph-mon[25371]: last_changed 2024-09-16T08:16:37.556471+0000 2024-09-16T08:16:41.950 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:41 smithi039 ceph-mon[25371]: created 2024-09-16T08:16:37.556471+0000 2024-09-16T08:16:41.950 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:41 smithi039 ceph-mon[25371]: min_mon_release 19 (squid) 2024-09-16T08:16:41.950 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:41 smithi039 ceph-mon[25371]: election_strategy: 1 2024-09-16T08:16:41.950 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:41 smithi039 ceph-mon[25371]: 0: [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] mon.smithi039 2024-09-16T08:16:41.950 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:41 smithi039 ceph-mon[25371]: fsmap 2024-09-16T08:16:41.950 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:41 smithi039 ceph-mon[25371]: osdmap e1: 0 total, 0 up, 0 in 2024-09-16T08:16:41.950 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:41 smithi039 ceph-mon[25371]: mgrmap e1: no daemons active 2024-09-16T08:16:41.950 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:41 smithi039 ceph-mon[25371]: from='client.? 172.21.15.39:0/1397219286' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-16T08:16:42.767 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 2024-09-16T08:16:42.767 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout [global] 2024-09-16T08:16:42.767 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout fsid = dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:16:42.767 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-16T08:16:42.768 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.39:3300,v1:172.21.15.39:6789] 2024-09-16T08:16:42.768 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-16T08:16:42.768 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-16T08:16:42.768 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-16T08:16:42.768 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-16T08:16:42.768 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 2024-09-16T08:16:42.768 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-16T08:16:42.768 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-16T08:16:42.768 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 2024-09-16T08:16:42.768 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout [osd] 2024-09-16T08:16:42.768 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-16T08:16:42.768 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-16T08:16:42.768 INFO:teuthology.orchestra.run.smithi039.stdout:Generating new minimal ceph.conf... 2024-09-16T08:16:42.872 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:42 smithi039 ceph-mon[25371]: from='client.? 172.21.15.39:0/744108889' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-16T08:16:42.872 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:42 smithi039 ceph-mon[25371]: from='client.? 172.21.15.39:0/744108889' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-16T08:16:43.844 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:43 smithi039 ceph-mon[25371]: from='client.? 172.21.15.39:0/872421894' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:16:43.846 INFO:teuthology.orchestra.run.smithi039.stdout:Restarting the monitor... 2024-09-16T08:16:44.125 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:43 smithi039 systemd[1]: Stopping Ceph mon.smithi039 for dd6afd60-7403-11ef-bceb-c7b262605968... 2024-09-16T08:16:44.480 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:44 smithi039 ceph-dd6afd60-7403-11ef-bceb-c7b262605968-mon-smithi039[25348]: 2024-09-16T08:16:44.124+0000 7f48bfae6640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi039 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-16T08:16:44.480 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:44 smithi039 ceph-dd6afd60-7403-11ef-bceb-c7b262605968-mon-smithi039[25348]: 2024-09-16T08:16:44.124+0000 7f48bfae6640 -1 mon.smithi039@0(leader) e1 *** Got Signal Terminated *** 2024-09-16T08:16:44.480 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:44 smithi039 podman[25690]: 2024-09-16 08:16:44.237607834 +0000 UTC m=+0.217490677 container died 9a319696fd0cfc63b7da93a1111f1e7c5e22a009570a2340bdd7df8a70d2df62 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-dd6afd60-7403-11ef-bceb-c7b262605968-mon-smithi039, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True) 2024-09-16T08:16:44.747 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:44 smithi039 podman[25690]: 2024-09-16 08:16:44.571703717 +0000 UTC m=+0.551586559 container cleanup 9a319696fd0cfc63b7da93a1111f1e7c5e22a009570a2340bdd7df8a70d2df62 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-dd6afd60-7403-11ef-bceb-c7b262605968-mon-smithi039, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731) 2024-09-16T08:16:44.747 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:44 smithi039 bash[25690]: ceph-dd6afd60-7403-11ef-bceb-c7b262605968-mon-smithi039 2024-09-16T08:16:45.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:44 smithi039 podman[25707]: 2024-09-16 08:16:44.747649359 +0000 UTC m=+0.506031428 container remove 9a319696fd0cfc63b7da93a1111f1e7c5e22a009570a2340bdd7df8a70d2df62 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-dd6afd60-7403-11ef-bceb-c7b262605968-mon-smithi039, maintainer=Guillaume Abrioux , RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T08:16:45.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:44 smithi039 systemd[1]: ceph-dd6afd60-7403-11ef-bceb-c7b262605968@mon.smithi039.service: Deactivated successfully. 2024-09-16T08:16:45.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:44 smithi039 systemd[1]: Stopped Ceph mon.smithi039 for dd6afd60-7403-11ef-bceb-c7b262605968. 2024-09-16T08:16:45.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:44 smithi039 systemd[1]: Starting Ceph mon.smithi039 for dd6afd60-7403-11ef-bceb-c7b262605968... 2024-09-16T08:16:45.437 INFO:teuthology.orchestra.run.smithi039.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-16T08:16:45.462 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 podman[25803]: 2024-09-16 08:16:45.190025429 +0000 UTC m=+0.111819308 container create f4dfe10226975fee67c5ea48e6ee2552945ee3581526eef4a7401a2acbd34d42 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-dd6afd60-7403-11ef-bceb-c7b262605968-mon-smithi039, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD) 2024-09-16T08:16:45.463 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 podman[25803]: 2024-09-16 08:16:45.094882162 +0000 UTC m=+0.016676055 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T08:16:45.463 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 podman[25803]: 2024-09-16 08:16:45.367188893 +0000 UTC m=+0.288982788 container init f4dfe10226975fee67c5ea48e6ee2552945ee3581526eef4a7401a2acbd34d42 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-dd6afd60-7403-11ef-bceb-c7b262605968-mon-smithi039, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T08:16:45.463 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 podman[25803]: 2024-09-16 08:16:45.372057471 +0000 UTC m=+0.293851351 container start f4dfe10226975fee67c5ea48e6ee2552945ee3581526eef4a7401a2acbd34d42 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-dd6afd60-7403-11ef-bceb-c7b262605968-mon-smithi039, org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux ) 2024-09-16T08:16:45.463 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: set uid:gid to 167:167 (ceph:ceph) 2024-09-16T08:16:45.463 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev), process ceph-mon, pid 7 2024-09-16T08:16:45.463 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: pidfile_write: ignore empty --pid-file 2024-09-16T08:16:45.463 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: load: jerasure load: lrc 2024-09-16T08:16:45.463 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: RocksDB version: 7.9.2 2024-09-16T08:16:45.463 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Git sha 0 2024-09-16T08:16:45.463 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Compile date 2024-09-13 14:50:41 2024-09-16T08:16:45.463 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: DB SUMMARY 2024-09-16T08:16:45.464 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: DB Session ID: S8HV9RUU1US9FDOQTE0C 2024-09-16T08:16:45.464 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: CURRENT file: CURRENT 2024-09-16T08:16:45.464 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: IDENTITY file: IDENTITY 2024-09-16T08:16:45.464 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-16T08:16:45.464 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi039/store.db dir, Total Num: 1, files: 000008.sst 2024-09-16T08:16:45.464 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi039/store.db: 000009.log size: 89074 ; 2024-09-16T08:16:45.465 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.error_if_exists: 0 2024-09-16T08:16:45.465 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.create_if_missing: 0 2024-09-16T08:16:45.465 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.paranoid_checks: 1 2024-09-16T08:16:45.465 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-16T08:16:45.465 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-16T08:16:45.465 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-16T08:16:45.466 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.env: 0x556ab0a08120 2024-09-16T08:16:45.466 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.fs: PosixFileSystem 2024-09-16T08:16:45.466 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.info_log: 0x556ab26d38e0 2024-09-16T08:16:45.466 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_file_opening_threads: 16 2024-09-16T08:16:45.466 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.statistics: (nil) 2024-09-16T08:16:45.466 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.use_fsync: 0 2024-09-16T08:16:45.466 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_log_file_size: 0 2024-09-16T08:16:45.466 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-16T08:16:45.466 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-16T08:16:45.466 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.keep_log_file_num: 1000 2024-09-16T08:16:45.466 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.recycle_log_file_num: 0 2024-09-16T08:16:45.467 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.allow_fallocate: 1 2024-09-16T08:16:45.467 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.allow_mmap_reads: 0 2024-09-16T08:16:45.467 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.allow_mmap_writes: 0 2024-09-16T08:16:45.467 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.use_direct_reads: 0 2024-09-16T08:16:45.467 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-16T08:16:45.467 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.create_missing_column_families: 0 2024-09-16T08:16:45.467 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.db_log_dir: 2024-09-16T08:16:45.467 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.wal_dir: 2024-09-16T08:16:45.467 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-16T08:16:45.467 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-16T08:16:45.467 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-16T08:16:45.467 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-16T08:16:45.467 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-16T08:16:45.468 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-16T08:16:45.468 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.advise_random_on_open: 1 2024-09-16T08:16:45.468 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.db_write_buffer_size: 0 2024-09-16T08:16:45.468 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.write_buffer_manager: 0x556ab26d7b80 2024-09-16T08:16:45.468 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-16T08:16:45.468 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-16T08:16:45.468 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-16T08:16:45.468 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.rate_limiter: (nil) 2024-09-16T08:16:45.468 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-16T08:16:45.468 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.wal_recovery_mode: 2 2024-09-16T08:16:45.468 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.enable_thread_tracking: 0 2024-09-16T08:16:45.468 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.enable_pipelined_write: 0 2024-09-16T08:16:45.469 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.unordered_write: 0 2024-09-16T08:16:45.469 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-16T08:16:45.469 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-16T08:16:45.469 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-16T08:16:45.469 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-16T08:16:45.469 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.row_cache: None 2024-09-16T08:16:45.469 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.wal_filter: None 2024-09-16T08:16:45.469 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-16T08:16:45.469 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.allow_ingest_behind: 0 2024-09-16T08:16:45.469 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.two_write_queues: 0 2024-09-16T08:16:45.469 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.manual_wal_flush: 0 2024-09-16T08:16:45.469 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.wal_compression: 0 2024-09-16T08:16:45.469 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.atomic_flush: 0 2024-09-16T08:16:45.469 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-16T08:16:45.470 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-16T08:16:45.470 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-16T08:16:45.470 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.log_readahead_size: 0 2024-09-16T08:16:45.470 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-16T08:16:45.470 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.best_efforts_recovery: 0 2024-09-16T08:16:45.470 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-16T08:16:45.470 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-16T08:16:45.470 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.allow_data_in_errors: 0 2024-09-16T08:16:45.470 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.db_host_id: __hostname__ 2024-09-16T08:16:45.470 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-16T08:16:45.470 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_background_jobs: 2 2024-09-16T08:16:45.470 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_background_compactions: -1 2024-09-16T08:16:45.470 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_subcompactions: 1 2024-09-16T08:16:45.471 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-16T08:16:45.471 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-16T08:16:45.471 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-16T08:16:45.471 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_total_wal_size: 0 2024-09-16T08:16:45.471 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-16T08:16:45.471 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-16T08:16:45.471 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-16T08:16:45.471 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-16T08:16:45.471 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_open_files: -1 2024-09-16T08:16:45.471 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.bytes_per_sync: 0 2024-09-16T08:16:45.471 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-16T08:16:45.471 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-16T08:16:45.471 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.compaction_readahead_size: 0 2024-09-16T08:16:45.472 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_background_flushes: -1 2024-09-16T08:16:45.472 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Compression algorithms supported: 2024-09-16T08:16:45.472 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: kZSTD supported: 0 2024-09-16T08:16:45.472 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: kXpressCompression supported: 0 2024-09-16T08:16:45.472 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: kBZip2Compression supported: 0 2024-09-16T08:16:45.472 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-16T08:16:45.472 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: kLZ4Compression supported: 1 2024-09-16T08:16:45.472 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: kZlibCompression supported: 1 2024-09-16T08:16:45.472 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: kLZ4HCCompression supported: 1 2024-09-16T08:16:45.472 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: kSnappyCompression supported: 1 2024-09-16T08:16:45.472 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-16T08:16:45.472 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-16T08:16:45.472 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi039/store.db/MANIFEST-000010 2024-09-16T08:16:45.473 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-16T08:16:45.473 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-16T08:16:45.473 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.merge_operator: 2024-09-16T08:16:45.473 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.compaction_filter: None 2024-09-16T08:16:45.473 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.compaction_filter_factory: None 2024-09-16T08:16:45.473 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.sst_partitioner_factory: None 2024-09-16T08:16:45.473 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-16T08:16:45.473 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-16T08:16:45.473 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556ab26d3540) 2024-09-16T08:16:45.473 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: cache_index_and_filter_blocks: 1 2024-09-16T08:16:45.473 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-16T08:16:45.473 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-16T08:16:45.474 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: pin_top_level_index_and_filter: 1 2024-09-16T08:16:45.474 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: index_type: 0 2024-09-16T08:16:45.474 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: data_block_index_type: 0 2024-09-16T08:16:45.474 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: index_shortening: 1 2024-09-16T08:16:45.474 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-16T08:16:45.474 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: checksum: 4 2024-09-16T08:16:45.474 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: no_block_cache: 0 2024-09-16T08:16:45.474 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: block_cache: 0x556ab26c7610 2024-09-16T08:16:45.474 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: block_cache_name: BinnedLRUCache 2024-09-16T08:16:45.474 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: block_cache_options: 2024-09-16T08:16:45.474 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: capacity : 536870912 2024-09-16T08:16:45.474 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: num_shard_bits : 4 2024-09-16T08:16:45.474 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: strict_capacity_limit : 0 2024-09-16T08:16:45.474 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: high_pri_pool_ratio: 0.000 2024-09-16T08:16:45.475 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: block_cache_compressed: (nil) 2024-09-16T08:16:45.475 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: persistent_cache: (nil) 2024-09-16T08:16:45.475 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: block_size: 4096 2024-09-16T08:16:45.475 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: block_size_deviation: 10 2024-09-16T08:16:45.475 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: block_restart_interval: 16 2024-09-16T08:16:45.475 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: index_block_restart_interval: 1 2024-09-16T08:16:45.475 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: metadata_block_size: 4096 2024-09-16T08:16:45.475 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: partition_filters: 0 2024-09-16T08:16:45.475 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: use_delta_encoding: 1 2024-09-16T08:16:45.475 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: filter_policy: bloomfilter 2024-09-16T08:16:45.475 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: whole_key_filtering: 1 2024-09-16T08:16:45.475 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: verify_compression: 0 2024-09-16T08:16:45.475 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: read_amp_bytes_per_bit: 0 2024-09-16T08:16:45.475 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: format_version: 5 2024-09-16T08:16:45.476 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: enable_index_compression: 1 2024-09-16T08:16:45.476 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: block_align: 0 2024-09-16T08:16:45.476 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: max_auto_readahead_size: 262144 2024-09-16T08:16:45.476 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: prepopulate_block_cache: 0 2024-09-16T08:16:45.476 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: initial_auto_readahead_size: 8192 2024-09-16T08:16:45.476 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: num_file_reads_for_auto_readahead: 2 2024-09-16T08:16:45.476 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.write_buffer_size: 33554432 2024-09-16T08:16:45.476 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_write_buffer_number: 2 2024-09-16T08:16:45.476 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.compression: NoCompression 2024-09-16T08:16:45.476 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.bottommost_compression: Disabled 2024-09-16T08:16:45.476 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.prefix_extractor: nullptr 2024-09-16T08:16:45.476 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-16T08:16:45.476 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.num_levels: 7 2024-09-16T08:16:45.476 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-16T08:16:45.477 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-16T08:16:45.477 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-16T08:16:45.477 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-16T08:16:45.477 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-16T08:16:45.477 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-16T08:16:45.477 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-16T08:16:45.477 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-16T08:16:45.477 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-16T08:16:45.477 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-16T08:16:45.477 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-16T08:16:45.477 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-16T08:16:45.477 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-16T08:16:45.477 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.compression_opts.level: 32767 2024-09-16T08:16:45.477 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.compression_opts.strategy: 0 2024-09-16T08:16:45.478 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-16T08:16:45.478 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-16T08:16:45.478 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-16T08:16:45.478 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-16T08:16:45.478 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.compression_opts.enabled: false 2024-09-16T08:16:45.478 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-16T08:16:45.478 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-16T08:16:45.478 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-16T08:16:45.478 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-16T08:16:45.478 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.target_file_size_base: 67108864 2024-09-16T08:16:45.478 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-16T08:16:45.478 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-16T08:16:45.478 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-16T08:16:45.478 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-16T08:16:45.479 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-16T08:16:45.479 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-16T08:16:45.479 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-16T08:16:45.479 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-16T08:16:45.479 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-16T08:16:45.479 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-16T08:16:45.479 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-16T08:16:45.479 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-16T08:16:45.479 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-16T08:16:45.479 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-16T08:16:45.479 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.arena_block_size: 1048576 2024-09-16T08:16:45.479 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-16T08:16:45.479 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-16T08:16:45.479 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.disable_auto_compactions: 0 2024-09-16T08:16:45.480 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-16T08:16:45.480 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-16T08:16:45.480 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-16T08:16:45.480 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-16T08:16:45.480 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-16T08:16:45.480 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-16T08:16:45.480 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-16T08:16:45.480 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-16T08:16:45.480 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-16T08:16:45.480 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-16T08:16:45.480 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-16T08:16:45.480 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.inplace_update_support: 0 2024-09-16T08:16:45.480 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-16T08:16:45.481 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-16T08:16:45.481 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-16T08:16:45.481 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-16T08:16:45.482 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.bloom_locality: 0 2024-09-16T08:16:45.482 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.max_successive_merges: 0 2024-09-16T08:16:45.482 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-16T08:16:45.482 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.paranoid_file_checks: 0 2024-09-16T08:16:45.482 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.force_consistency_checks: 1 2024-09-16T08:16:45.482 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.report_bg_io_stats: 0 2024-09-16T08:16:45.482 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.ttl: 2592000 2024-09-16T08:16:45.482 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-16T08:16:45.482 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-16T08:16:45.482 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-16T08:16:45.482 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.enable_blob_files: false 2024-09-16T08:16:45.482 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.min_blob_size: 0 2024-09-16T08:16:45.483 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.blob_file_size: 268435456 2024-09-16T08:16:45.483 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-16T08:16:45.483 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-16T08:16:45.483 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-16T08:16:45.483 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-16T08:16:45.483 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-16T08:16:45.483 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.blob_file_starting_level: 0 2024-09-16T08:16:45.483 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-16T08:16:45.483 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi039/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-09-16T08:16:45.483 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-16T08:16:45.483 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: b81dfefc-cfa0-48c7-b8ae-2b5096a6ee66 2024-09-16T08:16:45.483 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726474605399345, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-16T08:16:45.483 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-16T08:16:45.483 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726474605400300, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85850, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 257, "table_properties": {"data_size": 83990, "index_size": 244, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10002, "raw_average_key_size": 46, "raw_value_size": 78239, "raw_average_value_size": 362, "num_data_blocks": 11, "num_entries": 216, "num_filter_entries": 216, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726474605, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "b81dfefc-cfa0-48c7-b8ae-2b5096a6ee66", "db_session_id": "S8HV9RUU1US9FDOQTE0C", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-16T08:16:45.483 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726474605400397, "job": 1, "event": "recovery_finished"} 2024-09-16T08:16:45.484 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-16T08:16:45.484 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi039/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-16T08:16:45.484 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x556ab26f6e00 2024-09-16T08:16:45.484 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: DB pointer 0x556ab27f8000 2024-09-16T08:16:45.484 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-16T08:16:45.484 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-16T08:16:45.484 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: ** DB Stats ** 2024-09-16T08:16:45.484 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T08:16:45.484 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-16T08:16:45.484 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T08:16:45.484 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T08:16:45.484 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-16T08:16:45.484 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T08:16:45.485 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T08:16:45.485 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: 2024-09-16T08:16:45.485 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: ** Compaction Stats [default] ** 2024-09-16T08:16:45.485 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-16T08:16:45.485 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-16T08:16:45.485 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: L0 2/0 85.74 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T08:16:45.485 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: Sum 2/0 85.74 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T08:16:45.485 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 136.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T08:16:45.485 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: 2024-09-16T08:16:45.485 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: ** Compaction Stats [default] ** 2024-09-16T08:16:45.485 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-16T08:16:45.485 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-16T08:16:45.486 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 136.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T08:16:45.486 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: 2024-09-16T08:16:45.486 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-16T08:16:45.486 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: 2024-09-16T08:16:45.486 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T08:16:45.486 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-16T08:16:45.486 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-16T08:16:45.486 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-16T08:16:45.486 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-16T08:16:45.486 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-16T08:16:45.486 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: Cumulative compaction: 0.00 GB write, 23.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T08:16:45.486 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: Interval compaction: 0.00 GB write, 23.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T08:16:45.486 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-16T08:16:45.487 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: Block cache BinnedLRUCache@0x556ab26c7610#7 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-09-16T08:16:45.487 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.44 KB,8.34465e-05%) Misc(1,0.00 KB,0%) 2024-09-16T08:16:45.487 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: 2024-09-16T08:16:45.487 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-16T08:16:45.487 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: starting mon.smithi039 rank 0 at public addrs [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] at bind addrs [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi039 fsid dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:16:45.487 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: mon.smithi039@-1(???) e1 preinit fsid dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:16:45.487 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: mon.smithi039@-1(???).mds e1 new map 2024-09-16T08:16:45.487 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: mon.smithi039@-1(???).mds e1 print_map 2024-09-16T08:16:45.487 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: e1 2024-09-16T08:16:45.487 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: btime 2024-09-16T08:16:40:719236+0000 2024-09-16T08:16:45.487 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-16T08:16:45.487 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-16T08:16:45.487 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: legacy client fscid: -1 2024-09-16T08:16:45.488 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: 2024-09-16T08:16:45.488 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: No filesystems configured 2024-09-16T08:16:45.488 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: mon.smithi039@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-16T08:16:45.488 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: mon.smithi039@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T08:16:45.488 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: mon.smithi039@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T08:16:45.488 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: mon.smithi039@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T08:16:45.488 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: mon.smithi039@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-16T08:16:45.488 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 bash[25803]: f4dfe10226975fee67c5ea48e6ee2552945ee3581526eef4a7401a2acbd34d42 2024-09-16T08:16:45.488 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 systemd[1]: Started Ceph mon.smithi039 for dd6afd60-7403-11ef-bceb-c7b262605968. 2024-09-16T08:16:45.488 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: mon.smithi039 is new leader, mons smithi039 in quorum (ranks 0) 2024-09-16T08:16:45.488 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: monmap epoch 1 2024-09-16T08:16:45.488 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: fsid dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:16:45.488 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: last_changed 2024-09-16T08:16:37.556471+0000 2024-09-16T08:16:45.488 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: created 2024-09-16T08:16:37.556471+0000 2024-09-16T08:16:45.489 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: min_mon_release 19 (squid) 2024-09-16T08:16:45.489 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: election_strategy: 1 2024-09-16T08:16:45.489 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: 0: [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] mon.smithi039 2024-09-16T08:16:45.489 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: fsmap 2024-09-16T08:16:45.489 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: osdmap e1: 0 total, 0 up, 0 in 2024-09-16T08:16:45.489 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:45 smithi039 ceph-mon[25841]: mgrmap e1: no daemons active 2024-09-16T08:16:47.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:46 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/2481852826' entity='client.admin' 2024-09-16T08:16:50.128 INFO:teuthology.orchestra.run.smithi039.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-16T08:16:50.437 INFO:teuthology.orchestra.run.smithi039.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-16T08:16:50.437 INFO:teuthology.orchestra.run.smithi039.stdout:Creating mgr... 2024-09-16T08:16:50.437 INFO:teuthology.orchestra.run.smithi039.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-16T08:16:50.438 INFO:teuthology.orchestra.run.smithi039.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-16T08:16:50.438 INFO:teuthology.orchestra.run.smithi039.stdout:Verifying port 0.0.0.0:8443 ... 2024-09-16T08:16:51.482 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-dd6afd60-7403-11ef-bceb-c7b262605968@mgr.smithi039.tlkitu 2024-09-16T08:16:51.483 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stderr Failed to reset failed state of unit ceph-dd6afd60-7403-11ef-bceb-c7b262605968@mgr.smithi039.tlkitu.service: Unit ceph-dd6afd60-7403-11ef-bceb-c7b262605968@mgr.smithi039.tlkitu.service not loaded. 2024-09-16T08:16:51.778 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-dd6afd60-7403-11ef-bceb-c7b262605968.target.wants/ceph-dd6afd60-7403-11ef-bceb-c7b262605968@mgr.smithi039.tlkitu.service → /etc/systemd/system/ceph-dd6afd60-7403-11ef-bceb-c7b262605968@.service. 2024-09-16T08:16:55.933 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-16T08:16:55.933 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout disabled 2024-09-16T08:16:55.940 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-16T08:16:55.940 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout inactive 2024-09-16T08:16:55.940 INFO:teuthology.orchestra.run.smithi039.stdout:firewalld.service is not enabled 2024-09-16T08:16:55.941 INFO:teuthology.orchestra.run.smithi039.stdout:Not possible to enable service . firewalld.service is not available 2024-09-16T08:16:55.949 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-16T08:16:55.950 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout disabled 2024-09-16T08:16:55.956 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-16T08:16:55.957 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout inactive 2024-09-16T08:16:55.957 INFO:teuthology.orchestra.run.smithi039.stdout:firewalld.service is not enabled 2024-09-16T08:16:55.957 INFO:teuthology.orchestra.run.smithi039.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-09-16T08:16:55.957 INFO:teuthology.orchestra.run.smithi039.stdout:Waiting for mgr to start... 2024-09-16T08:16:55.957 INFO:teuthology.orchestra.run.smithi039.stdout:Waiting for mgr... 2024-09-16T08:16:58.673 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:16:58 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/3933109887' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-16T08:16:58.970 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 2024-09-16T08:16:58.970 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout { 2024-09-16T08:16:58.970 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "fsid": "dd6afd60-7403-11ef-bceb-c7b262605968", 2024-09-16T08:16:58.970 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "health": { 2024-09-16T08:16:58.970 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-16T08:16:58.970 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-16T08:16:58.971 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-16T08:16:58.971 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:16:58.971 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-16T08:16:58.971 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-16T08:16:58.971 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 0 2024-09-16T08:16:58.971 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout ], 2024-09-16T08:16:58.971 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-16T08:16:58.971 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "smithi039" 2024-09-16T08:16:58.971 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout ], 2024-09-16T08:16:58.971 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2024-09-16T08:16:58.971 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-16T08:16:58.971 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:16:58.971 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-16T08:16:58.972 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-16T08:16:58.972 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:16:58.972 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-16T08:16:58.972 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:16:58.972 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-16T08:16:58.972 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-16T08:16:58.972 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-16T08:16:58.972 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-16T08:16:58.972 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-16T08:16:58.972 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-16T08:16:58.976 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:16:58.976 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-16T08:16:58.976 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-16T08:16:58.976 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-16T08:16:58.976 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-16T08:16:58.976 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-16T08:16:58.976 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-16T08:16:58.976 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-16T08:16:58.977 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-16T08:16:58.977 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-16T08:16:58.977 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:16:58.977 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-16T08:16:58.977 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:16:58.977 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "btime": "2024-09-16T08:16:40:719236+0000", 2024-09-16T08:16:58.977 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-16T08:16:58.977 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-16T08:16:58.977 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:16:58.977 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-16T08:16:58.977 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-16T08:16:58.977 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-16T08:16:58.977 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-16T08:16:58.978 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-16T08:16:58.978 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-16T08:16:58.978 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "restful" 2024-09-16T08:16:58.978 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout ], 2024-09-16T08:16:58.978 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T08:16:58.978 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:16:58.978 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-16T08:16:58.978 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:16:58.978 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "modified": "2024-09-16T08:16:40.720120+0000", 2024-09-16T08:16:58.978 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T08:16:58.978 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:16:58.978 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-16T08:16:58.978 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout } 2024-09-16T08:16:58.978 INFO:teuthology.orchestra.run.smithi039.stdout:mgr not available, waiting (1/15)... 2024-09-16T08:17:00.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:00 smithi039 ceph-mon[25841]: Activating manager daemon smithi039.tlkitu 2024-09-16T08:17:00.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:00 smithi039 ceph-mon[25841]: mgrmap e2: smithi039.tlkitu(active, starting, since 0.00331805s) 2024-09-16T08:17:00.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:00 smithi039 ceph-mon[25841]: from='mgr.14100 172.21.15.39:0/1225745490' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T08:17:00.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:00 smithi039 ceph-mon[25841]: from='mgr.14100 172.21.15.39:0/1225745490' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T08:17:00.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:00 smithi039 ceph-mon[25841]: from='mgr.14100 172.21.15.39:0/1225745490' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T08:17:00.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:00 smithi039 ceph-mon[25841]: from='mgr.14100 172.21.15.39:0/1225745490' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi039"} : dispatch 2024-09-16T08:17:00.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:00 smithi039 ceph-mon[25841]: from='mgr.14100 172.21.15.39:0/1225745490' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mgr metadata", "who": "smithi039.tlkitu", "id": "smithi039.tlkitu"} : dispatch 2024-09-16T08:17:00.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:00 smithi039 ceph-mon[25841]: Manager daemon smithi039.tlkitu is now available 2024-09-16T08:17:00.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:00 smithi039 ceph-mon[25841]: from='mgr.14100 172.21.15.39:0/1225745490' entity='mgr.smithi039.tlkitu' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi039.tlkitu/mirror_snapshot_schedule"} : dispatch 2024-09-16T08:17:00.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:00 smithi039 ceph-mon[25841]: from='mgr.14100 172.21.15.39:0/1225745490' entity='mgr.smithi039.tlkitu' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi039.tlkitu/trash_purge_schedule"} : dispatch 2024-09-16T08:17:00.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:00 smithi039 ceph-mon[25841]: from='mgr.14100 172.21.15.39:0/1225745490' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:00.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:00 smithi039 ceph-mon[25841]: from='mgr.14100 172.21.15.39:0/1225745490' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:00.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:00 smithi039 ceph-mon[25841]: from='mgr.14100 172.21.15.39:0/1225745490' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:02.292 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 2024-09-16T08:17:02.292 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout { 2024-09-16T08:17:02.292 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "fsid": "dd6afd60-7403-11ef-bceb-c7b262605968", 2024-09-16T08:17:02.293 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "health": { 2024-09-16T08:17:02.293 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-16T08:17:02.293 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-16T08:17:02.293 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-16T08:17:02.293 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:17:02.293 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-16T08:17:02.293 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-16T08:17:02.293 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 0 2024-09-16T08:17:02.293 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout ], 2024-09-16T08:17:02.293 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-16T08:17:02.293 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "smithi039" 2024-09-16T08:17:02.293 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout ], 2024-09-16T08:17:02.293 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "quorum_age": 16, 2024-09-16T08:17:02.294 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-16T08:17:02.294 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:17:02.294 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-16T08:17:02.294 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-16T08:17:02.294 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:17:02.294 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-16T08:17:02.294 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:17:02.294 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-16T08:17:02.294 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-16T08:17:02.294 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-16T08:17:02.294 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-16T08:17:02.294 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-16T08:17:02.294 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-16T08:17:02.298 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:17:02.298 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-16T08:17:02.298 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-16T08:17:02.298 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-16T08:17:02.298 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-16T08:17:02.298 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-16T08:17:02.298 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-16T08:17:02.298 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-16T08:17:02.299 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-16T08:17:02.299 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-16T08:17:02.299 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:17:02.299 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-16T08:17:02.299 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:17:02.299 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "btime": "2024-09-16T08:16:40:719236+0000", 2024-09-16T08:17:02.299 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-16T08:17:02.299 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-16T08:17:02.299 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:17:02.299 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-16T08:17:02.299 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-16T08:17:02.299 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-16T08:17:02.299 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-16T08:17:02.299 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-16T08:17:02.299 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-16T08:17:02.300 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "restful" 2024-09-16T08:17:02.300 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout ], 2024-09-16T08:17:02.300 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T08:17:02.300 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:17:02.300 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-16T08:17:02.300 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T08:17:02.300 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "modified": "2024-09-16T08:16:40.720120+0000", 2024-09-16T08:17:02.300 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T08:17:02.300 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout }, 2024-09-16T08:17:02.300 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-16T08:17:02.300 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout } 2024-09-16T08:17:02.300 INFO:teuthology.orchestra.run.smithi039.stdout:mgr is available 2024-09-16T08:17:02.631 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:02 smithi039 ceph-mon[25841]: mgrmap e3: smithi039.tlkitu(active, since 1.00849s) 2024-09-16T08:17:02.631 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:02 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/2949867309' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-16T08:17:03.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:03 smithi039 ceph-mon[25841]: mgrmap e4: smithi039.tlkitu(active, since 2s) 2024-09-16T08:17:03.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:03 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/18842971' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-16T08:17:04.161 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 2024-09-16T08:17:04.161 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout [global] 2024-09-16T08:17:04.161 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout fsid = dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:17:04.161 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-16T08:17:04.161 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.39:3300,v1:172.21.15.39:6789] 2024-09-16T08:17:04.161 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-16T08:17:04.161 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-16T08:17:04.161 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-16T08:17:04.161 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-16T08:17:04.161 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 2024-09-16T08:17:04.162 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-16T08:17:04.162 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-16T08:17:04.162 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 2024-09-16T08:17:04.162 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout [osd] 2024-09-16T08:17:04.162 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-16T08:17:04.162 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-16T08:17:04.162 INFO:teuthology.orchestra.run.smithi039.stdout:Enabling cephadm module... 2024-09-16T08:17:05.212 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:04 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/520042265' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-16T08:17:06.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:05 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/520042265' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-16T08:17:06.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:05 smithi039 ceph-mon[25841]: mgrmap e5: smithi039.tlkitu(active, since 4s) 2024-09-16T08:17:06.789 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout { 2024-09-16T08:17:06.789 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-16T08:17:06.789 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-16T08:17:06.789 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "active_name": "smithi039.tlkitu", 2024-09-16T08:17:06.789 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-16T08:17:06.789 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout } 2024-09-16T08:17:06.789 INFO:teuthology.orchestra.run.smithi039.stdout:Waiting for the mgr to restart... 2024-09-16T08:17:06.789 INFO:teuthology.orchestra.run.smithi039.stdout:Waiting for mgr epoch 5... 2024-09-16T08:17:07.040 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:06 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/640067543' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-16T08:17:10.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:10 smithi039 ceph-mon[25841]: Active manager daemon smithi039.tlkitu restarted 2024-09-16T08:17:10.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:10 smithi039 ceph-mon[25841]: Activating manager daemon smithi039.tlkitu 2024-09-16T08:17:10.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:10 smithi039 ceph-mon[25841]: osdmap e2: 0 total, 0 up, 0 in 2024-09-16T08:17:10.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:10 smithi039 ceph-mon[25841]: mgrmap e6: smithi039.tlkitu(active, starting, since 0.00803004s) 2024-09-16T08:17:10.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:10 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi039"} : dispatch 2024-09-16T08:17:10.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:10 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mgr metadata", "who": "smithi039.tlkitu", "id": "smithi039.tlkitu"} : dispatch 2024-09-16T08:17:10.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:10 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T08:17:10.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:10 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T08:17:10.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:10 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T08:17:10.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:10 smithi039 ceph-mon[25841]: Manager daemon smithi039.tlkitu is now available 2024-09-16T08:17:11.719 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout { 2024-09-16T08:17:11.719 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-16T08:17:11.719 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-16T08:17:11.719 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout } 2024-09-16T08:17:11.719 INFO:teuthology.orchestra.run.smithi039.stdout:mgr epoch 5 is available 2024-09-16T08:17:11.719 INFO:teuthology.orchestra.run.smithi039.stdout:Verifying orchestrator module is enabled... 2024-09-16T08:17:12.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:12 smithi039 ceph-mon[25841]: mgrmap e7: smithi039.tlkitu(active, since 1.01429s) 2024-09-16T08:17:12.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:12 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:12.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:12 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:12.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:12 smithi039 ceph-mon[25841]: Found migration_current of "None". Setting to last migration. 2024-09-16T08:17:12.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:12 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:12.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:12 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:12.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:12 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:17:12.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:12 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:17:12.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:12 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi039.tlkitu/mirror_snapshot_schedule"} : dispatch 2024-09-16T08:17:12.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:12 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi039.tlkitu/trash_purge_schedule"} : dispatch 2024-09-16T08:17:13.430 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:13 smithi039 ceph-mon[25841]: mgrmap e8: smithi039.tlkitu(active, since 2s) 2024-09-16T08:17:13.430 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:13 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/3099045524' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-16T08:17:13.430 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:13 smithi039 ceph-mon[25841]: [16/Sep/2024:08:17:12] ENGINE Bus STARTING 2024-09-16T08:17:13.431 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:13 smithi039 ceph-mon[25841]: [16/Sep/2024:08:17:12] ENGINE Serving on https://172.21.15.39:7150 2024-09-16T08:17:13.431 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:13 smithi039 ceph-mon[25841]: [16/Sep/2024:08:17:12] ENGINE Error in HTTPServer.serve 2024-09-16T08:17:13.431 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: Traceback (most recent call last): 2024-09-16T08:17:13.431 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T08:17:13.431 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: self._connections.run(self.expiration_interval) 2024-09-16T08:17:13.431 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T08:17:13.431 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: self._run(expiration_interval) 2024-09-16T08:17:13.431 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T08:17:13.431 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T08:17:13.431 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T08:17:13.431 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T08:17:13.431 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T08:17:13.431 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: s = self.context.wrap_socket( 2024-09-16T08:17:13.432 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T08:17:13.432 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: return self.sslsocket_class._create( 2024-09-16T08:17:13.432 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T08:17:13.432 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: self.do_handshake() 2024-09-16T08:17:13.432 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T08:17:13.432 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: self._sslobj.do_handshake() 2024-09-16T08:17:13.432 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T08:17:13.432 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:13 smithi039 ceph-mon[25841]: [16/Sep/2024:08:17:12] ENGINE Serving on http://172.21.15.39:8765 2024-09-16T08:17:13.432 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:13 smithi039 ceph-mon[25841]: [16/Sep/2024:08:17:12] ENGINE Bus STARTED 2024-09-16T08:17:13.432 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:13 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:17:13.692 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-16T08:17:13.692 INFO:teuthology.orchestra.run.smithi039.stdout:Setting orchestrator backend to cephadm... 2024-09-16T08:17:14.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:14 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/3099045524' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-16T08:17:14.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:14 smithi039 ceph-mon[25841]: mgrmap e9: smithi039.tlkitu(active, since 3s) 2024-09-16T08:17:15.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:15 smithi039 ceph-mon[25841]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:17:15.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:15 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:15.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:15 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:17:16.169 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-16T08:17:16.169 INFO:teuthology.orchestra.run.smithi039.stdout:Generating ssh key... 2024-09-16T08:17:16.478 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:16 smithi039 ceph-mon[25841]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:17:18.028 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:17 smithi039 ceph-mon[25841]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:17:18.028 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:17 smithi039 ceph-mon[25841]: Generating ssh key... 2024-09-16T08:17:18.028 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:17 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:18.028 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:17 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:18.565 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDv0Mh8US3D+WERj/9U+7bdcvmYTFjHMm1inliH6LThe03RPsaz0yJbKCzLJ5k7ticxW8tQYxnu4/+uNyJ+6UDbzwTV82sQcur/zbOV3xf/lVflfCHBhDPw8+Tp20famTPJeurpncJK1bUNik+oXqHHF2Eqa2ko8L1PxEZXxFhDS0Ju9fxo/veOk6TZ7wzcH8uMVi5ETY2u4n1iwn3IHsMjxB2lo/UAJuguNdAbascVaoxUvjcA8s0PU5hlh6DZh1nyfT9kIewjqX8JL9COpTlhumaxliE8nXAxTEaJih4VKzXt9b58J1S8cB1vmj5rmkRvdSzFKPVr7+6cIsEM5xpgDarilQAHAuZFKzUvjP6bfpyTEBQUAn74J16MyAZ6Ct/U51lj6dpv6JNfySE5aNRjRSRRHB/aecECZHhaUIWYyw3hZrFwUqjG/obquBsxduKvDxGJEnehbdnNjr0r5f89EA/lu0IUc4dyqp7/m0S1+c45Bx8g3DbrzFH7GL+20Xs= ceph-dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:17:18.566 INFO:teuthology.orchestra.run.smithi039.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-16T08:17:18.566 INFO:teuthology.orchestra.run.smithi039.stdout:Adding key to root@localhost authorized_keys... 2024-09-16T08:17:18.573 INFO:teuthology.orchestra.run.smithi039.stdout:Adding host smithi039... 2024-09-16T08:17:19.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:19 smithi039 ceph-mon[25841]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:17:20.256 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:20 smithi039 ceph-mon[25841]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi039", "addr": "172.21.15.39", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:17:21.130 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:21 smithi039 ceph-mon[25841]: Deploying cephadm binary to smithi039 2024-09-16T08:17:23.732 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout Added host 'smithi039' with addr '172.21.15.39' 2024-09-16T08:17:23.732 INFO:teuthology.orchestra.run.smithi039.stdout:Deploying mon service with default placement... 2024-09-16T08:17:24.325 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:24 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:24.325 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:24 smithi039 ceph-mon[25841]: Added host smithi039 2024-09-16T08:17:24.325 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:24 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:17:25.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:25 smithi039 ceph-mon[25841]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:17:25.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:25 smithi039 ceph-mon[25841]: Saving service mon spec with placement count:5 2024-09-16T08:17:25.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:25 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:25.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:25 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:25.904 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-16T08:17:25.904 INFO:teuthology.orchestra.run.smithi039.stdout:Deploying mgr service with default placement... 2024-09-16T08:17:27.261 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:26 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:27.261 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:26 smithi039 ceph-mon[25841]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:17:27.261 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:26 smithi039 ceph-mon[25841]: Saving service mgr spec with placement count:2 2024-09-16T08:17:27.261 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:26 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:27.263 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-16T08:17:27.263 INFO:teuthology.orchestra.run.smithi039.stdout:Deploying crash service with default placement... 2024-09-16T08:17:28.724 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-09-16T08:17:28.724 INFO:teuthology.orchestra.run.smithi039.stdout:Deploying ceph-exporter service with default placement... 2024-09-16T08:17:29.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:28 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:29.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:28 smithi039 ceph-mon[25841]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:17:29.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:28 smithi039 ceph-mon[25841]: Saving service crash spec with placement * 2024-09-16T08:17:29.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:28 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:29.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:28 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:30.509 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-09-16T08:17:30.509 INFO:teuthology.orchestra.run.smithi039.stdout:Deploying prometheus service with default placement... 2024-09-16T08:17:30.763 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:30 smithi039 ceph-mon[25841]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:17:30.763 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:30 smithi039 ceph-mon[25841]: Saving service ceph-exporter spec with placement * 2024-09-16T08:17:30.763 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:30 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:31.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:31 smithi039 ceph-mon[25841]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:17:31.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:31 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:31.884 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-09-16T08:17:31.884 INFO:teuthology.orchestra.run.smithi039.stdout:Deploying grafana service with default placement... 2024-09-16T08:17:32.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:32 smithi039 ceph-mon[25841]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:17:32.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:32 smithi039 ceph-mon[25841]: Saving service prometheus spec with placement count:1 2024-09-16T08:17:33.065 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-09-16T08:17:33.065 INFO:teuthology.orchestra.run.smithi039.stdout:Deploying node-exporter service with default placement... 2024-09-16T08:17:33.718 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:33 smithi039 ceph-mon[25841]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:17:33.718 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:33 smithi039 ceph-mon[25841]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:17:33.718 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:33 smithi039 ceph-mon[25841]: Saving service grafana spec with placement count:1 2024-09-16T08:17:33.718 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:33 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:34.298 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-09-16T08:17:34.298 INFO:teuthology.orchestra.run.smithi039.stdout:Deploying alertmanager service with default placement... 2024-09-16T08:17:34.942 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:34 smithi039 ceph-mon[25841]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:17:34.942 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:34 smithi039 ceph-mon[25841]: Saving service node-exporter spec with placement * 2024-09-16T08:17:34.942 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:34 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:35.504 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-09-16T08:17:36.178 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:35 smithi039 ceph-mon[25841]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:17:36.178 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:35 smithi039 ceph-mon[25841]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:17:36.178 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:35 smithi039 ceph-mon[25841]: Saving service alertmanager spec with placement count:1 2024-09-16T08:17:36.178 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:35 smithi039 ceph-mon[25841]: from='mgr.14116 172.21.15.39:0/3074208989' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:37.367 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:37 smithi039 ceph-mon[25841]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:17:37.367 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:37 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/920326807' entity='client.admin' 2024-09-16T08:17:37.868 INFO:teuthology.orchestra.run.smithi039.stdout:Enabling the dashboard module... 2024-09-16T08:17:38.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:38 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/2980470899' entity='client.admin' 2024-09-16T08:17:39.747 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:39 smithi039 ceph-mon[25841]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:17:39.747 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:39 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/1478171604' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-16T08:17:40.655 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:40 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/1478171604' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-16T08:17:40.655 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:40 smithi039 ceph-mon[25841]: mgrmap e10: smithi039.tlkitu(active, since 29s) 2024-09-16T08:17:41.224 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout { 2024-09-16T08:17:41.224 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "epoch": 10, 2024-09-16T08:17:41.224 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-16T08:17:41.224 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "active_name": "smithi039.tlkitu", 2024-09-16T08:17:41.224 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-16T08:17:41.224 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout } 2024-09-16T08:17:41.224 INFO:teuthology.orchestra.run.smithi039.stdout:Waiting for the mgr to restart... 2024-09-16T08:17:41.224 INFO:teuthology.orchestra.run.smithi039.stdout:Waiting for mgr epoch 10... 2024-09-16T08:17:41.486 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:41 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/433374470' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-16T08:17:45.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:44 smithi039 ceph-mon[25841]: Active manager daemon smithi039.tlkitu restarted 2024-09-16T08:17:45.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:44 smithi039 ceph-mon[25841]: Activating manager daemon smithi039.tlkitu 2024-09-16T08:17:45.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:44 smithi039 ceph-mon[25841]: osdmap e3: 0 total, 0 up, 0 in 2024-09-16T08:17:45.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:44 smithi039 ceph-mon[25841]: mgrmap e11: smithi039.tlkitu(active, starting, since 0.00790142s) 2024-09-16T08:17:45.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:44 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi039"} : dispatch 2024-09-16T08:17:45.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:44 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mgr metadata", "who": "smithi039.tlkitu", "id": "smithi039.tlkitu"} : dispatch 2024-09-16T08:17:45.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:44 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T08:17:45.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:44 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T08:17:45.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:44 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T08:17:45.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:44 smithi039 ceph-mon[25841]: Manager daemon smithi039.tlkitu is now available 2024-09-16T08:17:45.927 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:45 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:17:45.927 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:45 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi039.tlkitu/mirror_snapshot_schedule"} : dispatch 2024-09-16T08:17:45.928 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:45 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi039.tlkitu/trash_purge_schedule"} : dispatch 2024-09-16T08:17:45.928 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:45 smithi039 ceph-mon[25841]: mgrmap e12: smithi039.tlkitu(active, since 1.0066s) 2024-09-16T08:17:46.164 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout { 2024-09-16T08:17:46.164 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 12, 2024-09-16T08:17:46.164 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-16T08:17:46.164 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout } 2024-09-16T08:17:46.164 INFO:teuthology.orchestra.run.smithi039.stdout:mgr epoch 10 is available 2024-09-16T08:17:46.164 INFO:teuthology.orchestra.run.smithi039.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-16T08:17:46.849 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:46 smithi039 ceph-mon[25841]: [16/Sep/2024:08:17:46] ENGINE Bus STARTING 2024-09-16T08:17:48.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:47 smithi039 ceph-mon[25841]: [16/Sep/2024:08:17:46] ENGINE Serving on https://172.21.15.39:7150 2024-09-16T08:17:48.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:47 smithi039 ceph-mon[25841]: [16/Sep/2024:08:17:46] ENGINE Error in HTTPServer.serve 2024-09-16T08:17:48.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: Traceback (most recent call last): 2024-09-16T08:17:48.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T08:17:48.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: self._connections.run(self.expiration_interval) 2024-09-16T08:17:48.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T08:17:48.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: self._run(expiration_interval) 2024-09-16T08:17:48.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T08:17:48.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T08:17:48.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T08:17:48.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T08:17:48.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T08:17:48.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: s = self.context.wrap_socket( 2024-09-16T08:17:48.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T08:17:48.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: return self.sslsocket_class._create( 2024-09-16T08:17:48.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T08:17:48.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: self.do_handshake() 2024-09-16T08:17:48.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T08:17:48.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: self._sslobj.do_handshake() 2024-09-16T08:17:48.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T08:17:48.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:47 smithi039 ceph-mon[25841]: [16/Sep/2024:08:17:46] ENGINE Serving on http://172.21.15.39:8765 2024-09-16T08:17:48.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:47 smithi039 ceph-mon[25841]: [16/Sep/2024:08:17:46] ENGINE Bus STARTED 2024-09-16T08:17:48.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:47 smithi039 ceph-mon[25841]: mgrmap e13: smithi039.tlkitu(active, since 2s) 2024-09-16T08:17:48.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:47 smithi039 ceph-mon[25841]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:17:48.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:47 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:49.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:48 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:49.179 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+zCCAuOgAwIBAgIUeXsjLarxX6uu4reG2KRyammlsnEwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxNjA4MTc0OFoXDTM0\nMDkxNzA4MTc0OFowFzEVMBMGA1UEAwwMMTcyLjIxLjE1LjM5MIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEAq/topwLBnD18ElkNPvaOHOxLvcYQM/ep2OWM\nOvpW2hrkWewZB+momHl6nOq3rb0U1cllUWKcJ05MgXQOQ3p/JIscmbz1W3P28fc3\nAPafQSk8zCWcn8s+y2kAUv0wLZp0Waesr+miBNWNQ2LjoMcIRXVolIfwHkMYbu1U\nwBB+9xwFMHYqkMvXp6CXqEkLqtV1/E5ATUNc9iC+hJ3YUB8QEbGFirMlbHAIiju7\n+5a98bvgfux8dbgUH+Z3Re28uGRIzYP6yIhH+qrtqVVKmGUAAqmaK6BTA4+DEzrx\nDVh9IGKb8GyY5NRKalvz9mudm2ID1z6JdD/YfzHEVsj6eqVlcb9E0Qjqr3fGVRwB\n11usaFYNJpMuutBDprkTWfsN4qftM7rU/DiwAccGxljRLDbJIvL82EnHerSIRfm5\njEg3vEfo1mVwbRAT9n+gV3HH+feKJmnS5IW8M+Zjr8yeuII7GykyO769dWkWJCqt\n4hW139eZTTSTSsoiy+P/Vu6vBRH4PnLOcSfkU0vi38vEV7P4L1slZs1OEkmId+9I\nYIj1cBKdeO3imSgy5YaXU6iFrVf1C/ug0+D8FM+Ew+XTH2pu1QUb5/rKH/1hYwc2\nRNtcxt9vvmFwO8B0nJMmLbj3wg5Nn+rVPEMsj3/QImTyXvKSUNEOJ1pyGFZZwdsD\nP3ZDmEcCAwEAAaM/MD0wLQYDVR0RBCYwJIIJc21pdGhpMDM5ghFkYXNoYm9hcmRf\nc2VydmVyc4cErBUPJzAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQAt\njSlKzD8RACvCHdTe3WN39gZlq/FST3M9V/rOgHIjFhy+N/JRV5bkbilxwu8T5JhI\nMEuBFxH7GGR566jP7ePBcIkab2hkxcguKlvhrFNNoqbuPkRYcfoI+dMH+IE+do/N\nU3YBCkpgqPCf9m+SsHN+bF4Mnd6tJrlilQRa/RYzACZaiXEYP6giB99gmz2QVLIW\nEGSt5htF4W/56nnmq/0lv+/7CpsSGvktURtBMA8E+FN980ToHpm1hpj7ybCbWgYI\nw4cOj7T7emfmMlXQ9twaND6yTPfOkRXJCXrIHURanLw8NVYKiWe5oDgE1BWCWyeU\nUL0bON1ZqSaZXkanbjMQnKaU+DCoXEDQ1eazxSWtGR+sTe2V6vOTZXCv6EQS+8XQ\nSrkjfvo0GD1t4IZki34K8JY+mCwfJxIa70OBjGmAD17lZU8X4YB9clP9wLjhNpkg\nKxsVCwhy5gnnrybPhppvMCYNL17F35cFwPRaAd0OHMPMBuSWsFhivlqHNdYekGIV\nuevhXIuY6b0HczP7V8P6pu5WfzzxXqPDN7u75CVrJhE5jIAzB3TeryO+FMzyca+0\npH4gcZbMph6abnf1WvG+1/ZnIbUk6B4O4j9IKzPDY0m/HThsSTG5QwwXIwc5atX4\nCoK17GGlyGfRblWnkDgk/KFOHgi0pBFUzHd2i1RCgg==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJJwIBAAKCAgEAq/topwLBnD18ElkNPvaOHOxLvcYQM/ep2OWMOvpW2hrkWewZ\nB+momHl6nOq3rb0U1cllUWKcJ05MgXQOQ3p/JIscmbz1W3P28fc3APafQSk8zCWc\nn8s+y2kAUv0wLZp0Waesr+miBNWNQ2LjoMcIRXVolIfwHkMYbu1UwBB+9xwFMHYq\nkMvXp6CXqEkLqtV1/E5ATUNc9iC+hJ3YUB8QEbGFirMlbHAIiju7+5a98bvgfux8\ndbgUH+Z3Re28uGRIzYP6yIhH+qrtqVVKmGUAAqmaK6BTA4+DEzrxDVh9IGKb8GyY\n5NRKalvz9mudm2ID1z6JdD/YfzHEVsj6eqVlcb9E0Qjqr3fGVRwB11usaFYNJpMu\nutBDprkTWfsN4qftM7rU/DiwAccGxljRLDbJIvL82EnHerSIRfm5jEg3vEfo1mVw\nbRAT9n+gV3HH+feKJmnS5IW8M+Zjr8yeuII7GykyO769dWkWJCqt4hW139eZTTST\nSsoiy+P/Vu6vBRH4PnLOcSfkU0vi38vEV7P4L1slZs1OEkmId+9IYIj1cBKdeO3i\nmSgy5YaXU6iFrVf1C/ug0+D8FM+Ew+XTH2pu1QUb5/rKH/1hYwc2RNtcxt9vvmFw\nO8B0nJMmLbj3wg5Nn+rVPEMsj3/QImTyXvKSUNEOJ1pyGFZZwdsDP3ZDmEcCAwEA\nAQKCAgBAAxaDuyHnDneEuMKWYdypZUYXv4W+YftE8MOOHCmBiqrd0WPLryuCfQyn\nJTHyp8L+g7SDY0mt05XkRRceBJUYO/MMQems/W+3xgUiBalm7ntjnMg8LcEUouNt\nADITdz7BNAixfStB015962vAJvSsLbQcPLCiAuUwPIPj7P/k5/gCfqj/Ne/xw3NP\nPsjp8AO3QkTqvRz3u15OLBYcVEN94m5LHrzaLKTxFqS0Uvol5ID9nPYCNt6+tOBG\nFeO9Wg5C+FG6nAb2hPJqqYVXTZiAZTIt9MGRPLRTzwdzqTEBgdJ63WDXIzEDf3BB\nkvKZqBS3493zd+QUC6kBiFK6nZ8w55u8D0a5bC70FVkUkqZke3qJzIzdCjjH4986\nNcxKFSZy1D7NLF+hInB98WwDaaZIvpdvYAEvxzEjLb+dccenW9/xVuI+eUHbTpIB\n2ovCYyQH3CN3r7OOH0a+6sgN8DU4lHVq3VK3oALvt/58/ihx128UlkpBO1/5J4D4\naEWD4BYpOmyjMm6d7q/sC/TgFX3a5pvdjqyV5eujYQCKDf9PUjd9M2wr4AcVW1Oe\nrX1o4oNPSYrvflzvC6v01zpdAjiJiIm9qQ+rwu6fhGjiHx+/o8SVOwnlDkpFoNjH\nAV1EnZMvGrl/wQWlQJPKeqOF176DYRg6UMvwJIodjWqjnRx56QKCAQEA4bhOFScl\nEbwe4C/PKaW2NNKVV9XT2HGh+VaVYpMvBa88wUPlwvpIAEMK101a4qLPZHTO+gGQ\nJ10iwmjVhEqc8kmo1e/m+5dVVM0IyEx0xrN2VVqBOnNwbPWeemw9Lu1O3S0Fdfip\nCTd3kceoxd+o4ktGxPB4ymhCfyXp8UekusvyTGE0+q8WdUjnUULuP9mo+Z4BJuuN\nBKcgHGweBiN/iDjoZHs7KYrpDnmulJBNL2Z/UPPQufczfoP+UGI3wWHdW3xQ4Dlk\nWuxQmJcZH6pUfz7n2kr9CviEgXfrVkb3tFbpDTZnzlOVv8dAC/zzmcRjEBenMiNN\nww+eQIC3/vZROwKCAQEAww2h+YnKcwys4odiG3khQA/0mIYWMZ4BTMFE9RnuJfJG\nv8lDF6hMKElLwg74XMpFscVmYACwgCqT053hWWHCo4LZqAW1reLVJ3QKmOz9rBs4\nDIsSCpzW4Yo2dOoSCebIfZ5u1UG3+bUYud8xRsvQd5aWCGETR9NswlNILpgErCjf\ncvze/g6EuX2IT61PsgoOUMAJLKocNe4Uo8AB1hpkeKXpUuPKYhLyAGbV62/mDVTM\ncfsCZ3aWUGpQEkZTMdA3LSma/9pC8Bq6WUrGxeON82DR/4UKZpzexCFY1RoomLQu\nOWQoq/5doH9RS04NsDj0G3QLt5yfGc82XNnQcGfkZQKCAQBp162tl5R3U3o679A5\nnD3rWQ+0h0z2QpqMO8CC37d99+UKTxdPLWNT1BwiR2Clw2hyl59ydgctniutc9Ej\nXoVny4iDASKTuSvHPvmuSsO7ZO3JKk5MpVMDlM1CZLzv41FGv1S/M+G3s626yx/l\n4XHk4x2FPam2Z9s+mf2wKUMiYH32uOJJ5o4mYxAs97CWei8VFbU+ldejZebVzRDr\nGfw0WVMHww1D9qJAKmjluyCmaG6s/BdVDIi1+5jmAphYctaEjq+x5NedFxDX7IpY\nYduLa2j24JD1cwFXYG8XHuIKS3KuwmM8yc7/haQPuwZThVZadmztQsa0//7aCkG9\nKa1/AoIBAG8uGiGO9SLXGsSUvstCJD3L2nQGGih2E++YSqIbAbAHhWRUaDXX7HEa\nNmCK/+6ELW3DQzN9sR2dJ138JDM6kiN5tm8bsg9HuJAgiNnaXE35xd0AeGwsMh+l\nFJ1Xvqh+L9HKuQo9x4xCObHZEtFz44QHBcYI72CFlvy9U+ubIy6urY9xq/nMdML2\nVvhzpXWqXbaRf6lB3YqwBnvAOku8B4DtsS1aQkXc3qxz8YOd6Ne4ekCN/zTSV6PG\ntZV1GH7QXGMV0A/+bSFHWukCwoKRzpvnmEu5ndAXorLQ/z2ZB4LjUWXNPZGsD9oo\nOEJgX1UPYbU0VGl4kQe5IReT4EfyMDECggEAPeIlPHNLV1bwh1Ee8SZC9Io0aqLP\nYpRe3yacFbh5JLDrBlNSTkFfIx+Ib9Dvf+TnBs35+YK5JBSnogkVxgtc1c4Mx2WT\nfieXflz8EPvhq4SY1u5A8wHdqTVEQgAls8opdoPgMBdK92GTg1ovFiAVMAp6rFQ1\nPz5Sz+HFto8tjEV6W8u67ZUDC2fHxtU2cyGDpHjPFv39KdV0q3tvrkbcA/0hGMdx\n2SAaHWGoAr43zNWydI9lf9oeU4+WMpRbsWk+rX0BIfDqBTtHP8n9fRX6+DyVbPud\n0jE6LLwAnI7XUfy9K9pwtAtjiLeXOqQDTqcjkXckyys5+r27b8EJpoUiXg==\n-----END RSA PRIVATE KEY-----\n"} 2024-09-16T08:17:50.721 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-16T08:17:50.981 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:50 smithi039 ceph-mon[25841]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:17:50.981 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:50 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:51.961 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-16T08:17:51.961 INFO:teuthology.orchestra.run.smithi039.stdout:Creating initial admin user... 2024-09-16T08:17:52.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:52 smithi039 ceph-mon[25841]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:17:52.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:52 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:53.401 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$pfzXPn4JjjpFN9IjPEKk1uaQplQz2/iYHAyrHLQ1nxztKGu.Vdp8u", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726474672, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-16T08:17:53.401 INFO:teuthology.orchestra.run.smithi039.stdout:Fetching dashboard port number... 2024-09-16T08:17:54.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:53 smithi039 ceph-mon[25841]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:17:54.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:53 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:17:54.600 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stdout 8443 2024-09-16T08:17:54.610 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-16T08:17:54.610 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout disabled 2024-09-16T08:17:54.618 INFO:teuthology.orchestra.run.smithi039.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-16T08:17:54.618 INFO:teuthology.orchestra.run.smithi039.stdout:systemctl: stdout inactive 2024-09-16T08:17:54.618 INFO:teuthology.orchestra.run.smithi039.stdout:firewalld.service is not enabled 2024-09-16T08:17:54.618 INFO:teuthology.orchestra.run.smithi039.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-16T08:17:54.620 INFO:teuthology.orchestra.run.smithi039.stdout:Ceph Dashboard is now available at: 2024-09-16T08:17:54.620 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:17:54.620 INFO:teuthology.orchestra.run.smithi039.stdout: URL: https://smithi039.front.sepia.ceph.com:8443/ 2024-09-16T08:17:54.620 INFO:teuthology.orchestra.run.smithi039.stdout: User: admin 2024-09-16T08:17:54.620 INFO:teuthology.orchestra.run.smithi039.stdout: Password: ymsb0o2h6o 2024-09-16T08:17:54.620 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:17:54.620 INFO:teuthology.orchestra.run.smithi039.stdout:Saving cluster configuration to /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/config directory 2024-09-16T08:17:55.018 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:54 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/1490335030' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-16T08:17:55.975 INFO:teuthology.orchestra.run.smithi039.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-16T08:17:55.975 INFO:teuthology.orchestra.run.smithi039.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-16T08:17:55.975 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:17:55.975 INFO:teuthology.orchestra.run.smithi039.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-16T08:17:55.975 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:17:55.975 INFO:teuthology.orchestra.run.smithi039.stdout:Or, if you are only running a single cluster on this host: 2024-09-16T08:17:55.976 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:17:55.976 INFO:teuthology.orchestra.run.smithi039.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-16T08:17:55.976 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:17:55.976 INFO:teuthology.orchestra.run.smithi039.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-16T08:17:55.976 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:17:55.976 INFO:teuthology.orchestra.run.smithi039.stdout: ceph telemetry on 2024-09-16T08:17:55.976 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:17:55.976 INFO:teuthology.orchestra.run.smithi039.stdout:For more information see: 2024-09-16T08:17:55.976 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:17:55.976 INFO:teuthology.orchestra.run.smithi039.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-16T08:17:55.976 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:17:55.976 INFO:teuthology.orchestra.run.smithi039.stdout:Bootstrap complete. 2024-09-16T08:17:56.014 INFO:tasks.cephadm:Fetching config... 2024-09-16T08:17:56.015 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-16T08:17:56.015 DEBUG:teuthology.orchestra.run.smithi039:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-16T08:17:56.031 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-16T08:17:56.031 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-16T08:17:56.031 DEBUG:teuthology.orchestra.run.smithi039:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-16T08:17:56.086 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-16T08:17:56.087 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-16T08:17:56.087 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/keyring of=/dev/stdout 2024-09-16T08:17:56.152 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-16T08:17:56.152 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-16T08:17:56.152 DEBUG:teuthology.orchestra.run.smithi039:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-16T08:17:56.208 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-16T08:17:56.209 DEBUG:teuthology.orchestra.run.smithi039:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDv0Mh8US3D+WERj/9U+7bdcvmYTFjHMm1inliH6LThe03RPsaz0yJbKCzLJ5k7ticxW8tQYxnu4/+uNyJ+6UDbzwTV82sQcur/zbOV3xf/lVflfCHBhDPw8+Tp20famTPJeurpncJK1bUNik+oXqHHF2Eqa2ko8L1PxEZXxFhDS0Ju9fxo/veOk6TZ7wzcH8uMVi5ETY2u4n1iwn3IHsMjxB2lo/UAJuguNdAbascVaoxUvjcA8s0PU5hlh6DZh1nyfT9kIewjqX8JL9COpTlhumaxliE8nXAxTEaJih4VKzXt9b58J1S8cB1vmj5rmkRvdSzFKPVr7+6cIsEM5xpgDarilQAHAuZFKzUvjP6bfpyTEBQUAn74J16MyAZ6Ct/U51lj6dpv6JNfySE5aNRjRSRRHB/aecECZHhaUIWYyw3hZrFwUqjG/obquBsxduKvDxGJEnehbdnNjr0r5f89EA/lu0IUc4dyqp7/m0S1+c45Bx8g3DbrzFH7GL+20Xs= ceph-dd6afd60-7403-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-16T08:17:56.282 INFO:teuthology.orchestra.run.smithi039.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDv0Mh8US3D+WERj/9U+7bdcvmYTFjHMm1inliH6LThe03RPsaz0yJbKCzLJ5k7ticxW8tQYxnu4/+uNyJ+6UDbzwTV82sQcur/zbOV3xf/lVflfCHBhDPw8+Tp20famTPJeurpncJK1bUNik+oXqHHF2Eqa2ko8L1PxEZXxFhDS0Ju9fxo/veOk6TZ7wzcH8uMVi5ETY2u4n1iwn3IHsMjxB2lo/UAJuguNdAbascVaoxUvjcA8s0PU5hlh6DZh1nyfT9kIewjqX8JL9COpTlhumaxliE8nXAxTEaJih4VKzXt9b58J1S8cB1vmj5rmkRvdSzFKPVr7+6cIsEM5xpgDarilQAHAuZFKzUvjP6bfpyTEBQUAn74J16MyAZ6Ct/U51lj6dpv6JNfySE5aNRjRSRRHB/aecECZHhaUIWYyw3hZrFwUqjG/obquBsxduKvDxGJEnehbdnNjr0r5f89EA/lu0IUc4dyqp7/m0S1+c45Bx8g3DbrzFH7GL+20Xs= ceph-dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:17:56.295 DEBUG:teuthology.orchestra.run.smithi161:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDv0Mh8US3D+WERj/9U+7bdcvmYTFjHMm1inliH6LThe03RPsaz0yJbKCzLJ5k7ticxW8tQYxnu4/+uNyJ+6UDbzwTV82sQcur/zbOV3xf/lVflfCHBhDPw8+Tp20famTPJeurpncJK1bUNik+oXqHHF2Eqa2ko8L1PxEZXxFhDS0Ju9fxo/veOk6TZ7wzcH8uMVi5ETY2u4n1iwn3IHsMjxB2lo/UAJuguNdAbascVaoxUvjcA8s0PU5hlh6DZh1nyfT9kIewjqX8JL9COpTlhumaxliE8nXAxTEaJih4VKzXt9b58J1S8cB1vmj5rmkRvdSzFKPVr7+6cIsEM5xpgDarilQAHAuZFKzUvjP6bfpyTEBQUAn74J16MyAZ6Ct/U51lj6dpv6JNfySE5aNRjRSRRHB/aecECZHhaUIWYyw3hZrFwUqjG/obquBsxduKvDxGJEnehbdnNjr0r5f89EA/lu0IUc4dyqp7/m0S1+c45Bx8g3DbrzFH7GL+20Xs= ceph-dd6afd60-7403-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-16T08:17:56.431 INFO:teuthology.orchestra.run.smithi161.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDv0Mh8US3D+WERj/9U+7bdcvmYTFjHMm1inliH6LThe03RPsaz0yJbKCzLJ5k7ticxW8tQYxnu4/+uNyJ+6UDbzwTV82sQcur/zbOV3xf/lVflfCHBhDPw8+Tp20famTPJeurpncJK1bUNik+oXqHHF2Eqa2ko8L1PxEZXxFhDS0Ju9fxo/veOk6TZ7wzcH8uMVi5ETY2u4n1iwn3IHsMjxB2lo/UAJuguNdAbascVaoxUvjcA8s0PU5hlh6DZh1nyfT9kIewjqX8JL9COpTlhumaxliE8nXAxTEaJih4VKzXt9b58J1S8cB1vmj5rmkRvdSzFKPVr7+6cIsEM5xpgDarilQAHAuZFKzUvjP6bfpyTEBQUAn74J16MyAZ6Ct/U51lj6dpv6JNfySE5aNRjRSRRHB/aecECZHhaUIWYyw3hZrFwUqjG/obquBsxduKvDxGJEnehbdnNjr0r5f89EA/lu0IUc4dyqp7/m0S1+c45Bx8g3DbrzFH7GL+20Xs= ceph-dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:17:56.445 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-16T08:17:56.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:56 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/1702739116' entity='client.admin' 2024-09-16T08:17:56.699 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:17:58.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:58 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/3365576428' entity='client.admin' 2024-09-16T08:17:58.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:17:58 smithi039 ceph-mon[25841]: mgrmap e14: smithi039.tlkitu(active, since 12s) 2024-09-16T08:17:58.560 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-16T08:17:58.560 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-16T08:17:59.239 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:18:01.121 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi161 2024-09-16T08:18:01.121 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-16T08:18:01.121 DEBUG:teuthology.orchestra.run.smithi161:> dd of=/etc/ceph/ceph.conf 2024-09-16T08:18:01.141 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-16T08:18:01.142 DEBUG:teuthology.orchestra.run.smithi161:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:18:01.200 INFO:tasks.cephadm:Adding host smithi161 to orchestrator... 2024-09-16T08:18:01.200 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph orch host add smithi161 2024-09-16T08:18:01.225 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:00 smithi039 ceph-mon[25841]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:18:01.225 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:00 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:01.225 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:00 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:01.225 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:00 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:01.225 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:00 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config rm", "who": "osd/host:smithi039", "name": "osd_memory_target"} : dispatch 2024-09-16T08:18:01.225 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:00 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:18:01.225 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:00 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:18:01.458 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:18:02.523 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:02 smithi039 ceph-mon[25841]: Updating smithi039:/etc/ceph/ceph.conf 2024-09-16T08:18:02.523 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:02 smithi039 ceph-mon[25841]: Updating smithi039:/var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:18:02.523 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:02 smithi039 ceph-mon[25841]: Updating smithi039:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:18:02.524 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:02 smithi039 ceph-mon[25841]: Updating smithi039:/var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:18:02.524 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:02 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:02.524 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:02 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:02.524 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:02 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:02.524 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:02 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi039", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-16T08:18:02.524 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:02 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi039", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-16T08:18:02.524 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:02 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:18:02.524 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:02 smithi039 ceph-mon[25841]: Deploying daemon ceph-exporter.smithi039 on smithi039 2024-09-16T08:18:03.510 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:03 smithi039 ceph-mon[25841]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:18:05.277 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:04 smithi039 ceph-mon[25841]: Deploying cephadm binary to smithi161 2024-09-16T08:18:05.278 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:04 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:05.278 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:04 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:05.278 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:04 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:05.278 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:04 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:05.278 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:04 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi039", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-16T08:18:05.278 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:04 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi039", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-16T08:18:05.278 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:04 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:18:05.278 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:04 smithi039 ceph-mon[25841]: Deploying daemon crash.smithi039 on smithi039 2024-09-16T08:18:06.222 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:06 smithi039 ceph-mon[25841]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:18:06.222 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:06 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:06.223 INFO:teuthology.orchestra.run.smithi039.stdout:Added host 'smithi161' with addr '172.21.15.161' 2024-09-16T08:18:06.949 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-16T08:18:07.266 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:18:07.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:07 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:07.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:07 smithi039 ceph-mon[25841]: Added host smithi161 2024-09-16T08:18:07.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:07 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:07.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:07 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:07.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:07 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:07.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:07 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:07.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:07 smithi039 ceph-mon[25841]: Deploying daemon node-exporter.smithi039 on smithi039 2024-09-16T08:18:07.953 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:18:07.953 INFO:teuthology.orchestra.run.smithi039.stdout:[{"addr": "172.21.15.39", "hostname": "smithi039", "labels": [], "status": ""}, {"addr": "172.21.15.161", "hostname": "smithi161", "labels": [], "status": ""}] 2024-09-16T08:18:08.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:08 smithi039 ceph-mon[25841]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:18:08.670 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-16T08:18:08.670 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-16T08:18:08.929 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:18:09.593 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:09 smithi039 ceph-mon[25841]: from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:18:10.316 INFO:teuthology.orchestra.run.smithi039.stderr:adjusted tunables profile to default 2024-09-16T08:18:10.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:10 smithi039 ceph-mon[25841]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:18:10.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:10 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/286526801' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-16T08:18:10.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:10 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:11.285 INFO:tasks.cephadm:Adding mon.smithi039 on smithi039 2024-09-16T08:18:11.285 INFO:tasks.cephadm:Adding mon.smithi161 on smithi161 2024-09-16T08:18:11.285 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph orch apply mon '2;smithi039:172.21.15.39=smithi039;smithi161:172.21.15.161=smithi161' 2024-09-16T08:18:11.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:11 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/286526801' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-16T08:18:11.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:11 smithi039 ceph-mon[25841]: osdmap e4: 0 total, 0 up, 0 in 2024-09-16T08:18:11.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:11 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:11.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:11 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:11.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:11 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:11.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:11 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:11.549 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:11.592 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:12.203 INFO:teuthology.orchestra.run.smithi161.stdout:Scheduled mon update... 2024-09-16T08:18:12.741 DEBUG:teuthology.orchestra.run.smithi161:mon.smithi161> sudo journalctl -f -n 0 -u ceph-dd6afd60-7403-11ef-bceb-c7b262605968@mon.smithi161.service 2024-09-16T08:18:12.744 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-16T08:18:12.744 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:18:12.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:12 smithi039 ceph-mon[25841]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:18:12.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:12 smithi039 ceph-mon[25841]: Deploying daemon alertmanager.smithi039 on smithi039 2024-09-16T08:18:12.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:12 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:13.010 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:13.053 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:13.718 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:18:13.719 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"dd6afd60-7403-11ef-bceb-c7b262605968","modified":"2024-09-16T08:16:37.556471Z","created":"2024-09-16T08:16:37.556471Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi039","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T08:18:13.719 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-09-16T08:18:13.763 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:13 smithi039 ceph-mon[25841]: from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi039:172.21.15.39=smithi039;smithi161:172.21.15.161=smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:18:13.763 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:13 smithi039 ceph-mon[25841]: Saving service mon spec with placement smithi039:172.21.15.39=smithi039;smithi161:172.21.15.161=smithi161;count:2 2024-09-16T08:18:14.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:14 smithi039 ceph-mon[25841]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:18:14.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:14 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/3137210458' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:18:15.316 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-16T08:18:15.316 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:18:15.559 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:15.602 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:16.268 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:18:16.268 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"dd6afd60-7403-11ef-bceb-c7b262605968","modified":"2024-09-16T08:16:37.556471Z","created":"2024-09-16T08:16:37.556471Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi039","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T08:18:16.268 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-09-16T08:18:16.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:16 smithi039 ceph-mon[25841]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:18:16.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:16 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:17.353 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:17 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/3879903855' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:18:17.875 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-16T08:18:17.876 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:18:18.113 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:18.156 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:18.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:18 smithi039 ceph-mon[25841]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:18:18.831 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:18:18.832 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"dd6afd60-7403-11ef-bceb-c7b262605968","modified":"2024-09-16T08:16:37.556471Z","created":"2024-09-16T08:16:37.556471Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi039","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T08:18:18.832 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-09-16T08:18:19.230 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:19 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/4090684651' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:18:20.467 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-16T08:18:20.467 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:18:20.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:20 smithi039 ceph-mon[25841]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:18:20.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:20 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:20.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:20 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:20.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:20 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:20.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:20 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:20.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:20 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:20.711 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:20.753 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:21.395 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:21 smithi039 ceph-mon[25841]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-16T08:18:21.395 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:21 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:21.395 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:21 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:21.395 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:21 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-16T08:18:21.395 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:21 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:21.395 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:21 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:21.395 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:21 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:21.762 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:18:21.762 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"dd6afd60-7403-11ef-bceb-c7b262605968","modified":"2024-09-16T08:16:37.556471Z","created":"2024-09-16T08:16:37.556471Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi039","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T08:18:21.762 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-09-16T08:18:22.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:22 smithi039 ceph-mon[25841]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:18:22.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:22 smithi039 ceph-mon[25841]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-16T08:18:22.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:22 smithi039 ceph-mon[25841]: Deploying daemon grafana.smithi039 on smithi039 2024-09-16T08:18:22.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:22 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/2067880560' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:18:23.397 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-16T08:18:23.397 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:18:23.658 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:23.701 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:24.401 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:18:24.402 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"dd6afd60-7403-11ef-bceb-c7b262605968","modified":"2024-09-16T08:16:37.556471Z","created":"2024-09-16T08:16:37.556471Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi039","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T08:18:24.402 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-09-16T08:18:24.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:24 smithi039 ceph-mon[25841]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:18:25.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:25 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/433939606' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:18:25.968 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-16T08:18:25.968 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:18:26.218 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:26.262 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:26.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:26 smithi039 ceph-mon[25841]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:18:27.081 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:18:27.081 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"dd6afd60-7403-11ef-bceb-c7b262605968","modified":"2024-09-16T08:16:37.556471Z","created":"2024-09-16T08:16:37.556471Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi039","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T08:18:27.081 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-09-16T08:18:27.431 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:27 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/2706079411' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:18:28.446 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:28 smithi039 ceph-mon[25841]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:18:28.617 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-16T08:18:28.617 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:18:28.865 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:28.909 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:29.587 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:18:29.587 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"dd6afd60-7403-11ef-bceb-c7b262605968","modified":"2024-09-16T08:16:37.556471Z","created":"2024-09-16T08:16:37.556471Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi039","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T08:18:29.588 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-09-16T08:18:30.413 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:30 smithi039 ceph-mon[25841]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:18:30.413 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:30 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/2423399496' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:18:31.205 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-16T08:18:31.205 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:18:31.451 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:31.494 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:32.174 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:18:32.174 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"dd6afd60-7403-11ef-bceb-c7b262605968","modified":"2024-09-16T08:16:37.556471Z","created":"2024-09-16T08:16:37.556471Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi039","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T08:18:32.175 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-09-16T08:18:32.385 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:32 smithi039 ceph-mon[25841]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:18:32.385 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:32 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:32.385 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:32 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:32.385 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:32 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:32.385 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:32 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:32.385 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:32 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:32.385 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:32 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:32.385 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:32 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:32.385 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:32 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:33.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:33 smithi039 ceph-mon[25841]: Deploying daemon prometheus.smithi039 on smithi039 2024-09-16T08:18:33.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:33 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/2062947598' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:18:33.767 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-16T08:18:33.767 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:18:34.009 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:34.052 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:34.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:34 smithi039 ceph-mon[25841]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:18:34.707 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:18:34.707 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"dd6afd60-7403-11ef-bceb-c7b262605968","modified":"2024-09-16T08:16:37.556471Z","created":"2024-09-16T08:16:37.556471Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi039","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T08:18:34.708 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-09-16T08:18:35.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:35 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/1361680384' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:18:35.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:35 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:36.282 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-16T08:18:36.282 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:18:36.525 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:36.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:36 smithi039 ceph-mon[25841]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:18:36.568 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:37.278 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:18:37.278 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"dd6afd60-7403-11ef-bceb-c7b262605968","modified":"2024-09-16T08:16:37.556471Z","created":"2024-09-16T08:16:37.556471Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi039","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T08:18:37.278 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-09-16T08:18:38.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:38 smithi039 ceph-mon[25841]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:18:38.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:38 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/3187271128' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:18:38.931 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-16T08:18:38.931 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:18:39.174 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:39.217 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:39.899 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:18:39.900 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"dd6afd60-7403-11ef-bceb-c7b262605968","modified":"2024-09-16T08:16:37.556471Z","created":"2024-09-16T08:16:37.556471Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi039","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T08:18:39.900 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-09-16T08:18:40.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:40 smithi039 ceph-mon[25841]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:18:40.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:40 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/1652191749' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:18:41.519 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-16T08:18:41.519 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:18:41.764 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:41.807 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:42.497 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:18:42.497 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"dd6afd60-7403-11ef-bceb-c7b262605968","modified":"2024-09-16T08:16:37.556471Z","created":"2024-09-16T08:16:37.556471Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi039","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T08:18:42.497 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-09-16T08:18:42.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:42 smithi039 ceph-mon[25841]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:18:42.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:42 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:42.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:42 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:42.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:42 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:42.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:42 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-16T08:18:43.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:43 smithi039 ceph-mon[25841]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-16T08:18:43.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:43 smithi039 ceph-mon[25841]: mgrmap e15: smithi039.tlkitu(active, since 57s) 2024-09-16T08:18:43.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:43 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/3496068524' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:18:44.116 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-16T08:18:44.116 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:18:44.358 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:44.402 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:45.155 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:18:45.156 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"dd6afd60-7403-11ef-bceb-c7b262605968","modified":"2024-09-16T08:16:37.556471Z","created":"2024-09-16T08:16:37.556471Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi039","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T08:18:45.156 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-09-16T08:18:45.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:45 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/3293604833' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:18:46.746 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-16T08:18:46.747 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:18:46.990 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:47.033 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:47.659 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:18:47.659 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"dd6afd60-7403-11ef-bceb-c7b262605968","modified":"2024-09-16T08:16:37.556471Z","created":"2024-09-16T08:16:37.556471Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi039","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T08:18:47.659 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-09-16T08:18:48.034 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:47 smithi039 ceph-mon[25841]: Active manager daemon smithi039.tlkitu restarted 2024-09-16T08:18:48.034 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:47 smithi039 ceph-mon[25841]: Activating manager daemon smithi039.tlkitu 2024-09-16T08:18:48.034 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:47 smithi039 ceph-mon[25841]: osdmap e5: 0 total, 0 up, 0 in 2024-09-16T08:18:48.034 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:47 smithi039 ceph-mon[25841]: mgrmap e16: smithi039.tlkitu(active, starting, since 0.0131435s) 2024-09-16T08:18:48.034 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:47 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi039"} : dispatch 2024-09-16T08:18:48.034 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:47 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mgr metadata", "who": "smithi039.tlkitu", "id": "smithi039.tlkitu"} : dispatch 2024-09-16T08:18:48.034 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:47 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T08:18:48.034 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:47 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T08:18:48.034 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:47 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T08:18:48.034 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:47 smithi039 ceph-mon[25841]: Manager daemon smithi039.tlkitu is now available 2024-09-16T08:18:48.845 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:48 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/1249694354' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:18:48.845 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:48 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:18:48.845 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:48 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:48.845 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:48 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:18:48.845 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:48 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:18:48.845 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:48 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi039.tlkitu/mirror_snapshot_schedule"} : dispatch 2024-09-16T08:18:48.845 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:48 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi039.tlkitu/trash_purge_schedule"} : dispatch 2024-09-16T08:18:48.845 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:48 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:48.845 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:48 smithi039 ceph-mon[25841]: mgrmap e17: smithi039.tlkitu(active, since 1.01169s) 2024-09-16T08:18:49.270 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-16T08:18:49.270 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:18:49.508 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:49.557 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:50.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:49 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:50.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:49 smithi039 ceph-mon[25841]: [16/Sep/2024:08:18:49] ENGINE Bus STARTING 2024-09-16T08:18:50.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:49 smithi039 ceph-mon[25841]: [16/Sep/2024:08:18:49] ENGINE Serving on https://172.21.15.39:7150 2024-09-16T08:18:50.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:49 smithi039 ceph-mon[25841]: [16/Sep/2024:08:18:49] ENGINE Error in HTTPServer.serve 2024-09-16T08:18:50.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: Traceback (most recent call last): 2024-09-16T08:18:50.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T08:18:50.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: self._connections.run(self.expiration_interval) 2024-09-16T08:18:50.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T08:18:50.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: self._run(expiration_interval) 2024-09-16T08:18:50.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T08:18:50.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T08:18:50.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T08:18:50.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T08:18:50.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T08:18:50.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: s = self.context.wrap_socket( 2024-09-16T08:18:50.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T08:18:50.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: return self.sslsocket_class._create( 2024-09-16T08:18:50.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T08:18:50.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: self.do_handshake() 2024-09-16T08:18:50.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T08:18:50.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: self._sslobj.do_handshake() 2024-09-16T08:18:50.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T08:18:50.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:49 smithi039 ceph-mon[25841]: [16/Sep/2024:08:18:49] ENGINE Serving on http://172.21.15.39:8765 2024-09-16T08:18:50.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:49 smithi039 ceph-mon[25841]: [16/Sep/2024:08:18:49] ENGINE Bus STARTED 2024-09-16T08:18:50.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:49 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:50.314 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:18:50.314 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"dd6afd60-7403-11ef-bceb-c7b262605968","modified":"2024-09-16T08:16:37.556471Z","created":"2024-09-16T08:16:37.556471Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi039","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T08:18:50.315 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-09-16T08:18:51.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:50 smithi039 ceph-mon[25841]: mgrmap e18: smithi039.tlkitu(active, since 2s) 2024-09-16T08:18:51.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:50 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/3014123105' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:18:52.244 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-16T08:18:52.244 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:18:52.501 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:52.553 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-16T08:18:53.438 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:18:53.438 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"dd6afd60-7403-11ef-bceb-c7b262605968","modified":"2024-09-16T08:16:37.556471Z","created":"2024-09-16T08:16:37.556471Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi039","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T08:18:53.438 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-09-16T08:18:53.854 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:53 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:53.854 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:53 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:53.854 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:53 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:53.854 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:53 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:53.854 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:53 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config rm", "who": "osd/host:smithi039", "name": "osd_memory_target"} : dispatch 2024-09-16T08:18:53.855 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:53 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/3818848023' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:18:55.035 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-16T08:18:55.036 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:18:55.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:55 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:55.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:55 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:55.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:55 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:55.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:55 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:55.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:55 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"} : dispatch 2024-09-16T08:18:55.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:55 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:18:55.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:55 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:18:55.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:55 smithi039 ceph-mon[25841]: Updating smithi039:/etc/ceph/ceph.conf 2024-09-16T08:18:55.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:55 smithi039 ceph-mon[25841]: Updating smithi161:/etc/ceph/ceph.conf 2024-09-16T08:18:55.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:55 smithi039 ceph-mon[25841]: Updating smithi161:/var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:18:55.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:55 smithi039 ceph-mon[25841]: Updating smithi039:/var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:18:55.532 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:55 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:55.532 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:55 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:55.532 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:55 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:55.532 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:55 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:55.532 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:55 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:55.532 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:55 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi161", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-16T08:18:55.532 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:55 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi161", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-16T08:18:55.532 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:55 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:18:55.982 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:18:56.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:56 smithi039 ceph-mon[25841]: Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:18:56.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:56 smithi039 ceph-mon[25841]: Updating smithi039:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:18:56.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:56 smithi039 ceph-mon[25841]: Updating smithi161:/var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:18:56.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:56 smithi039 ceph-mon[25841]: Updating smithi039:/var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:18:56.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:56 smithi039 ceph-mon[25841]: Deploying daemon ceph-exporter.smithi161 on smithi161 2024-09-16T08:18:56.909 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:18:56.909 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"dd6afd60-7403-11ef-bceb-c7b262605968","modified":"2024-09-16T08:16:37.556471Z","created":"2024-09-16T08:16:37.556471Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi039","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T08:18:56.910 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-09-16T08:18:57.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:57 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/288945649' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:18:58.505 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-16T08:18:58.505 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:18:59.483 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:18:59.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:59 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:59.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:59 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:59.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:59 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:59.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:59 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:18:59.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:59 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi161", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-16T08:18:59.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:59 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi161", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-16T08:18:59.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:59 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:18:59.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:18:59 smithi039 ceph-mon[25841]: Deploying daemon crash.smithi161 on smithi161 2024-09-16T08:19:00.315 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:19:00.315 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"dd6afd60-7403-11ef-bceb-c7b262605968","modified":"2024-09-16T08:16:37.556471Z","created":"2024-09-16T08:16:37.556471Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi039","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T08:19:00.315 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-09-16T08:19:00.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:00 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/761438119' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:19:02.254 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-16T08:19:02.255 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:19:02.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:01 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:02.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:01 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:02.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:01 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:02.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:01 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:02.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:01 smithi039 ceph-mon[25841]: Deploying daemon node-exporter.smithi161 on smithi161 2024-09-16T08:19:02.503 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:19:03.408 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:19:03.408 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"dd6afd60-7403-11ef-bceb-c7b262605968","modified":"2024-09-16T08:16:37.556471Z","created":"2024-09-16T08:16:37.556471Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi039","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T08:19:03.408 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-09-16T08:19:04.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:03 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:04.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:03 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:19:04.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:03 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/1277764176' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:19:05.610 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-16T08:19:05.610 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:19:06.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:06 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:06.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:06 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:06.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:06 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:06.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:06 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:06.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:06 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi161.vahkbs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T08:19:06.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:06 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi161.vahkbs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-16T08:19:06.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:06 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T08:19:06.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:06 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:06.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:06 smithi039 ceph-mon[25841]: Deploying daemon mgr.smithi161.vahkbs on smithi161 2024-09-16T08:19:06.617 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:19:07.657 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:19:07.658 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"dd6afd60-7403-11ef-bceb-c7b262605968","modified":"2024-09-16T08:16:37.556471Z","created":"2024-09-16T08:16:37.556471Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi039","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T08:19:07.658 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-09-16T08:19:08.883 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:08 smithi039 ceph-mon[25841]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:08.883 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:08 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/1737486957' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:19:08.883 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:08 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:08.883 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:08 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:08.883 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:08 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:08.883 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:08 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:09.293 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-16T08:19:09.293 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:19:10.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:09 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:10.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:09 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:19:10.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:09 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:10.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:09 smithi039 ceph-mon[25841]: Deploying daemon mon.smithi161 on smithi161 2024-09-16T08:19:11.009 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi161/config 2024-09-16T08:19:11.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:10 smithi039 ceph-mon[25841]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:11.684 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:11 smithi161 systemd[1]: Starting Ceph mon.smithi161 for dd6afd60-7403-11ef-bceb-c7b262605968... 2024-09-16T08:19:12.044 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:19:12.044 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"dd6afd60-7403-11ef-bceb-c7b262605968","modified":"2024-09-16T08:16:37.556471Z","created":"2024-09-16T08:16:37.556471Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi039","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T08:19:12.045 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2024-09-16T08:19:12.396 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 podman[33989]: 2024-09-16 08:19:11.912817701 +0000 UTC m=+0.016390497 image pull 425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce 2024-09-16T08:19:12.396 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 podman[33989]: 2024-09-16 08:19:12.017985377 +0000 UTC m=+0.121558168 container create 56b6edd66747d7ddeb9030768bf665450514d7085f5247fde5427d9e9b82b151 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-dd6afd60-7403-11ef-bceb-c7b262605968-mon-smithi161, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-09-16T08:19:12.396 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 podman[33989]: 2024-09-16 08:19:12.396273607 +0000 UTC m=+0.499846399 container init 56b6edd66747d7ddeb9030768bf665450514d7085f5247fde5427d9e9b82b151 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-dd6afd60-7403-11ef-bceb-c7b262605968-mon-smithi161, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T08:19:12.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 podman[33989]: 2024-09-16 08:19:12.401713704 +0000 UTC m=+0.505286497 container start 56b6edd66747d7ddeb9030768bf665450514d7085f5247fde5427d9e9b82b151 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-dd6afd60-7403-11ef-bceb-c7b262605968-mon-smithi161, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-09-16T08:19:12.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: set uid:gid to 167:167 (ceph:ceph) 2024-09-16T08:19:12.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev), process ceph-mon, pid 7 2024-09-16T08:19:12.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: pidfile_write: ignore empty --pid-file 2024-09-16T08:19:12.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: load: jerasure load: lrc 2024-09-16T08:19:12.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: RocksDB version: 7.9.2 2024-09-16T08:19:12.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Git sha 0 2024-09-16T08:19:12.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Compile date 2024-09-13 14:50:41 2024-09-16T08:19:12.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: DB SUMMARY 2024-09-16T08:19:12.723 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: DB Session ID: YZGPPGU0MMAIR46IDERJ 2024-09-16T08:19:12.723 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: CURRENT file: CURRENT 2024-09-16T08:19:12.723 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: IDENTITY file: IDENTITY 2024-09-16T08:19:12.723 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-16T08:19:12.723 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi161/store.db dir, Total Num: 0, files: 2024-09-16T08:19:12.723 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi161/store.db: 000004.log size: 511 ; 2024-09-16T08:19:12.723 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.error_if_exists: 0 2024-09-16T08:19:12.723 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.create_if_missing: 0 2024-09-16T08:19:12.723 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.paranoid_checks: 1 2024-09-16T08:19:12.723 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-16T08:19:12.723 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-16T08:19:12.723 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-16T08:19:12.723 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.env: 0x556997a0e120 2024-09-16T08:19:12.724 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.fs: PosixFileSystem 2024-09-16T08:19:12.724 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.info_log: 0x5569996118e0 2024-09-16T08:19:12.724 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_file_opening_threads: 16 2024-09-16T08:19:12.724 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.statistics: (nil) 2024-09-16T08:19:12.724 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.use_fsync: 0 2024-09-16T08:19:12.724 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_log_file_size: 0 2024-09-16T08:19:12.724 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-16T08:19:12.724 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-16T08:19:12.724 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.keep_log_file_num: 1000 2024-09-16T08:19:12.724 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.recycle_log_file_num: 0 2024-09-16T08:19:12.724 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.allow_fallocate: 1 2024-09-16T08:19:12.727 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.allow_mmap_reads: 0 2024-09-16T08:19:12.727 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.allow_mmap_writes: 0 2024-09-16T08:19:12.727 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.use_direct_reads: 0 2024-09-16T08:19:12.727 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-16T08:19:12.727 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.create_missing_column_families: 0 2024-09-16T08:19:12.728 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.db_log_dir: 2024-09-16T08:19:12.728 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.wal_dir: 2024-09-16T08:19:12.728 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-16T08:19:12.728 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-16T08:19:12.728 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-16T08:19:12.728 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-16T08:19:12.728 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-16T08:19:12.728 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-16T08:19:12.728 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.advise_random_on_open: 1 2024-09-16T08:19:12.728 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.db_write_buffer_size: 0 2024-09-16T08:19:12.728 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.write_buffer_manager: 0x556999615b80 2024-09-16T08:19:12.728 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-16T08:19:12.728 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-16T08:19:12.729 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-16T08:19:12.729 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.rate_limiter: (nil) 2024-09-16T08:19:12.729 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-16T08:19:12.729 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.wal_recovery_mode: 2 2024-09-16T08:19:12.729 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.enable_thread_tracking: 0 2024-09-16T08:19:12.729 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.enable_pipelined_write: 0 2024-09-16T08:19:12.729 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.unordered_write: 0 2024-09-16T08:19:12.729 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-16T08:19:12.729 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-16T08:19:12.729 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-16T08:19:12.729 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-16T08:19:12.729 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.row_cache: None 2024-09-16T08:19:12.729 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.wal_filter: None 2024-09-16T08:19:12.730 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-16T08:19:12.730 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.allow_ingest_behind: 0 2024-09-16T08:19:12.730 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.two_write_queues: 0 2024-09-16T08:19:12.730 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.manual_wal_flush: 0 2024-09-16T08:19:12.730 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.wal_compression: 0 2024-09-16T08:19:12.730 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.atomic_flush: 0 2024-09-16T08:19:12.730 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-16T08:19:12.730 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-16T08:19:12.730 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-16T08:19:12.730 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.log_readahead_size: 0 2024-09-16T08:19:12.730 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-16T08:19:12.730 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.best_efforts_recovery: 0 2024-09-16T08:19:12.730 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-16T08:19:12.730 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-16T08:19:12.731 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.allow_data_in_errors: 0 2024-09-16T08:19:12.731 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.db_host_id: __hostname__ 2024-09-16T08:19:12.731 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-16T08:19:12.731 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_background_jobs: 2 2024-09-16T08:19:12.731 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_background_compactions: -1 2024-09-16T08:19:12.731 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_subcompactions: 1 2024-09-16T08:19:12.731 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-16T08:19:12.731 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-16T08:19:12.731 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-16T08:19:12.731 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_total_wal_size: 0 2024-09-16T08:19:12.731 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-16T08:19:12.731 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-16T08:19:12.731 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-16T08:19:12.731 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-16T08:19:12.732 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_open_files: -1 2024-09-16T08:19:12.732 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.bytes_per_sync: 0 2024-09-16T08:19:12.732 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-16T08:19:12.732 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-16T08:19:12.732 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.compaction_readahead_size: 0 2024-09-16T08:19:12.732 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_background_flushes: -1 2024-09-16T08:19:12.732 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Compression algorithms supported: 2024-09-16T08:19:12.732 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: kZSTD supported: 0 2024-09-16T08:19:12.732 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: kXpressCompression supported: 0 2024-09-16T08:19:12.732 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: kBZip2Compression supported: 0 2024-09-16T08:19:12.732 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-16T08:19:12.732 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: kLZ4Compression supported: 1 2024-09-16T08:19:12.733 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: kZlibCompression supported: 1 2024-09-16T08:19:12.733 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: kLZ4HCCompression supported: 1 2024-09-16T08:19:12.733 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: kSnappyCompression supported: 1 2024-09-16T08:19:12.733 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-16T08:19:12.733 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-16T08:19:12.733 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi161/store.db/MANIFEST-000005 2024-09-16T08:19:12.733 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-16T08:19:12.733 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-16T08:19:12.733 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.merge_operator: 2024-09-16T08:19:12.733 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.compaction_filter: None 2024-09-16T08:19:12.733 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.compaction_filter_factory: None 2024-09-16T08:19:12.733 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.sst_partitioner_factory: None 2024-09-16T08:19:12.733 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-16T08:19:12.733 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-16T08:19:12.734 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556999611540) 2024-09-16T08:19:12.734 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: cache_index_and_filter_blocks: 1 2024-09-16T08:19:12.734 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-16T08:19:12.734 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-16T08:19:12.734 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: pin_top_level_index_and_filter: 1 2024-09-16T08:19:12.734 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: index_type: 0 2024-09-16T08:19:12.734 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: data_block_index_type: 0 2024-09-16T08:19:12.734 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: index_shortening: 1 2024-09-16T08:19:12.734 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-16T08:19:12.734 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: checksum: 4 2024-09-16T08:19:12.734 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: no_block_cache: 0 2024-09-16T08:19:12.734 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: block_cache: 0x556999605610 2024-09-16T08:19:12.734 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: block_cache_name: BinnedLRUCache 2024-09-16T08:19:12.734 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: block_cache_options: 2024-09-16T08:19:12.735 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: capacity : 536870912 2024-09-16T08:19:12.735 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: num_shard_bits : 4 2024-09-16T08:19:12.735 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: strict_capacity_limit : 0 2024-09-16T08:19:12.735 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: high_pri_pool_ratio: 0.000 2024-09-16T08:19:12.735 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: block_cache_compressed: (nil) 2024-09-16T08:19:12.735 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: persistent_cache: (nil) 2024-09-16T08:19:12.735 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: block_size: 4096 2024-09-16T08:19:12.735 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: block_size_deviation: 10 2024-09-16T08:19:12.735 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: block_restart_interval: 16 2024-09-16T08:19:12.735 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: index_block_restart_interval: 1 2024-09-16T08:19:12.735 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: metadata_block_size: 4096 2024-09-16T08:19:12.735 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: partition_filters: 0 2024-09-16T08:19:12.736 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: use_delta_encoding: 1 2024-09-16T08:19:12.736 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: filter_policy: bloomfilter 2024-09-16T08:19:12.736 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: whole_key_filtering: 1 2024-09-16T08:19:12.736 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: verify_compression: 0 2024-09-16T08:19:12.736 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: read_amp_bytes_per_bit: 0 2024-09-16T08:19:12.736 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: format_version: 5 2024-09-16T08:19:12.736 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: enable_index_compression: 1 2024-09-16T08:19:12.736 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: block_align: 0 2024-09-16T08:19:12.737 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: max_auto_readahead_size: 262144 2024-09-16T08:19:12.737 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: prepopulate_block_cache: 0 2024-09-16T08:19:12.737 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: initial_auto_readahead_size: 8192 2024-09-16T08:19:12.737 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: num_file_reads_for_auto_readahead: 2 2024-09-16T08:19:12.737 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.write_buffer_size: 33554432 2024-09-16T08:19:12.737 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_write_buffer_number: 2 2024-09-16T08:19:12.737 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.compression: NoCompression 2024-09-16T08:19:12.737 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.bottommost_compression: Disabled 2024-09-16T08:19:12.737 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.prefix_extractor: nullptr 2024-09-16T08:19:12.737 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-16T08:19:12.737 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.num_levels: 7 2024-09-16T08:19:12.737 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-16T08:19:12.737 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-16T08:19:12.737 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-16T08:19:12.737 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-16T08:19:12.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-16T08:19:12.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-16T08:19:12.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-16T08:19:12.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-16T08:19:12.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-16T08:19:12.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-16T08:19:12.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-16T08:19:12.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-16T08:19:12.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-16T08:19:12.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.compression_opts.level: 32767 2024-09-16T08:19:12.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.compression_opts.strategy: 0 2024-09-16T08:19:12.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-16T08:19:12.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-16T08:19:12.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-16T08:19:12.738 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-16T08:19:12.739 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.compression_opts.enabled: false 2024-09-16T08:19:12.739 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-16T08:19:12.739 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-16T08:19:12.739 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-16T08:19:12.739 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-16T08:19:12.739 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.target_file_size_base: 67108864 2024-09-16T08:19:12.739 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-16T08:19:12.739 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-16T08:19:12.739 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-16T08:19:12.740 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-16T08:19:12.740 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-16T08:19:12.740 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-16T08:19:12.740 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-16T08:19:12.740 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-16T08:19:12.740 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-16T08:19:12.740 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-16T08:19:12.740 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-16T08:19:12.740 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-16T08:19:12.740 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-16T08:19:12.740 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-16T08:19:12.740 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.arena_block_size: 1048576 2024-09-16T08:19:12.740 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-16T08:19:12.740 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-16T08:19:12.741 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.disable_auto_compactions: 0 2024-09-16T08:19:12.741 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-16T08:19:12.741 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-16T08:19:12.741 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-16T08:19:12.741 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-16T08:19:12.741 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-16T08:19:12.741 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-16T08:19:12.741 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-16T08:19:12.741 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-16T08:19:12.741 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-16T08:19:12.741 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-16T08:19:12.742 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-16T08:19:12.742 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.inplace_update_support: 0 2024-09-16T08:19:12.742 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-16T08:19:12.742 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-16T08:19:12.742 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-16T08:19:12.742 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-16T08:19:12.742 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.bloom_locality: 0 2024-09-16T08:19:12.742 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.max_successive_merges: 0 2024-09-16T08:19:12.742 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-16T08:19:12.742 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.paranoid_file_checks: 0 2024-09-16T08:19:12.742 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.force_consistency_checks: 1 2024-09-16T08:19:12.742 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.report_bg_io_stats: 0 2024-09-16T08:19:12.742 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.ttl: 2592000 2024-09-16T08:19:12.743 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-16T08:19:12.743 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-16T08:19:12.743 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-16T08:19:12.743 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.enable_blob_files: false 2024-09-16T08:19:12.743 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.min_blob_size: 0 2024-09-16T08:19:12.743 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.blob_file_size: 268435456 2024-09-16T08:19:12.743 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-16T08:19:12.743 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-16T08:19:12.743 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-16T08:19:12.743 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-16T08:19:12.744 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-16T08:19:12.744 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.blob_file_starting_level: 0 2024-09-16T08:19:12.744 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-16T08:19:12.744 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi161/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-16T08:19:12.744 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-16T08:19:12.744 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a5e1e1cf-164c-428b-b1b1-1ebadff6ef64 2024-09-16T08:19:12.744 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726474752428882, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-16T08:19:12.744 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-16T08:19:12.744 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726474752429297, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726474752, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "a5e1e1cf-164c-428b-b1b1-1ebadff6ef64", "db_session_id": "YZGPPGU0MMAIR46IDERJ", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-16T08:19:12.744 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726474752429391, "job": 1, "event": "recovery_finished"} 2024-09-16T08:19:12.744 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-16T08:19:12.744 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi161/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-16T08:19:12.744 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x556999634e00 2024-09-16T08:19:12.744 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: DB pointer 0x556999736000 2024-09-16T08:19:12.745 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-16T08:19:12.745 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-16T08:19:12.745 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: ** DB Stats ** 2024-09-16T08:19:12.745 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T08:19:12.745 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-16T08:19:12.745 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T08:19:12.745 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T08:19:12.745 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-16T08:19:12.745 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T08:19:12.745 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T08:19:12.745 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: 2024-09-16T08:19:12.745 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: ** Compaction Stats [default] ** 2024-09-16T08:19:12.745 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-16T08:19:12.745 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-16T08:19:12.746 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T08:19:12.746 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T08:19:12.746 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T08:19:12.746 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: 2024-09-16T08:19:12.746 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: ** Compaction Stats [default] ** 2024-09-16T08:19:12.746 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-16T08:19:12.746 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-16T08:19:12.746 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T08:19:12.746 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: 2024-09-16T08:19:12.746 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-16T08:19:12.746 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: 2024-09-16T08:19:12.746 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T08:19:12.746 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-16T08:19:12.746 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-16T08:19:12.747 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-16T08:19:12.747 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-16T08:19:12.747 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-16T08:19:12.747 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Cumulative compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T08:19:12.747 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Interval compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T08:19:12.747 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-16T08:19:12.747 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Block cache BinnedLRUCache@0x556999605610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-16T08:19:12.747 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-09-16T08:19:12.747 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: 2024-09-16T08:19:12.747 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-16T08:19:12.747 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: mon.smithi161 does not exist in monmap, will attempt to join an existing cluster 2024-09-16T08:19:12.747 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: using public_addr v2:172.21.15.161:0/0 -> [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] 2024-09-16T08:19:12.747 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: starting mon.smithi161 rank -1 at public addrs [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] at bind addrs [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi161 fsid dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:19:12.748 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: mon.smithi161@-1(???) e0 preinit fsid dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:19:12.748 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: mon.smithi161@-1(synchronizing).mds e1 new map 2024-09-16T08:19:12.748 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: mon.smithi161@-1(synchronizing).mds e1 print_map 2024-09-16T08:19:12.748 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: e1 2024-09-16T08:19:12.748 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: btime 2024-09-16T08:16:40:719236+0000 2024-09-16T08:19:12.748 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-16T08:19:12.748 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-16T08:19:12.748 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: legacy client fscid: -1 2024-09-16T08:19:12.748 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: 2024-09-16T08:19:12.748 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: No filesystems configured 2024-09-16T08:19:12.748 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: mon.smithi161@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-16T08:19:12.748 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: mon.smithi161@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-16T08:19:12.748 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: mon.smithi161@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-16T08:19:12.749 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: mon.smithi161@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-16T08:19:12.749 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: mon.smithi161@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-16T08:19:12.749 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: mon.smithi161@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-16T08:19:12.749 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: mon.smithi161@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-09-16T08:19:12.749 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: mon.smithi161@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-16T08:19:12.749 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: mon.smithi161@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T08:19:12.749 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: mon.smithi161@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T08:19:12.749 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: mon.smithi161@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T08:19:12.749 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Updating smithi039:/etc/ceph/ceph.conf 2024-09-16T08:19:12.749 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Updating smithi039:/var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:19:12.749 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Updating smithi039:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:19:12.749 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Updating smithi039:/var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:19:12.749 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.749 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.750 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.750 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi039", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-16T08:19:12.750 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi039", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-16T08:19:12.750 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:12.750 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Deploying daemon ceph-exporter.smithi039 on smithi039 2024-09-16T08:19:12.750 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:19:12.750 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Deploying cephadm binary to smithi161 2024-09-16T08:19:12.750 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.750 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.750 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.750 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.750 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi039", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-16T08:19:12.750 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi039", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-16T08:19:12.751 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:12.751 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Deploying daemon crash.smithi039 on smithi039 2024-09-16T08:19:12.751 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:12.751 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.751 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.751 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Added host smithi161 2024-09-16T08:19:12.751 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.751 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.751 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.751 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.751 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Deploying daemon node-exporter.smithi039 on smithi039 2024-09-16T08:19:12.751 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:12.751 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:19:12.752 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:12.752 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/286526801' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-16T08:19:12.752 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.752 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/286526801' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-16T08:19:12.752 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: osdmap e4: 0 total, 0 up, 0 in 2024-09-16T08:19:12.752 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.752 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.752 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.752 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.752 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:12.752 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Deploying daemon alertmanager.smithi039 on smithi039 2024-09-16T08:19:12.752 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.752 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi039:172.21.15.39=smithi039;smithi161:172.21.15.161=smithi161", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:19:12.753 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Saving service mon spec with placement smithi039:172.21.15.39=smithi039;smithi161:172.21.15.161=smithi161;count:2 2024-09-16T08:19:12.753 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:12.753 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/3137210458' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:19:12.753 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:12.753 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.753 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/3879903855' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:19:12.753 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:12.753 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/4090684651' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:19:12.753 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:12.753 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.753 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.753 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.754 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.754 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.754 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-16T08:19:12.754 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.754 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.754 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-16T08:19:12.754 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.754 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.754 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.754 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:12.754 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-16T08:19:12.754 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Deploying daemon grafana.smithi039 on smithi039 2024-09-16T08:19:12.754 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/2067880560' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:19:12.754 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:12.755 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/433939606' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:19:12.755 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:12.755 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/2706079411' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:19:12.755 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:12.755 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:12.755 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/2423399496' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:19:12.755 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:12.755 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.755 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.755 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.755 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.755 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.755 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.755 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.756 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.756 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Deploying daemon prometheus.smithi039 on smithi039 2024-09-16T08:19:12.756 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/2062947598' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:19:12.756 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:12.756 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/1361680384' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:19:12.756 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.756 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:12.756 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:12.756 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/3187271128' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:19:12.756 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:12.756 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/1652191749' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:19:12.756 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:12.756 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.757 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.757 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.757 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-16T08:19:12.757 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14162 172.21.15.39:0/2490914558' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-16T08:19:12.757 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: mgrmap e15: smithi039.tlkitu(active, since 57s) 2024-09-16T08:19:12.757 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/3496068524' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:19:12.757 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/3293604833' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:19:12.757 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Active manager daemon smithi039.tlkitu restarted 2024-09-16T08:19:12.757 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Activating manager daemon smithi039.tlkitu 2024-09-16T08:19:12.757 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: osdmap e5: 0 total, 0 up, 0 in 2024-09-16T08:19:12.757 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: mgrmap e16: smithi039.tlkitu(active, starting, since 0.0131435s) 2024-09-16T08:19:12.757 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi039"} : dispatch 2024-09-16T08:19:12.757 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mgr metadata", "who": "smithi039.tlkitu", "id": "smithi039.tlkitu"} : dispatch 2024-09-16T08:19:12.757 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T08:19:12.758 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T08:19:12.758 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T08:19:12.758 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Manager daemon smithi039.tlkitu is now available 2024-09-16T08:19:12.758 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/1249694354' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:19:12.758 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:19:12.758 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.758 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:19:12.758 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:19:12.758 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi039.tlkitu/mirror_snapshot_schedule"} : dispatch 2024-09-16T08:19:12.758 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi039.tlkitu/trash_purge_schedule"} : dispatch 2024-09-16T08:19:12.758 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.758 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: mgrmap e17: smithi039.tlkitu(active, since 1.01169s) 2024-09-16T08:19:12.758 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.758 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: [16/Sep/2024:08:18:49] ENGINE Bus STARTING 2024-09-16T08:19:12.758 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: [16/Sep/2024:08:18:49] ENGINE Serving on https://172.21.15.39:7150 2024-09-16T08:19:12.759 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: [16/Sep/2024:08:18:49] ENGINE Error in HTTPServer.serve 2024-09-16T08:19:12.759 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: Traceback (most recent call last): 2024-09-16T08:19:12.759 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T08:19:12.759 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: self._connections.run(self.expiration_interval) 2024-09-16T08:19:12.759 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T08:19:12.759 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: self._run(expiration_interval) 2024-09-16T08:19:12.759 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T08:19:12.759 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T08:19:12.759 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T08:19:12.759 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T08:19:12.759 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T08:19:12.759 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: s = self.context.wrap_socket( 2024-09-16T08:19:12.759 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T08:19:12.759 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: return self.sslsocket_class._create( 2024-09-16T08:19:12.760 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T08:19:12.760 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: self.do_handshake() 2024-09-16T08:19:12.760 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T08:19:12.760 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: self._sslobj.do_handshake() 2024-09-16T08:19:12.760 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T08:19:12.760 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: [16/Sep/2024:08:18:49] ENGINE Serving on http://172.21.15.39:8765 2024-09-16T08:19:12.760 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: [16/Sep/2024:08:18:49] ENGINE Bus STARTED 2024-09-16T08:19:12.760 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.760 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: mgrmap e18: smithi039.tlkitu(active, since 2s) 2024-09-16T08:19:12.760 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/3014123105' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:19:12.760 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.760 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.760 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.760 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.761 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config rm", "who": "osd/host:smithi039", "name": "osd_memory_target"} : dispatch 2024-09-16T08:19:12.761 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/3818848023' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:19:12.761 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.761 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.761 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.761 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.761 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"} : dispatch 2024-09-16T08:19:12.761 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:12.761 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:19:12.761 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Updating smithi039:/etc/ceph/ceph.conf 2024-09-16T08:19:12.761 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Updating smithi161:/etc/ceph/ceph.conf 2024-09-16T08:19:12.761 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Updating smithi161:/var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:19:12.761 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Updating smithi039:/var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:19:12.762 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.762 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.762 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.762 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.762 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.762 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi161", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-16T08:19:12.762 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi161", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-16T08:19:12.762 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:12.762 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:19:12.762 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Updating smithi039:/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:19:12.763 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Updating smithi161:/var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:19:12.763 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Updating smithi039:/var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T08:19:12.763 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Deploying daemon ceph-exporter.smithi161 on smithi161 2024-09-16T08:19:12.763 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/288945649' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:19:12.763 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.763 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.763 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.763 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.763 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi161", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-16T08:19:12.763 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi161", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-16T08:19:12.763 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:12.763 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Deploying daemon crash.smithi161 on smithi161 2024-09-16T08:19:12.764 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/761438119' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:19:12.764 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.764 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.764 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.764 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.764 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Deploying daemon node-exporter.smithi161 on smithi161 2024-09-16T08:19:12.764 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.764 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:19:12.764 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/1277764176' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:19:12.764 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.764 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.764 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.764 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.765 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi161.vahkbs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T08:19:12.765 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi161.vahkbs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-16T08:19:12.765 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T08:19:12.765 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:12.765 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Deploying daemon mgr.smithi161.vahkbs on smithi161 2024-09-16T08:19:12.765 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:12.765 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/1737486957' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:19:12.765 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.765 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.765 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.765 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.765 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:12.765 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:19:12.766 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:12.766 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: Deploying daemon mon.smithi161 on smithi161 2024-09-16T08:19:12.766 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:12.766 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 ceph-mon[34039]: mon.smithi161@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2024-09-16T08:19:12.766 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 bash[33989]: 56b6edd66747d7ddeb9030768bf665450514d7085f5247fde5427d9e9b82b151 2024-09-16T08:19:12.766 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:12 smithi161 systemd[1]: Started Ceph mon.smithi161 for dd6afd60-7403-11ef-bceb-c7b262605968. 2024-09-16T08:19:14.103 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-16T08:19:14.104 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T08:19:14.347 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi161/config 2024-09-16T08:19:17.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi039"} : dispatch 2024-09-16T08:19:17.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: mon.smithi039 calling monitor election 2024-09-16T08:19:17.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi161"} : dispatch 2024-09-16T08:19:17.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi161"} : dispatch 2024-09-16T08:19:17.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:17.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: from='mgr.? 172.21.15.161:0/3327347944' entity='mgr.smithi161.vahkbs' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi161.vahkbs/crt"} : dispatch 2024-09-16T08:19:17.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi161"} : dispatch 2024-09-16T08:19:17.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: mon.smithi161 calling monitor election 2024-09-16T08:19:17.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi161"} : dispatch 2024-09-16T08:19:17.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:17.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi161"} : dispatch 2024-09-16T08:19:17.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi161"} : dispatch 2024-09-16T08:19:17.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: mon.smithi039 is new leader, mons smithi039,smithi161 in quorum (ranks 0,1) 2024-09-16T08:19:17.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: monmap epoch 2 2024-09-16T08:19:17.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: fsid dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:19:17.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: last_changed 2024-09-16T08:19:12.462040+0000 2024-09-16T08:19:17.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: created 2024-09-16T08:16:37.556471+0000 2024-09-16T08:19:17.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: min_mon_release 19 (squid) 2024-09-16T08:19:17.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: election_strategy: 1 2024-09-16T08:19:17.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: 0: [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] mon.smithi039 2024-09-16T08:19:17.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.smithi161 2024-09-16T08:19:17.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: fsmap 2024-09-16T08:19:17.974 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: osdmap e5: 0 total, 0 up, 0 in 2024-09-16T08:19:17.974 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: mgrmap e18: smithi039.tlkitu(active, since 29s) 2024-09-16T08:19:17.974 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: overall HEALTH_OK 2024-09-16T08:19:17.974 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: Standby manager daemon smithi161.vahkbs started 2024-09-16T08:19:17.974 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: from='mgr.? 172.21.15.161:0/3327347944' entity='mgr.smithi161.vahkbs' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T08:19:17.974 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:17.974 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: from='mgr.? 172.21.15.161:0/3327347944' entity='mgr.smithi161.vahkbs' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi161.vahkbs/key"} : dispatch 2024-09-16T08:19:17.975 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: from='mgr.? 172.21.15.161:0/3327347944' entity='mgr.smithi161.vahkbs' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T08:19:17.975 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:17.975 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:17.975 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:17.975 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:17.975 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:17 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:18.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi039"} : dispatch 2024-09-16T08:19:18.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: mon.smithi039 calling monitor election 2024-09-16T08:19:18.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi161"} : dispatch 2024-09-16T08:19:18.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi161"} : dispatch 2024-09-16T08:19:18.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:18.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: from='mgr.? 172.21.15.161:0/3327347944' entity='mgr.smithi161.vahkbs' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi161.vahkbs/crt"} : dispatch 2024-09-16T08:19:18.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi161"} : dispatch 2024-09-16T08:19:18.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: mon.smithi161 calling monitor election 2024-09-16T08:19:18.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi161"} : dispatch 2024-09-16T08:19:18.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:18.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi161"} : dispatch 2024-09-16T08:19:18.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi161"} : dispatch 2024-09-16T08:19:18.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: mon.smithi039 is new leader, mons smithi039,smithi161 in quorum (ranks 0,1) 2024-09-16T08:19:18.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: monmap epoch 2 2024-09-16T08:19:18.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: fsid dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:19:18.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: last_changed 2024-09-16T08:19:12.462040+0000 2024-09-16T08:19:18.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: created 2024-09-16T08:16:37.556471+0000 2024-09-16T08:19:18.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: min_mon_release 19 (squid) 2024-09-16T08:19:18.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: election_strategy: 1 2024-09-16T08:19:18.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: 0: [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] mon.smithi039 2024-09-16T08:19:18.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: 1: [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon.smithi161 2024-09-16T08:19:18.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: fsmap 2024-09-16T08:19:18.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: osdmap e5: 0 total, 0 up, 0 in 2024-09-16T08:19:18.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: mgrmap e18: smithi039.tlkitu(active, since 29s) 2024-09-16T08:19:18.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: overall HEALTH_OK 2024-09-16T08:19:18.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: Standby manager daemon smithi161.vahkbs started 2024-09-16T08:19:18.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: from='mgr.? 172.21.15.161:0/3327347944' entity='mgr.smithi161.vahkbs' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T08:19:18.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:18.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: from='mgr.? 172.21.15.161:0/3327347944' entity='mgr.smithi161.vahkbs' cmd={"prefix": "config-key get", "key": "mgr/dashboard/smithi161.vahkbs/key"} : dispatch 2024-09-16T08:19:18.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: from='mgr.? 172.21.15.161:0/3327347944' entity='mgr.smithi161.vahkbs' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T08:19:18.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:18.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:18.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:18.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:18.034 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:17 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:18.091 INFO:teuthology.orchestra.run.smithi161.stdout: 2024-09-16T08:19:18.092 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":2,"fsid":"dd6afd60-7403-11ef-bceb-c7b262605968","modified":"2024-09-16T08:19:12.462040Z","created":"2024-09-16T08:16:37.556471Z","min_mon_release":19,"min_mon_release_name":"squid","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi039","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:3300","nonce":0},{"type":"v1","addr":"172.21.15.39:6789","nonce":0}]},"addr":"172.21.15.39:6789/0","public_addr":"172.21.15.39:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi161","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:3300","nonce":0},{"type":"v1","addr":"172.21.15.161:6789","nonce":0}]},"addr":"172.21.15.161:6789/0","public_addr":"172.21.15.161:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-16T08:19:18.092 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 2 2024-09-16T08:19:18.791 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:18 smithi161 ceph-mon[34039]: mgrmap e19: smithi039.tlkitu(active, since 30s), standbys: smithi161.vahkbs 2024-09-16T08:19:18.791 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:18 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mgr metadata", "who": "smithi161.vahkbs", "id": "smithi161.vahkbs"} : dispatch 2024-09-16T08:19:18.791 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:18 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:19:18.791 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:18 smithi161 ceph-mon[34039]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:18.791 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:18 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:19:18.791 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:18 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/2341647808' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:19:18.791 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:18 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi161"} : dispatch 2024-09-16T08:19:18.818 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-16T08:19:18.818 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-16T08:19:18.848 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:18 smithi039 ceph-mon[25841]: mgrmap e19: smithi039.tlkitu(active, since 30s), standbys: smithi161.vahkbs 2024-09-16T08:19:18.848 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:18 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mgr metadata", "who": "smithi161.vahkbs", "id": "smithi161.vahkbs"} : dispatch 2024-09-16T08:19:18.848 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:18 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:19:18.848 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:18 smithi039 ceph-mon[25841]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:18.848 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:18 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:19:18.848 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:18 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/2341647808' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T08:19:18.848 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:18 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi161"} : dispatch 2024-09-16T08:19:19.094 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:19:19.732 INFO:teuthology.orchestra.run.smithi039.stdout:# minimal ceph.conf for dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:19:19.732 INFO:teuthology.orchestra.run.smithi039.stdout:[global] 2024-09-16T08:19:19.732 INFO:teuthology.orchestra.run.smithi039.stdout: fsid = dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:19:19.732 INFO:teuthology.orchestra.run.smithi039.stdout: mon_host = [v2:172.21.15.39:3300/0,v1:172.21.15.39:6789/0] [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] 2024-09-16T08:19:20.360 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-16T08:19:20.360 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-16T08:19:20.360 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/etc/ceph/ceph.conf 2024-09-16T08:19:20.430 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-16T08:19:20.430 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:19:20.496 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-16T08:19:20.496 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/ceph/ceph.conf 2024-09-16T08:19:20.522 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-16T08:19:20.522 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T08:19:20.588 DEBUG:tasks.cephadm:set 0 configs 2024-09-16T08:19:20.588 INFO:tasks.cephadm:Deploying OSDs... 2024-09-16T08:19:20.588 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-16T08:19:20.588 DEBUG:teuthology.orchestra.run.smithi039:> dd if=/scratch_devs of=/dev/stdout 2024-09-16T08:19:20.604 DEBUG:teuthology.misc:devs=['/dev/nvme4n1', '/dev/nvme3n1', '/dev/nvme2n1', '/dev/nvme1n1'] 2024-09-16T08:19:20.604 DEBUG:teuthology.orchestra.run.smithi039:> stat /dev/nvme4n1 2024-09-16T08:19:20.661 INFO:teuthology.orchestra.run.smithi039.stdout: File: /dev/nvme4n1 2024-09-16T08:19:20.661 INFO:teuthology.orchestra.run.smithi039.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-16T08:19:20.661 INFO:teuthology.orchestra.run.smithi039.stdout:Device: 5h/5d Inode: 1039 Links: 1 Device type: 103,8 2024-09-16T08:19:20.661 INFO:teuthology.orchestra.run.smithi039.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-16T08:19:20.661 INFO:teuthology.orchestra.run.smithi039.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-16T08:19:20.661 INFO:teuthology.orchestra.run.smithi039.stdout:Access: 2024-09-16 08:17:59.529741887 +0000 2024-09-16T08:19:20.661 INFO:teuthology.orchestra.run.smithi039.stdout:Modify: 2024-09-16 08:15:40.111487955 +0000 2024-09-16T08:19:20.661 INFO:teuthology.orchestra.run.smithi039.stdout:Change: 2024-09-16 08:15:40.111487955 +0000 2024-09-16T08:19:20.661 INFO:teuthology.orchestra.run.smithi039.stdout: Birth: 2024-09-16 08:15:40.106488054 +0000 2024-09-16T08:19:20.662 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-09-16T08:19:20.728 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records in 2024-09-16T08:19:20.728 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records out 2024-09-16T08:19:20.728 INFO:teuthology.orchestra.run.smithi039.stderr:512 bytes copied, 0.000382155 s, 1.3 MB/s 2024-09-16T08:19:20.729 DEBUG:teuthology.orchestra.run.smithi039:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-09-16T08:19:20.787 DEBUG:teuthology.orchestra.run.smithi039:> stat /dev/nvme3n1 2024-09-16T08:19:20.843 INFO:teuthology.orchestra.run.smithi039.stdout: File: /dev/nvme3n1 2024-09-16T08:19:20.843 INFO:teuthology.orchestra.run.smithi039.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-16T08:19:20.843 INFO:teuthology.orchestra.run.smithi039.stdout:Device: 5h/5d Inode: 1027 Links: 1 Device type: 103,6 2024-09-16T08:19:20.843 INFO:teuthology.orchestra.run.smithi039.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-16T08:19:20.843 INFO:teuthology.orchestra.run.smithi039.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-16T08:19:20.843 INFO:teuthology.orchestra.run.smithi039.stdout:Access: 2024-09-16 08:17:59.517742120 +0000 2024-09-16T08:19:20.843 INFO:teuthology.orchestra.run.smithi039.stdout:Modify: 2024-09-16 08:15:39.963490875 +0000 2024-09-16T08:19:20.843 INFO:teuthology.orchestra.run.smithi039.stdout:Change: 2024-09-16 08:15:39.963490875 +0000 2024-09-16T08:19:20.843 INFO:teuthology.orchestra.run.smithi039.stdout: Birth: 2024-09-16 08:15:39.957490993 +0000 2024-09-16T08:19:20.844 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-09-16T08:19:20.905 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:20 smithi039 ceph-mon[25841]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:20.905 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:20 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/950525284' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:20.905 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:20.905 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:20.905 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:20.905 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:19:20.905 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:20 smithi039 ceph-mon[25841]: Updating smithi039:/etc/ceph/ceph.conf 2024-09-16T08:19:20.905 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:20 smithi039 ceph-mon[25841]: Updating smithi161:/etc/ceph/ceph.conf 2024-09-16T08:19:20.905 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:20 smithi039 ceph-mon[25841]: Updating smithi161:/var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:19:20.906 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:20 smithi039 ceph-mon[25841]: Updating smithi039:/var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:19:20.906 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:20.906 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:20.906 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:20.906 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:20.906 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:20.906 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:19:20.906 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T08:19:20.906 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:20.907 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records in 2024-09-16T08:19:20.907 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records out 2024-09-16T08:19:20.907 INFO:teuthology.orchestra.run.smithi039.stderr:512 bytes copied, 0.000305461 s, 1.7 MB/s 2024-09-16T08:19:20.908 DEBUG:teuthology.orchestra.run.smithi039:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-09-16T08:19:20.967 DEBUG:teuthology.orchestra.run.smithi039:> stat /dev/nvme2n1 2024-09-16T08:19:20.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:20 smithi161 ceph-mon[34039]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:20.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:20 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/950525284' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:20.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:20.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:20.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:20.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:19:20.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:20 smithi161 ceph-mon[34039]: Updating smithi039:/etc/ceph/ceph.conf 2024-09-16T08:19:20.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:20 smithi161 ceph-mon[34039]: Updating smithi161:/etc/ceph/ceph.conf 2024-09-16T08:19:20.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:20 smithi161 ceph-mon[34039]: Updating smithi161:/var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:19:20.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:20 smithi161 ceph-mon[34039]: Updating smithi039:/var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T08:19:20.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:20.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:20.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:20.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:20.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:20.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:19:20.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T08:19:20.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:21.025 INFO:teuthology.orchestra.run.smithi039.stdout: File: /dev/nvme2n1 2024-09-16T08:19:21.025 INFO:teuthology.orchestra.run.smithi039.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-16T08:19:21.025 INFO:teuthology.orchestra.run.smithi039.stdout:Device: 5h/5d Inode: 1015 Links: 1 Device type: 103,4 2024-09-16T08:19:21.025 INFO:teuthology.orchestra.run.smithi039.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-16T08:19:21.025 INFO:teuthology.orchestra.run.smithi039.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-16T08:19:21.025 INFO:teuthology.orchestra.run.smithi039.stdout:Access: 2024-09-16 08:17:59.505742355 +0000 2024-09-16T08:19:21.026 INFO:teuthology.orchestra.run.smithi039.stdout:Modify: 2024-09-16 08:15:39.819493716 +0000 2024-09-16T08:19:21.026 INFO:teuthology.orchestra.run.smithi039.stdout:Change: 2024-09-16 08:15:39.819493716 +0000 2024-09-16T08:19:21.026 INFO:teuthology.orchestra.run.smithi039.stdout: Birth: 2024-09-16 08:15:39.808493933 +0000 2024-09-16T08:19:21.026 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-09-16T08:19:21.090 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records in 2024-09-16T08:19:21.090 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records out 2024-09-16T08:19:21.090 INFO:teuthology.orchestra.run.smithi039.stderr:512 bytes copied, 0.00030311 s, 1.7 MB/s 2024-09-16T08:19:21.091 DEBUG:teuthology.orchestra.run.smithi039:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-09-16T08:19:21.149 DEBUG:teuthology.orchestra.run.smithi039:> stat /dev/nvme1n1 2024-09-16T08:19:21.204 INFO:teuthology.orchestra.run.smithi039.stdout: File: /dev/nvme1n1 2024-09-16T08:19:21.204 INFO:teuthology.orchestra.run.smithi039.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-16T08:19:21.204 INFO:teuthology.orchestra.run.smithi039.stdout:Device: 5h/5d Inode: 1004 Links: 1 Device type: 103,2 2024-09-16T08:19:21.204 INFO:teuthology.orchestra.run.smithi039.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-16T08:19:21.204 INFO:teuthology.orchestra.run.smithi039.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-16T08:19:21.204 INFO:teuthology.orchestra.run.smithi039.stdout:Access: 2024-09-16 08:17:59.493742589 +0000 2024-09-16T08:19:21.204 INFO:teuthology.orchestra.run.smithi039.stdout:Modify: 2024-09-16 08:15:39.678496497 +0000 2024-09-16T08:19:21.204 INFO:teuthology.orchestra.run.smithi039.stdout:Change: 2024-09-16 08:15:39.678496497 +0000 2024-09-16T08:19:21.205 INFO:teuthology.orchestra.run.smithi039.stdout: Birth: 2024-09-16 08:15:39.667496714 +0000 2024-09-16T08:19:21.205 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-09-16T08:19:21.269 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records in 2024-09-16T08:19:21.269 INFO:teuthology.orchestra.run.smithi039.stderr:1+0 records out 2024-09-16T08:19:21.269 INFO:teuthology.orchestra.run.smithi039.stderr:512 bytes copied, 0.000303156 s, 1.7 MB/s 2024-09-16T08:19:21.270 DEBUG:teuthology.orchestra.run.smithi039:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-09-16T08:19:21.327 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-16T08:19:21.327 DEBUG:teuthology.orchestra.run.smithi161:> dd if=/scratch_devs of=/dev/stdout 2024-09-16T08:19:21.344 DEBUG:teuthology.misc:devs=['/dev/nvme4n1', '/dev/nvme3n1', '/dev/nvme2n1', '/dev/nvme1n1'] 2024-09-16T08:19:21.344 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/nvme4n1 2024-09-16T08:19:21.401 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/nvme4n1 2024-09-16T08:19:21.401 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-16T08:19:21.401 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 1039 Links: 1 Device type: 103,8 2024-09-16T08:19:21.401 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-16T08:19:21.401 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-16T08:19:21.401 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-09-16 08:18:52.418892882 +0000 2024-09-16T08:19:21.401 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-09-16 08:15:41.741725010 +0000 2024-09-16T08:19:21.402 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-09-16 08:15:41.741725010 +0000 2024-09-16T08:19:21.402 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: 2024-09-16 08:15:41.735725131 +0000 2024-09-16T08:19:21.402 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-09-16T08:19:21.465 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-09-16T08:19:21.465 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-09-16T08:19:21.465 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000227857 s, 2.2 MB/s 2024-09-16T08:19:21.466 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-09-16T08:19:21.523 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/nvme3n1 2024-09-16T08:19:21.579 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/nvme3n1 2024-09-16T08:19:21.579 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-16T08:19:21.579 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 1027 Links: 1 Device type: 103,6 2024-09-16T08:19:21.579 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-16T08:19:21.579 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-16T08:19:21.579 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-09-16 08:18:52.407893106 +0000 2024-09-16T08:19:21.579 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-09-16 08:15:41.597727918 +0000 2024-09-16T08:19:21.579 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-09-16 08:15:41.597727918 +0000 2024-09-16T08:19:21.579 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: 2024-09-16 08:15:41.593727998 +0000 2024-09-16T08:19:21.580 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-09-16T08:19:21.643 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-09-16T08:19:21.643 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-09-16T08:19:21.643 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000258652 s, 2.0 MB/s 2024-09-16T08:19:21.644 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-09-16T08:19:21.702 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/nvme2n1 2024-09-16T08:19:21.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:21 smithi161 ceph-mon[34039]: Reconfiguring mon.smithi039 (unknown last config time)... 2024-09-16T08:19:21.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:21 smithi161 ceph-mon[34039]: Reconfiguring daemon mon.smithi039 on smithi039 2024-09-16T08:19:21.736 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/nvme2n1 2024-09-16T08:19:21.736 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-16T08:19:21.736 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 1016 Links: 1 Device type: 103,4 2024-09-16T08:19:21.736 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-16T08:19:21.736 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-16T08:19:21.736 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-09-16 08:18:52.396893330 +0000 2024-09-16T08:19:21.736 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-09-16 08:15:41.460730684 +0000 2024-09-16T08:19:21.736 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-09-16 08:15:41.460730684 +0000 2024-09-16T08:19:21.736 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: 2024-09-16 08:15:41.455730784 +0000 2024-09-16T08:19:21.736 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-09-16T08:19:21.799 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-09-16T08:19:21.800 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-09-16T08:19:21.800 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000257879 s, 2.0 MB/s 2024-09-16T08:19:21.801 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-09-16T08:19:21.820 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:21 smithi039 ceph-mon[25841]: Reconfiguring mon.smithi039 (unknown last config time)... 2024-09-16T08:19:21.820 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:21 smithi039 ceph-mon[25841]: Reconfiguring daemon mon.smithi039 on smithi039 2024-09-16T08:19:21.856 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/nvme1n1 2024-09-16T08:19:21.913 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/nvme1n1 2024-09-16T08:19:21.913 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-16T08:19:21.913 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 5h/5d Inode: 1004 Links: 1 Device type: 103,2 2024-09-16T08:19:21.913 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-16T08:19:21.913 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-09-16T08:19:21.914 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2024-09-16 08:18:52.384893574 +0000 2024-09-16T08:19:21.914 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2024-09-16 08:15:41.305733813 +0000 2024-09-16T08:19:21.914 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2024-09-16 08:15:41.305733813 +0000 2024-09-16T08:19:21.914 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: 2024-09-16 08:15:41.300733914 +0000 2024-09-16T08:19:21.914 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-09-16T08:19:21.977 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2024-09-16T08:19:21.977 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2024-09-16T08:19:21.977 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.00023457 s, 2.2 MB/s 2024-09-16T08:19:21.978 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-09-16T08:19:22.035 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph orch apply osd --all-available-devices 2024-09-16T08:19:22.312 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi161/config 2024-09-16T08:19:22.902 INFO:teuthology.orchestra.run.smithi161.stdout:Scheduled osd.all-available-devices update... 2024-09-16T08:19:22.990 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:22 smithi161 ceph-mon[34039]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:22.991 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:22 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:22.991 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:22 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:22.991 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:22 smithi161 ceph-mon[34039]: Reconfiguring mgr.smithi039.tlkitu (unknown last config time)... 2024-09-16T08:19:22.991 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:22 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi039.tlkitu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T08:19:22.991 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:22 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T08:19:22.991 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:22 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:22.992 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:22 smithi161 ceph-mon[34039]: Reconfiguring daemon mgr.smithi039.tlkitu on smithi039 2024-09-16T08:19:22.992 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:22 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:23.176 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:22 smithi039 ceph-mon[25841]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:23.176 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:22 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:23.176 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:22 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:23.177 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:22 smithi039 ceph-mon[25841]: Reconfiguring mgr.smithi039.tlkitu (unknown last config time)... 2024-09-16T08:19:23.177 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:22 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi039.tlkitu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T08:19:23.177 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:22 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T08:19:23.177 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:22 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:23.177 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:22 smithi039 ceph-mon[25841]: Reconfiguring daemon mgr.smithi039.tlkitu on smithi039 2024-09-16T08:19:23.177 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:22 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:23.539 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-16T08:19:23.540 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:19:24.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:23 smithi161 ceph-mon[34039]: from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:19:24.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:23 smithi161 ceph-mon[34039]: Marking host: smithi039 for OSDSpec preview refresh. 2024-09-16T08:19:24.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:23 smithi161 ceph-mon[34039]: Marking host: smithi161 for OSDSpec preview refresh. 2024-09-16T08:19:24.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:23 smithi161 ceph-mon[34039]: Saving service osd.all-available-devices spec with placement * 2024-09-16T08:19:24.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:23 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:24.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:23 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:24.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:23 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:24.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:23 smithi161 ceph-mon[34039]: Reconfiguring ceph-exporter.smithi039 (monmap changed)... 2024-09-16T08:19:24.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:23 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi039", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-16T08:19:24.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:23 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:24.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:23 smithi161 ceph-mon[34039]: Reconfiguring daemon ceph-exporter.smithi039 on smithi039 2024-09-16T08:19:24.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:23 smithi039 ceph-mon[25841]: from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:19:24.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:23 smithi039 ceph-mon[25841]: Marking host: smithi039 for OSDSpec preview refresh. 2024-09-16T08:19:24.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:23 smithi039 ceph-mon[25841]: Marking host: smithi161 for OSDSpec preview refresh. 2024-09-16T08:19:24.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:23 smithi039 ceph-mon[25841]: Saving service osd.all-available-devices spec with placement * 2024-09-16T08:19:24.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:23 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:24.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:23 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:24.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:23 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:24.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:23 smithi039 ceph-mon[25841]: Reconfiguring ceph-exporter.smithi039 (monmap changed)... 2024-09-16T08:19:24.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:23 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi039", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-16T08:19:24.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:23 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:24.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:23 smithi039 ceph-mon[25841]: Reconfiguring daemon ceph-exporter.smithi039 on smithi039 2024-09-16T08:19:24.637 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:19:25.261 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:19:25.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:25 smithi039 ceph-mon[25841]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:25.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:25 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:25.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:25 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:25.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:25 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi039", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-16T08:19:25.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:25 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:25.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:25 smithi161 ceph-mon[34039]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:25.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:25 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:25.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:25 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:25.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:25 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi039", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-16T08:19:25.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:25 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:26.400 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-16T08:19:26.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:26 smithi039 ceph-mon[25841]: Reconfiguring crash.smithi039 (monmap changed)... 2024-09-16T08:19:26.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:26 smithi039 ceph-mon[25841]: Reconfiguring daemon crash.smithi039 on smithi039 2024-09-16T08:19:26.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:26 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/2597414802' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:19:26.623 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:26 smithi161 ceph-mon[34039]: Reconfiguring crash.smithi039 (monmap changed)... 2024-09-16T08:19:26.623 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:26 smithi161 ceph-mon[34039]: Reconfiguring daemon crash.smithi039 on smithi039 2024-09-16T08:19:26.623 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:26 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/2597414802' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:19:27.287 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:27 smithi039 ceph-mon[25841]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:27.287 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:27 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:27.287 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:27 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:27.402 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:19:27.643 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:27 smithi161 ceph-mon[34039]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:27.643 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:27 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:27.643 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:27 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:28.410 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:28 smithi039 ceph-mon[25841]: Reconfiguring alertmanager.smithi039 (dependencies changed)... 2024-09-16T08:19:28.410 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:28 smithi039 ceph-mon[25841]: Reconfiguring daemon alertmanager.smithi039 on smithi039 2024-09-16T08:19:28.547 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:19:28.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:28 smithi161 ceph-mon[34039]: Reconfiguring alertmanager.smithi039 (dependencies changed)... 2024-09-16T08:19:28.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:28 smithi161 ceph-mon[34039]: Reconfiguring daemon alertmanager.smithi039 on smithi039 2024-09-16T08:19:29.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:29 smithi039 ceph-mon[25841]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:29.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:29 smithi161 ceph-mon[34039]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:29.976 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:19:30.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:30 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/1996819319' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:19:30.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:30 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/1996819319' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:19:30.902 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-16T08:19:31.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:31 smithi039 ceph-mon[25841]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:31.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:31 smithi161 ceph-mon[34039]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:31.904 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:19:32.192 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:19:33.448 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:19:33.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:33 smithi039 ceph-mon[25841]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:33.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:33.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:33.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:19:33.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:33 smithi161 ceph-mon[34039]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:33.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:33.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:33.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:19:34.093 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-16T08:19:34.320 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:34 smithi039 ceph-mon[25841]: Reconfiguring grafana.smithi039 (dependencies changed)... 2024-09-16T08:19:34.320 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:34 smithi039 ceph-mon[25841]: Reconfiguring daemon grafana.smithi039 on smithi039 2024-09-16T08:19:34.320 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:34 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/3128358846' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:19:34.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:34 smithi161 ceph-mon[34039]: Reconfiguring grafana.smithi039 (dependencies changed)... 2024-09-16T08:19:34.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:34 smithi161 ceph-mon[34039]: Reconfiguring daemon grafana.smithi039 on smithi039 2024-09-16T08:19:34.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:34 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/3128358846' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:19:35.095 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:19:35.457 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:35 smithi039 ceph-mon[25841]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:35.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:35 smithi161 ceph-mon[34039]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:36.408 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:19:37.068 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:19:37.559 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:37 smithi039 ceph-mon[25841]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:37.559 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:37 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/2831022399' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:19:37.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:37 smithi161 ceph-mon[34039]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:37.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:37 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/2831022399' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:19:38.161 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-16T08:19:39.165 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:19:39.457 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:19:39.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:39 smithi039 ceph-mon[25841]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:39.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:39 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:39.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:39 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:39.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:39 smithi161 ceph-mon[34039]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:39.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:39 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:39.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:39 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:40.439 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:40 smithi039 ceph-mon[25841]: Reconfiguring prometheus.smithi039 (dependencies changed)... 2024-09-16T08:19:40.440 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:40 smithi039 ceph-mon[25841]: Reconfiguring daemon prometheus.smithi039 on smithi039 2024-09-16T08:19:40.539 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:19:40.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:40 smithi161 ceph-mon[34039]: Reconfiguring prometheus.smithi039 (dependencies changed)... 2024-09-16T08:19:40.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:40 smithi161 ceph-mon[34039]: Reconfiguring daemon prometheus.smithi039 on smithi039 2024-09-16T08:19:41.564 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:41 smithi039 ceph-mon[25841]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:41.565 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:41 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/398321052' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:19:41.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:41 smithi161 ceph-mon[34039]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:41.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:41 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/398321052' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:19:41.868 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-16T08:19:42.869 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:19:43.278 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:19:43.388 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:43 smithi039 ceph-mon[25841]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:43.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:43 smithi161 ceph-mon[34039]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:43.938 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:19:44.580 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:44 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/2422615042' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:19:44.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:44 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/2422615042' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:19:44.870 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-16T08:19:45.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:45 smithi039 ceph-mon[25841]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:45.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:45 smithi161 ceph-mon[34039]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:45.872 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:19:46.132 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:19:46.785 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:19:47.090 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:46 smithi039 ceph-mon[25841]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:47.090 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:46 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:47.091 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:46 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:47.091 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:46 smithi039 ceph-mon[25841]: Reconfiguring ceph-exporter.smithi161 (monmap changed)... 2024-09-16T08:19:47.091 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:46 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi161", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-16T08:19:47.091 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:46 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:47.091 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:46 smithi039 ceph-mon[25841]: Reconfiguring daemon ceph-exporter.smithi161 on smithi161 2024-09-16T08:19:47.091 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:46 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/968944780' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:19:47.163 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:46 smithi161 ceph-mon[34039]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:47.163 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:46 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:47.163 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:46 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:47.164 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:46 smithi161 ceph-mon[34039]: Reconfiguring ceph-exporter.smithi161 (monmap changed)... 2024-09-16T08:19:47.164 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:46 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi161", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]} : dispatch 2024-09-16T08:19:47.164 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:46 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:47.164 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:46 smithi161 ceph-mon[34039]: Reconfiguring daemon ceph-exporter.smithi161 on smithi161 2024-09-16T08:19:47.164 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:46 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/968944780' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:19:47.404 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-16T08:19:48.405 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:19:48.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:48 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:48.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:48 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:48.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:48 smithi161 ceph-mon[34039]: Reconfiguring crash.smithi161 (monmap changed)... 2024-09-16T08:19:48.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:48 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi161", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-16T08:19:48.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:48 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:48.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:48 smithi161 ceph-mon[34039]: Reconfiguring daemon crash.smithi161 on smithi161 2024-09-16T08:19:48.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:48 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:19:48.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:48 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:48.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:48 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:48.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:48 smithi039 ceph-mon[25841]: Reconfiguring crash.smithi161 (monmap changed)... 2024-09-16T08:19:48.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:48 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.crash.smithi161", "caps": ["mon", "profile crash", "mgr", "profile crash"]} : dispatch 2024-09-16T08:19:48.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:48 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:48.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:48 smithi039 ceph-mon[25841]: Reconfiguring daemon crash.smithi161 on smithi161 2024-09-16T08:19:48.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:48 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:19:48.678 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:19:49.344 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:49 smithi039 ceph-mon[25841]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:49.344 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:49 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:49.344 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:49 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:49.344 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:49 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi161.vahkbs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T08:19:49.344 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:49 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T08:19:49.344 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:49 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:49.345 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:19:49.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:49 smithi161 ceph-mon[34039]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:49.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:49 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:49.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:49 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:49.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:49 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "mgr.smithi161.vahkbs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T08:19:49.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:49 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T08:19:49.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:49 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:50.036 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-16T08:19:50.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:50 smithi039 ceph-mon[25841]: Reconfiguring mgr.smithi161.vahkbs (monmap changed)... 2024-09-16T08:19:50.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:50 smithi039 ceph-mon[25841]: Reconfiguring daemon mgr.smithi161.vahkbs on smithi161 2024-09-16T08:19:50.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:50 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/3922695370' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:19:50.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:50 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:50.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:50 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:50.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:50 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:19:50.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:50 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T08:19:50.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:50 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:50.474 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:50 smithi161 ceph-mon[34039]: Reconfiguring mgr.smithi161.vahkbs (monmap changed)... 2024-09-16T08:19:50.475 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:50 smithi161 ceph-mon[34039]: Reconfiguring daemon mgr.smithi161.vahkbs on smithi161 2024-09-16T08:19:50.475 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:50 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/3922695370' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:19:50.475 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:50 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:50.475 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:50 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:50.475 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:50 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T08:19:50.475 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:50 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T08:19:50.475 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:50 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:51.038 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:19:51.316 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:19:51.406 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:51 smithi039 ceph-mon[25841]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:51.406 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:51 smithi039 ceph-mon[25841]: Reconfiguring mon.smithi161 (monmap changed)... 2024-09-16T08:19:51.406 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:51 smithi039 ceph-mon[25841]: Reconfiguring daemon mon.smithi161 on smithi161 2024-09-16T08:19:51.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:51 smithi161 ceph-mon[34039]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:51.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:51 smithi161 ceph-mon[34039]: Reconfiguring mon.smithi161 (monmap changed)... 2024-09-16T08:19:51.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:51 smithi161 ceph-mon[34039]: Reconfiguring daemon mon.smithi161 on smithi161 2024-09-16T08:19:52.042 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:19:52.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:52 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:52.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:52 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:52.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:52 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-16T08:19:52.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:52 smithi039 ceph-mon[25841]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T08:19:52.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:52 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi039.front.sepia.ceph.com:9093"} : dispatch 2024-09-16T08:19:52.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:52 smithi039 ceph-mon[25841]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi039.front.sepia.ceph.com:9093"}]: dispatch 2024-09-16T08:19:52.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:52 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:52.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:52 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-16T08:19:52.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:52 smithi039 ceph-mon[25841]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T08:19:52.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:52 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi039.front.sepia.ceph.com:3000"} : dispatch 2024-09-16T08:19:52.532 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:52 smithi039 ceph-mon[25841]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi039.front.sepia.ceph.com:3000"}]: dispatch 2024-09-16T08:19:52.532 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:52 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:52.532 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:52 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-16T08:19:52.532 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:52 smithi039 ceph-mon[25841]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T08:19:52.532 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:52 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi039.front.sepia.ceph.com:9095"} : dispatch 2024-09-16T08:19:52.532 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:52 smithi039 ceph-mon[25841]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi039.front.sepia.ceph.com:9095"}]: dispatch 2024-09-16T08:19:52.532 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:52 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:52.532 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:52 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:19:52.532 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:52 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:19:52.532 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:52 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:19:52.532 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:52 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/2033329359' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:19:52.565 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:52 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:52.565 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:52 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:52.565 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:52 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-16T08:19:52.565 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:52 smithi161 ceph-mon[34039]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T08:19:52.566 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:52 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi039.front.sepia.ceph.com:9093"} : dispatch 2024-09-16T08:19:52.566 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:52 smithi161 ceph-mon[34039]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi039.front.sepia.ceph.com:9093"}]: dispatch 2024-09-16T08:19:52.566 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:52 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:52.566 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:52 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-16T08:19:52.566 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:52 smithi161 ceph-mon[34039]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T08:19:52.566 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:52 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi039.front.sepia.ceph.com:3000"} : dispatch 2024-09-16T08:19:52.566 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:52 smithi161 ceph-mon[34039]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi039.front.sepia.ceph.com:3000"}]: dispatch 2024-09-16T08:19:52.566 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:52 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:52.566 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:52 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-16T08:19:52.566 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:52 smithi161 ceph-mon[34039]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T08:19:52.566 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:52 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi039.front.sepia.ceph.com:9095"} : dispatch 2024-09-16T08:19:52.566 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:52 smithi161 ceph-mon[34039]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi039.front.sepia.ceph.com:9095"}]: dispatch 2024-09-16T08:19:52.567 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:52 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:52.567 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:52 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:19:52.567 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:52 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:19:52.567 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:52 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:19:52.567 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:52 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/2033329359' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:19:52.841 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-16T08:19:53.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:53 smithi039 ceph-mon[25841]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T08:19:53.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:53 smithi039 ceph-mon[25841]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:53.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:53 smithi039 ceph-mon[25841]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T08:19:53.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:53 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:19:53.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:53 smithi161 ceph-mon[34039]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T08:19:53.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:53 smithi161 ceph-mon[34039]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:53.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:53 smithi161 ceph-mon[34039]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T08:19:53.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:53 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T08:19:53.842 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:19:54.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:54 smithi039 ceph-mon[25841]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T08:19:54.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:54 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:54.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:54 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:54.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:54 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:54.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:54 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:54.544 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:19:54.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:54 smithi161 ceph-mon[34039]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T08:19:54.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:54 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:54.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:54 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:54.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:54 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:54.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:54 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:55.475 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:55 smithi039 ceph-mon[25841]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:55.608 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:19:55.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:55 smithi161 ceph-mon[34039]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:56.181 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-16T08:19:56.439 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:56 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/4293413931' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:19:56.623 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:56 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/4293413931' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:19:57.182 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:19:57.551 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:19:57.640 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:57 smithi161 ceph-mon[34039]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:57.661 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:57 smithi039 ceph-mon[25841]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:58.185 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:19:58.571 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:58 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:58.571 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:58 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:58.571 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:58 smithi161 ceph-mon[34039]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:58.571 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:58 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:58.571 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:58 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:58.571 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:58 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:58.571 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:58 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:19:58.572 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:58 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:58.572 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:58 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:19:58.572 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:58 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:19:58.572 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:58 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:58.572 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:58 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:19:58.572 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:58 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:58.572 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:19:58 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/3734868220' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:19:58.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:58 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:58.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:58 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:58.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:58 smithi039 ceph-mon[25841]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:19:58.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:58 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:58.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:58 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:58.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:58 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:58.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:58 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:19:58.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:58 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:19:58.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:58 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:19:58.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:58 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:19:58.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:58 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:58.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:58 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:19:58.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:58 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:19:58.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:19:58 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/3734868220' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:19:58.819 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-16T08:19:59.820 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:20:00.558 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:20:00.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:00 smithi161 ceph-mon[34039]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:00.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:00 smithi161 ceph-mon[34039]: overall HEALTH_OK 2024-09-16T08:20:00.946 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:00 smithi039 ceph-mon[25841]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:00.946 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:00 smithi039 ceph-mon[25841]: overall HEALTH_OK 2024-09-16T08:20:01.227 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:20:01.883 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:01 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/2440214517' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0a32de42-102a-4883-9f96-9bfaae358553"} : dispatch 2024-09-16T08:20:01.884 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:01 smithi161 ceph-mon[34039]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0a32de42-102a-4883-9f96-9bfaae358553"} : dispatch 2024-09-16T08:20:01.884 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:01 smithi161 ceph-mon[34039]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0a32de42-102a-4883-9f96-9bfaae358553"}]': finished 2024-09-16T08:20:01.884 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:01 smithi161 ceph-mon[34039]: osdmap e6: 1 total, 0 up, 1 in 2024-09-16T08:20:01.884 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:01 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:01.884 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:01 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/3795272413' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:01.884 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:01 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/2464412952' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "288f33a6-732b-48e3-bffb-1fc11c7b2940"} : dispatch 2024-09-16T08:20:01.884 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:01 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/2464412952' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "288f33a6-732b-48e3-bffb-1fc11c7b2940"}]': finished 2024-09-16T08:20:01.884 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:01 smithi161 ceph-mon[34039]: osdmap e7: 2 total, 0 up, 2 in 2024-09-16T08:20:01.884 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:01 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:01.884 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:01 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:01.960 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:01 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/2440214517' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0a32de42-102a-4883-9f96-9bfaae358553"} : dispatch 2024-09-16T08:20:01.960 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:01 smithi039 ceph-mon[25841]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "0a32de42-102a-4883-9f96-9bfaae358553"} : dispatch 2024-09-16T08:20:01.960 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:01 smithi039 ceph-mon[25841]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0a32de42-102a-4883-9f96-9bfaae358553"}]': finished 2024-09-16T08:20:01.960 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:01 smithi039 ceph-mon[25841]: osdmap e6: 1 total, 0 up, 1 in 2024-09-16T08:20:01.960 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:01 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:01.961 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:01 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/3795272413' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:01.961 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:01 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/2464412952' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "288f33a6-732b-48e3-bffb-1fc11c7b2940"} : dispatch 2024-09-16T08:20:01.961 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:01 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/2464412952' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "288f33a6-732b-48e3-bffb-1fc11c7b2940"}]': finished 2024-09-16T08:20:01.961 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:01 smithi039 ceph-mon[25841]: osdmap e7: 2 total, 0 up, 2 in 2024-09-16T08:20:01.961 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:01 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:01.961 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:01 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:01.987 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1726474800,"num_remapped_pgs":0} 2024-09-16T08:20:02.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:02 smithi039 ceph-mon[25841]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:02.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:02 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/2312695469' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:20:02.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:02 smithi161 ceph-mon[34039]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:02.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:02 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/2312695469' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:20:02.988 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:20:03.249 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:20:03.884 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:20:03.884 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:03 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/1062410445' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:20:03.884 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:03 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:20:03.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:03 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/1062410445' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:20:03.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:03 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:20:04.574 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1726474801,"num_remapped_pgs":0} 2024-09-16T08:20:04.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:04 smithi161 ceph-mon[34039]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:04.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:04 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/4180969371' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:05.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:04 smithi039 ceph-mon[25841]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:05.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:04 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/4180969371' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:05.575 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:20:05.855 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:20:06.525 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:20:06.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:06 smithi039 ceph-mon[25841]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:06.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:06 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/2710593427' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e21e5fb5-17b4-4c74-8054-21a0f4d98910"} : dispatch 2024-09-16T08:20:06.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:06 smithi039 ceph-mon[25841]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e21e5fb5-17b4-4c74-8054-21a0f4d98910"} : dispatch 2024-09-16T08:20:06.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:06 smithi039 ceph-mon[25841]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e21e5fb5-17b4-4c74-8054-21a0f4d98910"}]': finished 2024-09-16T08:20:06.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:06 smithi039 ceph-mon[25841]: osdmap e8: 3 total, 0 up, 3 in 2024-09-16T08:20:06.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:06 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:06.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:06 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:06.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:06 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:06.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:06 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/1764699951' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "75413493-2457-4250-9e70-6aec659a42f0"} : dispatch 2024-09-16T08:20:06.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:06 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/1764699951' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "75413493-2457-4250-9e70-6aec659a42f0"}]': finished 2024-09-16T08:20:06.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:06 smithi039 ceph-mon[25841]: osdmap e9: 4 total, 0 up, 4 in 2024-09-16T08:20:06.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:06 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:06.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:06 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:06.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:06 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:06.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:06 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:06.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:06 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/2417118929' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:06.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:06 smithi161 ceph-mon[34039]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:06.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:06 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/2710593427' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e21e5fb5-17b4-4c74-8054-21a0f4d98910"} : dispatch 2024-09-16T08:20:06.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:06 smithi161 ceph-mon[34039]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e21e5fb5-17b4-4c74-8054-21a0f4d98910"} : dispatch 2024-09-16T08:20:06.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:06 smithi161 ceph-mon[34039]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e21e5fb5-17b4-4c74-8054-21a0f4d98910"}]': finished 2024-09-16T08:20:06.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:06 smithi161 ceph-mon[34039]: osdmap e8: 3 total, 0 up, 3 in 2024-09-16T08:20:06.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:06 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:06.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:06 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:06.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:06 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:06.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:06 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/1764699951' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "75413493-2457-4250-9e70-6aec659a42f0"} : dispatch 2024-09-16T08:20:06.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:06 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/1764699951' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "75413493-2457-4250-9e70-6aec659a42f0"}]': finished 2024-09-16T08:20:06.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:06 smithi161 ceph-mon[34039]: osdmap e9: 4 total, 0 up, 4 in 2024-09-16T08:20:06.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:06 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:06.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:06 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:06.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:06 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:06.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:06 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:06.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:06 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/2417118929' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:07.260 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1726474805,"num_remapped_pgs":0} 2024-09-16T08:20:07.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:07 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/2033917324' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:20:07.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:07 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/4190845749' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:20:07.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:07 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/2033917324' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:20:07.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:07 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/4190845749' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:20:08.261 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:20:08.523 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:20:08.904 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:08 smithi161 ceph-mon[34039]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:08.952 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:08 smithi039 ceph-mon[25841]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:09.240 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:20:09.875 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:09 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/3759182062' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:09.905 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1726474805,"num_remapped_pgs":0} 2024-09-16T08:20:09.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:09 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/3759182062' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:10.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:10 smithi039 ceph-mon[25841]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:10.901 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:10 smithi161 ceph-mon[34039]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:10.907 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:20:11.174 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:20:11.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:11 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/3797366287' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e0b1af70-2249-41a0-afd3-f5cc53536841"} : dispatch 2024-09-16T08:20:11.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:11 smithi039 ceph-mon[25841]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e0b1af70-2249-41a0-afd3-f5cc53536841"} : dispatch 2024-09-16T08:20:11.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:11 smithi039 ceph-mon[25841]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e0b1af70-2249-41a0-afd3-f5cc53536841"}]': finished 2024-09-16T08:20:11.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:11 smithi039 ceph-mon[25841]: osdmap e10: 5 total, 0 up, 5 in 2024-09-16T08:20:11.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:11 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:11.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:11 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:11.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:11 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:11.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:11 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:11.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:11 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:11.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:11 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/1864343323' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8a27c895-8abf-4349-9716-ddca7564b29e"} : dispatch 2024-09-16T08:20:11.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:11 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/1864343323' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a27c895-8abf-4349-9716-ddca7564b29e"}]': finished 2024-09-16T08:20:11.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:11 smithi039 ceph-mon[25841]: osdmap e11: 6 total, 0 up, 6 in 2024-09-16T08:20:11.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:11 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:11.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:11 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:11.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:11 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:11.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:11 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:11.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:11 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:11.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:11 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:11.956 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:20:11.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:11 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/3797366287' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e0b1af70-2249-41a0-afd3-f5cc53536841"} : dispatch 2024-09-16T08:20:11.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:11 smithi161 ceph-mon[34039]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "e0b1af70-2249-41a0-afd3-f5cc53536841"} : dispatch 2024-09-16T08:20:11.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:11 smithi161 ceph-mon[34039]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e0b1af70-2249-41a0-afd3-f5cc53536841"}]': finished 2024-09-16T08:20:11.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:11 smithi161 ceph-mon[34039]: osdmap e10: 5 total, 0 up, 5 in 2024-09-16T08:20:11.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:11 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:11.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:11 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:11.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:11 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:11.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:11 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:11.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:11 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:11.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:11 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/1864343323' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8a27c895-8abf-4349-9716-ddca7564b29e"} : dispatch 2024-09-16T08:20:11.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:11 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/1864343323' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a27c895-8abf-4349-9716-ddca7564b29e"}]': finished 2024-09-16T08:20:11.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:11 smithi161 ceph-mon[34039]: osdmap e11: 6 total, 0 up, 6 in 2024-09-16T08:20:11.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:11 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:11.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:11 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:11.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:11 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:11.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:11 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:11.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:11 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:11.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:11 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:12.670 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1726474811,"num_remapped_pgs":0} 2024-09-16T08:20:12.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:12 smithi161 ceph-mon[34039]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:12.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:12 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/380711359' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:12.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:12 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/3828072946' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:20:13.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:12 smithi039 ceph-mon[25841]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:13.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:12 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/380711359' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:13.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:12 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/3828072946' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:20:13.671 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:20:13.935 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:20:13.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:13 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/2566407557' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:20:14.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:13 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/2566407557' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:20:14.614 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:20:14.931 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:14 smithi039 ceph-mon[25841]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:14.932 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:14 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/2101135948' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:14.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:14 smithi161 ceph-mon[34039]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:14.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:14 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/2101135948' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:15.260 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1726474811,"num_remapped_pgs":0} 2024-09-16T08:20:16.261 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:20:16.547 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:20:16.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:16 smithi161 ceph-mon[34039]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:16.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:16 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/1118523815' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "332fc764-5b90-46ec-b701-bfefb60001cb"} : dispatch 2024-09-16T08:20:16.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:16 smithi161 ceph-mon[34039]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "332fc764-5b90-46ec-b701-bfefb60001cb"} : dispatch 2024-09-16T08:20:16.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:16 smithi161 ceph-mon[34039]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "332fc764-5b90-46ec-b701-bfefb60001cb"}]': finished 2024-09-16T08:20:16.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:16 smithi161 ceph-mon[34039]: osdmap e12: 7 total, 0 up, 7 in 2024-09-16T08:20:16.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:16 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:16.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:16 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:16.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:16 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:16.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:16 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:16.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:16 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:16.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:16 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:16.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:16 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:16.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:16 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/3937096701' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c0789768-7011-4289-bfa5-7fbcdaaee295"} : dispatch 2024-09-16T08:20:16.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:16 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/3937096701' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c0789768-7011-4289-bfa5-7fbcdaaee295"}]': finished 2024-09-16T08:20:16.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:16 smithi161 ceph-mon[34039]: osdmap e13: 8 total, 0 up, 8 in 2024-09-16T08:20:16.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:16 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:16.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:16 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:16.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:16 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:16.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:16 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:16.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:16 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:16.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:16 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:16.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:16 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:16.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:16 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:16.975 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:16 smithi039 ceph-mon[25841]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:16.975 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:16 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/1118523815' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "332fc764-5b90-46ec-b701-bfefb60001cb"} : dispatch 2024-09-16T08:20:16.975 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:16 smithi039 ceph-mon[25841]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "332fc764-5b90-46ec-b701-bfefb60001cb"} : dispatch 2024-09-16T08:20:16.975 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:16 smithi039 ceph-mon[25841]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "332fc764-5b90-46ec-b701-bfefb60001cb"}]': finished 2024-09-16T08:20:16.975 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:16 smithi039 ceph-mon[25841]: osdmap e12: 7 total, 0 up, 7 in 2024-09-16T08:20:16.975 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:16 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:16.975 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:16 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:16.975 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:16 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:16.975 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:16 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:16.975 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:16 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:16.976 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:16 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:16.976 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:16 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:16.976 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:16 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/3937096701' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c0789768-7011-4289-bfa5-7fbcdaaee295"} : dispatch 2024-09-16T08:20:16.976 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:16 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/3937096701' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c0789768-7011-4289-bfa5-7fbcdaaee295"}]': finished 2024-09-16T08:20:16.976 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:16 smithi039 ceph-mon[25841]: osdmap e13: 8 total, 0 up, 8 in 2024-09-16T08:20:16.976 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:16 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:16.976 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:16 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:16.976 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:16 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:16.976 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:16 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:16.976 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:16 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:16.976 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:16 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:16.976 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:16 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:16.977 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:16 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:17.290 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:20:17.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:17 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/477477072' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:20:17.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:17 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/3661307952' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:18.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:17 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/477477072' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:20:18.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:17 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/3661307952' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:18.119 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726474816,"num_remapped_pgs":0} 2024-09-16T08:20:18.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:18 smithi161 ceph-mon[34039]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:18.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:18 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:20:18.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:18 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/4230411889' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:20:19.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:18 smithi039 ceph-mon[25841]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:19.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:18 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:20:19.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:18 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/4230411889' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T08:20:19.120 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:20:19.390 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:20:20.037 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:20:20.677 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726474816,"num_remapped_pgs":0} 2024-09-16T08:20:20.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:20 smithi161 ceph-mon[34039]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:20.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:20 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/3936855502' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:21.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:20 smithi039 ceph-mon[25841]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:21.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:20 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/3936855502' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:21.678 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:20:22.127 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:20:22.819 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:20:22.894 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:22 smithi161 ceph-mon[34039]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:22.953 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:22 smithi039 ceph-mon[25841]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:23.491 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726474816,"num_remapped_pgs":0} 2024-09-16T08:20:23.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:23 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/2694170594' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:23.808 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:23 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/2694170594' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:24.492 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:20:24.865 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:24 smithi161 ceph-mon[34039]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:24.865 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:24 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-16T08:20:24.865 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:24 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:20:24.865 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:24 smithi161 ceph-mon[34039]: Deploying daemon osd.0 on smithi161 2024-09-16T08:20:24.885 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:20:25.014 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:24 smithi039 ceph-mon[25841]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:25.014 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:24 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-16T08:20:25.014 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:24 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:20:25.014 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:24 smithi039 ceph-mon[25841]: Deploying daemon osd.0 on smithi161 2024-09-16T08:20:26.207 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:20:26.745 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:26 smithi039 ceph-mon[25841]: pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:26.745 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:26 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-16T08:20:26.745 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:26 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:20:26.745 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:26 smithi039 ceph-mon[25841]: Deploying daemon osd.1 on smithi039 2024-09-16T08:20:26.745 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:26 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/901618687' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:26.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:26 smithi161 ceph-mon[34039]: pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:26.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:26 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-16T08:20:26.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:26 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:20:26.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:26 smithi161 ceph-mon[34039]: Deploying daemon osd.1 on smithi039 2024-09-16T08:20:26.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:26 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/901618687' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:27.320 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726474816,"num_remapped_pgs":0} 2024-09-16T08:20:28.321 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:20:28.968 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:28 smithi039 ceph-mon[25841]: pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:29.097 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:20:29.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:28 smithi161 ceph-mon[34039]: pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:30.053 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:20:30.747 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:30 smithi039 ceph-mon[25841]: pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:30.747 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:30 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/4097562193' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:31.091 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726474816,"num_remapped_pgs":0} 2024-09-16T08:20:31.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:30 smithi161 ceph-mon[34039]: pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:31.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:30 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/4097562193' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:32.092 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:20:32.353 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:20:32.792 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:32 smithi161 ceph-mon[34039]: pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:33.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:32 smithi039 ceph-mon[25841]: pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:33.065 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:20:33.702 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726474816,"num_remapped_pgs":0} 2024-09-16T08:20:34.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:20:34.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:33 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/2402602450' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:34.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:20:34.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:33 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/2402602450' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:34.704 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:20:34.967 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:20:35.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:34 smithi039 ceph-mon[25841]: pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:35.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:35.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:35.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-16T08:20:35.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:20:35.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:34 smithi039 ceph-mon[25841]: Deploying daemon osd.2 on smithi161 2024-09-16T08:20:35.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:34 smithi161 ceph-mon[34039]: pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:35.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:35.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:35.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-16T08:20:35.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:20:35.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:34 smithi161 ceph-mon[34039]: Deploying daemon osd.2 on smithi161 2024-09-16T08:20:35.591 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:20:36.088 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:35 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/1667202116' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:36.211 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:35 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/1667202116' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:36.738 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726474816,"num_remapped_pgs":0} 2024-09-16T08:20:37.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:36 smithi161 ceph-mon[34039]: pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:37.227 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:36 smithi039 ceph-mon[25841]: pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:37.740 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:20:38.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:38 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:38.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:38 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:38.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:38 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-16T08:20:38.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:38 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:20:38.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:38 smithi039 ceph-mon[25841]: Deploying daemon osd.3 on smithi039 2024-09-16T08:20:38.696 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:20:38.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:38 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:38.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:38 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:38.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:38 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "osd.3"} : dispatch 2024-09-16T08:20:38.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:38 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:20:38.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:38 smithi161 ceph-mon[34039]: Deploying daemon osd.3 on smithi039 2024-09-16T08:20:39.431 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:20:39.432 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:39 smithi039 ceph-mon[25841]: pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:39.432 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:39 smithi039 ceph-mon[25841]: from='osd.0 [v2:172.21.15.161:6800/287202391,v1:172.21.15.161:6801/287202391]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-16T08:20:39.432 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:39 smithi039 ceph-mon[25841]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-16T08:20:39.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:39 smithi161 ceph-mon[34039]: pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:39.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:39 smithi161 ceph-mon[34039]: from='osd.0 [v2:172.21.15.161:6800/287202391,v1:172.21.15.161:6801/287202391]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-16T08:20:39.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:39 smithi161 ceph-mon[34039]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-16T08:20:40.058 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726474816,"num_remapped_pgs":0} 2024-09-16T08:20:40.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:40 smithi161 ceph-mon[34039]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T08:20:40.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:40 smithi161 ceph-mon[34039]: from='osd.0 [v2:172.21.15.161:6800/287202391,v1:172.21.15.161:6801/287202391]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi161", "root=default"]} : dispatch 2024-09-16T08:20:40.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:40 smithi161 ceph-mon[34039]: osdmap e14: 8 total, 0 up, 8 in 2024-09-16T08:20:40.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:40 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:40.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:40 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:40.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:40 smithi161 ceph-mon[34039]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi161", "root=default"]} : dispatch 2024-09-16T08:20:40.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:40 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:40.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:40 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:40.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:40 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:40.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:40 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:40.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:40 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:40.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:40 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:40.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:40 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/1320343836' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:40.732 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:40 smithi039 ceph-mon[25841]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T08:20:40.732 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:40 smithi039 ceph-mon[25841]: from='osd.0 [v2:172.21.15.161:6800/287202391,v1:172.21.15.161:6801/287202391]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi161", "root=default"]} : dispatch 2024-09-16T08:20:40.732 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:40 smithi039 ceph-mon[25841]: osdmap e14: 8 total, 0 up, 8 in 2024-09-16T08:20:40.732 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:40 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:40.732 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:40 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:40.732 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:40 smithi039 ceph-mon[25841]: from='osd.0 ' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi161", "root=default"]} : dispatch 2024-09-16T08:20:40.732 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:40 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:40.733 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:40 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:40.733 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:40 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:40.733 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:40 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:40.733 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:40 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:40.733 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:40 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:40.733 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:40 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/1320343836' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:41.060 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:20:41.340 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:41 smithi039 ceph-mon[25841]: pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:41.340 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:41 smithi039 ceph-mon[25841]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-09-16T08:20:41.341 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:41 smithi039 ceph-mon[25841]: osdmap e15: 8 total, 0 up, 8 in 2024-09-16T08:20:41.341 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:41 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:41.341 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:41 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:41.341 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:41 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:41.341 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:41 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:41.341 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:41 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:41.341 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:41 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:41.341 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:41 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:41.341 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:41 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:41.341 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:41 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:41.342 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:41 smithi039 ceph-mon[25841]: from='osd.0 ' entity='osd.0' 2024-09-16T08:20:41.345 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:20:41.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:41 smithi161 ceph-mon[34039]: pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:41.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:41 smithi161 ceph-mon[34039]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-09-16T08:20:41.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:41 smithi161 ceph-mon[34039]: osdmap e15: 8 total, 0 up, 8 in 2024-09-16T08:20:41.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:41 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:41.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:41 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:41.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:41 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:41.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:41 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:41.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:41 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:41.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:41 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:41.723 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:41 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:41.723 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:41 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:41.723 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:41 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:41.723 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:41 smithi161 ceph-mon[34039]: from='osd.0 ' entity='osd.0' 2024-09-16T08:20:41.995 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:20:42.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:42 smithi161 ceph-mon[34039]: purged_snaps scrub starts 2024-09-16T08:20:42.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:42 smithi161 ceph-mon[34039]: purged_snaps scrub ok 2024-09-16T08:20:42.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:42 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:42.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:42 smithi161 ceph-mon[34039]: osd.0 [v2:172.21.15.161:6800/287202391,v1:172.21.15.161:6801/287202391] boot 2024-09-16T08:20:42.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:42 smithi161 ceph-mon[34039]: osdmap e16: 8 total, 1 up, 8 in 2024-09-16T08:20:42.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:42 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:42.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:42 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:42.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:42 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:42.586 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:42 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:42.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:42 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:42.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:42 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:42.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:42 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:42.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:42 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:42.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:42 smithi161 ceph-mon[34039]: from='osd.1 [v2:172.21.15.39:6802/1093845647,v1:172.21.15.39:6803/1093845647]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T08:20:42.587 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:42 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/2981273575' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:42.693 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:42 smithi039 ceph-mon[25841]: purged_snaps scrub starts 2024-09-16T08:20:42.694 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:42 smithi039 ceph-mon[25841]: purged_snaps scrub ok 2024-09-16T08:20:42.694 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:42 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:42.694 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:42 smithi039 ceph-mon[25841]: osd.0 [v2:172.21.15.161:6800/287202391,v1:172.21.15.161:6801/287202391] boot 2024-09-16T08:20:42.694 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:42 smithi039 ceph-mon[25841]: osdmap e16: 8 total, 1 up, 8 in 2024-09-16T08:20:42.694 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:42 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T08:20:42.694 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:42 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:42.694 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:42 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:42.694 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:42 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:42.694 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:42 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:42.694 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:42 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:42.694 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:42 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:42.695 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:42 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:42.695 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:42 smithi039 ceph-mon[25841]: from='osd.1 [v2:172.21.15.39:6802/1093845647,v1:172.21.15.39:6803/1093845647]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T08:20:42.695 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:42 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/2981273575' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:42.725 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":16,"num_osds":8,"num_up_osds":1,"osd_up_since":1726474841,"num_in_osds":8,"osd_in_since":1726474816,"num_remapped_pgs":0} 2024-09-16T08:20:43.638 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:43 smithi161 ceph-mon[34039]: pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:43.639 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:43 smithi161 ceph-mon[34039]: from='osd.1 [v2:172.21.15.39:6802/1093845647,v1:172.21.15.39:6803/1093845647]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T08:20:43.639 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:43 smithi161 ceph-mon[34039]: osdmap e17: 8 total, 1 up, 8 in 2024-09-16T08:20:43.639 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:43 smithi161 ceph-mon[34039]: from='osd.1 [v2:172.21.15.39:6802/1093845647,v1:172.21.15.39:6803/1093845647]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi039", "root=default"]} : dispatch 2024-09-16T08:20:43.639 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:43 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:43.639 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:43 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:43.639 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:43 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:43.639 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:43 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:43.639 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:43 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:43.639 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:43 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:43.639 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:43 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:43.726 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:20:43.751 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:43 smithi039 ceph-mon[25841]: pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T08:20:43.751 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:43 smithi039 ceph-mon[25841]: from='osd.1 [v2:172.21.15.39:6802/1093845647,v1:172.21.15.39:6803/1093845647]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T08:20:43.751 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:43 smithi039 ceph-mon[25841]: osdmap e17: 8 total, 1 up, 8 in 2024-09-16T08:20:43.751 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:43 smithi039 ceph-mon[25841]: from='osd.1 [v2:172.21.15.39:6802/1093845647,v1:172.21.15.39:6803/1093845647]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi039", "root=default"]} : dispatch 2024-09-16T08:20:43.751 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:43 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:43.751 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:43 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:43.751 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:43 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:43.752 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:43 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:43.752 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:43 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:43.752 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:43 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:43.752 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:43 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:43.988 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:20:44.713 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:20:45.010 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:44 smithi039 ceph-mon[25841]: pgmap v63: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:20:45.010 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:44 smithi039 ceph-mon[25841]: from='osd.1 [v2:172.21.15.39:6802/1093845647,v1:172.21.15.39:6803/1093845647]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi039", "root=default"]}]': finished 2024-09-16T08:20:45.010 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:44 smithi039 ceph-mon[25841]: osdmap e18: 8 total, 1 up, 8 in 2024-09-16T08:20:45.010 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:44 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:45.010 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:44 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:45.010 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:44 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:45.010 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:44 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:45.010 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:44 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:45.010 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:44 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:45.010 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:44 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:45.011 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:44 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:45.011 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:44 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:45.011 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:44 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:45.011 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:44 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-16T08:20:45.011 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:44 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:20:45.011 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:44 smithi039 ceph-mon[25841]: Deploying daemon osd.4 on smithi161 2024-09-16T08:20:45.011 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:44 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/3263229872' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:45.160 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:44 smithi161 ceph-mon[34039]: pgmap v63: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:20:45.160 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:44 smithi161 ceph-mon[34039]: from='osd.1 [v2:172.21.15.39:6802/1093845647,v1:172.21.15.39:6803/1093845647]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi039", "root=default"]}]': finished 2024-09-16T08:20:45.161 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:44 smithi161 ceph-mon[34039]: osdmap e18: 8 total, 1 up, 8 in 2024-09-16T08:20:45.161 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:44 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:45.161 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:44 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:45.161 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:44 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:45.161 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:44 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:45.161 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:44 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:45.161 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:44 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:45.161 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:44 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:45.161 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:44 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:45.161 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:44 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:45.161 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:44 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:45.161 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:44 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "osd.4"} : dispatch 2024-09-16T08:20:45.161 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:44 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:20:45.162 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:44 smithi161 ceph-mon[34039]: Deploying daemon osd.4 on smithi161 2024-09-16T08:20:45.162 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:44 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/3263229872' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:45.321 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":18,"num_osds":8,"num_up_osds":1,"osd_up_since":1726474841,"num_in_osds":8,"osd_in_since":1726474816,"num_remapped_pgs":0} 2024-09-16T08:20:45.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:45 smithi161 ceph-mon[34039]: purged_snaps scrub starts 2024-09-16T08:20:45.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:45 smithi161 ceph-mon[34039]: purged_snaps scrub ok 2024-09-16T08:20:45.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:45 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:45.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:45 smithi161 ceph-mon[34039]: osd.1 [v2:172.21.15.39:6802/1093845647,v1:172.21.15.39:6803/1093845647] boot 2024-09-16T08:20:45.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:45 smithi161 ceph-mon[34039]: osdmap e19: 8 total, 2 up, 8 in 2024-09-16T08:20:45.974 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:45 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:45.974 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:45 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:45.974 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:45 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:45.974 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:45 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:45.974 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:45 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:45.974 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:45 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:45.974 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:45 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:46.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:45 smithi039 ceph-mon[25841]: purged_snaps scrub starts 2024-09-16T08:20:46.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:45 smithi039 ceph-mon[25841]: purged_snaps scrub ok 2024-09-16T08:20:46.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:45 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:46.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:45 smithi039 ceph-mon[25841]: osd.1 [v2:172.21.15.39:6802/1093845647,v1:172.21.15.39:6803/1093845647] boot 2024-09-16T08:20:46.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:45 smithi039 ceph-mon[25841]: osdmap e19: 8 total, 2 up, 8 in 2024-09-16T08:20:46.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:45 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T08:20:46.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:45 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:46.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:45 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:46.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:45 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:46.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:45 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:46.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:45 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:46.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:45 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:46.322 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:20:46.583 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:20:46.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:46 smithi161 ceph-mon[34039]: pgmap v66: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:20:46.996 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:46 smithi039 ceph-mon[25841]: pgmap v66: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-09-16T08:20:47.185 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:20:47.870 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":20,"num_osds":8,"num_up_osds":2,"osd_up_since":1726474844,"num_in_osds":8,"osd_in_since":1726474816,"num_remapped_pgs":0} 2024-09-16T08:20:48.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:47 smithi161 ceph-mon[34039]: osdmap e20: 8 total, 2 up, 8 in 2024-09-16T08:20:48.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:47 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:48.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:47 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:48.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:47 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:48.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:47 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:48.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:47 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:48.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:47 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:48.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:47 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/1748431556' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:48.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:47 smithi039 ceph-mon[25841]: osdmap e20: 8 total, 2 up, 8 in 2024-09-16T08:20:48.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:47 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:48.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:47 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:48.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:47 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:48.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:47 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:48.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:47 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:48.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:47 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:48.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:47 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/1748431556' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:48.872 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:20:49.079 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:48 smithi039 ceph-mon[25841]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:20:49.079 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:48 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:20:49.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:48 smithi161 ceph-mon[34039]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:20:49.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:48 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:20:49.271 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:20:49.896 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:49 smithi039 ceph-mon[25841]: from='osd.2 [v2:172.21.15.161:6808/165606759,v1:172.21.15.161:6809/165606759]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T08:20:49.896 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:49 smithi039 ceph-mon[25841]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T08:20:49.896 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:49 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:49.896 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:49 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:49.896 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:49 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-16T08:20:49.896 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:49 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:20:49.896 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:49 smithi039 ceph-mon[25841]: Deploying daemon osd.5 on smithi039 2024-09-16T08:20:49.936 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:20:50.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:49 smithi161 ceph-mon[34039]: from='osd.2 [v2:172.21.15.161:6808/165606759,v1:172.21.15.161:6809/165606759]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T08:20:50.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:49 smithi161 ceph-mon[34039]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T08:20:50.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:49 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:50.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:49 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:50.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:49 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "osd.5"} : dispatch 2024-09-16T08:20:50.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:49 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:20:50.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:49 smithi161 ceph-mon[34039]: Deploying daemon osd.5 on smithi039 2024-09-16T08:20:51.011 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:50 smithi039 ceph-mon[25841]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:20:51.012 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:50 smithi039 ceph-mon[25841]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T08:20:51.012 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:50 smithi039 ceph-mon[25841]: from='osd.2 [v2:172.21.15.161:6808/165606759,v1:172.21.15.161:6809/165606759]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]} : dispatch 2024-09-16T08:20:51.012 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:50 smithi039 ceph-mon[25841]: osdmap e21: 8 total, 2 up, 8 in 2024-09-16T08:20:51.012 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:50 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:51.012 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:50 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:51.012 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:50 smithi039 ceph-mon[25841]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]} : dispatch 2024-09-16T08:20:51.012 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:50 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:51.012 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:50 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:51.012 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:50 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:51.012 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:50 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:51.012 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:50 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/4209320036' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:51.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:50 smithi161 ceph-mon[34039]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:20:51.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:50 smithi161 ceph-mon[34039]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T08:20:51.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:50 smithi161 ceph-mon[34039]: from='osd.2 [v2:172.21.15.161:6808/165606759,v1:172.21.15.161:6809/165606759]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]} : dispatch 2024-09-16T08:20:51.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:50 smithi161 ceph-mon[34039]: osdmap e21: 8 total, 2 up, 8 in 2024-09-16T08:20:51.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:50 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:51.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:50 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:51.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:50 smithi161 ceph-mon[34039]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]} : dispatch 2024-09-16T08:20:51.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:50 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:51.223 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:50 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:51.223 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:50 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:51.223 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:50 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:51.223 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:50 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/4209320036' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:51.460 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":21,"num_osds":8,"num_up_osds":2,"osd_up_since":1726474844,"num_in_osds":8,"osd_in_since":1726474816,"num_remapped_pgs":0} 2024-09-16T08:20:51.958 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:51 smithi039 ceph-mon[25841]: purged_snaps scrub starts 2024-09-16T08:20:51.958 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:51 smithi039 ceph-mon[25841]: purged_snaps scrub ok 2024-09-16T08:20:51.958 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:51 smithi039 ceph-mon[25841]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-09-16T08:20:51.958 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:51 smithi039 ceph-mon[25841]: osdmap e22: 8 total, 2 up, 8 in 2024-09-16T08:20:51.958 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:51 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:51.958 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:51 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:51.958 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:51 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:51.958 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:51 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:51.958 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:51 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:51.958 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:51 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:51.959 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:51 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:52.084 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:51 smithi161 ceph-mon[34039]: purged_snaps scrub starts 2024-09-16T08:20:52.084 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:51 smithi161 ceph-mon[34039]: purged_snaps scrub ok 2024-09-16T08:20:52.084 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:51 smithi161 ceph-mon[34039]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-09-16T08:20:52.084 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:51 smithi161 ceph-mon[34039]: osdmap e22: 8 total, 2 up, 8 in 2024-09-16T08:20:52.084 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:51 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:52.084 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:51 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:52.084 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:51 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:52.084 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:51 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:52.085 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:51 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:52.085 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:51 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:52.085 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:51 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:52.461 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:20:52.755 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:20:52.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:52 smithi161 ceph-mon[34039]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:20:52.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:52 smithi161 ceph-mon[34039]: osd.2 [v2:172.21.15.161:6808/165606759,v1:172.21.15.161:6809/165606759] boot 2024-09-16T08:20:52.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:52 smithi161 ceph-mon[34039]: osdmap e23: 8 total, 3 up, 8 in 2024-09-16T08:20:52.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:52 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:52.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:52 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:52.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:52 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:52.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:52 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:52.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:52 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:52.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:52 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:52.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:52 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-16T08:20:53.136 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:52 smithi039 ceph-mon[25841]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T08:20:53.137 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:52 smithi039 ceph-mon[25841]: osd.2 [v2:172.21.15.161:6808/165606759,v1:172.21.15.161:6809/165606759] boot 2024-09-16T08:20:53.137 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:52 smithi039 ceph-mon[25841]: osdmap e23: 8 total, 3 up, 8 in 2024-09-16T08:20:53.137 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:52 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T08:20:53.137 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:52 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:53.137 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:52 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:53.137 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:52 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:53.137 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:52 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:53.137 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:52 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:53.137 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:52 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-16T08:20:53.584 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:20:54.114 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:53 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-16T08:20:54.114 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:53 smithi039 ceph-mon[25841]: osdmap e24: 8 total, 3 up, 8 in 2024-09-16T08:20:54.115 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:53 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:54.115 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:53 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:54.115 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:53 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:54.115 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:53 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:54.115 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:53 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:54.115 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:53 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-16T08:20:54.115 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:53 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/2470689963' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:54.115 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:53 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:54.115 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:53 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:54.115 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:53 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-16T08:20:54.115 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:53 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:20:54.116 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 sudo[56400]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-16T08:20:54.128 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:53 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-16T08:20:54.128 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:53 smithi161 ceph-mon[34039]: osdmap e24: 8 total, 3 up, 8 in 2024-09-16T08:20:54.128 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:53 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:54.128 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:53 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:54.128 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:53 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:54.129 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:53 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:54.129 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:53 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:54.129 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:53 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-16T08:20:54.129 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:53 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/2470689963' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:54.129 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:53 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:54.129 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:53 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:54.129 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:53 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "osd.6"} : dispatch 2024-09-16T08:20:54.129 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:53 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:20:54.279 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":24,"num_osds":8,"num_up_osds":3,"osd_up_since":1726474851,"num_in_osds":8,"osd_in_since":1726474816,"num_remapped_pgs":0} 2024-09-16T08:20:54.393 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 sudo[56400]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T08:20:54.394 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 sudo[56400]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T08:20:54.394 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 sudo[56400]: pam_unix(sudo:session): session closed for user root 2024-09-16T08:20:54.394 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 sudo[56403]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-16T08:20:54.394 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 sudo[56403]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T08:20:54.394 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 sudo[56403]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T08:20:54.394 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 sudo[56403]: pam_unix(sudo:session): session closed for user root 2024-09-16T08:20:54.413 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 sudo[43475]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-16T08:20:54.414 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 sudo[43475]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T08:20:54.414 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 sudo[43475]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T08:20:54.414 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 sudo[43475]: pam_unix(sudo:session): session closed for user root 2024-09-16T08:20:54.414 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 sudo[43478]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-16T08:20:54.414 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 sudo[43478]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-16T08:20:54.414 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 sudo[43478]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-16T08:20:54.414 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 sudo[43478]: pam_unix(sudo:session): session closed for user root 2024-09-16T08:20:55.108 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 ceph-mon[34039]: pgmap v75: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:20:55.108 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 ceph-mon[34039]: Deploying daemon osd.6 on smithi161 2024-09-16T08:20:55.108 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 ceph-mon[34039]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T08:20:55.108 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-16T08:20:55.108 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 ceph-mon[34039]: osdmap e25: 8 total, 3 up, 8 in 2024-09-16T08:20:55.108 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:55.108 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:55.109 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:55.109 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:55.109 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:55.109 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:55.109 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:55.109 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:55.109 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 ceph-mon[34039]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:20:55.109 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 ceph-mon[34039]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:20:55.109 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi039"} : dispatch 2024-09-16T08:20:55.109 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi161"} : dispatch 2024-09-16T08:20:55.109 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:55.109 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 ceph-mon[34039]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:20:55.110 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi039"} : dispatch 2024-09-16T08:20:55.110 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi161"} : dispatch 2024-09-16T08:20:55.110 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 ceph-mon[34039]: from='osd.3 [v2:172.21.15.39:6810/1957906218,v1:172.21.15.39:6811/1957906218]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-16T08:20:55.110 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 ceph-mon[34039]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:20:55.110 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:54 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:55.280 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:20:55.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 ceph-mon[25841]: pgmap v75: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:20:55.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 ceph-mon[25841]: Deploying daemon osd.6 on smithi161 2024-09-16T08:20:55.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 ceph-mon[25841]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T08:20:55.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-16T08:20:55.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 ceph-mon[25841]: osdmap e25: 8 total, 3 up, 8 in 2024-09-16T08:20:55.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:55.282 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:55.282 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:55.282 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:55.282 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:55.282 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:55.282 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:55.282 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:55.282 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 ceph-mon[25841]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:20:55.282 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 ceph-mon[25841]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:20:55.282 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi039"} : dispatch 2024-09-16T08:20:55.282 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi161"} : dispatch 2024-09-16T08:20:55.282 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:55.282 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 ceph-mon[25841]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T08:20:55.283 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi039"} : dispatch 2024-09-16T08:20:55.283 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mon metadata", "id": "smithi161"} : dispatch 2024-09-16T08:20:55.283 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 ceph-mon[25841]: from='osd.3 [v2:172.21.15.39:6810/1957906218,v1:172.21.15.39:6811/1957906218]' entity='osd.3' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]} : dispatch 2024-09-16T08:20:55.283 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 ceph-mon[25841]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T08:20:55.283 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:54 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:20:55.545 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:20:55.956 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:55 smithi039 ceph-mon[25841]: from='osd.3 [v2:172.21.15.39:6810/1957906218,v1:172.21.15.39:6811/1957906218]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-16T08:20:55.956 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:55 smithi039 ceph-mon[25841]: osdmap e26: 8 total, 3 up, 8 in 2024-09-16T08:20:55.956 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:55 smithi039 ceph-mon[25841]: from='osd.3 [v2:172.21.15.39:6810/1957906218,v1:172.21.15.39:6811/1957906218]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi039", "root=default"]} : dispatch 2024-09-16T08:20:55.956 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:55 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:55.957 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:55 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:55.957 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:55 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:55.957 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:55 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:55.957 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:55 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:55.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:55 smithi161 ceph-mon[34039]: from='osd.3 [v2:172.21.15.39:6810/1957906218,v1:172.21.15.39:6811/1957906218]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-16T08:20:55.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:55 smithi161 ceph-mon[34039]: osdmap e26: 8 total, 3 up, 8 in 2024-09-16T08:20:55.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:55 smithi161 ceph-mon[34039]: from='osd.3 [v2:172.21.15.39:6810/1957906218,v1:172.21.15.39:6811/1957906218]' entity='osd.3' cmd={"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi039", "root=default"]} : dispatch 2024-09-16T08:20:55.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:55 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:55.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:55 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:55.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:55 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:55.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:55 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:55.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:55 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:56.240 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:20:56.978 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":27,"num_osds":8,"num_up_osds":3,"osd_up_since":1726474851,"num_in_osds":8,"osd_in_since":1726474816,"num_remapped_pgs":0} 2024-09-16T08:20:57.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:56 smithi161 ceph-mon[34039]: pgmap v78: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:20:57.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:56 smithi161 ceph-mon[34039]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T08:20:57.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:56 smithi161 ceph-mon[34039]: Cluster is now healthy 2024-09-16T08:20:57.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:56 smithi161 ceph-mon[34039]: from='osd.3 [v2:172.21.15.39:6810/1957906218,v1:172.21.15.39:6811/1957906218]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi039", "root=default"]}]': finished 2024-09-16T08:20:57.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:56 smithi161 ceph-mon[34039]: osdmap e27: 8 total, 3 up, 8 in 2024-09-16T08:20:57.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:56 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:57.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:56 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:57.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:56 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:57.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:56 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:57.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:56 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:57.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:56 smithi161 ceph-mon[34039]: mgrmap e20: smithi039.tlkitu(active, since 2m), standbys: smithi161.vahkbs 2024-09-16T08:20:57.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:56 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:57.223 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:56 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/3684523448' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:57.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:56 smithi039 ceph-mon[25841]: pgmap v78: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:20:57.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:56 smithi039 ceph-mon[25841]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T08:20:57.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:56 smithi039 ceph-mon[25841]: Cluster is now healthy 2024-09-16T08:20:57.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:56 smithi039 ceph-mon[25841]: from='osd.3 [v2:172.21.15.39:6810/1957906218,v1:172.21.15.39:6811/1957906218]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi039", "root=default"]}]': finished 2024-09-16T08:20:57.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:56 smithi039 ceph-mon[25841]: osdmap e27: 8 total, 3 up, 8 in 2024-09-16T08:20:57.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:56 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:57.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:56 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:57.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:56 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:57.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:56 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:57.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:56 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:57.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:56 smithi039 ceph-mon[25841]: mgrmap e20: smithi039.tlkitu(active, since 2m), standbys: smithi161.vahkbs 2024-09-16T08:20:57.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:56 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:57.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:56 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/3684523448' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:20:57.980 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:20:58.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:57 smithi161 ceph-mon[34039]: purged_snaps scrub starts 2024-09-16T08:20:58.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:57 smithi161 ceph-mon[34039]: purged_snaps scrub ok 2024-09-16T08:20:58.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:57 smithi161 ceph-mon[34039]: osd.3 [v2:172.21.15.39:6810/1957906218,v1:172.21.15.39:6811/1957906218] boot 2024-09-16T08:20:58.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:57 smithi161 ceph-mon[34039]: osdmap e28: 8 total, 4 up, 8 in 2024-09-16T08:20:58.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:57 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:58.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:57 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:58.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:57 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:58.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:57 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:58.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:57 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:58.223 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:57 smithi161 ceph-mon[34039]: osdmap e29: 8 total, 4 up, 8 in 2024-09-16T08:20:58.223 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:57 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:58.223 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:57 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:58.223 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:57 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:58.223 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:57 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:58.257 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:20:58.278 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:57 smithi039 ceph-mon[25841]: purged_snaps scrub starts 2024-09-16T08:20:58.278 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:57 smithi039 ceph-mon[25841]: purged_snaps scrub ok 2024-09-16T08:20:58.278 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:57 smithi039 ceph-mon[25841]: osd.3 [v2:172.21.15.39:6810/1957906218,v1:172.21.15.39:6811/1957906218] boot 2024-09-16T08:20:58.278 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:57 smithi039 ceph-mon[25841]: osdmap e28: 8 total, 4 up, 8 in 2024-09-16T08:20:58.278 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:57 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 3} : dispatch 2024-09-16T08:20:58.278 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:57 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:58.278 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:57 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:58.279 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:57 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:58.279 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:57 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:58.279 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:57 smithi039 ceph-mon[25841]: osdmap e29: 8 total, 4 up, 8 in 2024-09-16T08:20:58.279 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:57 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:58.279 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:57 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:58.279 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:57 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:58.279 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:57 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:58.942 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:20:58.942 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:58 smithi039 ceph-mon[25841]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:20:58.943 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:58 smithi039 ceph-mon[25841]: from='osd.4 [v2:172.21.15.161:6816/57203528,v1:172.21.15.161:6817/57203528]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-16T08:20:58.943 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:58 smithi039 ceph-mon[25841]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-16T08:20:58.943 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:58 smithi039 ceph-mon[25841]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-16T08:20:58.943 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:58 smithi039 ceph-mon[25841]: from='osd.4 [v2:172.21.15.161:6816/57203528,v1:172.21.15.161:6817/57203528]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi161", "root=default"]} : dispatch 2024-09-16T08:20:58.943 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:58 smithi039 ceph-mon[25841]: osdmap e30: 8 total, 4 up, 8 in 2024-09-16T08:20:58.943 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:58 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:58.943 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:58 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:58.943 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:58 smithi039 ceph-mon[25841]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi161", "root=default"]} : dispatch 2024-09-16T08:20:58.943 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:58 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:58.943 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:20:58 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:59.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:58 smithi161 ceph-mon[34039]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T08:20:59.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:58 smithi161 ceph-mon[34039]: from='osd.4 [v2:172.21.15.161:6816/57203528,v1:172.21.15.161:6817/57203528]' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-16T08:20:59.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:58 smithi161 ceph-mon[34039]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]} : dispatch 2024-09-16T08:20:59.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:58 smithi161 ceph-mon[34039]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-16T08:20:59.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:58 smithi161 ceph-mon[34039]: from='osd.4 [v2:172.21.15.161:6816/57203528,v1:172.21.15.161:6817/57203528]' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi161", "root=default"]} : dispatch 2024-09-16T08:20:59.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:58 smithi161 ceph-mon[34039]: osdmap e30: 8 total, 4 up, 8 in 2024-09-16T08:20:59.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:58 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:20:59.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:58 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:20:59.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:58 smithi161 ceph-mon[34039]: from='osd.4 ' entity='osd.4' cmd={"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi161", "root=default"]} : dispatch 2024-09-16T08:20:59.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:58 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:20:59.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:20:58 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:20:59.633 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":30,"num_osds":8,"num_up_osds":4,"osd_up_since":1726474856,"num_in_osds":8,"osd_in_since":1726474816,"num_remapped_pgs":1} 2024-09-16T08:21:00.163 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:00 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/2145695518' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:21:00.163 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:00 smithi039 ceph-mon[25841]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-09-16T08:21:00.163 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:00 smithi039 ceph-mon[25841]: osdmap e31: 8 total, 4 up, 8 in 2024-09-16T08:21:00.163 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:00 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:21:00.163 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:00 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:21:00.163 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:00 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:21:00.163 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:00 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:00.328 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:00 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/2145695518' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:21:00.328 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:00 smithi161 ceph-mon[34039]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-09-16T08:21:00.328 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:00 smithi161 ceph-mon[34039]: osdmap e31: 8 total, 4 up, 8 in 2024-09-16T08:21:00.328 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:00 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:21:00.328 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:00 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:21:00.328 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:00 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:21:00.328 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:00 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:00.634 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:21:00.915 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:01.588 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:01 smithi039 ceph-mon[25841]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:21:01.588 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:01 smithi039 ceph-mon[25841]: from='osd.4 ' entity='osd.4' 2024-09-16T08:21:01.588 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:01 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:01.588 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:01 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:01.588 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:01 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-16T08:21:01.588 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:01 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:21:01.588 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:01 smithi039 ceph-mon[25841]: osd.4 [v2:172.21.15.161:6816/57203528,v1:172.21.15.161:6817/57203528] boot 2024-09-16T08:21:01.588 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:01 smithi039 ceph-mon[25841]: osdmap e32: 8 total, 5 up, 8 in 2024-09-16T08:21:01.588 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:01 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:21:01.588 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:01 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:21:01.589 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:01 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:21:01.589 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:01 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:01.620 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:21:01.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:01 smithi161 ceph-mon[34039]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 108 MiB used, 357 GiB / 358 GiB avail 2024-09-16T08:21:01.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:01 smithi161 ceph-mon[34039]: from='osd.4 ' entity='osd.4' 2024-09-16T08:21:01.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:01 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:01.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:01 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:01.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:01 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "osd.7"} : dispatch 2024-09-16T08:21:01.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:01 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:21:01.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:01 smithi161 ceph-mon[34039]: osd.4 [v2:172.21.15.161:6816/57203528,v1:172.21.15.161:6817/57203528] boot 2024-09-16T08:21:01.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:01 smithi161 ceph-mon[34039]: osdmap e32: 8 total, 5 up, 8 in 2024-09-16T08:21:01.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:01 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 4} : dispatch 2024-09-16T08:21:01.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:01 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:21:01.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:01 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:21:01.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:01 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:02.307 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":32,"num_osds":8,"num_up_osds":5,"osd_up_since":1726474860,"num_in_osds":8,"osd_in_since":1726474816,"num_remapped_pgs":0} 2024-09-16T08:21:02.399 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:02 smithi161 ceph-mon[34039]: purged_snaps scrub starts 2024-09-16T08:21:02.399 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:02 smithi161 ceph-mon[34039]: purged_snaps scrub ok 2024-09-16T08:21:02.399 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:02 smithi161 ceph-mon[34039]: Deploying daemon osd.7 on smithi039 2024-09-16T08:21:02.399 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:02 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/765754960' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:21:02.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:02 smithi039 ceph-mon[25841]: purged_snaps scrub starts 2024-09-16T08:21:02.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:02 smithi039 ceph-mon[25841]: purged_snaps scrub ok 2024-09-16T08:21:02.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:02 smithi039 ceph-mon[25841]: Deploying daemon osd.7 on smithi039 2024-09-16T08:21:02.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:02 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/765754960' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:21:03.308 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:21:03.440 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:03 smithi039 ceph-mon[25841]: pgmap v87: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-16T08:21:03.441 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:03 smithi039 ceph-mon[25841]: osdmap e33: 8 total, 5 up, 8 in 2024-09-16T08:21:03.441 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:03 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:21:03.441 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:03 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:21:03.441 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:03 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:03.441 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:03 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:21:03.455 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:03 smithi161 ceph-mon[34039]: pgmap v87: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-09-16T08:21:03.455 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:03 smithi161 ceph-mon[34039]: osdmap e33: 8 total, 5 up, 8 in 2024-09-16T08:21:03.456 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:03 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:21:03.456 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:03 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:21:03.456 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:03 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:03.456 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:03 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:21:03.882 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:04.744 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:04 smithi039 ceph-mon[25841]: pgmap v89: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 123 KiB/s, 0 objects/s recovering 2024-09-16T08:21:04.744 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:04 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:04.744 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:04 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:04.771 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:21:04.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:04 smithi161 ceph-mon[34039]: pgmap v89: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 123 KiB/s, 0 objects/s recovering 2024-09-16T08:21:04.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:04 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:04.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:04 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:05.698 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:05 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/2849518227' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:21:05.912 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":33,"num_osds":8,"num_up_osds":5,"osd_up_since":1726474860,"num_in_osds":8,"osd_in_since":1726474816,"num_remapped_pgs":0} 2024-09-16T08:21:05.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:05 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/2849518227' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:21:06.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:06 smithi039 ceph-mon[25841]: pgmap v90: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-16T08:21:06.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:06 smithi039 ceph-mon[25841]: from='osd.5 [v2:172.21.15.39:6818/3724047383,v1:172.21.15.39:6819/3724047383]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-16T08:21:06.913 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:21:06.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:06 smithi161 ceph-mon[34039]: pgmap v90: 1 pgs: 1 peering; 577 KiB data, 135 MiB used, 447 GiB / 447 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-09-16T08:21:06.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:06 smithi161 ceph-mon[34039]: from='osd.5 [v2:172.21.15.39:6818/3724047383,v1:172.21.15.39:6819/3724047383]' entity='osd.5' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]} : dispatch 2024-09-16T08:21:07.177 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:07.804 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:21:07.934 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:07 smithi161 ceph-mon[34039]: from='osd.5 [v2:172.21.15.39:6818/3724047383,v1:172.21.15.39:6819/3724047383]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-16T08:21:07.934 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:07 smithi161 ceph-mon[34039]: osdmap e34: 8 total, 5 up, 8 in 2024-09-16T08:21:07.935 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:07 smithi161 ceph-mon[34039]: from='osd.5 [v2:172.21.15.39:6818/3724047383,v1:172.21.15.39:6819/3724047383]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi039", "root=default"]} : dispatch 2024-09-16T08:21:07.935 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:07 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:21:07.935 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:07 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:21:07.935 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:07 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:08.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:07 smithi039 ceph-mon[25841]: from='osd.5 [v2:172.21.15.39:6818/3724047383,v1:172.21.15.39:6819/3724047383]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-16T08:21:08.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:07 smithi039 ceph-mon[25841]: osdmap e34: 8 total, 5 up, 8 in 2024-09-16T08:21:08.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:07 smithi039 ceph-mon[25841]: from='osd.5 [v2:172.21.15.39:6818/3724047383,v1:172.21.15.39:6819/3724047383]' entity='osd.5' cmd={"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi039", "root=default"]} : dispatch 2024-09-16T08:21:08.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:07 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:21:08.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:07 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:21:08.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:07 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:08.468 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":35,"num_osds":8,"num_up_osds":5,"osd_up_since":1726474860,"num_in_osds":8,"osd_in_since":1726474816,"num_remapped_pgs":0} 2024-09-16T08:21:08.749 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:08 smithi039 ceph-mon[25841]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-16T08:21:08.750 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:08 smithi039 ceph-mon[25841]: from='osd.5 [v2:172.21.15.39:6818/3724047383,v1:172.21.15.39:6819/3724047383]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi039", "root=default"]}]': finished 2024-09-16T08:21:08.750 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:08 smithi039 ceph-mon[25841]: osdmap e35: 8 total, 5 up, 8 in 2024-09-16T08:21:08.750 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:08 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:21:08.750 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:08 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:21:08.750 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:08 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:08.750 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:08 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:21:08.750 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:08 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/959775453' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:21:08.750 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:08 smithi039 ceph-mon[25841]: from='osd.6 [v2:172.21.15.161:6824/119119891,v1:172.21.15.161:6825/119119891]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-16T08:21:08.750 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:08 smithi039 ceph-mon[25841]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-16T08:21:08.750 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:08 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:21:08.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:08 smithi161 ceph-mon[34039]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-16T08:21:08.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:08 smithi161 ceph-mon[34039]: from='osd.5 [v2:172.21.15.39:6818/3724047383,v1:172.21.15.39:6819/3724047383]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi039", "root=default"]}]': finished 2024-09-16T08:21:08.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:08 smithi161 ceph-mon[34039]: osdmap e35: 8 total, 5 up, 8 in 2024-09-16T08:21:08.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:08 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:21:08.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:08 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:21:08.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:08 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:08.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:08 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:21:08.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:08 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/959775453' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:21:08.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:08 smithi161 ceph-mon[34039]: from='osd.6 [v2:172.21.15.161:6824/119119891,v1:172.21.15.161:6825/119119891]' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-16T08:21:08.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:08 smithi161 ceph-mon[34039]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]} : dispatch 2024-09-16T08:21:08.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:08 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:21:09.469 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:21:09.730 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:09.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:09 smithi039 ceph-mon[25841]: purged_snaps scrub starts 2024-09-16T08:21:09.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:09 smithi039 ceph-mon[25841]: purged_snaps scrub ok 2024-09-16T08:21:09.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:09 smithi039 ceph-mon[25841]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-16T08:21:09.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:09 smithi039 ceph-mon[25841]: from='osd.6 [v2:172.21.15.161:6824/119119891,v1:172.21.15.161:6825/119119891]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi161", "root=default"]} : dispatch 2024-09-16T08:21:09.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:09 smithi039 ceph-mon[25841]: osd.5 [v2:172.21.15.39:6818/3724047383,v1:172.21.15.39:6819/3724047383] boot 2024-09-16T08:21:09.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:09 smithi039 ceph-mon[25841]: osdmap e36: 8 total, 6 up, 8 in 2024-09-16T08:21:09.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:09 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:21:09.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:09 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:21:09.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:09 smithi039 ceph-mon[25841]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi161", "root=default"]} : dispatch 2024-09-16T08:21:09.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:09 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:09.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:09 smithi039 ceph-mon[25841]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-09-16T08:21:09.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:09 smithi039 ceph-mon[25841]: osdmap e37: 8 total, 6 up, 8 in 2024-09-16T08:21:09.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:09 smithi161 ceph-mon[34039]: purged_snaps scrub starts 2024-09-16T08:21:09.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:09 smithi161 ceph-mon[34039]: purged_snaps scrub ok 2024-09-16T08:21:09.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:09 smithi161 ceph-mon[34039]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-16T08:21:09.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:09 smithi161 ceph-mon[34039]: from='osd.6 [v2:172.21.15.161:6824/119119891,v1:172.21.15.161:6825/119119891]' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi161", "root=default"]} : dispatch 2024-09-16T08:21:09.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:09 smithi161 ceph-mon[34039]: osd.5 [v2:172.21.15.39:6818/3724047383,v1:172.21.15.39:6819/3724047383] boot 2024-09-16T08:21:09.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:09 smithi161 ceph-mon[34039]: osdmap e36: 8 total, 6 up, 8 in 2024-09-16T08:21:09.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:09 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 5} : dispatch 2024-09-16T08:21:09.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:09 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:21:09.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:09 smithi161 ceph-mon[34039]: from='osd.6 ' entity='osd.6' cmd={"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi161", "root=default"]} : dispatch 2024-09-16T08:21:09.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:09 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:09.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:09 smithi161 ceph-mon[34039]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2024-09-16T08:21:09.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:09 smithi161 ceph-mon[34039]: osdmap e37: 8 total, 6 up, 8 in 2024-09-16T08:21:10.383 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:21:10.762 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:10 smithi161 ceph-mon[34039]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-16T08:21:10.762 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:10 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:21:10.762 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:10 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:10.762 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:10 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:21:10.762 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:10 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/4080367853' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:21:10.762 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:10 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:21:10.966 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:10 smithi039 ceph-mon[25841]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-16T08:21:10.966 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:10 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:21:10.966 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:10 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:10.966 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:10 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:21:10.966 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:10 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/4080367853' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:21:10.966 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:10 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:21:10.995 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":37,"num_osds":8,"num_up_osds":6,"osd_up_since":1726474868,"num_in_osds":8,"osd_in_since":1726474816,"num_remapped_pgs":0} 2024-09-16T08:21:11.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:11 smithi039 ceph-mon[25841]: purged_snaps scrub starts 2024-09-16T08:21:11.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:11 smithi039 ceph-mon[25841]: purged_snaps scrub ok 2024-09-16T08:21:11.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:11 smithi039 ceph-mon[25841]: osd.6 [v2:172.21.15.161:6824/119119891,v1:172.21.15.161:6825/119119891] boot 2024-09-16T08:21:11.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:11 smithi039 ceph-mon[25841]: osdmap e38: 8 total, 7 up, 8 in 2024-09-16T08:21:11.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:11 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:21:11.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:11 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:11.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:11 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:11.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:11 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:11.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:11 smithi161 ceph-mon[34039]: purged_snaps scrub starts 2024-09-16T08:21:11.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:11 smithi161 ceph-mon[34039]: purged_snaps scrub ok 2024-09-16T08:21:11.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:11 smithi161 ceph-mon[34039]: osd.6 [v2:172.21.15.161:6824/119119891,v1:172.21.15.161:6825/119119891] boot 2024-09-16T08:21:11.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:11 smithi161 ceph-mon[34039]: osdmap e38: 8 total, 7 up, 8 in 2024-09-16T08:21:11.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:11 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 6} : dispatch 2024-09-16T08:21:11.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:11 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:11.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:11 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:11.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:11 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:11.997 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:21:12.690 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:13.102 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:12 smithi039 ceph-mon[25841]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-16T08:21:13.102 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:12 smithi039 ceph-mon[25841]: osdmap e39: 8 total, 7 up, 8 in 2024-09-16T08:21:13.102 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:12 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:13.102 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:12 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:13.102 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:12 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:13.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:12 smithi161 ceph-mon[34039]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 166 MiB used, 536 GiB / 536 GiB avail 2024-09-16T08:21:13.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:12 smithi161 ceph-mon[34039]: osdmap e39: 8 total, 7 up, 8 in 2024-09-16T08:21:13.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:13.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:13.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:13.402 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:21:14.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:13 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/229839705' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:21:14.079 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":39,"num_osds":8,"num_up_osds":7,"osd_up_since":1726474870,"num_in_osds":8,"osd_in_since":1726474816,"num_remapped_pgs":0} 2024-09-16T08:21:14.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:13 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/229839705' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:21:14.962 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:14 smithi039 ceph-mon[25841]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:21:15.081 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:21:15.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:14 smithi161 ceph-mon[34039]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:21:15.530 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:16.259 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:21:16.882 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:16 smithi039 ceph-mon[25841]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:21:16.882 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:16 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/558405193' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:21:16.915 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":39,"num_osds":8,"num_up_osds":7,"osd_up_since":1726474870,"num_in_osds":8,"osd_in_since":1726474816,"num_remapped_pgs":0} 2024-09-16T08:21:17.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:16 smithi161 ceph-mon[34039]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:21:17.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:16 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/558405193' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:21:17.916 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:21:17.988 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:17 smithi039 ceph-mon[25841]: from='osd.7 [v2:172.21.15.39:6826/1352322573,v1:172.21.15.39:6827/1352322573]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-16T08:21:18.186 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:18.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:17 smithi161 ceph-mon[34039]: from='osd.7 [v2:172.21.15.39:6826/1352322573,v1:172.21.15.39:6827/1352322573]' entity='osd.7' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]} : dispatch 2024-09-16T08:21:18.895 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:21:18.896 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:18 smithi039 ceph-mon[25841]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:21:18.896 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:18 smithi039 ceph-mon[25841]: from='osd.7 [v2:172.21.15.39:6826/1352322573,v1:172.21.15.39:6827/1352322573]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-16T08:21:18.896 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:18 smithi039 ceph-mon[25841]: osdmap e40: 8 total, 7 up, 8 in 2024-09-16T08:21:18.896 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:18 smithi039 ceph-mon[25841]: from='osd.7 [v2:172.21.15.39:6826/1352322573,v1:172.21.15.39:6827/1352322573]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi039", "root=default"]} : dispatch 2024-09-16T08:21:18.896 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:18 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:18.896 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:18 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:21:19.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:18 smithi161 ceph-mon[34039]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:21:19.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:18 smithi161 ceph-mon[34039]: from='osd.7 [v2:172.21.15.39:6826/1352322573,v1:172.21.15.39:6827/1352322573]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-16T08:21:19.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:18 smithi161 ceph-mon[34039]: osdmap e40: 8 total, 7 up, 8 in 2024-09-16T08:21:19.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:18 smithi161 ceph-mon[34039]: from='osd.7 [v2:172.21.15.39:6826/1352322573,v1:172.21.15.39:6827/1352322573]' entity='osd.7' cmd={"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi039", "root=default"]} : dispatch 2024-09-16T08:21:19.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:18 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:19.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:18 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:21:19.457 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":41,"num_osds":8,"num_up_osds":7,"osd_up_since":1726474870,"num_in_osds":8,"osd_in_since":1726474816,"num_remapped_pgs":0} 2024-09-16T08:21:20.204 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:19 smithi039 ceph-mon[25841]: from='osd.7 [v2:172.21.15.39:6826/1352322573,v1:172.21.15.39:6827/1352322573]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi039", "root=default"]}]': finished 2024-09-16T08:21:20.204 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:19 smithi039 ceph-mon[25841]: osdmap e41: 8 total, 7 up, 8 in 2024-09-16T08:21:20.204 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:19 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:20.204 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:19 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:20.204 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:19 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/3924741327' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:21:20.204 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:19 smithi039 ceph-mon[25841]: from='osd.7 [v2:172.21.15.39:6826/1352322573,v1:172.21.15.39:6827/1352322573]' entity='osd.7' 2024-09-16T08:21:20.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:19 smithi161 ceph-mon[34039]: from='osd.7 [v2:172.21.15.39:6826/1352322573,v1:172.21.15.39:6827/1352322573]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi039", "root=default"]}]': finished 2024-09-16T08:21:20.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:19 smithi161 ceph-mon[34039]: osdmap e41: 8 total, 7 up, 8 in 2024-09-16T08:21:20.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:19 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:20.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:19 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:20.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:19 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/3924741327' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:21:20.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:19 smithi161 ceph-mon[34039]: from='osd.7 [v2:172.21.15.39:6826/1352322573,v1:172.21.15.39:6827/1352322573]' entity='osd.7' 2024-09-16T08:21:20.459 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T08:21:20.956 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:21.110 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:20 smithi039 ceph-mon[25841]: purged_snaps scrub starts 2024-09-16T08:21:21.111 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:20 smithi039 ceph-mon[25841]: purged_snaps scrub ok 2024-09-16T08:21:21.111 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:20 smithi039 ceph-mon[25841]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:21:21.111 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:21.111 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:20 smithi039 ceph-mon[25841]: osd.7 [v2:172.21.15.39:6826/1352322573,v1:172.21.15.39:6827/1352322573] boot 2024-09-16T08:21:21.111 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:20 smithi039 ceph-mon[25841]: osdmap e42: 8 total, 8 up, 8 in 2024-09-16T08:21:21.111 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:21.111 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:20 smithi039 ceph-mon[25841]: osdmap e43: 8 total, 8 up, 8 in 2024-09-16T08:21:21.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:20 smithi161 ceph-mon[34039]: purged_snaps scrub starts 2024-09-16T08:21:21.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:20 smithi161 ceph-mon[34039]: purged_snaps scrub ok 2024-09-16T08:21:21.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:20 smithi161 ceph-mon[34039]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-09-16T08:21:21.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:21.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:20 smithi161 ceph-mon[34039]: osd.7 [v2:172.21.15.39:6826/1352322573,v1:172.21.15.39:6827/1352322573] boot 2024-09-16T08:21:21.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:20 smithi161 ceph-mon[34039]: osdmap e42: 8 total, 8 up, 8 in 2024-09-16T08:21:21.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd metadata", "id": 7} : dispatch 2024-09-16T08:21:21.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:20 smithi161 ceph-mon[34039]: osdmap e43: 8 total, 8 up, 8 in 2024-09-16T08:21:21.608 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:21:22.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:21 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:22.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:21 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:22.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:21 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:21:22.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:21 smithi161 ceph-mon[34039]: osdmap e44: 8 total, 8 up, 8 in 2024-09-16T08:21:22.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:21 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/1765290300' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:21:22.233 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:21 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:22.234 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:21 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:22.234 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:21 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:21:22.234 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:21 smithi039 ceph-mon[25841]: osdmap e44: 8 total, 8 up, 8 in 2024-09-16T08:21:22.234 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:21 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/1765290300' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T08:21:22.267 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":44,"num_osds":8,"num_up_osds":8,"osd_up_since":1726474879,"num_in_osds":8,"osd_in_since":1726474816,"num_remapped_pgs":1} 2024-09-16T08:21:22.268 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-16T08:21:22.978 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:23.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:22 smithi161 ceph-mon[34039]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:23.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:22 smithi161 ceph-mon[34039]: osdmap e45: 8 total, 8 up, 8 in 2024-09-16T08:21:23.241 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:22 smithi039 ceph-mon[25841]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:23.241 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:22 smithi039 ceph-mon[25841]: osdmap e45: 8 total, 8 up, 8 in 2024-09-16T08:21:23.671 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:21:23.671 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":46,"fsid":"dd6afd60-7403-11ef-bceb-c7b262605968","created":"2024-09-16T08:16:40.719634+0000","modified":"2024-09-16T08:21:23.464632+0000","last_up_change":"2024-09-16T08:21:19.840334+0000","last_in_change":"2024-09-16T08:20:16.615712+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-16T08:20:52.011631+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"0a32de42-102a-4883-9f96-9bfaae358553","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6800","nonce":287202391},{"type":"v1","addr":"172.21.15.161:6801","nonce":287202391}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":287202391},{"type":"v1","addr":"172.21.15.161:6803","nonce":287202391}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":287202391},{"type":"v1","addr":"172.21.15.161:6807","nonce":287202391}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":287202391},{"type":"v1","addr":"172.21.15.161:6805","nonce":287202391}]},"public_addr":"172.21.15.161:6801/287202391","cluster_addr":"172.21.15.161:6803/287202391","heartbeat_back_addr":"172.21.15.161:6807/287202391","heartbeat_front_addr":"172.21.15.161:6805/287202391","state":["exists","up"]},{"osd":1,"uuid":"288f33a6-732b-48e3-bffb-1fc11c7b2940","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6802","nonce":1093845647},{"type":"v1","addr":"172.21.15.39:6803","nonce":1093845647}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6804","nonce":1093845647},{"type":"v1","addr":"172.21.15.39:6805","nonce":1093845647}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6808","nonce":1093845647},{"type":"v1","addr":"172.21.15.39:6809","nonce":1093845647}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6806","nonce":1093845647},{"type":"v1","addr":"172.21.15.39:6807","nonce":1093845647}]},"public_addr":"172.21.15.39:6803/1093845647","cluster_addr":"172.21.15.39:6805/1093845647","heartbeat_back_addr":"172.21.15.39:6809/1093845647","heartbeat_front_addr":"172.21.15.39:6807/1093845647","state":["exists","up"]},{"osd":2,"uuid":"e21e5fb5-17b4-4c74-8054-21a0f4d98910","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6808","nonce":165606759},{"type":"v1","addr":"172.21.15.161:6809","nonce":165606759}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6810","nonce":165606759},{"type":"v1","addr":"172.21.15.161:6811","nonce":165606759}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6814","nonce":165606759},{"type":"v1","addr":"172.21.15.161:6815","nonce":165606759}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6812","nonce":165606759},{"type":"v1","addr":"172.21.15.161:6813","nonce":165606759}]},"public_addr":"172.21.15.161:6809/165606759","cluster_addr":"172.21.15.161:6811/165606759","heartbeat_back_addr":"172.21.15.161:6815/165606759","heartbeat_front_addr":"172.21.15.161:6813/165606759","state":["exists","up"]},{"osd":3,"uuid":"75413493-2457-4250-9e70-6aec659a42f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6810","nonce":1957906218},{"type":"v1","addr":"172.21.15.39:6811","nonce":1957906218}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6812","nonce":1957906218},{"type":"v1","addr":"172.21.15.39:6813","nonce":1957906218}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6816","nonce":1957906218},{"type":"v1","addr":"172.21.15.39:6817","nonce":1957906218}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6814","nonce":1957906218},{"type":"v1","addr":"172.21.15.39:6815","nonce":1957906218}]},"public_addr":"172.21.15.39:6811/1957906218","cluster_addr":"172.21.15.39:6813/1957906218","heartbeat_back_addr":"172.21.15.39:6817/1957906218","heartbeat_front_addr":"172.21.15.39:6815/1957906218","state":["exists","up"]},{"osd":4,"uuid":"e0b1af70-2249-41a0-afd3-f5cc53536841","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6816","nonce":57203528},{"type":"v1","addr":"172.21.15.161:6817","nonce":57203528}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6818","nonce":57203528},{"type":"v1","addr":"172.21.15.161:6819","nonce":57203528}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6822","nonce":57203528},{"type":"v1","addr":"172.21.15.161:6823","nonce":57203528}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6820","nonce":57203528},{"type":"v1","addr":"172.21.15.161:6821","nonce":57203528}]},"public_addr":"172.21.15.161:6817/57203528","cluster_addr":"172.21.15.161:6819/57203528","heartbeat_back_addr":"172.21.15.161:6823/57203528","heartbeat_front_addr":"172.21.15.161:6821/57203528","state":["exists","up"]},{"osd":5,"uuid":"8a27c895-8abf-4349-9716-ddca7564b29e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6818","nonce":3724047383},{"type":"v1","addr":"172.21.15.39:6819","nonce":3724047383}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6820","nonce":3724047383},{"type":"v1","addr":"172.21.15.39:6821","nonce":3724047383}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6824","nonce":3724047383},{"type":"v1","addr":"172.21.15.39:6825","nonce":3724047383}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6822","nonce":3724047383},{"type":"v1","addr":"172.21.15.39:6823","nonce":3724047383}]},"public_addr":"172.21.15.39:6819/3724047383","cluster_addr":"172.21.15.39:6821/3724047383","heartbeat_back_addr":"172.21.15.39:6825/3724047383","heartbeat_front_addr":"172.21.15.39:6823/3724047383","state":["exists","up"]},{"osd":6,"uuid":"332fc764-5b90-46ec-b701-bfefb60001cb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6824","nonce":119119891},{"type":"v1","addr":"172.21.15.161:6825","nonce":119119891}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6826","nonce":119119891},{"type":"v1","addr":"172.21.15.161:6827","nonce":119119891}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6830","nonce":119119891},{"type":"v1","addr":"172.21.15.161:6831","nonce":119119891}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6828","nonce":119119891},{"type":"v1","addr":"172.21.15.161:6829","nonce":119119891}]},"public_addr":"172.21.15.161:6825/119119891","cluster_addr":"172.21.15.161:6827/119119891","heartbeat_back_addr":"172.21.15.161:6831/119119891","heartbeat_front_addr":"172.21.15.161:6829/119119891","state":["exists","up"]},{"osd":7,"uuid":"c0789768-7011-4289-bfa5-7fbcdaaee295","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6826","nonce":1352322573},{"type":"v1","addr":"172.21.15.39:6827","nonce":1352322573}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6828","nonce":1352322573},{"type":"v1","addr":"172.21.15.39:6829","nonce":1352322573}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6832","nonce":1352322573},{"type":"v1","addr":"172.21.15.39:6833","nonce":1352322573}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6830","nonce":1352322573},{"type":"v1","addr":"172.21.15.39:6831","nonce":1352322573}]},"public_addr":"172.21.15.39:6827/1352322573","cluster_addr":"172.21.15.39:6829/1352322573","heartbeat_back_addr":"172.21.15.39:6833/1352322573","heartbeat_front_addr":"172.21.15.39:6831/1352322573","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:20:39.947659+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:20:42.749428+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:20:49.845065+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:20:55.194501+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:20:59.656559+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:21:06.778098+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:21:09.626455+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:21:18.693559+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.39:0/1600473798":"2024-09-17T08:18:47.537561+0000","172.21.15.39:6800/1896560507":"2024-09-17T08:17:10.132164+0000","172.21.15.39:6801/1896560507":"2024-09-17T08:17:10.132164+0000","172.21.15.39:0/2610811782":"2024-09-17T08:17:10.132164+0000","172.21.15.39:0/3614468507":"2024-09-17T08:17:44.624127+0000","172.21.15.39:0/2043203261":"2024-09-17T08:17:10.132164+0000","172.21.15.39:6800/2432927864":"2024-09-17T08:17:44.624127+0000","172.21.15.39:0/2069453873":"2024-09-17T08:17:44.624127+0000","172.21.15.39:6801/3931478961":"2024-09-17T08:18:47.537561+0000","172.21.15.39:6801/2432927864":"2024-09-17T08:17:44.624127+0000","172.21.15.39:0/2956448608":"2024-09-17T08:18:47.537561+0000","172.21.15.39:0/2117426088":"2024-09-17T08:17:44.624127+0000","172.21.15.39:0/913152344":"2024-09-17T08:17:10.132164+0000","172.21.15.39:0/1994255703":"2024-09-17T08:18:47.537561+0000","172.21.15.39:6800/3931478961":"2024-09-17T08:18:47.537561+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-16T08:21:24.392 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-16T08:20:52.011631+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'is_stretch_pool': False, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '26', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 7.889999866485596, 'score_stable': 7.889999866485596, 'optimal_score': 0.3799999952316284, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-09-16T08:21:24.393 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-16T08:21:24.614 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:24 smithi039 ceph-mon[25841]: osdmap e46: 8 total, 8 up, 8 in 2024-09-16T08:21:24.614 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:24 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:24.614 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:24 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:24.614 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:24 smithi039 ceph-mon[25841]: pgmap v112: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:24.615 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:24 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/3757571979' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T08:21:24.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:24 smithi161 ceph-mon[34039]: osdmap e46: 8 total, 8 up, 8 in 2024-09-16T08:21:24.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:24 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:24.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:24 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:24.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:24 smithi161 ceph-mon[34039]: pgmap v112: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:24.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:24 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/3757571979' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T08:21:24.919 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:25.858 INFO:teuthology.orchestra.run.smithi039.stdout:pg_num: 1 2024-09-16T08:21:26.523 INFO:tasks.cephadm:Setting up client nodes... 2024-09-16T08:21:26.524 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-16T08:21:26.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:26 smithi039 ceph-mon[25841]: pgmap v113: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:26.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:26 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/2775972089' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-16T08:21:26.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:26 smithi161 ceph-mon[34039]: pgmap v113: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:26.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:26 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/2775972089' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-16T08:21:27.245 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:28.051 INFO:teuthology.orchestra.run.smithi039.stdout:[client.0] 2024-09-16T08:21:28.051 INFO:teuthology.orchestra.run.smithi039.stdout: key = AQCI6udmPtDkAhAA0z5ipDY37PUNVY+fkWzLpQ== 2024-09-16T08:21:28.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:28 smithi161 ceph-mon[34039]: Detected new or changed devices on smithi161 2024-09-16T08:21:28.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:28 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:28.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:28 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:28.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:28 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-16T08:21:28.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:28 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-16T08:21:28.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:28 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-16T08:21:28.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:28 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2024-09-16T08:21:28.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:28 smithi161 ceph-mon[34039]: Adjusting osd_memory_target on smithi161 to 3728M 2024-09-16T08:21:28.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:28 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:28.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:28 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/2000322342' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-16T08:21:28.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:28 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/2000322342' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-16T08:21:28.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:28 smithi039 ceph-mon[25841]: Detected new or changed devices on smithi161 2024-09-16T08:21:28.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:28 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:28.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:28 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:28.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:28 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-16T08:21:28.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:28 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-16T08:21:28.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:28 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"} : dispatch 2024-09-16T08:21:28.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:28 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"} : dispatch 2024-09-16T08:21:28.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:28 smithi039 ceph-mon[25841]: Adjusting osd_memory_target on smithi161 to 3728M 2024-09-16T08:21:28.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:28 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:28.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:28 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/2000322342' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-16T08:21:28.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:28 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/2000322342' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-16T08:21:28.860 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-16T08:21:28.861 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-16T08:21:28.861 DEBUG:teuthology.orchestra.run.smithi039:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-16T08:21:28.899 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-16T08:21:29.165 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi161/config 2024-09-16T08:21:29.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:29 smithi039 ceph-mon[25841]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:29.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:29 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:29.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:29 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:29.569 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:29 smithi161 ceph-mon[34039]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:29.569 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:29 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:29.569 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:29 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:29.921 INFO:teuthology.orchestra.run.smithi161.stdout:[client.1] 2024-09-16T08:21:29.921 INFO:teuthology.orchestra.run.smithi161.stdout: key = AQCJ6udmLCmPNhAA2nmC45oURSyw49kNQM9vnQ== 2024-09-16T08:21:30.630 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:30 smithi161 ceph-mon[34039]: from='client.? 172.21.15.161:0/87446389' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-16T08:21:30.631 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:30 smithi161 ceph-mon[34039]: from='client.? ' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-16T08:21:30.631 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:30 smithi161 ceph-mon[34039]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-16T08:21:30.658 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-16T08:21:30.658 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-09-16T08:21:30.658 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-09-16T08:21:30.696 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph config log 1 --format=json 2024-09-16T08:21:30.720 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:30 smithi039 ceph-mon[25841]: from='client.? 172.21.15.161:0/87446389' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-16T08:21:30.721 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:30 smithi039 ceph-mon[25841]: from='client.? ' entity='client.admin' cmd={"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]} : dispatch 2024-09-16T08:21:30.721 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:30 smithi039 ceph-mon[25841]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-16T08:21:31.668 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:31 smithi039 ceph-mon[25841]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:31.705 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:31.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:31 smithi161 ceph-mon[34039]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:32.428 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:21:32.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:32 smithi039 ceph-mon[25841]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:32.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:32 smithi161 ceph-mon[34039]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:33.154 INFO:teuthology.orchestra.run.smithi039.stdout:[{"version":17,"timestamp":"2024-09-16T08:21:27.399081+0000","name":"","changes":[{"name":"osd/host:smithi161/osd_memory_target","new_value":"3909122252"}]}] 2024-09-16T08:21:33.155 INFO:tasks.ceph_manager:config epoch is 17 2024-09-16T08:21:33.155 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-16T08:21:33.155 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-16T08:21:33.155 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-16T08:21:33.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:33 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/2207557681' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-16T08:21:33.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:21:33.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:33 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/2207557681' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-16T08:21:33.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:21:34.009 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:34.737 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:21:34.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:34 smithi161 ceph-mon[34039]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:34.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:34 smithi161 ceph-mon[34039]: Detected new or changed devices on smithi039 2024-09-16T08:21:34.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:34.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:34.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-16T08:21:34.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-16T08:21:34.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-16T08:21:34.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2024-09-16T08:21:34.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:34 smithi161 ceph-mon[34039]: Adjusting osd_memory_target on smithi039 to 2960M 2024-09-16T08:21:34.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:34.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:21:34.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:21:34.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:34.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:21:34.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:21:34.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:21:34.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:21:34.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:21:34.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:34 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/2185326924' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-16T08:21:35.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:34 smithi039 ceph-mon[25841]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:35.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:34 smithi039 ceph-mon[25841]: Detected new or changed devices on smithi039 2024-09-16T08:21:35.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:35.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:35.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-16T08:21:35.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"} : dispatch 2024-09-16T08:21:35.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"} : dispatch 2024-09-16T08:21:35.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"} : dispatch 2024-09-16T08:21:35.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:34 smithi039 ceph-mon[25841]: Adjusting osd_memory_target on smithi039 to 2960M 2024-09-16T08:21:35.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:35.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:21:35.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:21:35.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:35.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:21:35.033 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:21:35.034 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:21:35.034 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T08:21:35.034 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:21:35.034 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:34 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/2185326924' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-16T08:21:36.001 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":20,"flags":0,"active_gid":14223,"active_name":"smithi039.tlkitu","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6800","nonce":890707198},{"type":"v1","addr":"172.21.15.39:6801","nonce":890707198}]},"active_addr":"172.21.15.39:6801/890707198","active_change":"2024-09-16T08:18:47.537675+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[{"gid":14248,"name":"smithi161.vahkbs","mgr_features":4540719139924082687,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.39:8443/","prometheus":"http://172.21.15.39:9283/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":5,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.39:0","nonce":2490053178}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.39:0","nonce":1917133580}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.39:0","nonce":689644042}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.39:0","nonce":4197307535}]}]} 2024-09-16T08:21:36.008 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-16T08:21:36.008 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-16T08:21:36.008 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-16T08:21:36.721 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:37.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:36 smithi161 ceph-mon[34039]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:37.223 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:36 smithi039 ceph-mon[25841]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:37.806 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:21:37.806 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":46,"fsid":"dd6afd60-7403-11ef-bceb-c7b262605968","created":"2024-09-16T08:16:40.719634+0000","modified":"2024-09-16T08:21:23.464632+0000","last_up_change":"2024-09-16T08:21:19.840334+0000","last_in_change":"2024-09-16T08:20:16.615712+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-16T08:20:52.011631+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"0a32de42-102a-4883-9f96-9bfaae358553","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6800","nonce":287202391},{"type":"v1","addr":"172.21.15.161:6801","nonce":287202391}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":287202391},{"type":"v1","addr":"172.21.15.161:6803","nonce":287202391}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":287202391},{"type":"v1","addr":"172.21.15.161:6807","nonce":287202391}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":287202391},{"type":"v1","addr":"172.21.15.161:6805","nonce":287202391}]},"public_addr":"172.21.15.161:6801/287202391","cluster_addr":"172.21.15.161:6803/287202391","heartbeat_back_addr":"172.21.15.161:6807/287202391","heartbeat_front_addr":"172.21.15.161:6805/287202391","state":["exists","up"]},{"osd":1,"uuid":"288f33a6-732b-48e3-bffb-1fc11c7b2940","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6802","nonce":1093845647},{"type":"v1","addr":"172.21.15.39:6803","nonce":1093845647}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6804","nonce":1093845647},{"type":"v1","addr":"172.21.15.39:6805","nonce":1093845647}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6808","nonce":1093845647},{"type":"v1","addr":"172.21.15.39:6809","nonce":1093845647}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6806","nonce":1093845647},{"type":"v1","addr":"172.21.15.39:6807","nonce":1093845647}]},"public_addr":"172.21.15.39:6803/1093845647","cluster_addr":"172.21.15.39:6805/1093845647","heartbeat_back_addr":"172.21.15.39:6809/1093845647","heartbeat_front_addr":"172.21.15.39:6807/1093845647","state":["exists","up"]},{"osd":2,"uuid":"e21e5fb5-17b4-4c74-8054-21a0f4d98910","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6808","nonce":165606759},{"type":"v1","addr":"172.21.15.161:6809","nonce":165606759}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6810","nonce":165606759},{"type":"v1","addr":"172.21.15.161:6811","nonce":165606759}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6814","nonce":165606759},{"type":"v1","addr":"172.21.15.161:6815","nonce":165606759}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6812","nonce":165606759},{"type":"v1","addr":"172.21.15.161:6813","nonce":165606759}]},"public_addr":"172.21.15.161:6809/165606759","cluster_addr":"172.21.15.161:6811/165606759","heartbeat_back_addr":"172.21.15.161:6815/165606759","heartbeat_front_addr":"172.21.15.161:6813/165606759","state":["exists","up"]},{"osd":3,"uuid":"75413493-2457-4250-9e70-6aec659a42f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6810","nonce":1957906218},{"type":"v1","addr":"172.21.15.39:6811","nonce":1957906218}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6812","nonce":1957906218},{"type":"v1","addr":"172.21.15.39:6813","nonce":1957906218}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6816","nonce":1957906218},{"type":"v1","addr":"172.21.15.39:6817","nonce":1957906218}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6814","nonce":1957906218},{"type":"v1","addr":"172.21.15.39:6815","nonce":1957906218}]},"public_addr":"172.21.15.39:6811/1957906218","cluster_addr":"172.21.15.39:6813/1957906218","heartbeat_back_addr":"172.21.15.39:6817/1957906218","heartbeat_front_addr":"172.21.15.39:6815/1957906218","state":["exists","up"]},{"osd":4,"uuid":"e0b1af70-2249-41a0-afd3-f5cc53536841","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6816","nonce":57203528},{"type":"v1","addr":"172.21.15.161:6817","nonce":57203528}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6818","nonce":57203528},{"type":"v1","addr":"172.21.15.161:6819","nonce":57203528}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6822","nonce":57203528},{"type":"v1","addr":"172.21.15.161:6823","nonce":57203528}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6820","nonce":57203528},{"type":"v1","addr":"172.21.15.161:6821","nonce":57203528}]},"public_addr":"172.21.15.161:6817/57203528","cluster_addr":"172.21.15.161:6819/57203528","heartbeat_back_addr":"172.21.15.161:6823/57203528","heartbeat_front_addr":"172.21.15.161:6821/57203528","state":["exists","up"]},{"osd":5,"uuid":"8a27c895-8abf-4349-9716-ddca7564b29e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6818","nonce":3724047383},{"type":"v1","addr":"172.21.15.39:6819","nonce":3724047383}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6820","nonce":3724047383},{"type":"v1","addr":"172.21.15.39:6821","nonce":3724047383}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6824","nonce":3724047383},{"type":"v1","addr":"172.21.15.39:6825","nonce":3724047383}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6822","nonce":3724047383},{"type":"v1","addr":"172.21.15.39:6823","nonce":3724047383}]},"public_addr":"172.21.15.39:6819/3724047383","cluster_addr":"172.21.15.39:6821/3724047383","heartbeat_back_addr":"172.21.15.39:6825/3724047383","heartbeat_front_addr":"172.21.15.39:6823/3724047383","state":["exists","up"]},{"osd":6,"uuid":"332fc764-5b90-46ec-b701-bfefb60001cb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6824","nonce":119119891},{"type":"v1","addr":"172.21.15.161:6825","nonce":119119891}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6826","nonce":119119891},{"type":"v1","addr":"172.21.15.161:6827","nonce":119119891}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6830","nonce":119119891},{"type":"v1","addr":"172.21.15.161:6831","nonce":119119891}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6828","nonce":119119891},{"type":"v1","addr":"172.21.15.161:6829","nonce":119119891}]},"public_addr":"172.21.15.161:6825/119119891","cluster_addr":"172.21.15.161:6827/119119891","heartbeat_back_addr":"172.21.15.161:6831/119119891","heartbeat_front_addr":"172.21.15.161:6829/119119891","state":["exists","up"]},{"osd":7,"uuid":"c0789768-7011-4289-bfa5-7fbcdaaee295","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6826","nonce":1352322573},{"type":"v1","addr":"172.21.15.39:6827","nonce":1352322573}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6828","nonce":1352322573},{"type":"v1","addr":"172.21.15.39:6829","nonce":1352322573}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6832","nonce":1352322573},{"type":"v1","addr":"172.21.15.39:6833","nonce":1352322573}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6830","nonce":1352322573},{"type":"v1","addr":"172.21.15.39:6831","nonce":1352322573}]},"public_addr":"172.21.15.39:6827/1352322573","cluster_addr":"172.21.15.39:6829/1352322573","heartbeat_back_addr":"172.21.15.39:6833/1352322573","heartbeat_front_addr":"172.21.15.39:6831/1352322573","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:20:39.947659+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:20:42.749428+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:20:49.845065+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:20:55.194501+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:20:59.656559+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:21:06.778098+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:21:09.626455+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:21:18.693559+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.39:0/1600473798":"2024-09-17T08:18:47.537561+0000","172.21.15.39:6800/1896560507":"2024-09-17T08:17:10.132164+0000","172.21.15.39:6801/1896560507":"2024-09-17T08:17:10.132164+0000","172.21.15.39:0/2610811782":"2024-09-17T08:17:10.132164+0000","172.21.15.39:0/3614468507":"2024-09-17T08:17:44.624127+0000","172.21.15.39:0/2043203261":"2024-09-17T08:17:10.132164+0000","172.21.15.39:6800/2432927864":"2024-09-17T08:17:44.624127+0000","172.21.15.39:0/2069453873":"2024-09-17T08:17:44.624127+0000","172.21.15.39:6801/3931478961":"2024-09-17T08:18:47.537561+0000","172.21.15.39:6801/2432927864":"2024-09-17T08:17:44.624127+0000","172.21.15.39:0/2956448608":"2024-09-17T08:18:47.537561+0000","172.21.15.39:0/2117426088":"2024-09-17T08:17:44.624127+0000","172.21.15.39:0/913152344":"2024-09-17T08:17:10.132164+0000","172.21.15.39:0/1994255703":"2024-09-17T08:18:47.537561+0000","172.21.15.39:6800/3931478961":"2024-09-17T08:18:47.537561+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-16T08:21:38.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:37 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/1401751409' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T08:21:38.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:37 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/1401751409' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T08:21:39.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:38 smithi161 ceph-mon[34039]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:39.233 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:38 smithi039 ceph-mon[25841]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:39.235 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-16T08:21:39.235 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-16T08:21:40.081 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:41.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:40 smithi039 ceph-mon[25841]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:41.180 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:40 smithi161 ceph-mon[34039]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:41.378 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:21:41.378 INFO:teuthology.orchestra.run.smithi039.stdout:{"epoch":46,"fsid":"dd6afd60-7403-11ef-bceb-c7b262605968","created":"2024-09-16T08:16:40.719634+0000","modified":"2024-09-16T08:21:23.464632+0000","last_up_change":"2024-09-16T08:21:19.840334+0000","last_in_change":"2024-09-16T08:20:16.615712+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-16T08:20:52.011631+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"0a32de42-102a-4883-9f96-9bfaae358553","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6800","nonce":287202391},{"type":"v1","addr":"172.21.15.161:6801","nonce":287202391}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":287202391},{"type":"v1","addr":"172.21.15.161:6803","nonce":287202391}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":287202391},{"type":"v1","addr":"172.21.15.161:6807","nonce":287202391}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":287202391},{"type":"v1","addr":"172.21.15.161:6805","nonce":287202391}]},"public_addr":"172.21.15.161:6801/287202391","cluster_addr":"172.21.15.161:6803/287202391","heartbeat_back_addr":"172.21.15.161:6807/287202391","heartbeat_front_addr":"172.21.15.161:6805/287202391","state":["exists","up"]},{"osd":1,"uuid":"288f33a6-732b-48e3-bffb-1fc11c7b2940","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6802","nonce":1093845647},{"type":"v1","addr":"172.21.15.39:6803","nonce":1093845647}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6804","nonce":1093845647},{"type":"v1","addr":"172.21.15.39:6805","nonce":1093845647}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6808","nonce":1093845647},{"type":"v1","addr":"172.21.15.39:6809","nonce":1093845647}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6806","nonce":1093845647},{"type":"v1","addr":"172.21.15.39:6807","nonce":1093845647}]},"public_addr":"172.21.15.39:6803/1093845647","cluster_addr":"172.21.15.39:6805/1093845647","heartbeat_back_addr":"172.21.15.39:6809/1093845647","heartbeat_front_addr":"172.21.15.39:6807/1093845647","state":["exists","up"]},{"osd":2,"uuid":"e21e5fb5-17b4-4c74-8054-21a0f4d98910","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6808","nonce":165606759},{"type":"v1","addr":"172.21.15.161:6809","nonce":165606759}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6810","nonce":165606759},{"type":"v1","addr":"172.21.15.161:6811","nonce":165606759}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6814","nonce":165606759},{"type":"v1","addr":"172.21.15.161:6815","nonce":165606759}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6812","nonce":165606759},{"type":"v1","addr":"172.21.15.161:6813","nonce":165606759}]},"public_addr":"172.21.15.161:6809/165606759","cluster_addr":"172.21.15.161:6811/165606759","heartbeat_back_addr":"172.21.15.161:6815/165606759","heartbeat_front_addr":"172.21.15.161:6813/165606759","state":["exists","up"]},{"osd":3,"uuid":"75413493-2457-4250-9e70-6aec659a42f0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6810","nonce":1957906218},{"type":"v1","addr":"172.21.15.39:6811","nonce":1957906218}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6812","nonce":1957906218},{"type":"v1","addr":"172.21.15.39:6813","nonce":1957906218}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6816","nonce":1957906218},{"type":"v1","addr":"172.21.15.39:6817","nonce":1957906218}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6814","nonce":1957906218},{"type":"v1","addr":"172.21.15.39:6815","nonce":1957906218}]},"public_addr":"172.21.15.39:6811/1957906218","cluster_addr":"172.21.15.39:6813/1957906218","heartbeat_back_addr":"172.21.15.39:6817/1957906218","heartbeat_front_addr":"172.21.15.39:6815/1957906218","state":["exists","up"]},{"osd":4,"uuid":"e0b1af70-2249-41a0-afd3-f5cc53536841","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6816","nonce":57203528},{"type":"v1","addr":"172.21.15.161:6817","nonce":57203528}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6818","nonce":57203528},{"type":"v1","addr":"172.21.15.161:6819","nonce":57203528}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6822","nonce":57203528},{"type":"v1","addr":"172.21.15.161:6823","nonce":57203528}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6820","nonce":57203528},{"type":"v1","addr":"172.21.15.161:6821","nonce":57203528}]},"public_addr":"172.21.15.161:6817/57203528","cluster_addr":"172.21.15.161:6819/57203528","heartbeat_back_addr":"172.21.15.161:6823/57203528","heartbeat_front_addr":"172.21.15.161:6821/57203528","state":["exists","up"]},{"osd":5,"uuid":"8a27c895-8abf-4349-9716-ddca7564b29e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6818","nonce":3724047383},{"type":"v1","addr":"172.21.15.39:6819","nonce":3724047383}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6820","nonce":3724047383},{"type":"v1","addr":"172.21.15.39:6821","nonce":3724047383}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6824","nonce":3724047383},{"type":"v1","addr":"172.21.15.39:6825","nonce":3724047383}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6822","nonce":3724047383},{"type":"v1","addr":"172.21.15.39:6823","nonce":3724047383}]},"public_addr":"172.21.15.39:6819/3724047383","cluster_addr":"172.21.15.39:6821/3724047383","heartbeat_back_addr":"172.21.15.39:6825/3724047383","heartbeat_front_addr":"172.21.15.39:6823/3724047383","state":["exists","up"]},{"osd":6,"uuid":"332fc764-5b90-46ec-b701-bfefb60001cb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6824","nonce":119119891},{"type":"v1","addr":"172.21.15.161:6825","nonce":119119891}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6826","nonce":119119891},{"type":"v1","addr":"172.21.15.161:6827","nonce":119119891}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6830","nonce":119119891},{"type":"v1","addr":"172.21.15.161:6831","nonce":119119891}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6828","nonce":119119891},{"type":"v1","addr":"172.21.15.161:6829","nonce":119119891}]},"public_addr":"172.21.15.161:6825/119119891","cluster_addr":"172.21.15.161:6827/119119891","heartbeat_back_addr":"172.21.15.161:6831/119119891","heartbeat_front_addr":"172.21.15.161:6829/119119891","state":["exists","up"]},{"osd":7,"uuid":"c0789768-7011-4289-bfa5-7fbcdaaee295","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6826","nonce":1352322573},{"type":"v1","addr":"172.21.15.39:6827","nonce":1352322573}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6828","nonce":1352322573},{"type":"v1","addr":"172.21.15.39:6829","nonce":1352322573}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6832","nonce":1352322573},{"type":"v1","addr":"172.21.15.39:6833","nonce":1352322573}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.39:6830","nonce":1352322573},{"type":"v1","addr":"172.21.15.39:6831","nonce":1352322573}]},"public_addr":"172.21.15.39:6827/1352322573","cluster_addr":"172.21.15.39:6829/1352322573","heartbeat_back_addr":"172.21.15.39:6833/1352322573","heartbeat_front_addr":"172.21.15.39:6831/1352322573","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:20:39.947659+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:20:42.749428+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:20:49.845065+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:20:55.194501+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:20:59.656559+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:21:06.778098+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:21:09.626455+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T08:21:18.693559+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.39:0/1600473798":"2024-09-17T08:18:47.537561+0000","172.21.15.39:6800/1896560507":"2024-09-17T08:17:10.132164+0000","172.21.15.39:6801/1896560507":"2024-09-17T08:17:10.132164+0000","172.21.15.39:0/2610811782":"2024-09-17T08:17:10.132164+0000","172.21.15.39:0/3614468507":"2024-09-17T08:17:44.624127+0000","172.21.15.39:0/2043203261":"2024-09-17T08:17:10.132164+0000","172.21.15.39:6800/2432927864":"2024-09-17T08:17:44.624127+0000","172.21.15.39:0/2069453873":"2024-09-17T08:17:44.624127+0000","172.21.15.39:6801/3931478961":"2024-09-17T08:18:47.537561+0000","172.21.15.39:6801/2432927864":"2024-09-17T08:17:44.624127+0000","172.21.15.39:0/2956448608":"2024-09-17T08:18:47.537561+0000","172.21.15.39:0/2117426088":"2024-09-17T08:17:44.624127+0000","172.21.15.39:0/913152344":"2024-09-17T08:17:10.132164+0000","172.21.15.39:0/1994255703":"2024-09-17T08:18:47.537561+0000","172.21.15.39:6800/3931478961":"2024-09-17T08:18:47.537561+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-16T08:21:42.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:41 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/583852773' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T08:21:42.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:41 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/583852773' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T08:21:42.890 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-16T08:21:42.890 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-16T08:21:42.891 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-16T08:21:42.891 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-16T08:21:42.892 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-16T08:21:42.892 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-16T08:21:42.893 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-16T08:21:42.893 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-16T08:21:43.272 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:42 smithi039 ceph-mon[25841]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:43.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:42 smithi161 ceph-mon[34039]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:44.841 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:44.842 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:44.843 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:44.843 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:44.844 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:44.845 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:45.057 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:45.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:44 smithi039 ceph-mon[25841]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:45.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:44 smithi161 ceph-mon[34039]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:47.167 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:47 smithi039 ceph-mon[25841]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:47.167 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:47 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:47.167 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:47 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:47.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:47 smithi161 ceph-mon[34039]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:47.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:47 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:47.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:47 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:48.145 INFO:teuthology.orchestra.run.smithi039.stdout:163208757258 2024-09-16T08:21:48.146 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-16T08:21:48.260 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:48 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:21:48.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:48 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:21:49.230 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:49 smithi039 ceph-mon[25841]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:49.259 INFO:teuthology.orchestra.run.smithi039.stdout:81604378640 2024-09-16T08:21:49.260 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-16T08:21:49.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:49 smithi161 ceph-mon[34039]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:49.916 INFO:teuthology.orchestra.run.smithi039.stdout:137438953483 2024-09-16T08:21:49.917 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-16T08:21:50.090 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:51.229 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:51 smithi039 ceph-mon[25841]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:51.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:51 smithi161 ceph-mon[34039]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:51.529 INFO:teuthology.orchestra.run.smithi039.stdout:68719476753 2024-09-16T08:21:51.529 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-16T08:21:51.900 INFO:teuthology.orchestra.run.smithi039.stdout:120259084301 2024-09-16T08:21:51.900 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-16T08:21:52.383 INFO:teuthology.orchestra.run.smithi039.stdout:98784247823 2024-09-16T08:21:52.384 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-16T08:21:53.199 INFO:teuthology.orchestra.run.smithi039.stdout:180388626441 2024-09-16T08:21:53.200 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-16T08:21:53.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:53 smithi039 ceph-mon[25841]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:53.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:53 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:53.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:53 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:53.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:53 smithi161 ceph-mon[34039]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:53.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:53 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:53.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:53 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:21:54.364 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:54.364 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:54.368 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:54.382 INFO:teuthology.orchestra.run.smithi039.stdout:154618822668 2024-09-16T08:21:54.382 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-16T08:21:55.218 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:55 smithi039 ceph-mon[25841]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:55.281 INFO:teuthology.orchestra.run.smithi039.stdout:163208757260 2024-09-16T08:21:55.461 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:55.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:55 smithi161 ceph-mon[34039]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:55.505 INFO:teuthology.orchestra.run.smithi039.stdout:81604378641 2024-09-16T08:21:55.959 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:55.959 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:56.294 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:56 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/158621933' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-16T08:21:56.295 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:56 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/1747461838' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-16T08:21:56.322 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757258 got 163208757260 for osd.6 2024-09-16T08:21:56.322 DEBUG:teuthology.parallel:result is None 2024-09-16T08:21:56.373 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:56 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/158621933' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 6} : dispatch 2024-09-16T08:21:56.373 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:56 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/1747461838' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-16T08:21:56.836 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378640 got 81604378641 for osd.1 2024-09-16T08:21:56.836 DEBUG:teuthology.parallel:result is None 2024-09-16T08:21:57.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:57 smithi161 ceph-mon[34039]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:57.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:57 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/2155454562' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-16T08:21:57.298 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:57 smithi039 ceph-mon[25841]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:57.298 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:57 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/2155454562' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 4} : dispatch 2024-09-16T08:21:57.483 INFO:teuthology.orchestra.run.smithi039.stdout:68719476754 2024-09-16T08:21:58.035 INFO:teuthology.orchestra.run.smithi039.stdout:137438953484 2024-09-16T08:21:58.092 INFO:teuthology.orchestra.run.smithi039.stdout:180388626443 2024-09-16T08:21:58.357 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:58 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/3193490536' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-16T08:21:58.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:58 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/3193490536' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-16T08:21:58.727 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953483 got 137438953484 for osd.4 2024-09-16T08:21:58.728 DEBUG:teuthology.parallel:result is None 2024-09-16T08:21:59.186 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:21:59.321 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:59 smithi039 ceph-mon[25841]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:59.321 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:21:59 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/3382957594' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-16T08:21:59.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:59 smithi161 ceph-mon[34039]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:21:59.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:21:59 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/3382957594' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 7} : dispatch 2024-09-16T08:21:59.648 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476753 got 68719476754 for osd.0 2024-09-16T08:21:59.648 DEBUG:teuthology.parallel:result is None 2024-09-16T08:21:59.995 INFO:tasks.cephadm.ceph_manager.ceph:need seq 180388626441 got 180388626443 for osd.7 2024-09-16T08:21:59.995 DEBUG:teuthology.parallel:result is None 2024-09-16T08:22:00.492 INFO:teuthology.orchestra.run.smithi039.stdout:120259084304 2024-09-16T08:22:00.674 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:22:01.389 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:01 smithi039 ceph-mon[25841]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:01.390 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:01 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/181442896' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-16T08:22:01.417 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084301 got 120259084304 for osd.3 2024-09-16T08:22:01.418 DEBUG:teuthology.parallel:result is None 2024-09-16T08:22:01.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:01 smithi161 ceph-mon[34039]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:01.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:01 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/181442896' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 3} : dispatch 2024-09-16T08:22:01.805 INFO:teuthology.orchestra.run.smithi039.stdout:98784247825 2024-09-16T08:22:02.063 INFO:teuthology.orchestra.run.smithi039.stdout:154618822669 2024-09-16T08:22:02.354 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:02 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/3499783565' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-16T08:22:02.354 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:02 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/1172824746' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-16T08:22:02.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:02 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/3499783565' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-16T08:22:02.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:02 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/1172824746' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 5} : dispatch 2024-09-16T08:22:02.786 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822668 got 154618822669 for osd.5 2024-09-16T08:22:02.787 DEBUG:teuthology.parallel:result is None 2024-09-16T08:22:03.220 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247823 got 98784247825 for osd.2 2024-09-16T08:22:03.220 DEBUG:teuthology.parallel:result is None 2024-09-16T08:22:03.220 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-16T08:22:03.220 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-16T08:22:03.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:03 smithi161 ceph-mon[34039]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:03.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:03 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:22:03.486 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:22:03.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:03 smithi039 ceph-mon[25841]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:03.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:03 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:22:04.110 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:22:04.110 INFO:teuthology.orchestra.run.smithi039.stderr:dumped all 2024-09-16T08:22:04.855 INFO:teuthology.orchestra.run.smithi039.stdout:{"pg_ready":true,"pg_map":{"version":132,"stamp":"2024-09-16T08:22:03.580809+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":132,"ondisk_log_size":132,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":225780,"kb_used_data":5356,"kb_used_omap":12,"kb_used_meta":220211,"kb_avail":749702668,"statfs":{"total":767926730752,"available":767695532032,"internally_reserved":0,"allocated":5484544,"data_stored":3280536,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12751,"internal_metadata":225496625},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002283"},"pg_stats":[{"pgid":"1.0","version":"25'132","reported_seq":185,"reported_epoch":46,"state":"active+clean","last_fresh":"2024-09-16T08:21:23.471448+0000","last_change":"2024-09-16T08:21:23.470978+0000","last_active":"2024-09-16T08:21:23.471448+0000","last_peered":"2024-09-16T08:21:23.471448+0000","last_clean":"2024-09-16T08:21:23.471448+0000","last_became_active":"2024-09-16T08:21:23.470648+0000","last_became_peered":"2024-09-16T08:21:23.470648+0000","last_unstale":"2024-09-16T08:21:23.471448+0000","last_undegraded":"2024-09-16T08:21:23.471448+0000","last_fullsized":"2024-09-16T08:21:23.471448+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T08:20:52.833818+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T08:20:52.833818+0000","last_clean_scrub_stamp":"2024-09-16T08:20:52.833818+0000","objects_scrubbed":0,"log_size":132,"log_dups_size":0,"ondisk_log_size":132,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T16:21:19.806742+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":132,"ondisk_log_size":132,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":42,"seq":180388626444,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28060,"kb_used_data":1032,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93712996,"statfs":{"total":95990841344,"available":95962107904,"internally_reserved":0,"allocated":1056768,"data_stored":779047,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27654602},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":6,"up_from":38,"seq":163208757262,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27488,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713568,"statfs":{"total":95990841344,"available":95962693632,"internally_reserved":0,"allocated":462848,"data_stored":188679,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":5,"up_from":36,"seq":154618822670,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27488,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713568,"statfs":{"total":95990841344,"available":95962693632,"internally_reserved":0,"allocated":462848,"data_stored":188679,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":32,"seq":137438953486,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27484,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713572,"statfs":{"total":95990841344,"available":95962697728,"internally_reserved":0,"allocated":462848,"data_stored":188679,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":28,"seq":120259084305,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28068,"kb_used_data":1032,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93712988,"statfs":{"total":95990841344,"available":95962099712,"internally_reserved":0,"allocated":1056768,"data_stored":779047,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":23,"seq":98784247826,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27484,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713572,"statfs":{"total":95990841344,"available":95962697728,"internally_reserved":0,"allocated":462848,"data_stored":188679,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":19,"seq":81604378643,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27484,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713572,"statfs":{"total":95990841344,"available":95962697728,"internally_reserved":0,"allocated":462848,"data_stored":188679,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":16,"seq":68719476756,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32224,"kb_used_data":1032,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708832,"statfs":{"total":95990841344,"available":95957843968,"internally_reserved":0,"allocated":1056768,"data_stored":779047,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-16T08:22:04.856 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-16T08:22:05.120 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:22:05.339 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:05 smithi039 ceph-mon[25841]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:05.339 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:05 smithi039 ceph-mon[25841]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:22:05.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:05 smithi161 ceph-mon[34039]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:05.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:05 smithi161 ceph-mon[34039]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:22:05.795 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:22:05.795 INFO:teuthology.orchestra.run.smithi039.stderr:dumped all 2024-09-16T08:22:06.477 INFO:teuthology.orchestra.run.smithi039.stdout:{"pg_ready":true,"pg_map":{"version":133,"stamp":"2024-09-16T08:22:05.581258+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":132,"ondisk_log_size":132,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":225780,"kb_used_data":5356,"kb_used_omap":12,"kb_used_meta":220211,"kb_avail":749702668,"statfs":{"total":767926730752,"available":767695532032,"internally_reserved":0,"allocated":5484544,"data_stored":3280536,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12751,"internal_metadata":225496625},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002310"},"pg_stats":[{"pgid":"1.0","version":"25'132","reported_seq":185,"reported_epoch":46,"state":"active+clean","last_fresh":"2024-09-16T08:21:23.471448+0000","last_change":"2024-09-16T08:21:23.470978+0000","last_active":"2024-09-16T08:21:23.471448+0000","last_peered":"2024-09-16T08:21:23.471448+0000","last_clean":"2024-09-16T08:21:23.471448+0000","last_became_active":"2024-09-16T08:21:23.470648+0000","last_became_peered":"2024-09-16T08:21:23.470648+0000","last_unstale":"2024-09-16T08:21:23.471448+0000","last_undegraded":"2024-09-16T08:21:23.471448+0000","last_fullsized":"2024-09-16T08:21:23.471448+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T08:20:52.833818+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T08:20:52.833818+0000","last_clean_scrub_stamp":"2024-09-16T08:20:52.833818+0000","objects_scrubbed":0,"log_size":132,"log_dups_size":0,"ondisk_log_size":132,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T16:21:19.806742+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":96,"num_read_kb":82,"num_write":167,"num_write_kb":3194,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":132,"ondisk_log_size":132,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":42,"seq":180388626444,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28060,"kb_used_data":1032,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93712996,"statfs":{"total":95990841344,"available":95962107904,"internally_reserved":0,"allocated":1056768,"data_stored":779047,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27654602},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":6,"up_from":38,"seq":163208757262,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27488,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713568,"statfs":{"total":95990841344,"available":95962693632,"internally_reserved":0,"allocated":462848,"data_stored":188679,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":5,"up_from":36,"seq":154618822671,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27488,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713568,"statfs":{"total":95990841344,"available":95962693632,"internally_reserved":0,"allocated":462848,"data_stored":188679,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":4,"up_from":32,"seq":137438953486,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27484,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713572,"statfs":{"total":95990841344,"available":95962697728,"internally_reserved":0,"allocated":462848,"data_stored":188679,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":28,"seq":120259084305,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28068,"kb_used_data":1032,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93712988,"statfs":{"total":95990841344,"available":95962099712,"internally_reserved":0,"allocated":1056768,"data_stored":779047,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":23,"seq":98784247826,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27484,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713572,"statfs":{"total":95990841344,"available":95962697728,"internally_reserved":0,"allocated":462848,"data_stored":188679,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":19,"seq":81604378643,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27484,"kb_used_data":452,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713572,"statfs":{"total":95990841344,"available":95962697728,"internally_reserved":0,"allocated":462848,"data_stored":188679,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":16,"seq":68719476756,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32224,"kb_used_data":1032,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708832,"statfs":{"total":95990841344,"available":95957843968,"internally_reserved":0,"allocated":1056768,"data_stored":779047,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-16T08:22:06.477 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-16T08:22:06.478 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-16T08:22:06.478 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-16T08:22:06.478 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-16T08:22:06.737 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:22:07.266 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:07 smithi039 ceph-mon[25841]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:07.266 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:07 smithi039 ceph-mon[25841]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:22:07.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:07 smithi161 ceph-mon[34039]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:07.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:07 smithi161 ceph-mon[34039]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:22:07.583 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:22:07.583 INFO:teuthology.orchestra.run.smithi039.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-16T08:22:08.138 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:08 smithi039 ceph-mon[25841]: from='client.? 172.21.15.39:0/1951183132' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-16T08:22:08.168 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-16T08:22:08.169 INFO:tasks.cephadm:Setup complete, yielding 2024-09-16T08:22:08.169 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-16T08:22:08.179 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi039.front.sepia.ceph.com 2024-09-16T08:22:08.180 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- bash -c 'ceph orch status' 2024-09-16T08:22:08.439 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:22:08.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:08 smithi161 ceph-mon[34039]: from='client.? 172.21.15.39:0/1951183132' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-16T08:22:09.111 INFO:teuthology.orchestra.run.smithi039.stdout:Backend: cephadm 2024-09-16T08:22:09.111 INFO:teuthology.orchestra.run.smithi039.stdout:Available: Yes 2024-09-16T08:22:09.111 INFO:teuthology.orchestra.run.smithi039.stdout:Paused: No 2024-09-16T08:22:09.414 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:09 smithi039 ceph-mon[25841]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:09.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:09 smithi161 ceph-mon[34039]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:09.732 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ps' 2024-09-16T08:22:09.989 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:22:10.406 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:10 smithi039 ceph-mon[25841]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:22:10.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:10 smithi161 ceph-mon[34039]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:22:10.732 INFO:teuthology.orchestra.run.smithi039.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T08:22:10.732 INFO:teuthology.orchestra.run.smithi039.stdout:alertmanager.smithi039 smithi039 *:9093,9094 running (2m) 41s ago 3m 18.0M - 0.27.0 11f11916f8cd 959cccc9b773 2024-09-16T08:22:10.732 INFO:teuthology.orchestra.run.smithi039.stdout:ceph-exporter.smithi039 smithi039 running (4m) 41s ago 4m 8178k - 19.3.0-4917-g8293d73f 425e316ba8eb 253cc2e1d2e5 2024-09-16T08:22:10.732 INFO:teuthology.orchestra.run.smithi039.stdout:ceph-exporter.smithi161 smithi161 running (3m) 47s ago 3m 5322k - 19.3.0-4917-g8293d73f 425e316ba8eb 9619cc90843b 2024-09-16T08:22:10.733 INFO:teuthology.orchestra.run.smithi039.stdout:crash.smithi039 smithi039 running (4m) 41s ago 4m 6895k - 19.3.0-4917-g8293d73f 425e316ba8eb 0d967084e866 2024-09-16T08:22:10.733 INFO:teuthology.orchestra.run.smithi039.stdout:crash.smithi161 smithi161 running (3m) 47s ago 3m 6891k - 19.3.0-4917-g8293d73f 425e316ba8eb 17cfb4de829c 2024-09-16T08:22:10.733 INFO:teuthology.orchestra.run.smithi039.stdout:grafana.smithi039 smithi039 *:3000 running (2m) 41s ago 3m 78.6M - 10.4.0 c8b91775d855 8981a1ceec1a 2024-09-16T08:22:10.733 INFO:teuthology.orchestra.run.smithi039.stdout:mgr.smithi039.tlkitu smithi039 *:9283,8765,8443 running (5m) 41s ago 5m 511M - 19.3.0-4917-g8293d73f 425e316ba8eb 6ec2c76cfb1b 2024-09-16T08:22:10.733 INFO:teuthology.orchestra.run.smithi039.stdout:mgr.smithi161.vahkbs smithi161 *:8443,9283,8765 running (3m) 47s ago 3m 456M - 19.3.0-4917-g8293d73f 425e316ba8eb 6229614e9f3c 2024-09-16T08:22:10.733 INFO:teuthology.orchestra.run.smithi039.stdout:mon.smithi039 smithi039 running (5m) 41s ago 5m 49.2M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb f4dfe1022697 2024-09-16T08:22:10.733 INFO:teuthology.orchestra.run.smithi039.stdout:mon.smithi161 smithi161 running (2m) 47s ago 2m 44.6M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb 56b6edd66747 2024-09-16T08:22:10.733 INFO:teuthology.orchestra.run.smithi039.stdout:node-exporter.smithi039 smithi039 *:9100 running (4m) 41s ago 3m 10.2M - 1.7.0 72c9c2088986 6da52458f96a 2024-09-16T08:22:10.733 INFO:teuthology.orchestra.run.smithi039.stdout:node-exporter.smithi161 smithi161 *:9100 running (3m) 47s ago 3m 12.2M - 1.7.0 72c9c2088986 4da76bd6a1f8 2024-09-16T08:22:10.733 INFO:teuthology.orchestra.run.smithi039.stdout:osd.0 smithi161 running (97s) 47s ago 96s 45.3M 3728M 19.3.0-4917-g8293d73f 425e316ba8eb c65998dee5c7 2024-09-16T08:22:10.733 INFO:teuthology.orchestra.run.smithi039.stdout:osd.1 smithi039 running (93s) 41s ago 93s 38.3M 2960M 19.3.0-4917-g8293d73f 425e316ba8eb 1b317438c1d6 2024-09-16T08:22:10.733 INFO:teuthology.orchestra.run.smithi039.stdout:osd.2 smithi161 running (87s) 47s ago 86s 39.7M 3728M 19.3.0-4917-g8293d73f 425e316ba8eb ea8605d0ac38 2024-09-16T08:22:10.733 INFO:teuthology.orchestra.run.smithi039.stdout:osd.3 smithi039 running (82s) 41s ago 81s 37.9M 2960M 19.3.0-4917-g8293d73f 425e316ba8eb 34b654e1d58c 2024-09-16T08:22:10.734 INFO:teuthology.orchestra.run.smithi039.stdout:osd.4 smithi161 running (77s) 47s ago 77s 37.3M 3728M 19.3.0-4917-g8293d73f 425e316ba8eb 1976870b99f7 2024-09-16T08:22:10.734 INFO:teuthology.orchestra.run.smithi039.stdout:osd.5 smithi039 running (70s) 41s ago 70s 33.0M 2960M 19.3.0-4917-g8293d73f 425e316ba8eb e35c4dd25ab6 2024-09-16T08:22:10.734 INFO:teuthology.orchestra.run.smithi039.stdout:osd.6 smithi161 running (67s) 47s ago 67s 28.0M 3728M 19.3.0-4917-g8293d73f 425e316ba8eb 6ba0678375bd 2024-09-16T08:22:10.734 INFO:teuthology.orchestra.run.smithi039.stdout:osd.7 smithi039 running (58s) 41s ago 58s 40.5M 2960M 19.3.0-4917-g8293d73f 425e316ba8eb 5f04afacacc5 2024-09-16T08:22:10.734 INFO:teuthology.orchestra.run.smithi039.stdout:prometheus.smithi039 smithi039 *:9095 running (2m) 41s ago 3m 41.9M - 2.51.0 1d3b7f56885b 9fcd607bd5be 2024-09-16T08:22:11.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:11 smithi039 ceph-mon[25841]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:11.417 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ls' 2024-09-16T08:22:11.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:11 smithi161 ceph-mon[34039]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:11.679 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:22:12.327 INFO:teuthology.orchestra.run.smithi039.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-16T08:22:12.327 INFO:teuthology.orchestra.run.smithi039.stdout:alertmanager ?:9093,9094 1/1 42s ago 4m count:1 2024-09-16T08:22:12.327 INFO:teuthology.orchestra.run.smithi039.stdout:ceph-exporter 2/2 48s ago 4m * 2024-09-16T08:22:12.327 INFO:teuthology.orchestra.run.smithi039.stdout:crash 2/2 48s ago 4m * 2024-09-16T08:22:12.327 INFO:teuthology.orchestra.run.smithi039.stdout:grafana ?:3000 1/1 42s ago 4m count:1 2024-09-16T08:22:12.327 INFO:teuthology.orchestra.run.smithi039.stdout:mgr 2/2 48s ago 4m count:2 2024-09-16T08:22:12.328 INFO:teuthology.orchestra.run.smithi039.stdout:mon 2/2 48s ago 4m smithi039:172.21.15.39=smithi039;smithi161:172.21.15.161=smithi161;count:2 2024-09-16T08:22:12.328 INFO:teuthology.orchestra.run.smithi039.stdout:node-exporter ?:9100 2/2 48s ago 4m * 2024-09-16T08:22:12.328 INFO:teuthology.orchestra.run.smithi039.stdout:osd.all-available-devices 8 48s ago 2m * 2024-09-16T08:22:12.328 INFO:teuthology.orchestra.run.smithi039.stdout:prometheus ?:9095 1/1 42s ago 4m count:1 2024-09-16T08:22:12.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:12 smithi161 ceph-mon[34039]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:22:12.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:12 smithi039 ceph-mon[25841]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:22:12.964 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- bash -c 'ceph orch host ls' 2024-09-16T08:22:13.225 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:22:13.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:13 smithi039 ceph-mon[25841]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:13.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:13 smithi039 ceph-mon[25841]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:22:13.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:13 smithi161 ceph-mon[34039]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:13.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:13 smithi161 ceph-mon[34039]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:22:13.872 INFO:teuthology.orchestra.run.smithi039.stdout:HOST ADDR LABELS STATUS 2024-09-16T08:22:13.872 INFO:teuthology.orchestra.run.smithi039.stdout:smithi039 172.21.15.39 2024-09-16T08:22:13.873 INFO:teuthology.orchestra.run.smithi039.stdout:smithi161 172.21.15.161 2024-09-16T08:22:13.873 INFO:teuthology.orchestra.run.smithi039.stdout:2 hosts in cluster 2024-09-16T08:22:14.625 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- bash -c 'ceph orch device ls' 2024-09-16T08:22:14.891 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:22:15.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:15 smithi039 ceph-mon[25841]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:15.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:15 smithi039 ceph-mon[25841]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:22:15.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:15 smithi161 ceph-mon[34039]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:15.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:15 smithi161 ceph-mon[34039]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:22:15.513 INFO:teuthology.orchestra.run.smithi039.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-16T08:22:15.513 INFO:teuthology.orchestra.run.smithi039.stdout:smithi039 /dev/nvme0n1 ssd INTEL_SSDPEDKE040T7_BTLE736102QX4P0KGN 3726G No 41s ago Has a FileSystem, LVM detected 2024-09-16T08:22:15.514 INFO:teuthology.orchestra.run.smithi039.stdout:smithi039 /dev/nvme1n1 ssd Linux_1bd25fa445464d1e250b 89.4G No 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-16T08:22:15.514 INFO:teuthology.orchestra.run.smithi039.stdout:smithi039 /dev/nvme2n1 ssd Linux_fd97f86cd5a230a35e9a 89.4G No 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-16T08:22:15.514 INFO:teuthology.orchestra.run.smithi039.stdout:smithi039 /dev/nvme3n1 ssd Linux_2bba6cd10301bd833e0e 89.4G No 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-16T08:22:15.514 INFO:teuthology.orchestra.run.smithi039.stdout:smithi039 /dev/nvme4n1 ssd Linux_2b6e265f7f203e061517 89.4G No 41s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-16T08:22:15.514 INFO:teuthology.orchestra.run.smithi039.stdout:smithi161 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6233001X400BGN 372G No 48s ago Has a FileSystem, LVM detected 2024-09-16T08:22:15.514 INFO:teuthology.orchestra.run.smithi039.stdout:smithi161 /dev/nvme1n1 ssd Linux_4623cddb59dfa630aa9b 89.4G No 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-16T08:22:15.514 INFO:teuthology.orchestra.run.smithi039.stdout:smithi161 /dev/nvme2n1 ssd Linux_878263907c9f562fcc37 89.4G No 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-16T08:22:15.514 INFO:teuthology.orchestra.run.smithi039.stdout:smithi161 /dev/nvme3n1 ssd Linux_45195b4040bc6505ead9 89.4G No 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-16T08:22:15.515 INFO:teuthology.orchestra.run.smithi039.stdout:smithi161 /dev/nvme4n1 ssd Linux_6e4cc31feede62622555 89.4G No 48s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-16T08:22:16.327 INFO:teuthology.run_tasks:Running task vip... 2024-09-16T08:22:16.339 INFO:tasks.vip:Allocating static IPs for each host... 2024-09-16T08:22:16.339 INFO:tasks.vip:peername 172.21.15.39 2024-09-16T08:22:16.342 INFO:tasks.vip:172.21.15.39 in 172.21.0.0/20, pos 3878 2024-09-16T08:22:16.346 INFO:tasks.vip:smithi039.front.sepia.ceph.com static 10.0.15.39, vnet 10.0.0.0/16 2024-09-16T08:22:16.346 INFO:tasks.vip:VIPs are [IPv4Address('10.0.31.39')] 2024-09-16T08:22:16.347 DEBUG:teuthology.orchestra.run.smithi039:> sudo ip route ls 2024-09-16T08:22:16.374 INFO:teuthology.orchestra.run.smithi039.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.39 metric 100 2024-09-16T08:22:16.374 INFO:teuthology.orchestra.run.smithi039.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.39 metric 100 2024-09-16T08:22:16.375 INFO:tasks.vip:Configuring 10.0.15.39 on smithi039.front.sepia.ceph.com iface ens1f0... 2024-09-16T08:22:16.375 DEBUG:teuthology.orchestra.run.smithi039:> sudo ip addr add 10.0.15.39/16 dev ens1f0 2024-09-16T08:22:16.443 INFO:tasks.vip:peername 172.21.15.161 2024-09-16T08:22:16.445 INFO:tasks.vip:172.21.15.161 in 172.21.0.0/20, pos 4000 2024-09-16T08:22:16.509 INFO:tasks.vip:smithi161.front.sepia.ceph.com static 10.0.15.161, vnet 10.0.0.0/16 2024-09-16T08:22:16.509 DEBUG:teuthology.orchestra.run.smithi161:> sudo ip route ls 2024-09-16T08:22:16.542 INFO:teuthology.orchestra.run.smithi161.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.161 metric 100 2024-09-16T08:22:16.542 INFO:teuthology.orchestra.run.smithi161.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.161 metric 100 2024-09-16T08:22:16.543 INFO:tasks.vip:Configuring 10.0.15.161 on smithi161.front.sepia.ceph.com iface enp3s0f1... 2024-09-16T08:22:16.543 DEBUG:teuthology.orchestra.run.smithi161:> sudo ip addr add 10.0.15.161/16 dev enp3s0f1 2024-09-16T08:22:16.612 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-16T08:22:16.621 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi039.front.sepia.ceph.com 2024-09-16T08:22:16.622 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- bash -c 'ceph orch device ls --refresh' 2024-09-16T08:22:16.880 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:22:17.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:17 smithi039 ceph-mon[25841]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:22:17.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:17 smithi039 ceph-mon[25841]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:17.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:17 smithi161 ceph-mon[34039]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:22:17.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:17 smithi161 ceph-mon[34039]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:17.498 INFO:teuthology.orchestra.run.smithi039.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-16T08:22:17.498 INFO:teuthology.orchestra.run.smithi039.stdout:smithi039 /dev/nvme0n1 ssd INTEL_SSDPEDKE040T7_BTLE736102QX4P0KGN 3726G No 43s ago Has a FileSystem, LVM detected 2024-09-16T08:22:17.499 INFO:teuthology.orchestra.run.smithi039.stdout:smithi039 /dev/nvme1n1 ssd Linux_1bd25fa445464d1e250b 89.4G No 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-16T08:22:17.499 INFO:teuthology.orchestra.run.smithi039.stdout:smithi039 /dev/nvme2n1 ssd Linux_fd97f86cd5a230a35e9a 89.4G No 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-16T08:22:17.499 INFO:teuthology.orchestra.run.smithi039.stdout:smithi039 /dev/nvme3n1 ssd Linux_2bba6cd10301bd833e0e 89.4G No 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-16T08:22:17.499 INFO:teuthology.orchestra.run.smithi039.stdout:smithi039 /dev/nvme4n1 ssd Linux_2b6e265f7f203e061517 89.4G No 43s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-16T08:22:17.499 INFO:teuthology.orchestra.run.smithi039.stdout:smithi161 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6233001X400BGN 372G No 50s ago Has a FileSystem, LVM detected 2024-09-16T08:22:17.499 INFO:teuthology.orchestra.run.smithi039.stdout:smithi161 /dev/nvme1n1 ssd Linux_4623cddb59dfa630aa9b 89.4G No 50s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-16T08:22:17.500 INFO:teuthology.orchestra.run.smithi039.stdout:smithi161 /dev/nvme2n1 ssd Linux_878263907c9f562fcc37 89.4G No 50s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-16T08:22:17.500 INFO:teuthology.orchestra.run.smithi039.stdout:smithi161 /dev/nvme3n1 ssd Linux_45195b4040bc6505ead9 89.4G No 50s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-16T08:22:17.500 INFO:teuthology.orchestra.run.smithi039.stdout:smithi161 /dev/nvme4n1 ssd Linux_6e4cc31feede62622555 89.4G No 50s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-16T08:22:18.096 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-16T08:22:18.106 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi039.front.sepia.ceph.com 2024-09-16T08:22:18.106 DEBUG:teuthology.orchestra.run.smithi039:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-16T08:22:18.133 INFO:teuthology.orchestra.run.smithi039.stderr:+ systemctl stop nfs-server 2024-09-16T08:22:18.141 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi161.front.sepia.ceph.com 2024-09-16T08:22:18.141 DEBUG:teuthology.orchestra.run.smithi161:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-16T08:22:18.166 INFO:teuthology.orchestra.run.smithi161.stderr:+ systemctl stop nfs-server 2024-09-16T08:22:18.173 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-16T08:22:18.185 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi039.front.sepia.ceph.com 2024-09-16T08:22:18.185 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- bash -c 'ceph fs volume create foofs' 2024-09-16T08:22:18.266 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:18 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:22:18.267 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:18 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:22:18.511 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:18 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:22:18.512 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:18 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:22:18.971 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:22:19.374 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:19 smithi039 ceph-mon[25841]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:22:19.375 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:19 smithi039 ceph-mon[25841]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:19.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:19 smithi161 ceph-mon[34039]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:22:19.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:19 smithi161 ceph-mon[34039]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:20.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:20.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:20.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:20 smithi161 ceph-mon[34039]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:20.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:20 smithi161 ceph-mon[34039]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:22:20.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd pool create", "pool": "cephfs.foofs.meta"} : dispatch 2024-09-16T08:22:20.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:20.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:20.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:20.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:20.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:20 smithi039 ceph-mon[25841]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:20.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:20 smithi039 ceph-mon[25841]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:22:20.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd pool create", "pool": "cephfs.foofs.meta"} : dispatch 2024-09-16T08:22:20.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:20.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:21.679 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:21 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-16T08:22:21.679 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:21 smithi039 ceph-mon[25841]: osdmap e47: 8 total, 8 up, 8 in 2024-09-16T08:22:21.679 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:21 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"} : dispatch 2024-09-16T08:22:21.679 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:21 smithi039 ceph-dd6afd60-7403-11ef-bceb-c7b262605968-mon-smithi039[25818]: 2024-09-16T08:22:21.543+0000 7fe3222dc640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-16T08:22:21.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:21 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-09-16T08:22:21.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:21 smithi161 ceph-mon[34039]: osdmap e47: 8 total, 8 up, 8 in 2024-09-16T08:22:21.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:21 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"} : dispatch 2024-09-16T08:22:22.330 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.39/16 --port 2999' 2024-09-16T08:22:22.660 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:22 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-16T08:22:22.661 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:22 smithi039 ceph-mon[25841]: osdmap e48: 8 total, 8 up, 8 in 2024-09-16T08:22:22.661 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:22 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"} : dispatch 2024-09-16T08:22:22.661 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:22 smithi039 ceph-mon[25841]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-16T08:22:22.661 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:22 smithi039 ceph-mon[25841]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-16T08:22:22.661 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:22 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-16T08:22:22.661 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:22 smithi039 ceph-mon[25841]: osdmap e49: 8 total, 8 up, 8 in 2024-09-16T08:22:22.661 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:22 smithi039 ceph-mon[25841]: fsmap foofs:0 2024-09-16T08:22:22.661 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:22 smithi039 ceph-mon[25841]: Saving service mds.foofs spec with placement count:2 2024-09-16T08:22:22.662 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:22 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:22.662 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:22 smithi039 ceph-mon[25841]: pgmap v144: 65 pgs: 7 creating+peering, 1 active+clean, 57 unknown; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:22.951 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:22 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-09-16T08:22:22.951 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:22 smithi161 ceph-mon[34039]: osdmap e48: 8 total, 8 up, 8 in 2024-09-16T08:22:22.951 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:22 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"} : dispatch 2024-09-16T08:22:22.951 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:22 smithi161 ceph-mon[34039]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-09-16T08:22:22.951 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:22 smithi161 ceph-mon[34039]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-09-16T08:22:22.951 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:22 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-09-16T08:22:22.951 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:22 smithi161 ceph-mon[34039]: osdmap e49: 8 total, 8 up, 8 in 2024-09-16T08:22:22.951 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:22 smithi161 ceph-mon[34039]: fsmap foofs:0 2024-09-16T08:22:22.952 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:22 smithi161 ceph-mon[34039]: Saving service mds.foofs spec with placement count:2 2024-09-16T08:22:22.952 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:22 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:22.952 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:22 smithi161 ceph-mon[34039]: pgmap v144: 65 pgs: 7 creating+peering, 1 active+clean, 57 unknown; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:23.128 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:22:23.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:23 smithi161 ceph-mon[34039]: osdmap e50: 8 total, 8 up, 8 in 2024-09-16T08:22:23.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:23 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:23.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:23 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:23.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:23 smithi039 ceph-mon[25841]: osdmap e50: 8 total, 8 up, 8 in 2024-09-16T08:22:23.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:23 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:23.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:23 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:24.569 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:24 smithi039 ceph-mon[25841]: osdmap e51: 8 total, 8 up, 8 in 2024-09-16T08:22:24.569 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:24 smithi039 ceph-mon[25841]: pgmap v147: 65 pgs: 1 creating+activating, 12 creating+peering, 30 active+clean, 22 unknown; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:24.569 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:24 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:24.569 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:24 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:24.569 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:24 smithi039 ceph-mon[25841]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.39/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:22:24.569 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:24 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true} : dispatch 2024-09-16T08:22:24.569 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:24 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:24.569 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:24 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:24.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:24 smithi161 ceph-mon[34039]: osdmap e51: 8 total, 8 up, 8 in 2024-09-16T08:22:24.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:24 smithi161 ceph-mon[34039]: pgmap v147: 65 pgs: 1 creating+activating, 12 creating+peering, 30 active+clean, 22 unknown; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:24.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:24 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:24.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:24 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:24.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:24 smithi161 ceph-mon[34039]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.39/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:22:24.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:24 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true} : dispatch 2024-09-16T08:22:24.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:24 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:24.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:24 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:25.948 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:25 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-16T08:22:25.948 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:25 smithi039 ceph-mon[25841]: osdmap e52: 8 total, 8 up, 8 in 2024-09-16T08:22:25.948 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:25 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"} : dispatch 2024-09-16T08:22:25.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:25 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-16T08:22:25.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:25 smithi161 ceph-mon[34039]: osdmap e52: 8 total, 8 up, 8 in 2024-09-16T08:22:25.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:25 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"} : dispatch 2024-09-16T08:22:26.699 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-09-16T08:22:26.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:26 smithi161 ceph-mon[34039]: pgmap v149: 97 pgs: 1 creating+activating, 12 creating+peering, 41 active+clean, 43 unknown; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:26.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:26 smithi161 ceph-mon[34039]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T08:22:26.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:26 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-16T08:22:26.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:26 smithi161 ceph-mon[34039]: osdmap e53: 8 total, 8 up, 8 in 2024-09-16T08:22:26.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:26 smithi161 ceph-mon[34039]: Saving service nfs.foo spec with placement count:1 2024-09-16T08:22:26.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:26 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:26.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:26 smithi161 ceph-mon[34039]: Saving service ingress.nfs.foo spec with placement count:2 2024-09-16T08:22:26.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:26 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:26.985 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:22:27.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:26 smithi039 ceph-mon[25841]: pgmap v149: 97 pgs: 1 creating+activating, 12 creating+peering, 41 active+clean, 43 unknown; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail 2024-09-16T08:22:27.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:26 smithi039 ceph-mon[25841]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T08:22:27.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:26 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-16T08:22:27.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:26 smithi039 ceph-mon[25841]: osdmap e53: 8 total, 8 up, 8 in 2024-09-16T08:22:27.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:26 smithi039 ceph-mon[25841]: Saving service nfs.foo spec with placement count:1 2024-09-16T08:22:27.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:26 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:27.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:26 smithi039 ceph-mon[25841]: Saving service ingress.nfs.foo spec with placement count:2 2024-09-16T08:22:27.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:26 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:27.949 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:27 smithi039 ceph-mon[25841]: osdmap e54: 8 total, 8 up, 8 in 2024-09-16T08:22:27.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:27 smithi161 ceph-mon[34039]: osdmap e54: 8 total, 8 up, 8 in 2024-09-16T08:22:28.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:28 smithi039 ceph-mon[25841]: pgmap v152: 97 pgs: 84 active+clean, 13 unknown; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-16T08:22:28.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:28 smithi039 ceph-mon[25841]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T08:22:28.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:28 smithi039 ceph-mon[25841]: mgrmap e21: smithi039.tlkitu(active, since 3m), standbys: smithi161.vahkbs 2024-09-16T08:22:28.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:28 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:28.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:28 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:28.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:28 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:22:28.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:28 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:22:28.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:28 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:28.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:28 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:22:28.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:28 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi161.umtytd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-16T08:22:28.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:28 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi161.umtytd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-16T08:22:28.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:28 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:22:28.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:28 smithi039 ceph-mon[25841]: Deploying daemon mds.foofs.smithi161.umtytd on smithi161 2024-09-16T08:22:28.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:28 smithi161 ceph-mon[34039]: pgmap v152: 97 pgs: 84 active+clean, 13 unknown; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-16T08:22:28.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:28 smithi161 ceph-mon[34039]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T08:22:28.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:28 smithi161 ceph-mon[34039]: mgrmap e21: smithi039.tlkitu(active, since 3m), standbys: smithi161.vahkbs 2024-09-16T08:22:28.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:28 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:28.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:28 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:28.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:28 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:22:28.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:28 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:22:28.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:28 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:28.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:28 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:22:28.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:28 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi161.umtytd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-16T08:22:28.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:28 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi161.umtytd", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-16T08:22:28.974 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:28 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:22:28.974 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:28 smithi161 ceph-mon[34039]: Deploying daemon mds.foofs.smithi161.umtytd on smithi161 2024-09-16T08:22:29.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:29 smithi161 ceph-mon[34039]: from='client.14678 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:22:30.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:29 smithi039 ceph-mon[25841]: from='client.14678 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:22:30.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:30 smithi161 ceph-mon[34039]: pgmap v153: 97 pgs: 95 active+clean, 2 unknown; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-16T08:22:30.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:30 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:30.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:30 smithi161 ceph-mon[34039]: daemon mds.foofs.smithi161.umtytd assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-16T08:22:30.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:30 smithi161 ceph-mon[34039]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-16T08:22:30.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:30 smithi161 ceph-mon[34039]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-16T08:22:30.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:30 smithi161 ceph-mon[34039]: Cluster is now healthy 2024-09-16T08:22:30.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:30 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:30.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:30 smithi161 ceph-mon[34039]: mds.? [v2:172.21.15.161:6832/781488517,v1:172.21.15.161:6833/781488517] up:boot 2024-09-16T08:22:30.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:30 smithi161 ceph-mon[34039]: fsmap foofs:1 {0=foofs.smithi161.umtytd=up:creating} 2024-09-16T08:22:30.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:30 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mds metadata", "who": "foofs.smithi161.umtytd"} : dispatch 2024-09-16T08:22:30.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:30 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:30.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:30 smithi161 ceph-mon[34039]: daemon mds.foofs.smithi161.umtytd is now active in filesystem foofs as rank 0 2024-09-16T08:22:30.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:30 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi039.syvkvh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-16T08:22:30.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:30 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi039.syvkvh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-16T08:22:30.973 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:30 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:22:31.029 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:30 smithi039 ceph-mon[25841]: pgmap v153: 97 pgs: 95 active+clean, 2 unknown; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-09-16T08:22:31.029 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:30 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:31.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:30 smithi039 ceph-mon[25841]: daemon mds.foofs.smithi161.umtytd assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-09-16T08:22:31.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:30 smithi039 ceph-mon[25841]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-09-16T08:22:31.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:30 smithi039 ceph-mon[25841]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-09-16T08:22:31.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:30 smithi039 ceph-mon[25841]: Cluster is now healthy 2024-09-16T08:22:31.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:30 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:31.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:30 smithi039 ceph-mon[25841]: mds.? [v2:172.21.15.161:6832/781488517,v1:172.21.15.161:6833/781488517] up:boot 2024-09-16T08:22:31.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:30 smithi039 ceph-mon[25841]: fsmap foofs:1 {0=foofs.smithi161.umtytd=up:creating} 2024-09-16T08:22:31.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:30 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mds metadata", "who": "foofs.smithi161.umtytd"} : dispatch 2024-09-16T08:22:31.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:30 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:31.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:30 smithi039 ceph-mon[25841]: daemon mds.foofs.smithi161.umtytd is now active in filesystem foofs as rank 0 2024-09-16T08:22:31.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:30 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "mds.foofs.smithi039.syvkvh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]} : dispatch 2024-09-16T08:22:31.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:30 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi039.syvkvh", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-09-16T08:22:31.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:30 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:22:31.502 INFO:teuthology.orchestra.run.smithi039.stdout:{ 2024-09-16T08:22:31.502 INFO:teuthology.orchestra.run.smithi039.stdout: "bind": "/fake", 2024-09-16T08:22:31.502 INFO:teuthology.orchestra.run.smithi039.stdout: "cluster": "foo", 2024-09-16T08:22:31.502 INFO:teuthology.orchestra.run.smithi039.stdout: "fs": "foofs", 2024-09-16T08:22:31.503 INFO:teuthology.orchestra.run.smithi039.stdout: "mode": "RW", 2024-09-16T08:22:31.503 INFO:teuthology.orchestra.run.smithi039.stdout: "path": "/" 2024-09-16T08:22:31.503 INFO:teuthology.orchestra.run.smithi039.stdout:} 2024-09-16T08:22:32.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:31 smithi039 ceph-mon[25841]: Deploying daemon mds.foofs.smithi039.syvkvh on smithi039 2024-09-16T08:22:32.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:31 smithi039 ceph-mon[25841]: mds.? [v2:172.21.15.161:6832/781488517,v1:172.21.15.161:6833/781488517] up:active 2024-09-16T08:22:32.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:31 smithi039 ceph-mon[25841]: fsmap foofs:1 {0=foofs.smithi161.umtytd=up:active} 2024-09-16T08:22:32.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:31 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-16T08:22:32.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:31 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-09-16T08:22:32.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:31 smithi161 ceph-mon[34039]: Deploying daemon mds.foofs.smithi039.syvkvh on smithi039 2024-09-16T08:22:32.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:31 smithi161 ceph-mon[34039]: mds.? [v2:172.21.15.161:6832/781488517,v1:172.21.15.161:6833/781488517] up:active 2024-09-16T08:22:32.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:31 smithi161 ceph-mon[34039]: fsmap foofs:1 {0=foofs.smithi161.umtytd=up:active} 2024-09-16T08:22:32.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:31 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"} : dispatch 2024-09-16T08:22:32.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:31 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2024-09-16T08:22:32.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:32 smithi039 ceph-mon[25841]: pgmap v154: 97 pgs: 97 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 296 B/s wr, 1 op/s 2024-09-16T08:22:32.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:32 smithi039 ceph-mon[25841]: mgrmap e22: smithi039.tlkitu(active, since 3m), standbys: smithi161.vahkbs 2024-09-16T08:22:32.806 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-16T08:22:32.822 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-09-16T08:22:32.823 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-16T08:22:33.004 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:32 smithi161 ceph-mon[34039]: pgmap v154: 97 pgs: 97 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 296 B/s wr, 1 op/s 2024-09-16T08:22:33.004 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:32 smithi161 ceph-mon[34039]: mgrmap e22: smithi039.tlkitu(active, since 3m), standbys: smithi161.vahkbs 2024-09-16T08:22:33.401 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:22:33.963 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:22:33.963 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:33.963 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:33.963 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:33.963 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:33.964 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:33.964 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:33.964 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi039.ppczkk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-16T08:22:33.964 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi039.ppczkk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-16T08:22:33.964 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]} : dispatch 2024-09-16T08:22:33.964 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-16T08:22:33.964 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:22:33.964 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-16T08:22:33.964 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-16T08:22:33.964 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi039.ppczkk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-16T08:22:33.964 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi039.ppczkk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-16T08:22:33.964 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:22:34.185 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:22:34.186 INFO:teuthology.orchestra.run.smithi039.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-16T08:17:34.937901Z", "last_refresh": "2024-09-16T08:22:23.669067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:18:58.120375Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-16T08:17:29.504500Z", "last_refresh": "2024-09-16T08:22:19.516311Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:00.952354Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-16T08:17:28.130668Z", "last_refresh": "2024-09-16T08:22:19.516402Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-16T08:17:32.536319Z", "last_refresh": "2024-09-16T08:22:23.669145Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:22:25.728253Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.39/16"}, "status": {"created": "2024-09-16T08:22:25.725461Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.39/16"}}, {"events": ["2024-09-16T08:22:33.438378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-16T08:22:21.557176Z", "running": 0, "size": 2}}, {"events": ["2024-09-16T08:19:08.609506Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-16T08:17:26.579980Z", "last_refresh": "2024-09-16T08:22:19.516560Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:17.501023Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi039:172.21.15.39=smithi039", "smithi161:172.21.15.161=smithi161"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-16T08:18:12.195165Z", "last_refresh": "2024-09-16T08:22:19.516628Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:22:33.442058Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-16T08:22:25.720654Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-16T08:19:05.074511Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-16T08:17:33.715678Z", "last_refresh": "2024-09-16T08:22:19.516476Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:22.902151Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-16T08:19:22.898310Z", "last_refresh": "2024-09-16T08:22:19.516696Z", "running": 8, "size": 8}}, {"events": ["2024-09-16T08:19:17.505915Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-16T08:17:31.157209Z", "last_refresh": "2024-09-16T08:22:23.669223Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-16T08:22:34.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:22:34.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:34.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:34.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:34.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:34.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:34.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:34.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi039.ppczkk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-16T08:22:34.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi039.ppczkk", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-16T08:22:34.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]} : dispatch 2024-09-16T08:22:34.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-16T08:22:34.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:22:34.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-16T08:22:34.223 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-16T08:22:34.223 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi039.ppczkk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-16T08:22:34.223 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi039.ppczkk-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-16T08:22:34.223 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:22:34.961 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-16T08:22:35.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:34 smithi039 ceph-mon[25841]: Creating key for client.nfs.foo.0.0.smithi039.ppczkk 2024-09-16T08:22:35.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:34 smithi039 ceph-mon[25841]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-16T08:22:35.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:34 smithi039 ceph-mon[25841]: Rados config object exists: conf-nfs.foo 2024-09-16T08:22:35.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:34 smithi039 ceph-mon[25841]: Creating key for client.nfs.foo.0.0.smithi039.ppczkk-rgw 2024-09-16T08:22:35.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:34 smithi039 ceph-mon[25841]: Bind address in nfs.foo.0.0.smithi039.ppczkk's ganesha conf is defaulting to empty 2024-09-16T08:22:35.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:34 smithi039 ceph-mon[25841]: Deploying daemon nfs.foo.0.0.smithi039.ppczkk on smithi039 2024-09-16T08:22:35.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:34 smithi039 ceph-mon[25841]: pgmap v155: 97 pgs: 97 active+clean; 580 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s wr, 6 op/s 2024-09-16T08:22:35.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:34 smithi039 ceph-mon[25841]: mds.? [v2:172.21.15.39:6834/3652230885,v1:172.21.15.39:6835/3652230885] up:boot 2024-09-16T08:22:35.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:34 smithi039 ceph-mon[25841]: fsmap foofs:1 {0=foofs.smithi161.umtytd=up:active} 1 up:standby 2024-09-16T08:22:35.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mds metadata", "who": "foofs.smithi039.syvkvh"} : dispatch 2024-09-16T08:22:35.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:34 smithi039 ceph-mon[25841]: fsmap foofs:1 {0=foofs.smithi161.umtytd=up:active} 1 up:standby 2024-09-16T08:22:35.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:34 smithi039 ceph-mon[25841]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:22:35.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:34 smithi161 ceph-mon[34039]: Creating key for client.nfs.foo.0.0.smithi039.ppczkk 2024-09-16T08:22:35.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:34 smithi161 ceph-mon[34039]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-16T08:22:35.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:34 smithi161 ceph-mon[34039]: Rados config object exists: conf-nfs.foo 2024-09-16T08:22:35.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:34 smithi161 ceph-mon[34039]: Creating key for client.nfs.foo.0.0.smithi039.ppczkk-rgw 2024-09-16T08:22:35.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:34 smithi161 ceph-mon[34039]: Bind address in nfs.foo.0.0.smithi039.ppczkk's ganesha conf is defaulting to empty 2024-09-16T08:22:35.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:34 smithi161 ceph-mon[34039]: Deploying daemon nfs.foo.0.0.smithi039.ppczkk on smithi039 2024-09-16T08:22:35.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:34 smithi161 ceph-mon[34039]: pgmap v155: 97 pgs: 97 active+clean; 580 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s wr, 6 op/s 2024-09-16T08:22:35.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:34 smithi161 ceph-mon[34039]: mds.? [v2:172.21.15.39:6834/3652230885,v1:172.21.15.39:6835/3652230885] up:boot 2024-09-16T08:22:35.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:34 smithi161 ceph-mon[34039]: fsmap foofs:1 {0=foofs.smithi161.umtytd=up:active} 1 up:standby 2024-09-16T08:22:35.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "mds metadata", "who": "foofs.smithi039.syvkvh"} : dispatch 2024-09-16T08:22:35.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:34 smithi161 ceph-mon[34039]: fsmap foofs:1 {0=foofs.smithi161.umtytd=up:active} 1 up:standby 2024-09-16T08:22:35.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:34 smithi161 ceph-mon[34039]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:22:35.963 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-16T08:22:36.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:35 smithi039 ceph-mon[25841]: mds.? [v2:172.21.15.161:6832/781488517,v1:172.21.15.161:6833/781488517] up:active 2024-09-16T08:22:36.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:35 smithi039 ceph-mon[25841]: fsmap foofs:1 {0=foofs.smithi161.umtytd=up:active} 1 up:standby 2024-09-16T08:22:36.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:35 smithi161 ceph-mon[34039]: mds.? [v2:172.21.15.161:6832/781488517,v1:172.21.15.161:6833/781488517] up:active 2024-09-16T08:22:36.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:35 smithi161 ceph-mon[34039]: fsmap foofs:1 {0=foofs.smithi161.umtytd=up:active} 1 up:standby 2024-09-16T08:22:36.366 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:22:36.987 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:36 smithi039 ceph-mon[25841]: pgmap v156: 97 pgs: 97 active+clean; 580 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s wr, 5 op/s 2024-09-16T08:22:37.031 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:22:37.032 INFO:teuthology.orchestra.run.smithi039.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-16T08:17:34.937901Z", "last_refresh": "2024-09-16T08:22:23.669067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:18:58.120375Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-16T08:17:29.504500Z", "last_refresh": "2024-09-16T08:22:19.516311Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:00.952354Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-16T08:17:28.130668Z", "last_refresh": "2024-09-16T08:22:19.516402Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-16T08:17:32.536319Z", "last_refresh": "2024-09-16T08:22:23.669145Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:22:25.728253Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.39/16"}, "status": {"created": "2024-09-16T08:22:25.725461Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.39/16"}}, {"events": ["2024-09-16T08:22:33.438378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-16T08:22:21.557176Z", "running": 0, "size": 2}}, {"events": ["2024-09-16T08:19:08.609506Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-16T08:17:26.579980Z", "last_refresh": "2024-09-16T08:22:19.516560Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:17.501023Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi039:172.21.15.39=smithi039", "smithi161:172.21.15.161=smithi161"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-16T08:18:12.195165Z", "last_refresh": "2024-09-16T08:22:19.516628Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:22:33.442058Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-16T08:22:25.720654Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-16T08:19:05.074511Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-16T08:17:33.715678Z", "last_refresh": "2024-09-16T08:22:19.516476Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:22.902151Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-16T08:19:22.898310Z", "last_refresh": "2024-09-16T08:22:19.516696Z", "running": 8, "size": 8}}, {"events": ["2024-09-16T08:19:17.505915Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-16T08:17:31.157209Z", "last_refresh": "2024-09-16T08:22:23.669223Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-16T08:22:37.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:36 smithi161 ceph-mon[34039]: pgmap v156: 97 pgs: 97 active+clean; 580 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s wr, 5 op/s 2024-09-16T08:22:37.850 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-16T08:22:37.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:37 smithi161 ceph-mon[34039]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:22:37.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:37 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:38.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:37 smithi039 ceph-mon[25841]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:22:38.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:37 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:38.851 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-16T08:22:39.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:38 smithi039 ceph-mon[25841]: pgmap v157: 97 pgs: 97 active+clean; 580 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 188 B/s rd, 1.8 KiB/s wr, 4 op/s 2024-09-16T08:22:39.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:38 smithi039 ceph-mon[25841]: mds.? [v2:172.21.15.39:6834/3652230885,v1:172.21.15.39:6835/3652230885] up:standby 2024-09-16T08:22:39.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:38 smithi039 ceph-mon[25841]: fsmap foofs:1 {0=foofs.smithi161.umtytd=up:active} 1 up:standby 2024-09-16T08:22:39.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:38 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:39.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:38 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:39.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:38 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:39.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:38 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:39.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:38 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:39.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:38 smithi039 ceph-mon[25841]: Deploying daemon haproxy.nfs.foo.smithi039.ykkhlh on smithi039 2024-09-16T08:22:39.119 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:22:39.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:38 smithi161 ceph-mon[34039]: pgmap v157: 97 pgs: 97 active+clean; 580 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 188 B/s rd, 1.8 KiB/s wr, 4 op/s 2024-09-16T08:22:39.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:38 smithi161 ceph-mon[34039]: mds.? [v2:172.21.15.39:6834/3652230885,v1:172.21.15.39:6835/3652230885] up:standby 2024-09-16T08:22:39.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:38 smithi161 ceph-mon[34039]: fsmap foofs:1 {0=foofs.smithi161.umtytd=up:active} 1 up:standby 2024-09-16T08:22:39.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:38 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:39.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:38 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:39.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:38 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:39.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:38 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:39.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:38 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:39.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:38 smithi161 ceph-mon[34039]: Deploying daemon haproxy.nfs.foo.smithi039.ykkhlh on smithi039 2024-09-16T08:22:39.936 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:22:39.937 INFO:teuthology.orchestra.run.smithi039.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-16T08:17:34.937901Z", "last_refresh": "2024-09-16T08:22:23.669067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:18:58.120375Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-16T08:17:29.504500Z", "last_refresh": "2024-09-16T08:22:19.516311Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:00.952354Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-16T08:17:28.130668Z", "last_refresh": "2024-09-16T08:22:19.516402Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-16T08:17:32.536319Z", "last_refresh": "2024-09-16T08:22:23.669145Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:22:25.728253Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.39/16"}, "status": {"created": "2024-09-16T08:22:25.725461Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.39/16"}}, {"events": ["2024-09-16T08:22:33.438378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-16T08:22:21.557176Z", "running": 0, "size": 2}}, {"events": ["2024-09-16T08:19:08.609506Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-16T08:17:26.579980Z", "last_refresh": "2024-09-16T08:22:19.516560Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:17.501023Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi039:172.21.15.39=smithi039", "smithi161:172.21.15.161=smithi161"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-16T08:18:12.195165Z", "last_refresh": "2024-09-16T08:22:19.516628Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:22:38.268916Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-16T08:22:25.720654Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-16T08:19:05.074511Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-16T08:17:33.715678Z", "last_refresh": "2024-09-16T08:22:19.516476Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:22.902151Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-16T08:19:22.898310Z", "last_refresh": "2024-09-16T08:22:19.516696Z", "running": 8, "size": 8}}, {"events": ["2024-09-16T08:19:17.505915Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-16T08:17:31.157209Z", "last_refresh": "2024-09-16T08:22:23.669223Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-16T08:22:41.008 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:40 smithi039 ceph-mon[25841]: pgmap v158: 97 pgs: 97 active+clean; 580 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-16T08:22:41.008 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:40 smithi039 ceph-mon[25841]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:22:41.141 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:40 smithi161 ceph-mon[34039]: pgmap v158: 97 pgs: 97 active+clean; 580 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-16T08:22:41.141 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:40 smithi161 ceph-mon[34039]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:22:41.182 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-16T08:22:42.184 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-16T08:22:42.906 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:22:43.106 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:42 smithi039 ceph-mon[25841]: pgmap v159: 97 pgs: 97 active+clean; 580 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-16T08:22:43.106 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:42 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:43.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:42 smithi161 ceph-mon[34039]: pgmap v159: 97 pgs: 97 active+clean; 580 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.7 KiB/s wr, 4 op/s 2024-09-16T08:22:43.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:42 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:43.723 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:22:43.723 INFO:teuthology.orchestra.run.smithi039.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-16T08:17:34.937901Z", "last_refresh": "2024-09-16T08:22:23.669067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:18:58.120375Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-16T08:17:29.504500Z", "last_refresh": "2024-09-16T08:22:19.516311Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:00.952354Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-16T08:17:28.130668Z", "last_refresh": "2024-09-16T08:22:19.516402Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-16T08:17:32.536319Z", "last_refresh": "2024-09-16T08:22:23.669145Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:22:25.728253Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.39/16"}, "status": {"created": "2024-09-16T08:22:25.725461Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.39/16"}}, {"events": ["2024-09-16T08:22:33.438378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-16T08:22:21.557176Z", "running": 0, "size": 2}}, {"events": ["2024-09-16T08:19:08.609506Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-16T08:17:26.579980Z", "last_refresh": "2024-09-16T08:22:19.516560Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:17.501023Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi039:172.21.15.39=smithi039", "smithi161:172.21.15.161=smithi161"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-16T08:18:12.195165Z", "last_refresh": "2024-09-16T08:22:19.516628Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:22:38.268916Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-16T08:22:25.720654Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-16T08:19:05.074511Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-16T08:17:33.715678Z", "last_refresh": "2024-09-16T08:22:19.516476Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:22.902151Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-16T08:19:22.898310Z", "last_refresh": "2024-09-16T08:22:19.516696Z", "running": 8, "size": 8}}, {"events": ["2024-09-16T08:19:17.505915Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-16T08:17:31.157209Z", "last_refresh": "2024-09-16T08:22:23.669223Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-16T08:22:44.345 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-16T08:22:44.931 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:44 smithi039 ceph-mon[25841]: pgmap v160: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2024-09-16T08:22:44.931 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:44 smithi039 ceph-mon[25841]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:22:45.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:44 smithi161 ceph-mon[34039]: pgmap v160: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2024-09-16T08:22:45.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:44 smithi161 ceph-mon[34039]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:22:45.346 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-16T08:22:45.645 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:22:46.321 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:22:46.322 INFO:teuthology.orchestra.run.smithi039.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-16T08:17:34.937901Z", "last_refresh": "2024-09-16T08:22:23.669067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:18:58.120375Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-16T08:17:29.504500Z", "last_refresh": "2024-09-16T08:22:19.516311Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:00.952354Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-16T08:17:28.130668Z", "last_refresh": "2024-09-16T08:22:19.516402Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-16T08:17:32.536319Z", "last_refresh": "2024-09-16T08:22:23.669145Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:22:25.728253Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.39/16"}, "status": {"created": "2024-09-16T08:22:25.725461Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.39/16"}}, {"events": ["2024-09-16T08:22:33.438378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-16T08:22:21.557176Z", "running": 0, "size": 2}}, {"events": ["2024-09-16T08:19:08.609506Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-16T08:17:26.579980Z", "last_refresh": "2024-09-16T08:22:19.516560Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:17.501023Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi039:172.21.15.39=smithi039", "smithi161:172.21.15.161=smithi161"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-16T08:18:12.195165Z", "last_refresh": "2024-09-16T08:22:19.516628Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:22:38.268916Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-16T08:22:25.720654Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-16T08:19:05.074511Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-16T08:17:33.715678Z", "last_refresh": "2024-09-16T08:22:19.516476Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:22.902151Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-16T08:19:22.898310Z", "last_refresh": "2024-09-16T08:22:19.516696Z", "running": 8, "size": 8}}, {"events": ["2024-09-16T08:19:17.505915Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-16T08:17:31.157209Z", "last_refresh": "2024-09-16T08:22:23.669223Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-16T08:22:47.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:46 smithi039 ceph-mon[25841]: pgmap v161: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2024-09-16T08:22:47.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:46 smithi039 ceph-mon[25841]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:22:47.095 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-16T08:22:47.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:46 smithi161 ceph-mon[34039]: pgmap v161: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2024-09-16T08:22:47.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:46 smithi161 ceph-mon[34039]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:22:48.096 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-16T08:22:48.372 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:22:48.494 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:48 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:48.494 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:48 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:48.494 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:48 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:48.494 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:48 smithi039 ceph-mon[25841]: Deploying daemon haproxy.nfs.foo.smithi161.fipgnv on smithi161 2024-09-16T08:22:48.494 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:48 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:22:48.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:48 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:48.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:48 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:48.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:48 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:48.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:48 smithi161 ceph-mon[34039]: Deploying daemon haproxy.nfs.foo.smithi161.fipgnv on smithi161 2024-09-16T08:22:48.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:48 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:22:49.080 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:22:49.080 INFO:teuthology.orchestra.run.smithi039.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-16T08:17:34.937901Z", "last_refresh": "2024-09-16T08:22:23.669067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:18:58.120375Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-16T08:17:29.504500Z", "last_refresh": "2024-09-16T08:22:19.516311Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:00.952354Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-16T08:17:28.130668Z", "last_refresh": "2024-09-16T08:22:19.516402Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-16T08:17:32.536319Z", "last_refresh": "2024-09-16T08:22:23.669145Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:22:47.321659Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.39/16"}, "status": {"created": "2024-09-16T08:22:25.725461Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.39/16"}}, {"events": ["2024-09-16T08:22:33.438378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-16T08:22:21.557176Z", "running": 0, "size": 2}}, {"events": ["2024-09-16T08:19:08.609506Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-16T08:17:26.579980Z", "last_refresh": "2024-09-16T08:22:19.516560Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:17.501023Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi039:172.21.15.39=smithi039", "smithi161:172.21.15.161=smithi161"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-16T08:18:12.195165Z", "last_refresh": "2024-09-16T08:22:19.516628Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:22:38.268916Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-16T08:22:25.720654Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-16T08:19:05.074511Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-16T08:17:33.715678Z", "last_refresh": "2024-09-16T08:22:19.516476Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:22.902151Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-16T08:19:22.898310Z", "last_refresh": "2024-09-16T08:22:19.516696Z", "running": 8, "size": 8}}, {"events": ["2024-09-16T08:19:17.505915Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-16T08:17:31.157209Z", "last_refresh": "2024-09-16T08:22:23.669223Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-16T08:22:49.398 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:49 smithi039 ceph-mon[25841]: pgmap v162: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2024-09-16T08:22:49.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:49 smithi161 ceph-mon[34039]: pgmap v162: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2024-09-16T08:22:49.814 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-16T08:22:50.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:50 smithi161 ceph-mon[34039]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:22:50.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:50 smithi039 ceph-mon[25841]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:22:50.815 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-16T08:22:51.090 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:22:51.493 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:51 smithi039 ceph-mon[25841]: pgmap v163: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-09-16T08:22:51.697 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:22:51.698 INFO:teuthology.orchestra.run.smithi039.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-16T08:17:34.937901Z", "last_refresh": "2024-09-16T08:22:23.669067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:18:58.120375Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-16T08:17:29.504500Z", "last_refresh": "2024-09-16T08:22:19.516311Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:00.952354Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-16T08:17:28.130668Z", "last_refresh": "2024-09-16T08:22:19.516402Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-16T08:17:32.536319Z", "last_refresh": "2024-09-16T08:22:23.669145Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:22:47.321659Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.39/16"}, "status": {"created": "2024-09-16T08:22:25.725461Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.39/16"}}, {"events": ["2024-09-16T08:22:33.438378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-16T08:22:21.557176Z", "running": 0, "size": 2}}, {"events": ["2024-09-16T08:19:08.609506Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-16T08:17:26.579980Z", "last_refresh": "2024-09-16T08:22:19.516560Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:17.501023Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi039:172.21.15.39=smithi039", "smithi161:172.21.15.161=smithi161"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-16T08:18:12.195165Z", "last_refresh": "2024-09-16T08:22:19.516628Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:22:38.268916Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-16T08:22:25.720654Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-16T08:19:05.074511Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-16T08:17:33.715678Z", "last_refresh": "2024-09-16T08:22:19.516476Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:22.902151Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-16T08:19:22.898310Z", "last_refresh": "2024-09-16T08:22:19.516696Z", "running": 8, "size": 8}}, {"events": ["2024-09-16T08:19:17.505915Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-16T08:17:31.157209Z", "last_refresh": "2024-09-16T08:22:23.669223Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-16T08:22:51.698 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:51 smithi161 ceph-mon[34039]: pgmap v163: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-09-16T08:22:52.392 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-16T08:22:53.393 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-16T08:22:53.672 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:22:53.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:53 smithi161 ceph-mon[34039]: pgmap v164: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-09-16T08:22:53.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:53 smithi161 ceph-mon[34039]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:22:53.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:53 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:53.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:53 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:53.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:53 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:53.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:53 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:53.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:53 smithi039 ceph-mon[25841]: pgmap v164: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2024-09-16T08:22:53.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:53 smithi039 ceph-mon[25841]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:22:53.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:53 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:53.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:53 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:53.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:53 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:53.782 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:53 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:22:54.362 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:22:54.363 INFO:teuthology.orchestra.run.smithi039.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-16T08:17:34.937901Z", "last_refresh": "2024-09-16T08:22:23.669067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:18:58.120375Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-16T08:17:29.504500Z", "last_refresh": "2024-09-16T08:22:19.516311Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:00.952354Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-16T08:17:28.130668Z", "last_refresh": "2024-09-16T08:22:19.516402Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-16T08:17:32.536319Z", "last_refresh": "2024-09-16T08:22:23.669145Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:22:53.290872Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.39/16"}, "status": {"created": "2024-09-16T08:22:25.725461Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.39/16"}}, {"events": ["2024-09-16T08:22:33.438378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-16T08:22:21.557176Z", "running": 0, "size": 2}}, {"events": ["2024-09-16T08:19:08.609506Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-16T08:17:26.579980Z", "last_refresh": "2024-09-16T08:22:19.516560Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:17.501023Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi039:172.21.15.39=smithi039", "smithi161:172.21.15.161=smithi161"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-16T08:18:12.195165Z", "last_refresh": "2024-09-16T08:22:19.516628Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:22:38.268916Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-16T08:22:25.720654Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-16T08:19:05.074511Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-16T08:17:33.715678Z", "last_refresh": "2024-09-16T08:22:19.516476Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:22.902151Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-16T08:19:22.898310Z", "last_refresh": "2024-09-16T08:22:19.516696Z", "running": 8, "size": 8}}, {"events": ["2024-09-16T08:19:17.505915Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-16T08:17:31.157209Z", "last_refresh": "2024-09-16T08:22:23.669223Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-16T08:22:54.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:54 smithi161 ceph-mon[34039]: 10.0.31.39 is in 10.0.0.0/16 on smithi039 interface ens1f0 2024-09-16T08:22:54.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:54 smithi161 ceph-mon[34039]: 10.0.31.39 is in 10.0.0.0/16 on smithi161 interface enp3s0f1 2024-09-16T08:22:54.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:54 smithi161 ceph-mon[34039]: Deploying daemon keepalived.nfs.foo.smithi039.tvurfd on smithi039 2024-09-16T08:22:54.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:54 smithi039 ceph-mon[25841]: 10.0.31.39 is in 10.0.0.0/16 on smithi039 interface ens1f0 2024-09-16T08:22:54.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:54 smithi039 ceph-mon[25841]: 10.0.31.39 is in 10.0.0.0/16 on smithi161 interface enp3s0f1 2024-09-16T08:22:54.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:54 smithi039 ceph-mon[25841]: Deploying daemon keepalived.nfs.foo.smithi039.tvurfd on smithi039 2024-09-16T08:22:55.457 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-16T08:22:55.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:55 smithi161 ceph-mon[34039]: pgmap v165: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 767 B/s wr, 1 op/s 2024-09-16T08:22:55.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:55 smithi161 ceph-mon[34039]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:22:55.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:55 smithi039 ceph-mon[25841]: pgmap v165: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 767 B/s wr, 1 op/s 2024-09-16T08:22:55.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:55 smithi039 ceph-mon[25841]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:22:56.458 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-16T08:22:57.117 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:22:57.495 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:57 smithi039 ceph-mon[25841]: pgmap v166: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:22:57.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:57 smithi161 ceph-mon[34039]: pgmap v166: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:22:58.003 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:22:58.003 INFO:teuthology.orchestra.run.smithi039.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-16T08:17:34.937901Z", "last_refresh": "2024-09-16T08:22:23.669067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:18:58.120375Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-16T08:17:29.504500Z", "last_refresh": "2024-09-16T08:22:19.516311Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:00.952354Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-16T08:17:28.130668Z", "last_refresh": "2024-09-16T08:22:19.516402Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-16T08:17:32.536319Z", "last_refresh": "2024-09-16T08:22:23.669145Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:22:53.290872Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.39/16"}, "status": {"created": "2024-09-16T08:22:25.725461Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.39/16"}}, {"events": ["2024-09-16T08:22:33.438378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-16T08:22:21.557176Z", "running": 0, "size": 2}}, {"events": ["2024-09-16T08:19:08.609506Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-16T08:17:26.579980Z", "last_refresh": "2024-09-16T08:22:19.516560Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:17.501023Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi039:172.21.15.39=smithi039", "smithi161:172.21.15.161=smithi161"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-16T08:18:12.195165Z", "last_refresh": "2024-09-16T08:22:19.516628Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:22:38.268916Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-16T08:22:25.720654Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-16T08:19:05.074511Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-16T08:17:33.715678Z", "last_refresh": "2024-09-16T08:22:19.516476Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:22.902151Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-16T08:19:22.898310Z", "last_refresh": "2024-09-16T08:22:19.516696Z", "running": 8, "size": 8}}, {"events": ["2024-09-16T08:19:17.505915Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-16T08:17:31.157209Z", "last_refresh": "2024-09-16T08:22:23.669223Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-16T08:22:58.897 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-16T08:22:59.692 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:59 smithi039 ceph-mon[25841]: pgmap v167: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:22:59.692 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:22:59 smithi039 ceph-mon[25841]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:22:59.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:59 smithi161 ceph-mon[34039]: pgmap v167: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:22:59.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:22:59 smithi161 ceph-mon[34039]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:22:59.899 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-16T08:23:00.236 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:23:00.891 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:23:00.891 INFO:teuthology.orchestra.run.smithi039.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-16T08:17:34.937901Z", "last_refresh": "2024-09-16T08:22:23.669067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:18:58.120375Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-16T08:17:29.504500Z", "last_refresh": "2024-09-16T08:22:19.516311Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:00.952354Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-16T08:17:28.130668Z", "last_refresh": "2024-09-16T08:22:19.516402Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-16T08:17:32.536319Z", "last_refresh": "2024-09-16T08:22:23.669145Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:22:53.290872Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.39/16"}, "status": {"created": "2024-09-16T08:22:25.725461Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.39/16"}}, {"events": ["2024-09-16T08:22:33.438378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-16T08:22:21.557176Z", "running": 0, "size": 2}}, {"events": ["2024-09-16T08:19:08.609506Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-16T08:17:26.579980Z", "last_refresh": "2024-09-16T08:22:19.516560Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:17.501023Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi039:172.21.15.39=smithi039", "smithi161:172.21.15.161=smithi161"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-16T08:18:12.195165Z", "last_refresh": "2024-09-16T08:22:19.516628Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:22:38.268916Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-16T08:22:25.720654Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-16T08:19:05.074511Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-16T08:17:33.715678Z", "last_refresh": "2024-09-16T08:22:19.516476Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:22.902151Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-16T08:19:22.898310Z", "last_refresh": "2024-09-16T08:22:19.516696Z", "running": 8, "size": 8}}, {"events": ["2024-09-16T08:19:17.505915Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-16T08:17:31.157209Z", "last_refresh": "2024-09-16T08:22:23.669223Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-16T08:23:01.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:01 smithi039 ceph-mon[25841]: pgmap v168: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:01.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:01 smithi161 ceph-mon[34039]: pgmap v168: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:01.860 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-16T08:23:02.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:02 smithi161 ceph-mon[34039]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:23:02.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:02 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:02.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:02 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:02.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:02 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:02.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:02 smithi161 ceph-mon[34039]: 10.0.31.39 is in 10.0.0.0/16 on smithi161 interface enp3s0f1 2024-09-16T08:23:02.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:02 smithi161 ceph-mon[34039]: 10.0.31.39 is in 10.0.0.0/16 on smithi039 interface ens1f0 2024-09-16T08:23:02.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:02 smithi161 ceph-mon[34039]: Deploying daemon keepalived.nfs.foo.smithi161.uymmlt on smithi161 2024-09-16T08:23:02.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:02 smithi039 ceph-mon[25841]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:23:02.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:02 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:02.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:02 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:02.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:02 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:02.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:02 smithi039 ceph-mon[25841]: 10.0.31.39 is in 10.0.0.0/16 on smithi161 interface enp3s0f1 2024-09-16T08:23:02.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:02 smithi039 ceph-mon[25841]: 10.0.31.39 is in 10.0.0.0/16 on smithi039 interface ens1f0 2024-09-16T08:23:02.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:02 smithi039 ceph-mon[25841]: Deploying daemon keepalived.nfs.foo.smithi161.uymmlt on smithi161 2024-09-16T08:23:02.861 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-16T08:23:03.140 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:23:03.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:03 smithi039 ceph-mon[25841]: pgmap v169: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:03.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:03 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:23:03.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:03 smithi161 ceph-mon[34039]: pgmap v169: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:03.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:03 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:23:03.785 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:23:03.785 INFO:teuthology.orchestra.run.smithi039.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-16T08:17:34.937901Z", "last_refresh": "2024-09-16T08:22:23.669067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:18:58.120375Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-16T08:17:29.504500Z", "last_refresh": "2024-09-16T08:22:19.516311Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:00.952354Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-16T08:17:28.130668Z", "last_refresh": "2024-09-16T08:22:19.516402Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-16T08:17:32.536319Z", "last_refresh": "2024-09-16T08:22:23.669145Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:23:01.406509Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.39/16"}, "status": {"created": "2024-09-16T08:22:25.725461Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.39/16"}}, {"events": ["2024-09-16T08:22:33.438378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-16T08:22:21.557176Z", "running": 0, "size": 2}}, {"events": ["2024-09-16T08:19:08.609506Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-16T08:17:26.579980Z", "last_refresh": "2024-09-16T08:22:19.516560Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:17.501023Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi039:172.21.15.39=smithi039", "smithi161:172.21.15.161=smithi161"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-16T08:18:12.195165Z", "last_refresh": "2024-09-16T08:22:19.516628Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:22:38.268916Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-16T08:22:25.720654Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-16T08:19:05.074511Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-16T08:17:33.715678Z", "last_refresh": "2024-09-16T08:22:19.516476Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:22.902151Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-16T08:19:22.898310Z", "last_refresh": "2024-09-16T08:22:19.516696Z", "running": 8, "size": 8}}, {"events": ["2024-09-16T08:19:17.505915Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-16T08:17:31.157209Z", "last_refresh": "2024-09-16T08:22:23.669223Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-16T08:23:04.742 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-16T08:23:05.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:05 smithi161 ceph-mon[34039]: pgmap v170: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-16T08:23:05.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:05 smithi161 ceph-mon[34039]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:23:05.743 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-16T08:23:05.773 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:05 smithi039 ceph-mon[25841]: pgmap v170: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-16T08:23:05.774 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:05 smithi039 ceph-mon[25841]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:23:06.019 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:23:06.634 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:23:06.634 INFO:teuthology.orchestra.run.smithi039.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-16T08:17:34.937901Z", "last_refresh": "2024-09-16T08:22:23.669067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:18:58.120375Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-16T08:17:29.504500Z", "last_refresh": "2024-09-16T08:22:19.516311Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:00.952354Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-16T08:17:28.130668Z", "last_refresh": "2024-09-16T08:22:19.516402Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-16T08:17:32.536319Z", "last_refresh": "2024-09-16T08:22:23.669145Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:23:01.406509Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.39/16"}, "status": {"created": "2024-09-16T08:22:25.725461Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.39/16"}}, {"events": ["2024-09-16T08:22:33.438378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-16T08:22:21.557176Z", "running": 0, "size": 2}}, {"events": ["2024-09-16T08:19:08.609506Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-16T08:17:26.579980Z", "last_refresh": "2024-09-16T08:22:19.516560Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:17.501023Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi039:172.21.15.39=smithi039", "smithi161:172.21.15.161=smithi161"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-16T08:18:12.195165Z", "last_refresh": "2024-09-16T08:22:19.516628Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:22:38.268916Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-16T08:22:25.720654Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-16T08:19:05.074511Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-16T08:17:33.715678Z", "last_refresh": "2024-09-16T08:22:19.516476Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:22.902151Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-16T08:19:22.898310Z", "last_refresh": "2024-09-16T08:22:19.516696Z", "running": 8, "size": 8}}, {"events": ["2024-09-16T08:19:17.505915Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-16T08:17:31.157209Z", "last_refresh": "2024-09-16T08:22:23.669223Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-16T08:23:07.270 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-16T08:23:07.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:07 smithi161 ceph-mon[34039]: pgmap v171: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:07.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:07 smithi039 ceph-mon[25841]: pgmap v171: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:08.271 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-16T08:23:08.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:08 smithi039 ceph-mon[25841]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:23:08.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:08 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:08.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:08 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:08.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:08 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:08.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:08 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:08.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:08 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:23:08.554 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:23:08.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:08 smithi161 ceph-mon[34039]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:23:08.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:08 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:08.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:08 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:08.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:08 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:08.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:08 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:08.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:08 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:23:09.706 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:09 smithi161 ceph-mon[34039]: pgmap v172: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:09.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:09 smithi039 ceph-mon[25841]: pgmap v172: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:10.617 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:10 smithi039 ceph-mon[25841]: pgmap v173: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:10.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:10 smithi161 ceph-mon[34039]: pgmap v173: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:10.807 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:23:10.807 INFO:teuthology.orchestra.run.smithi039.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-16T08:17:34.937901Z", "last_refresh": "2024-09-16T08:22:23.669067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:18:58.120375Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-16T08:17:29.504500Z", "last_refresh": "2024-09-16T08:22:19.516311Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:00.952354Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-16T08:17:28.130668Z", "last_refresh": "2024-09-16T08:22:19.516402Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-16T08:17:32.536319Z", "last_refresh": "2024-09-16T08:22:23.669145Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:23:08.320521Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.39/16"}, "status": {"created": "2024-09-16T08:22:25.725461Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.39/16"}}, {"events": ["2024-09-16T08:22:33.438378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-16T08:22:21.557176Z", "running": 0, "size": 2}}, {"events": ["2024-09-16T08:19:08.609506Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-16T08:17:26.579980Z", "last_refresh": "2024-09-16T08:22:19.516560Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:17.501023Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi039:172.21.15.39=smithi039", "smithi161:172.21.15.161=smithi161"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-16T08:18:12.195165Z", "last_refresh": "2024-09-16T08:22:19.516628Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:22:38.268916Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-16T08:22:25.720654Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-16T08:19:05.074511Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-16T08:17:33.715678Z", "last_refresh": "2024-09-16T08:22:19.516476Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:22.902151Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-16T08:19:22.898310Z", "last_refresh": "2024-09-16T08:22:19.516696Z", "running": 8, "size": 8}}, {"events": ["2024-09-16T08:19:17.505915Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-16T08:17:31.157209Z", "last_refresh": "2024-09-16T08:22:23.669223Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-16T08:23:11.619 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:11 smithi039 ceph-mon[25841]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:23:11.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:11 smithi161 ceph-mon[34039]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:23:11.760 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-16T08:23:12.760 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-16T08:23:13.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:12 smithi039 ceph-mon[25841]: pgmap v174: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:13.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:12 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:13.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:12 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:13.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:12 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:13.161 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:23:13.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:12 smithi161 ceph-mon[34039]: pgmap v174: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:13.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:13.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:13.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:14.244 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:23:14.263 INFO:teuthology.orchestra.run.smithi039.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-16T08:17:34.937901Z", "last_refresh": "2024-09-16T08:22:23.669067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:18:58.120375Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-16T08:17:29.504500Z", "last_refresh": "2024-09-16T08:22:23.668825Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:00.952354Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-16T08:17:28.130668Z", "last_refresh": "2024-09-16T08:22:23.668905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-16T08:17:32.536319Z", "last_refresh": "2024-09-16T08:22:23.669145Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:23:08.320521Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.39/16"}, "status": {"created": "2024-09-16T08:22:25.725461Z", "last_refresh": "2024-09-16T08:23:11.885763Z", "ports": [2999, 9999], "running": 2, "size": 4, "virtual_ip": "10.0.31.39/16"}}, {"events": ["2024-09-16T08:22:33.438378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-16T08:22:21.557176Z", "last_refresh": "2024-09-16T08:23:11.885695Z", "running": 1, "size": 2}}, {"events": ["2024-09-16T08:19:08.609506Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-16T08:17:26.579980Z", "last_refresh": "2024-09-16T08:22:23.668741Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:17.501023Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi039:172.21.15.39=smithi039", "smithi161:172.21.15.161=smithi161"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-16T08:18:12.195165Z", "last_refresh": "2024-09-16T08:22:23.668641Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:22:38.268916Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-16T08:22:25.720654Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-16T08:19:05.074511Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-16T08:17:33.715678Z", "last_refresh": "2024-09-16T08:22:23.668987Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:22.902151Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-16T08:19:22.898310Z", "last_refresh": "2024-09-16T08:22:23.669302Z", "running": 8, "size": 8}}, {"events": ["2024-09-16T08:19:17.505915Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-16T08:17:31.157209Z", "last_refresh": "2024-09-16T08:22:23.669223Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-16T08:23:14.807 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-16T08:23:15.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:14 smithi039 ceph-mon[25841]: pgmap v175: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-16T08:23:15.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:14 smithi039 ceph-mon[25841]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:23:15.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:14 smithi161 ceph-mon[34039]: pgmap v175: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-16T08:23:15.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:14 smithi161 ceph-mon[34039]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:23:15.808 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-16T08:23:16.259 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:23:16.971 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:23:16.971 INFO:teuthology.orchestra.run.smithi039.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-16T08:17:34.937901Z", "last_refresh": "2024-09-16T08:22:23.669067Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:18:58.120375Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-16T08:17:29.504500Z", "last_refresh": "2024-09-16T08:22:23.668825Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:00.952354Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-16T08:17:28.130668Z", "last_refresh": "2024-09-16T08:22:23.668905Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-16T08:17:32.536319Z", "last_refresh": "2024-09-16T08:22:23.669145Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:23:08.320521Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.39/16"}, "status": {"created": "2024-09-16T08:22:25.725461Z", "last_refresh": "2024-09-16T08:23:11.885763Z", "ports": [2999, 9999], "running": 2, "size": 4, "virtual_ip": "10.0.31.39/16"}}, {"events": ["2024-09-16T08:22:33.438378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-16T08:22:21.557176Z", "last_refresh": "2024-09-16T08:23:11.885695Z", "running": 1, "size": 2}}, {"events": ["2024-09-16T08:19:08.609506Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-16T08:17:26.579980Z", "last_refresh": "2024-09-16T08:22:23.668741Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:17.501023Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi039:172.21.15.39=smithi039", "smithi161:172.21.15.161=smithi161"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-16T08:18:12.195165Z", "last_refresh": "2024-09-16T08:22:23.668641Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:22:38.268916Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-16T08:22:25.720654Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2024-09-16T08:19:05.074511Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-16T08:17:33.715678Z", "last_refresh": "2024-09-16T08:22:23.668987Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:22.902151Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-16T08:19:22.898310Z", "last_refresh": "2024-09-16T08:22:23.669302Z", "running": 8, "size": 8}}, {"events": ["2024-09-16T08:19:17.505915Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-16T08:17:31.157209Z", "last_refresh": "2024-09-16T08:22:23.669223Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-16T08:23:16.971 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:16 smithi039 ceph-mon[25841]: pgmap v176: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:17.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:16 smithi161 ceph-mon[34039]: pgmap v176: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:17.961 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-16T08:23:18.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:17 smithi161 ceph-mon[34039]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:23:18.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:17 smithi039 ceph-mon[25841]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:23:18.962 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-16T08:23:19.180 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:18 smithi039 ceph-mon[25841]: pgmap v177: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:19.180 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:18 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:23:19.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:18 smithi161 ceph-mon[34039]: pgmap v177: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:19.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:18 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:23:19.890 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:23:20.600 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:23:20.600 INFO:teuthology.orchestra.run.smithi039.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-16T08:17:34.937901Z", "last_refresh": "2024-09-16T08:23:19.920976Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:18:58.120375Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-16T08:17:29.504500Z", "last_refresh": "2024-09-16T08:23:11.885029Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:00.952354Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-16T08:17:28.130668Z", "last_refresh": "2024-09-16T08:23:11.885124Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-16T08:17:32.536319Z", "last_refresh": "2024-09-16T08:23:19.921098Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:23:08.320521Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.39/16"}, "status": {"created": "2024-09-16T08:22:25.725461Z", "last_refresh": "2024-09-16T08:23:11.885763Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.39/16"}}, {"events": ["2024-09-16T08:22:33.438378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-16T08:22:21.557176Z", "last_refresh": "2024-09-16T08:23:11.885695Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:08.609506Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-16T08:17:26.579980Z", "last_refresh": "2024-09-16T08:23:11.885267Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:17.501023Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi039:172.21.15.39=smithi039", "smithi161:172.21.15.161=smithi161"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-16T08:18:12.195165Z", "last_refresh": "2024-09-16T08:23:11.885337Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:23:20.292399Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-16T08:22:25.720654Z", "last_refresh": "2024-09-16T08:23:19.921991Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:19:05.074511Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-16T08:17:33.715678Z", "last_refresh": "2024-09-16T08:23:11.885197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:22.902151Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-16T08:19:22.898310Z", "last_refresh": "2024-09-16T08:23:11.885405Z", "running": 8, "size": 8}}, {"events": ["2024-09-16T08:19:17.505915Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-16T08:17:31.157209Z", "last_refresh": "2024-09-16T08:23:19.921217Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-16T08:23:21.178 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:20 smithi039 ceph-mon[25841]: pgmap v178: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:21.178 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:21.178 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:21.178 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:23:21.178 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:23:21.179 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:21.179 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:23:21.179 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:20 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:21.179 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:20 smithi039 ceph-mon[25841]: Reconfiguring prometheus.smithi039 (dependencies changed)... 2024-09-16T08:23:21.207 INFO:tasks.cephadm:nfs.foo has 1/1 2024-09-16T08:23:21.207 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-16T08:23:21.218 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-09-16T08:23:21.218 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-16T08:23:21.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:20 smithi161 ceph-mon[34039]: pgmap v178: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:21.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:21.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:21.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:23:21.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:23:21.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:21.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:23:21.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:20 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:21.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:20 smithi161 ceph-mon[34039]: Reconfiguring prometheus.smithi039 (dependencies changed)... 2024-09-16T08:23:22.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:21 smithi161 ceph-mon[34039]: Reconfiguring daemon prometheus.smithi039 on smithi039 2024-09-16T08:23:22.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:21 smithi161 ceph-mon[34039]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:23:22.253 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:21 smithi039 ceph-mon[25841]: Reconfiguring daemon prometheus.smithi039 on smithi039 2024-09-16T08:23:22.253 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:21 smithi039 ceph-mon[25841]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:23:22.648 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:23:23.099 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:22 smithi039 ceph-mon[25841]: pgmap v179: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:23.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:22 smithi161 ceph-mon[34039]: pgmap v179: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:24.047 INFO:teuthology.orchestra.run.smithi039.stdout: 2024-09-16T08:23:24.047 INFO:teuthology.orchestra.run.smithi039.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-16T08:17:34.937901Z", "last_refresh": "2024-09-16T08:23:19.920976Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:18:58.120375Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-16T08:17:29.504500Z", "last_refresh": "2024-09-16T08:23:11.885029Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:00.952354Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-16T08:17:28.130668Z", "last_refresh": "2024-09-16T08:23:11.885124Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-16T08:17:32.536319Z", "last_refresh": "2024-09-16T08:23:19.921098Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:23:08.320521Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "first_virtual_router_id": 50, "frontend_port": 2999, "monitor_port": 9999, "virtual_ip": "10.0.31.39/16"}, "status": {"created": "2024-09-16T08:22:25.725461Z", "last_refresh": "2024-09-16T08:23:11.885763Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.39/16"}}, {"events": ["2024-09-16T08:22:33.438378Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-09-16T08:22:21.557176Z", "last_refresh": "2024-09-16T08:23:11.885695Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:08.609506Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-16T08:17:26.579980Z", "last_refresh": "2024-09-16T08:23:11.885267Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:17.501023Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi039:172.21.15.39=smithi039", "smithi161:172.21.15.161=smithi161"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-16T08:18:12.195165Z", "last_refresh": "2024-09-16T08:23:11.885337Z", "running": 2, "size": 2}}, {"events": ["2024-09-16T08:23:20.292399Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2024-09-16T08:22:25.720654Z", "last_refresh": "2024-09-16T08:23:19.921991Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2024-09-16T08:19:05.074511Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-16T08:17:33.715678Z", "last_refresh": "2024-09-16T08:23:11.885197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-16T08:19:22.902151Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-16T08:19:22.898310Z", "last_refresh": "2024-09-16T08:23:11.885405Z", "running": 8, "size": 8}}, {"events": ["2024-09-16T08:19:17.505915Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-16T08:17:31.157209Z", "last_refresh": "2024-09-16T08:23:19.921217Z", "ports": [9095], "running": 1, "size": 1}}] 2024-09-16T08:23:24.987 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:24 smithi039 ceph-mon[25841]: pgmap v180: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-16T08:23:24.988 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:24 smithi039 ceph-mon[25841]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:23:25.016 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2024-09-16T08:23:25.016 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-16T08:23:25.069 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi039.front.sepia.ceph.com 2024-09-16T08:23:25.069 DEBUG:teuthology.orchestra.run.smithi039:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-09-16T08:23:25.097 INFO:teuthology.orchestra.run.smithi039.stderr:+ mkdir /mnt/foo 2024-09-16T08:23:25.117 DEBUG:teuthology.orchestra.run.smithi039:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2024-09-16T08:23:25.182 INFO:teuthology.orchestra.run.smithi039.stderr:+ sleep 5 2024-09-16T08:23:25.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:24 smithi161 ceph-mon[34039]: pgmap v180: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-16T08:23:25.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:24 smithi161 ceph-mon[34039]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T08:23:27.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:26 smithi161 ceph-mon[34039]: pgmap v181: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:27.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:26 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:27.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:26 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:27.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:26 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-16T08:23:27.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:26 smithi039 ceph-mon[25841]: pgmap v181: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:27.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:26 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:27.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:26 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:27.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:26 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "dashboard get-prometheus-api-host"} : dispatch 2024-09-16T08:23:28.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:27 smithi161 ceph-mon[34039]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T08:23:28.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:27 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:23:28.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:27 smithi039 ceph-mon[25841]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-16T08:23:28.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:27 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:23:29.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:28 smithi161 ceph-mon[34039]: pgmap v182: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:29.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:28 smithi039 ceph-mon[25841]: pgmap v182: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:30.186 DEBUG:teuthology.orchestra.run.smithi039:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.39:/fake /mnt/foo -o port=2999' 2024-09-16T08:23:30.256 INFO:teuthology.orchestra.run.smithi039.stderr:+ mount -t nfs 10.0.31.39:/fake /mnt/foo -o port=2999 2024-09-16T08:23:31.044 DEBUG:teuthology.orchestra.run.smithi039:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-09-16T08:23:31.111 INFO:teuthology.orchestra.run.smithi039.stderr:+ echo test 2024-09-16T08:23:31.123 DEBUG:teuthology.orchestra.run.smithi039:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-09-16T08:23:31.187 INFO:teuthology.orchestra.run.smithi039.stderr:+ sync 2024-09-16T08:23:31.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:30 smithi161 ceph-mon[34039]: pgmap v183: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:31.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:30 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:31.222 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:30 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:31.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:30 smithi039 ceph-mon[25841]: pgmap v183: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:31.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:30 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:31.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:30 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:31.422 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-16T08:23:31.432 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi039.front.sepia.ceph.com 2024-09-16T08:23:31.433 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -v /mnt/foo:/mnt/foo -- bash -c 'echo "Check with each haproxy down in turn..." 2024-09-16T08:23:31.433 DEBUG:teuthology.orchestra.run.smithi039:> for haproxy in `ceph orch ps | grep ^haproxy.nfs.foo. | awk '"'"'{print $1}'"'"'`; do 2024-09-16T08:23:31.433 DEBUG:teuthology.orchestra.run.smithi039:> ceph orch daemon stop $haproxy 2024-09-16T08:23:31.433 DEBUG:teuthology.orchestra.run.smithi039:> while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done 2024-09-16T08:23:31.433 DEBUG:teuthology.orchestra.run.smithi039:> cat /mnt/foo/testfile 2024-09-16T08:23:31.433 DEBUG:teuthology.orchestra.run.smithi039:> echo $haproxy > /mnt/foo/testfile 2024-09-16T08:23:31.433 DEBUG:teuthology.orchestra.run.smithi039:> sync 2024-09-16T08:23:31.433 DEBUG:teuthology.orchestra.run.smithi039:> ceph orch daemon start $haproxy 2024-09-16T08:23:31.433 DEBUG:teuthology.orchestra.run.smithi039:> while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done 2024-09-16T08:23:31.433 DEBUG:teuthology.orchestra.run.smithi039:> done 2024-09-16T08:23:31.433 DEBUG:teuthology.orchestra.run.smithi039:> ' 2024-09-16T08:23:31.909 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:23:32.406 INFO:teuthology.orchestra.run.smithi039.stdout:Check with each haproxy down in turn... 2024-09-16T08:23:32.944 INFO:teuthology.orchestra.run.smithi039.stdout:Scheduled to stop haproxy.nfs.foo.smithi039.ykkhlh on host 'smithi039' 2024-09-16T08:23:33.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:32 smithi039 ceph-mon[25841]: pgmap v184: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:33.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:32 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:33.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:32 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:33.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:32 smithi161 ceph-mon[34039]: pgmap v184: 97 pgs: 97 active+clean; 581 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:23:33.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:32 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:33.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:32 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:34.251 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:33 smithi039 ceph-mon[25841]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:34.251 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:33 smithi039 ceph-mon[25841]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi039.ykkhlh", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:34.251 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:33 smithi039 ceph-mon[25841]: Schedule stop daemon haproxy.nfs.foo.smithi039.ykkhlh 2024-09-16T08:23:34.252 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:23:34.252 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:33 smithi039 ceph-mon[25841]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:34.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:33 smithi161 ceph-mon[34039]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:34.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:33 smithi161 ceph-mon[34039]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi039.ykkhlh", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:34.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:33 smithi161 ceph-mon[34039]: Schedule stop daemon haproxy.nfs.foo.smithi039.ykkhlh 2024-09-16T08:23:34.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:23:34.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:33 smithi161 ceph-mon[34039]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:35.168 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:34 smithi039 ceph-mon[25841]: pgmap v185: 97 pgs: 97 active+clean; 588 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 938 B/s wr, 0 op/s 2024-09-16T08:23:35.168 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:35.168 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:35.168 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:23:35.168 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:23:35.169 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:35.169 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:23:35.169 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:35.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:34 smithi161 ceph-mon[34039]: pgmap v185: 97 pgs: 97 active+clean; 588 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 938 B/s wr, 0 op/s 2024-09-16T08:23:35.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:35.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:35.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:23:35.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:23:35.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:35.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:23:35.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:36.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:35 smithi039 ceph-mon[25841]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:36.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:35 smithi161 ceph-mon[34039]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:37.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:37 smithi161 ceph-mon[34039]: pgmap v186: 97 pgs: 97 active+clean; 588 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 0 op/s 2024-09-16T08:23:37.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:37 smithi161 ceph-mon[34039]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:37.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:37 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:37.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:37 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:37.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:37 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:23:37.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:37 smithi039 ceph-mon[25841]: pgmap v186: 97 pgs: 97 active+clean; 588 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 0 op/s 2024-09-16T08:23:37.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:37 smithi039 ceph-mon[25841]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:37.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:37 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:37.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:37 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:37.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:37 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:23:38.323 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:38 smithi161 ceph-mon[34039]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:38.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:38 smithi039 ceph-mon[25841]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:39.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:39 smithi161 ceph-mon[34039]: pgmap v187: 97 pgs: 97 active+clean; 588 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-16T08:23:39.520 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:39 smithi039 ceph-mon[25841]: pgmap v187: 97 pgs: 97 active+clean; 588 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-16T08:23:40.435 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:40 smithi039 ceph-mon[25841]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:40.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:40 smithi161 ceph-mon[34039]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:41.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:41 smithi161 ceph-mon[34039]: pgmap v188: 97 pgs: 97 active+clean; 588 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-16T08:23:41.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:41 smithi161 ceph-mon[34039]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:41.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:41 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:41.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:41 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:41.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:41 smithi039 ceph-mon[25841]: pgmap v188: 97 pgs: 97 active+clean; 588 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-16T08:23:41.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:41 smithi039 ceph-mon[25841]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:41.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:41 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:41.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:41 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:42.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:42 smithi161 ceph-mon[34039]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:42.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:42 smithi039 ceph-mon[25841]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:43.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:43 smithi161 ceph-mon[34039]: pgmap v189: 97 pgs: 97 active+clean; 588 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-16T08:23:43.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:43 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:43.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:43 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:43.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:43 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:23:43.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:43 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:23:43.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:43 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:43.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:43 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:23:43.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:43 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:43.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:43 smithi039 ceph-mon[25841]: pgmap v189: 97 pgs: 97 active+clean; 588 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2024-09-16T08:23:43.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:43 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:43.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:43 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:43.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:43 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:23:43.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:43 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:23:43.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:43 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:43.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:43 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:23:43.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:43 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:43.789 INFO:teuthology.orchestra.run.smithi039.stdout:haproxy.nfs.foo.smithi039.ykkhlh smithi039 *:2999,9999 stopped 1s ago 56s - - 2024-09-16T08:23:43.793 INFO:teuthology.orchestra.run.smithi039.stdout:test 2024-09-16T08:23:44.257 INFO:teuthology.orchestra.run.smithi039.stdout:Scheduled to start haproxy.nfs.foo.smithi039.ykkhlh on host 'smithi039' 2024-09-16T08:23:44.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:44 smithi039 ceph-mon[25841]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:44.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:44 smithi161 ceph-mon[34039]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:45.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:45 smithi039 ceph-mon[25841]: pgmap v190: 97 pgs: 97 active+clean; 589 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-16T08:23:45.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:45 smithi039 ceph-mon[25841]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:45.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:45 smithi039 ceph-mon[25841]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi039.ykkhlh", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:45.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:45 smithi039 ceph-mon[25841]: Schedule start daemon haproxy.nfs.foo.smithi039.ykkhlh 2024-09-16T08:23:45.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:45 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:45.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:45 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:45.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:45 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:23:45.636 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:45 smithi161 ceph-mon[34039]: pgmap v190: 97 pgs: 97 active+clean; 589 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-16T08:23:45.636 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:45 smithi161 ceph-mon[34039]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:45.636 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:45 smithi161 ceph-mon[34039]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi039.ykkhlh", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:45.636 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:45 smithi161 ceph-mon[34039]: Schedule start daemon haproxy.nfs.foo.smithi039.ykkhlh 2024-09-16T08:23:45.636 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:45 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:45.636 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:45 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:45.636 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:45 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:23:46.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:46 smithi039 ceph-mon[25841]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:46.681 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:46 smithi161 ceph-mon[34039]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:47.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:47 smithi039 ceph-mon[25841]: pgmap v191: 97 pgs: 97 active+clean; 589 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-16T08:23:47.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:47 smithi039 ceph-mon[25841]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:47.579 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:47 smithi161 ceph-mon[34039]: pgmap v191: 97 pgs: 97 active+clean; 589 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-16T08:23:47.579 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:47 smithi161 ceph-mon[34039]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:48.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:48 smithi039 ceph-mon[25841]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:48.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:48 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:48.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:48 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:48.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:48 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:23:48.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:48 smithi161 ceph-mon[34039]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:48.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:48 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:48.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:48 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:48.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:48 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:23:49.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:49 smithi039 ceph-mon[25841]: pgmap v192: 97 pgs: 97 active+clean; 589 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-16T08:23:49.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:49 smithi161 ceph-mon[34039]: pgmap v192: 97 pgs: 97 active+clean; 589 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2024-09-16T08:23:50.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:50 smithi161 ceph-mon[34039]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:50.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:50 smithi039 ceph-mon[25841]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:51.523 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:51 smithi039 ceph-mon[25841]: pgmap v193: 97 pgs: 97 active+clean; 598 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-16T08:23:51.523 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:51 smithi039 ceph-mon[25841]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:51.523 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:51 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:51.523 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:51 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:51.523 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:51 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:23:51.523 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:51 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:23:51.523 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:51 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:51.523 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:51 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:23:51.524 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:51 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:51.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:51 smithi161 ceph-mon[34039]: pgmap v193: 97 pgs: 97 active+clean; 598 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-16T08:23:51.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:51 smithi161 ceph-mon[34039]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:51.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:51 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:51.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:51 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:51.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:51 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:23:51.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:51 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:23:51.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:51 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:51.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:51 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:23:51.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:51 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:52.688 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:52 smithi039 ceph-mon[25841]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:52.688 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:52 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:52.688 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:52 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:52.688 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:52 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:23:52.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:52 smithi161 ceph-mon[34039]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:52.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:52 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:52.723 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:52 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:52.723 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:52 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:23:53.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:53 smithi039 ceph-mon[25841]: pgmap v194: 97 pgs: 97 active+clean; 598 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-16T08:23:53.609 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:53 smithi161 ceph-mon[34039]: pgmap v194: 97 pgs: 97 active+clean; 598 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-16T08:23:54.655 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:54 smithi161 ceph-mon[34039]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:54.660 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:54 smithi039 ceph-mon[25841]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:55.524 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:55 smithi039 ceph-mon[25841]: pgmap v195: 97 pgs: 97 active+clean; 600 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 1 op/s 2024-09-16T08:23:55.525 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:55 smithi039 ceph-mon[25841]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:55.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:55 smithi161 ceph-mon[34039]: pgmap v195: 97 pgs: 97 active+clean; 600 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 1 op/s 2024-09-16T08:23:55.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:55 smithi161 ceph-mon[34039]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:56.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:56 smithi161 ceph-mon[34039]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:56.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:56 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:56.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:56 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:56.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:56 smithi039 ceph-mon[25841]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:56.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:56 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:56.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:56 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:57.536 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:57 smithi039 ceph-mon[25841]: pgmap v196: 97 pgs: 97 active+clean; 600 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-16T08:23:57.623 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:57 smithi161 ceph-mon[34039]: pgmap v196: 97 pgs: 97 active+clean; 600 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-16T08:23:58.466 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:58 smithi039 ceph-mon[25841]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:58.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:58 smithi161 ceph-mon[34039]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:59.124 INFO:teuthology.orchestra.run.smithi039.stdout:haproxy.nfs.foo.smithi039.ykkhlh smithi039 *:2999,9999 running (8s) 0s ago 71s 6177k - 2.3.17-d1c9119 e85424b0d443 ba059f0fe07b 2024-09-16T08:23:59.416 INFO:teuthology.orchestra.run.smithi039.stdout:Scheduled to stop haproxy.nfs.foo.smithi161.fipgnv on host 'smithi161' 2024-09-16T08:23:59.416 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:59 smithi039 ceph-mon[25841]: pgmap v197: 97 pgs: 97 active+clean; 600 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-16T08:23:59.417 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:59 smithi039 ceph-mon[25841]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:59.417 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:59 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:59.417 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:59 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:59.417 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:59 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:23:59.417 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:59 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:23:59.417 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:59 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:59.417 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:59 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:23:59.417 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:23:59 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:59.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:59 smithi161 ceph-mon[34039]: pgmap v197: 97 pgs: 97 active+clean; 600 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-16T08:23:59.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:59 smithi161 ceph-mon[34039]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:23:59.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:59 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:59.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:59 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:59.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:59 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:23:59.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:59 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:23:59.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:59 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:23:59.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:59 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:23:59.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:23:59 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:00.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:00 smithi161 ceph-mon[34039]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:00.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:00 smithi161 ceph-mon[34039]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi161.fipgnv", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:00.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:00 smithi161 ceph-mon[34039]: Schedule stop daemon haproxy.nfs.foo.smithi161.fipgnv 2024-09-16T08:24:00.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:00 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:00.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:00 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:00.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:00 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:24:00.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:00 smithi039 ceph-mon[25841]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:00.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:00 smithi039 ceph-mon[25841]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi161.fipgnv", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:00.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:00 smithi039 ceph-mon[25841]: Schedule stop daemon haproxy.nfs.foo.smithi161.fipgnv 2024-09-16T08:24:00.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:00 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:00.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:00 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:00.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:00 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:24:01.724 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:01 smithi161 ceph-mon[34039]: pgmap v198: 97 pgs: 97 active+clean; 600 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-16T08:24:01.724 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:01 smithi161 ceph-mon[34039]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:01.724 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:01 smithi161 ceph-mon[34039]: mgrmap e23: smithi039.tlkitu(active, since 5m), standbys: smithi161.vahkbs 2024-09-16T08:24:01.759 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:01 smithi039 ceph-mon[25841]: pgmap v198: 97 pgs: 97 active+clean; 600 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-16T08:24:01.759 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:01 smithi039 ceph-mon[25841]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:01.759 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:01 smithi039 ceph-mon[25841]: mgrmap e23: smithi039.tlkitu(active, since 5m), standbys: smithi161.vahkbs 2024-09-16T08:24:02.713 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:02 smithi161 ceph-mon[34039]: from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:02.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:02 smithi039 ceph-mon[25841]: from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:03.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:03 smithi161 ceph-mon[34039]: pgmap v199: 97 pgs: 97 active+clean; 600 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-16T08:24:03.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:03 smithi161 ceph-mon[34039]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:03.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:03 smithi161 ceph-mon[34039]: mgrmap e24: smithi039.tlkitu(active, since 5m), standbys: smithi161.vahkbs 2024-09-16T08:24:03.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:03 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:24:03.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:03 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:03.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:03 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:03.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:03 smithi039 ceph-mon[25841]: pgmap v199: 97 pgs: 97 active+clean; 600 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-16T08:24:03.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:03 smithi039 ceph-mon[25841]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:03.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:03 smithi039 ceph-mon[25841]: mgrmap e24: smithi039.tlkitu(active, since 5m), standbys: smithi161.vahkbs 2024-09-16T08:24:03.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:03 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:24:03.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:03 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:03.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:03 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:04.720 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:04 smithi039 ceph-mon[25841]: pgmap v200: 97 pgs: 97 active+clean; 600 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-16T08:24:04.720 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:04 smithi039 ceph-mon[25841]: from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:04.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:04 smithi161 ceph-mon[34039]: pgmap v200: 97 pgs: 97 active+clean; 600 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2024-09-16T08:24:04.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:04 smithi161 ceph-mon[34039]: from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:05.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:05 smithi161 ceph-mon[34039]: from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:05.741 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:05 smithi039 ceph-mon[25841]: from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:07.419 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:07 smithi161 ceph-mon[34039]: pgmap v201: 97 pgs: 97 active+clean; 600 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-16T08:24:07.420 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:07 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:07.420 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:07 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:07.420 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:07 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:24:07.420 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:07 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:24:07.420 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:07 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:07.420 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:07 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:24:07.420 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:07 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:07.420 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:07 smithi161 ceph-mon[34039]: from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:07.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:07 smithi039 ceph-mon[25841]: pgmap v201: 97 pgs: 97 active+clean; 600 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-16T08:24:07.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:07 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:07.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:07 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:07.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:07 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:24:07.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:07 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:24:07.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:07 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:07.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:07 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:24:07.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:07 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:07.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:07 smithi039 ceph-mon[25841]: from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:08.839 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:08 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:08.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:08 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:08.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:08 smithi161 ceph-mon[34039]: pgmap v202: 97 pgs: 97 active+clean; 600 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-16T08:24:08.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:08 smithi161 ceph-mon[34039]: from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:08.840 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:08 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:24:09.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:08 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:09.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:08 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:09.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:08 smithi039 ceph-mon[25841]: pgmap v202: 97 pgs: 97 active+clean; 600 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-16T08:24:09.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:08 smithi039 ceph-mon[25841]: from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:09.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:08 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:24:09.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:09 smithi161 ceph-mon[34039]: from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:10.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:09 smithi039 ceph-mon[25841]: from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:10.930 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:10 smithi161 ceph-mon[34039]: pgmap v203: 97 pgs: 97 active+clean; 600 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-16T08:24:10.930 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:10 smithi161 ceph-mon[34039]: from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:10.964 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:10 smithi039 ceph-mon[25841]: pgmap v203: 97 pgs: 97 active+clean; 600 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-16T08:24:10.964 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:10 smithi039 ceph-mon[25841]: from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:11.573 INFO:teuthology.orchestra.run.smithi039.stdout:haproxy.nfs.foo.smithi161.fipgnv smithi161 *:2999,9999 stopped 0s ago 78s - - 2024-09-16T08:24:11.575 INFO:teuthology.orchestra.run.smithi039.stdout:haproxy.nfs.foo.smithi039.ykkhlh 2024-09-16T08:24:12.113 INFO:teuthology.orchestra.run.smithi039.stdout:Scheduled to start haproxy.nfs.foo.smithi161.fipgnv on host 'smithi161' 2024-09-16T08:24:12.297 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:12 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:12.297 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:12 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:12.297 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:12 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:12.297 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:12 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:12.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:12.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:12.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:12.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:12 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:13.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:13 smithi161 ceph-mon[34039]: from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:13.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:13 smithi161 ceph-mon[34039]: pgmap v204: 97 pgs: 97 active+clean; 600 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-16T08:24:13.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:13 smithi161 ceph-mon[34039]: from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi161.fipgnv", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:13.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:13 smithi161 ceph-mon[34039]: Schedule start daemon haproxy.nfs.foo.smithi161.fipgnv 2024-09-16T08:24:13.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:13 smithi161 ceph-mon[34039]: from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:13.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:13 smithi039 ceph-mon[25841]: from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:13.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:13 smithi039 ceph-mon[25841]: pgmap v204: 97 pgs: 97 active+clean; 600 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-16T08:24:13.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:13 smithi039 ceph-mon[25841]: from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi161.fipgnv", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:13.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:13 smithi039 ceph-mon[25841]: Schedule start daemon haproxy.nfs.foo.smithi161.fipgnv 2024-09-16T08:24:13.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:13 smithi039 ceph-mon[25841]: from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:15.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:15 smithi161 ceph-mon[34039]: pgmap v205: 97 pgs: 97 active+clean; 610 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-16T08:24:15.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:15 smithi161 ceph-mon[34039]: from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:15.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:15 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:15.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:15 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:15.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:15 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:24:15.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:15 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:24:15.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:15 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:15.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:15 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:24:15.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:15 smithi039 ceph-mon[25841]: pgmap v205: 97 pgs: 97 active+clean; 610 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-16T08:24:15.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:15 smithi039 ceph-mon[25841]: from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:15.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:15 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:15.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:15 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:15.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:15 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:24:15.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:15 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:24:15.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:15 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:15.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:15 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:24:16.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:16 smithi161 ceph-mon[34039]: from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:16.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:16 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:16.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:16 smithi039 ceph-mon[25841]: from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:16.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:16 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:17.618 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:17 smithi039 ceph-mon[25841]: pgmap v206: 97 pgs: 97 active+clean; 610 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-16T08:24:17.618 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:17 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:17.618 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:17 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:17.618 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:17 smithi039 ceph-mon[25841]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:17.618 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:17 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:24:17.636 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:17 smithi161 ceph-mon[34039]: pgmap v206: 97 pgs: 97 active+clean; 610 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-09-16T08:24:17.636 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:17 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:17.636 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:17 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:17.637 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:17 smithi161 ceph-mon[34039]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:17.637 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:17 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:24:18.529 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:18 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:24:18.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:18 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:24:19.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:19 smithi161 ceph-mon[34039]: pgmap v207: 97 pgs: 97 active+clean; 610 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-16T08:24:19.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:19 smithi161 ceph-mon[34039]: from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:19.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:19 smithi039 ceph-mon[25841]: pgmap v207: 97 pgs: 97 active+clean; 610 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-09-16T08:24:19.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:19 smithi039 ceph-mon[25841]: from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:20.656 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:20 smithi039 ceph-mon[25841]: from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:20.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:20 smithi161 ceph-mon[34039]: from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:21.665 INFO:teuthology.orchestra.run.smithi039.stdout:haproxy.nfs.foo.smithi161.fipgnv smithi161 *:2999,9999 running (5s) 1s ago 88s 3988k - 2.3.17-d1c9119 e85424b0d443 94c1369d7832 2024-09-16T08:24:21.665 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:21 smithi039 ceph-mon[25841]: pgmap v208: 97 pgs: 97 active+clean; 610 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-16T08:24:21.665 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:21 smithi039 ceph-mon[25841]: from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:21.665 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:21 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:21.666 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:21 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:21.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:21 smithi161 ceph-mon[34039]: pgmap v208: 97 pgs: 97 active+clean; 610 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-16T08:24:21.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:21 smithi161 ceph-mon[34039]: from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:21.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:21 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:21.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:21 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:22.656 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-16T08:24:22.674 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi039.front.sepia.ceph.com 2024-09-16T08:24:22.674 DEBUG:teuthology.orchestra.run.smithi039:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2024-09-16T08:24:22.674 DEBUG:teuthology.orchestra.run.smithi039:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2024-09-16T08:24:22.674 DEBUG:teuthology.orchestra.run.smithi039:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2024-09-16T08:24:22.674 DEBUG:teuthology.orchestra.run.smithi039:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2024-09-16T08:24:22.674 DEBUG:teuthology.orchestra.run.smithi039:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2024-09-16T08:24:22.674 DEBUG:teuthology.orchestra.run.smithi039:> echo "Removing daemon $id fsid $fsid..." 2024-09-16T08:24:22.674 DEBUG:teuthology.orchestra.run.smithi039:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2024-09-16T08:24:22.674 DEBUG:teuthology.orchestra.run.smithi039:> 2024-09-16T08:24:22.675 DEBUG:teuthology.orchestra.run.smithi039:> echo "Waking up cephadm..." 2024-09-16T08:24:22.675 DEBUG:teuthology.orchestra.run.smithi039:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2024-09-16T08:24:22.675 DEBUG:teuthology.orchestra.run.smithi039:> 2024-09-16T08:24:22.675 DEBUG:teuthology.orchestra.run.smithi039:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2024-09-16T08:24:22.675 DEBUG:teuthology.orchestra.run.smithi039:> echo "Mount is back!" 2024-09-16T08:24:22.675 DEBUG:teuthology.orchestra.run.smithi039:> done 2024-09-16T08:24:22.675 DEBUG:teuthology.orchestra.run.smithi039:> ' 2024-09-16T08:24:22.704 INFO:teuthology.orchestra.run.smithi039.stderr:++ hostname 2024-09-16T08:24:22.704 INFO:teuthology.orchestra.run.smithi039.stderr:+ echo 'Check with smithi039 ganesha(s) down...' 2024-09-16T08:24:22.705 INFO:teuthology.orchestra.run.smithi039.stdout:Check with smithi039 ganesha(s) down... 2024-09-16T08:24:22.705 INFO:teuthology.orchestra.run.smithi039.stderr:++ systemctl 2024-09-16T08:24:22.705 INFO:teuthology.orchestra.run.smithi039.stderr:++ grep ceph- 2024-09-16T08:24:22.705 INFO:teuthology.orchestra.run.smithi039.stderr:++ grep @nfs 2024-09-16T08:24:22.706 INFO:teuthology.orchestra.run.smithi039.stderr:++ awk '{print $1}' 2024-09-16T08:24:22.713 INFO:teuthology.orchestra.run.smithi039.stderr:+ for c in `systemctl | grep ceph- | grep @nfs | awk '{print $1}'` 2024-09-16T08:24:22.713 INFO:teuthology.orchestra.run.smithi039.stderr:++ echo ceph-dd6afd60-7403-11ef-bceb-c7b262605968@nfs.foo.0.0.smithi039.ppczkk.service 2024-09-16T08:24:22.714 INFO:teuthology.orchestra.run.smithi039.stderr:++ sed s/@/-/ 2024-09-16T08:24:22.715 INFO:teuthology.orchestra.run.smithi039.stderr:+ cid=ceph-dd6afd60-7403-11ef-bceb-c7b262605968-nfs.foo.0.0.smithi039.ppczkk.service 2024-09-16T08:24:22.715 INFO:teuthology.orchestra.run.smithi039.stderr:++ echo ceph-dd6afd60-7403-11ef-bceb-c7b262605968@nfs.foo.0.0.smithi039.ppczkk.service 2024-09-16T08:24:22.715 INFO:teuthology.orchestra.run.smithi039.stderr:++ cut -d @ -f 2 2024-09-16T08:24:22.715 INFO:teuthology.orchestra.run.smithi039.stderr:++ sed 's/.service$//' 2024-09-16T08:24:22.716 INFO:teuthology.orchestra.run.smithi039.stderr:+ id=nfs.foo.0.0.smithi039.ppczkk 2024-09-16T08:24:22.717 INFO:teuthology.orchestra.run.smithi039.stderr:++ echo ceph-dd6afd60-7403-11ef-bceb-c7b262605968@nfs.foo.0.0.smithi039.ppczkk.service 2024-09-16T08:24:22.717 INFO:teuthology.orchestra.run.smithi039.stderr:++ cut -d @ -f 1 2024-09-16T08:24:22.717 INFO:teuthology.orchestra.run.smithi039.stderr:++ cut -d - -f 2- 2024-09-16T08:24:22.718 INFO:teuthology.orchestra.run.smithi039.stderr:+ fsid=dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:24:22.718 INFO:teuthology.orchestra.run.smithi039.stdout:Removing daemon nfs.foo.0.0.smithi039.ppczkk fsid dd6afd60-7403-11ef-bceb-c7b262605968... 2024-09-16T08:24:22.718 INFO:teuthology.orchestra.run.smithi039.stderr:+ echo 'Removing daemon nfs.foo.0.0.smithi039.ppczkk fsid dd6afd60-7403-11ef-bceb-c7b262605968...' 2024-09-16T08:24:22.718 INFO:teuthology.orchestra.run.smithi039.stderr:+ sudo /home/ubuntu/cephtest/cephadm rm-daemon --fsid dd6afd60-7403-11ef-bceb-c7b262605968 --name nfs.foo.0.0.smithi039.ppczkk 2024-09-16T08:24:23.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:23 smithi161 ceph-mon[34039]: pgmap v209: 97 pgs: 97 active+clean; 610 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-16T08:24:23.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:23 smithi161 ceph-mon[34039]: from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:23.748 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:23 smithi039 ceph-mon[25841]: pgmap v209: 97 pgs: 97 active+clean; 610 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-09-16T08:24:23.748 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:23 smithi039 ceph-mon[25841]: from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:25.328 INFO:teuthology.orchestra.run.smithi039.stdout:Waking up cephadm... 2024-09-16T08:24:25.328 INFO:teuthology.orchestra.run.smithi039.stderr:+ echo 'Waking up cephadm...' 2024-09-16T08:24:25.328 INFO:teuthology.orchestra.run.smithi039.stderr:+ sudo /home/ubuntu/cephtest/cephadm shell -- ceph orch ps --refresh 2024-09-16T08:24:25.577 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring fsid dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:24:25.650 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:24:25.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:25 smithi161 ceph-mon[34039]: pgmap v210: 97 pgs: 97 active+clean; 611 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-16T08:24:25.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:25 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:25.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:25 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:25.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:25 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:24:25.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:25 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:24:25.723 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:25 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:25.723 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:25 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:24:25.723 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:25 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:25.773 INFO:teuthology.orchestra.run.smithi039.stderr:Using ceph image with id '425e316ba8eb' and tag '8293d73f8690540e843a81caec373f9cc29cf705' created on 2024-09-13 15:57:17 +0000 UTC 2024-09-16T08:24:25.773 INFO:teuthology.orchestra.run.smithi039.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce 2024-09-16T08:24:25.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:25 smithi039 ceph-mon[25841]: pgmap v210: 97 pgs: 97 active+clean; 611 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-09-16T08:24:25.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:25 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:25.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:25 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:25.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:25 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:24:25.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:25 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:24:25.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:25 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:25.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:25 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:24:25.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:25 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:26.448 INFO:teuthology.orchestra.run.smithi039.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T08:24:26.449 INFO:teuthology.orchestra.run.smithi039.stdout:alertmanager.smithi039 smithi039 *:9093,9094 running (4m) 1s ago 6m 19.6M - 0.27.0 11f11916f8cd 959cccc9b773 2024-09-16T08:24:26.449 INFO:teuthology.orchestra.run.smithi039.stdout:ceph-exporter.smithi039 smithi039 running (6m) 1s ago 6m 8619k - 19.3.0-4917-g8293d73f 425e316ba8eb 253cc2e1d2e5 2024-09-16T08:24:26.449 INFO:teuthology.orchestra.run.smithi039.stdout:ceph-exporter.smithi161 smithi161 running (5m) 6s ago 5m 5322k - 19.3.0-4917-g8293d73f 425e316ba8eb 9619cc90843b 2024-09-16T08:24:26.449 INFO:teuthology.orchestra.run.smithi039.stdout:crash.smithi039 smithi039 running (6m) 1s ago 6m 6895k - 19.3.0-4917-g8293d73f 425e316ba8eb 0d967084e866 2024-09-16T08:24:26.449 INFO:teuthology.orchestra.run.smithi039.stdout:crash.smithi161 smithi161 running (5m) 6s ago 5m 6891k - 19.3.0-4917-g8293d73f 425e316ba8eb 17cfb4de829c 2024-09-16T08:24:26.449 INFO:teuthology.orchestra.run.smithi039.stdout:grafana.smithi039 smithi039 *:3000 running (4m) 1s ago 5m 79.6M - 10.4.0 c8b91775d855 8981a1ceec1a 2024-09-16T08:24:26.449 INFO:teuthology.orchestra.run.smithi039.stdout:haproxy.nfs.foo.smithi039.ykkhlh smithi039 *:2999,9999 running (35s) 1s ago 99s 6489k - 2.3.17-d1c9119 e85424b0d443 ba059f0fe07b 2024-09-16T08:24:26.449 INFO:teuthology.orchestra.run.smithi039.stdout:haproxy.nfs.foo.smithi161.fipgnv smithi161 *:2999,9999 running (10s) 6s ago 93s 3988k - 2.3.17-d1c9119 e85424b0d443 94c1369d7832 2024-09-16T08:24:26.449 INFO:teuthology.orchestra.run.smithi039.stdout:keepalived.nfs.foo.smithi039.tvurfd smithi039 running (85s) 1s ago 85s 1598k - 2.2.4 4a3a1ff181d9 ae9c5a33bd4b 2024-09-16T08:24:26.449 INFO:teuthology.orchestra.run.smithi039.stdout:keepalived.nfs.foo.smithi161.uymmlt smithi161 running (78s) 6s ago 78s 1602k - 2.2.4 4a3a1ff181d9 5ea32c959dda 2024-09-16T08:24:26.449 INFO:teuthology.orchestra.run.smithi039.stdout:mds.foofs.smithi039.syvkvh smithi039 running (113s) 1s ago 113s 16.9M - 19.3.0-4917-g8293d73f 425e316ba8eb e2c7fcb67a26 2024-09-16T08:24:26.449 INFO:teuthology.orchestra.run.smithi039.stdout:mds.foofs.smithi161.umtytd smithi161 running (116s) 6s ago 116s 20.2M - 19.3.0-4917-g8293d73f 425e316ba8eb bfc733ba702d 2024-09-16T08:24:26.450 INFO:teuthology.orchestra.run.smithi039.stdout:mgr.smithi039.tlkitu smithi039 *:9283,8765,8443 running (7m) 1s ago 7m 529M - 19.3.0-4917-g8293d73f 425e316ba8eb 6ec2c76cfb1b 2024-09-16T08:24:26.450 INFO:teuthology.orchestra.run.smithi039.stdout:mgr.smithi161.vahkbs smithi161 *:8443,9283,8765 running (5m) 6s ago 5m 457M - 19.3.0-4917-g8293d73f 425e316ba8eb 6229614e9f3c 2024-09-16T08:24:26.450 INFO:teuthology.orchestra.run.smithi039.stdout:mon.smithi039 smithi039 running (7m) 1s ago 7m 50.2M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb f4dfe1022697 2024-09-16T08:24:26.450 INFO:teuthology.orchestra.run.smithi039.stdout:mon.smithi161 smithi161 running (5m) 6s ago 5m 40.1M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb 56b6edd66747 2024-09-16T08:24:26.450 INFO:teuthology.orchestra.run.smithi039.stdout:nfs.foo.0.0.smithi039.ppczkk smithi039 *:12999 running (109s) 1s ago 108s 84.7M - 5.9 425e316ba8eb c93cd0013ecc 2024-09-16T08:24:26.450 INFO:teuthology.orchestra.run.smithi039.stdout:node-exporter.smithi039 smithi039 *:9100 running (6m) 1s ago 6m 9609k - 1.7.0 72c9c2088986 6da52458f96a 2024-09-16T08:24:26.450 INFO:teuthology.orchestra.run.smithi039.stdout:node-exporter.smithi161 smithi161 *:9100 running (5m) 6s ago 5m 10.5M - 1.7.0 72c9c2088986 4da76bd6a1f8 2024-09-16T08:24:26.450 INFO:teuthology.orchestra.run.smithi039.stdout:osd.0 smithi161 running (3m) 6s ago 3m 51.5M 3728M 19.3.0-4917-g8293d73f 425e316ba8eb c65998dee5c7 2024-09-16T08:24:26.450 INFO:teuthology.orchestra.run.smithi039.stdout:osd.1 smithi039 running (3m) 1s ago 3m 44.0M 2960M 19.3.0-4917-g8293d73f 425e316ba8eb 1b317438c1d6 2024-09-16T08:24:26.450 INFO:teuthology.orchestra.run.smithi039.stdout:osd.2 smithi161 running (3m) 6s ago 3m 44.3M 3728M 19.3.0-4917-g8293d73f 425e316ba8eb ea8605d0ac38 2024-09-16T08:24:26.450 INFO:teuthology.orchestra.run.smithi039.stdout:osd.3 smithi039 running (3m) 1s ago 3m 45.1M 2960M 19.3.0-4917-g8293d73f 425e316ba8eb 34b654e1d58c 2024-09-16T08:24:26.450 INFO:teuthology.orchestra.run.smithi039.stdout:osd.4 smithi161 running (3m) 6s ago 3m 47.6M 3728M 19.3.0-4917-g8293d73f 425e316ba8eb 1976870b99f7 2024-09-16T08:24:26.451 INFO:teuthology.orchestra.run.smithi039.stdout:osd.5 smithi039 running (3m) 1s ago 3m 44.2M 2960M 19.3.0-4917-g8293d73f 425e316ba8eb e35c4dd25ab6 2024-09-16T08:24:26.451 INFO:teuthology.orchestra.run.smithi039.stdout:osd.6 smithi161 running (3m) 6s ago 3m 40.9M 3728M 19.3.0-4917-g8293d73f 425e316ba8eb 6ba0678375bd 2024-09-16T08:24:26.451 INFO:teuthology.orchestra.run.smithi039.stdout:osd.7 smithi039 running (3m) 1s ago 3m 50.2M 2960M 19.3.0-4917-g8293d73f 425e316ba8eb 5f04afacacc5 2024-09-16T08:24:26.451 INFO:teuthology.orchestra.run.smithi039.stdout:prometheus.smithi039 smithi039 *:9095 running (60s) 1s ago 5m 41.9M - 2.51.0 1d3b7f56885b 938c2efaf75d 2024-09-16T08:24:27.161 INFO:teuthology.orchestra.run.smithi039.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-16T08:24:27.676 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:27 smithi161 ceph-mon[34039]: pgmap v211: 97 pgs: 97 active+clean; 611 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-16T08:24:27.676 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:27 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:24:27.703 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:27 smithi039 ceph-mon[25841]: pgmap v211: 97 pgs: 97 active+clean; 611 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2024-09-16T08:24:27.703 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:27 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:24:28.162 INFO:teuthology.orchestra.run.smithi039.stderr:+ true 2024-09-16T08:24:28.163 INFO:teuthology.orchestra.run.smithi039.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-16T08:24:28.662 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:28 smithi161 ceph-mon[34039]: from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:28.690 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:28 smithi039 ceph-mon[25841]: from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:29.164 INFO:teuthology.orchestra.run.smithi039.stderr:+ true 2024-09-16T08:24:29.164 INFO:teuthology.orchestra.run.smithi039.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-16T08:24:29.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:29 smithi161 ceph-mon[34039]: pgmap v212: 97 pgs: 97 active+clean; 611 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 426 B/s wr, 0 op/s 2024-09-16T08:24:29.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:29 smithi039 ceph-mon[25841]: pgmap v212: 97 pgs: 97 active+clean; 611 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 426 B/s wr, 0 op/s 2024-09-16T08:24:30.165 INFO:teuthology.orchestra.run.smithi039.stderr:+ true 2024-09-16T08:24:30.165 INFO:teuthology.orchestra.run.smithi039.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-16T08:24:31.167 INFO:teuthology.orchestra.run.smithi039.stderr:+ true 2024-09-16T08:24:31.167 INFO:teuthology.orchestra.run.smithi039.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-16T08:24:31.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:31 smithi039 ceph-mon[25841]: pgmap v213: 97 pgs: 97 active+clean; 611 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-16T08:24:31.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:31 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:31.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:31 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:31.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:31 smithi161 ceph-mon[34039]: pgmap v213: 97 pgs: 97 active+clean; 611 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-16T08:24:31.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:31 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:31.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:31 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:32.168 INFO:teuthology.orchestra.run.smithi039.stderr:+ true 2024-09-16T08:24:32.168 INFO:teuthology.orchestra.run.smithi039.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-16T08:24:33.169 INFO:teuthology.orchestra.run.smithi039.stderr:+ true 2024-09-16T08:24:33.169 INFO:teuthology.orchestra.run.smithi039.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-16T08:24:33.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:33 smithi161 ceph-mon[34039]: pgmap v214: 97 pgs: 97 active+clean; 611 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-16T08:24:33.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:24:33.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:33.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:33.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:24:33.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:24:33.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:33.473 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:24:33.473 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:33.473 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi039.ppczkk"} : dispatch 2024-09-16T08:24:33.473 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi039.ppczkk"}]': finished 2024-09-16T08:24:33.473 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:33.473 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi039.seashl", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-16T08:24:33.473 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi039.seashl", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-16T08:24:33.473 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]} : dispatch 2024-09-16T08:24:33.473 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:33 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-16T08:24:33.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:33 smithi039 ceph-mon[25841]: pgmap v214: 97 pgs: 97 active+clean; 611 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-16T08:24:33.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:24:33.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:33.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:33.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:24:33.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:24:33.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:33.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:24:33.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:33.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi039.ppczkk"} : dispatch 2024-09-16T08:24:33.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi039.ppczkk"}]': finished 2024-09-16T08:24:33.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:33.532 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi039.seashl", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]} : dispatch 2024-09-16T08:24:33.532 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi039.seashl", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-16T08:24:33.532 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]} : dispatch 2024-09-16T08:24:33.532 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:33 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-16T08:24:34.170 INFO:teuthology.orchestra.run.smithi039.stderr:+ true 2024-09-16T08:24:34.171 INFO:teuthology.orchestra.run.smithi039.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-16T08:24:34.280 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:34 smithi039 ceph-mon[25841]: Fencing old nfs.foo.0.0.smithi039.ppczkk 2024-09-16T08:24:34.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:34 smithi039 ceph-mon[25841]: Creating key for client.nfs.foo.0.1.smithi039.seashl 2024-09-16T08:24:34.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:34 smithi039 ceph-mon[25841]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-16T08:24:34.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:24:34.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-16T08:24:34.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-16T08:24:34.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:34 smithi039 ceph-mon[25841]: Rados config object exists: conf-nfs.foo 2024-09-16T08:24:34.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:34 smithi039 ceph-mon[25841]: Creating key for client.nfs.foo.0.1.smithi039.seashl-rgw 2024-09-16T08:24:34.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi039.seashl-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-16T08:24:34.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi039.seashl-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-16T08:24:34.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:34 smithi039 ceph-mon[25841]: Bind address in nfs.foo.0.1.smithi039.seashl's ganesha conf is defaulting to empty 2024-09-16T08:24:34.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:34 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:24:34.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:34 smithi039 ceph-mon[25841]: Deploying daemon nfs.foo.0.1.smithi039.seashl on smithi039 2024-09-16T08:24:34.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:34 smithi161 ceph-mon[34039]: Fencing old nfs.foo.0.0.smithi039.ppczkk 2024-09-16T08:24:34.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:34 smithi161 ceph-mon[34039]: Creating key for client.nfs.foo.0.1.smithi039.seashl 2024-09-16T08:24:34.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:34 smithi161 ceph-mon[34039]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-16T08:24:34.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:24:34.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"} : dispatch 2024-09-16T08:24:34.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-16T08:24:34.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:34 smithi161 ceph-mon[34039]: Rados config object exists: conf-nfs.foo 2024-09-16T08:24:34.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:34 smithi161 ceph-mon[34039]: Creating key for client.nfs.foo.0.1.smithi039.seashl-rgw 2024-09-16T08:24:34.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi039.seashl-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]} : dispatch 2024-09-16T08:24:34.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi039.seashl-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-16T08:24:34.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:34 smithi161 ceph-mon[34039]: Bind address in nfs.foo.0.1.smithi039.seashl's ganesha conf is defaulting to empty 2024-09-16T08:24:34.473 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:34 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:24:34.473 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:34 smithi161 ceph-mon[34039]: Deploying daemon nfs.foo.0.1.smithi039.seashl on smithi039 2024-09-16T08:24:35.172 INFO:teuthology.orchestra.run.smithi039.stderr:+ true 2024-09-16T08:24:35.172 INFO:teuthology.orchestra.run.smithi039.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-16T08:24:35.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:35 smithi161 ceph-mon[34039]: pgmap v215: 97 pgs: 97 active+clean; 611 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-16T08:24:35.530 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:35 smithi039 ceph-mon[25841]: pgmap v215: 97 pgs: 97 active+clean; 611 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-16T08:24:36.173 INFO:teuthology.orchestra.run.smithi039.stderr:+ true 2024-09-16T08:24:36.173 INFO:teuthology.orchestra.run.smithi039.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-16T08:24:36.215 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:36 smithi039 ceph-mon[25841]: from='mds.? [v2:172.21.15.161:6832/781488517,v1:172.21.15.161:6833/781488517]' entity='mds.foofs.smithi161.umtytd' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.39:0/3441760586"} : dispatch 2024-09-16T08:24:36.215 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:36 smithi039 ceph-mon[25841]: from='mds.? ' entity='mds.foofs.smithi161.umtytd' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.39:0/3441760586"} : dispatch 2024-09-16T08:24:36.215 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:36 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:36.215 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:36 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:36.215 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:36 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:36.215 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:36 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:36.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:36 smithi161 ceph-mon[34039]: from='mds.? [v2:172.21.15.161:6832/781488517,v1:172.21.15.161:6833/781488517]' entity='mds.foofs.smithi161.umtytd' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.39:0/3441760586"} : dispatch 2024-09-16T08:24:36.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:36 smithi161 ceph-mon[34039]: from='mds.? ' entity='mds.foofs.smithi161.umtytd' cmd={"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.39:0/3441760586"} : dispatch 2024-09-16T08:24:36.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:36 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:36.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:36 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:36.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:36 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:36.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:36 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:36.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:36 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:24:36.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:36 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:24:37.174 INFO:teuthology.orchestra.run.smithi039.stderr:+ true 2024-09-16T08:24:37.174 INFO:teuthology.orchestra.run.smithi039.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-16T08:24:37.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:37 smithi161 ceph-mon[34039]: pgmap v216: 97 pgs: 97 active+clean; 611 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-16T08:24:37.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:37 smithi161 ceph-mon[34039]: Evicting (and blocklisting) client session 14724 (172.21.15.39:0/3441760586) 2024-09-16T08:24:37.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:37 smithi161 ceph-mon[34039]: from='mds.? ' entity='mds.foofs.smithi161.umtytd' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.39:0/3441760586"}]': finished 2024-09-16T08:24:37.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:37 smithi161 ceph-mon[34039]: osdmap e55: 8 total, 8 up, 8 in 2024-09-16T08:24:37.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:37 smithi039 ceph-mon[25841]: pgmap v216: 97 pgs: 97 active+clean; 611 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-09-16T08:24:37.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:37 smithi039 ceph-mon[25841]: Evicting (and blocklisting) client session 14724 (172.21.15.39:0/3441760586) 2024-09-16T08:24:37.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:37 smithi039 ceph-mon[25841]: from='mds.? ' entity='mds.foofs.smithi161.umtytd' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.39:0/3441760586"}]': finished 2024-09-16T08:24:37.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:37 smithi039 ceph-mon[25841]: osdmap e55: 8 total, 8 up, 8 in 2024-09-16T08:24:38.175 INFO:teuthology.orchestra.run.smithi039.stderr:+ true 2024-09-16T08:24:38.175 INFO:teuthology.orchestra.run.smithi039.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-16T08:24:38.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:38 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:38.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:38 smithi039 ceph-mon[25841]: pgmap v218: 97 pgs: 97 active+clean; 611 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 204 B/s wr, 1 op/s 2024-09-16T08:24:38.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:38 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:38.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:38 smithi161 ceph-mon[34039]: pgmap v218: 97 pgs: 97 active+clean; 611 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 204 B/s wr, 1 op/s 2024-09-16T08:24:39.176 INFO:teuthology.orchestra.run.smithi039.stderr:+ true 2024-09-16T08:24:39.176 INFO:teuthology.orchestra.run.smithi039.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-16T08:24:40.177 INFO:teuthology.orchestra.run.smithi039.stderr:+ true 2024-09-16T08:24:40.178 INFO:teuthology.orchestra.run.smithi039.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-16T08:24:40.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:40 smithi161 ceph-mon[34039]: pgmap v219: 97 pgs: 97 active+clean; 612 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 2 op/s 2024-09-16T08:24:40.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:40 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:40.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:40 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:41.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:40 smithi039 ceph-mon[25841]: pgmap v219: 97 pgs: 97 active+clean; 612 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 716 B/s wr, 2 op/s 2024-09-16T08:24:41.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:40 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:41.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:40 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:41.179 INFO:teuthology.orchestra.run.smithi039.stderr:+ true 2024-09-16T08:24:41.179 INFO:teuthology.orchestra.run.smithi039.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-16T08:24:42.180 INFO:teuthology.orchestra.run.smithi039.stderr:+ true 2024-09-16T08:24:42.180 INFO:teuthology.orchestra.run.smithi039.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-16T08:24:42.712 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:42 smithi039 ceph-mon[25841]: pgmap v220: 97 pgs: 97 active+clean; 612 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 819 B/s wr, 2 op/s 2024-09-16T08:24:42.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:42 smithi161 ceph-mon[34039]: pgmap v220: 97 pgs: 97 active+clean; 612 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 819 B/s wr, 2 op/s 2024-09-16T08:24:43.181 INFO:teuthology.orchestra.run.smithi039.stderr:+ true 2024-09-16T08:24:43.181 INFO:teuthology.orchestra.run.smithi039.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-16T08:24:44.182 INFO:teuthology.orchestra.run.smithi039.stderr:+ true 2024-09-16T08:24:44.183 INFO:teuthology.orchestra.run.smithi039.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-16T08:24:44.311 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:44 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:44.311 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:44 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:44.311 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:44 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:24:44.312 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:44 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:24:44.312 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:44 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:44.312 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:44 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:24:44.312 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:44 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:44.312 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:44 smithi039 ceph-mon[25841]: Reconfiguring haproxy.nfs.foo.smithi039.ykkhlh (dependencies changed)... 2024-09-16T08:24:44.312 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:44 smithi039 ceph-mon[25841]: Reconfiguring daemon haproxy.nfs.foo.smithi039.ykkhlh on smithi039 2024-09-16T08:24:44.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:44 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:44.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:44 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:44.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:44 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:24:44.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:44 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:24:44.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:44 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:44.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:44 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:24:44.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:44 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:44.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:44 smithi161 ceph-mon[34039]: Reconfiguring haproxy.nfs.foo.smithi039.ykkhlh (dependencies changed)... 2024-09-16T08:24:44.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:44 smithi161 ceph-mon[34039]: Reconfiguring daemon haproxy.nfs.foo.smithi039.ykkhlh on smithi039 2024-09-16T08:24:45.185 INFO:teuthology.orchestra.run.smithi039.stderr:+ true 2024-09-16T08:24:45.185 INFO:teuthology.orchestra.run.smithi039.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-16T08:24:45.281 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:45 smithi039 ceph-mon[25841]: pgmap v221: 97 pgs: 97 active+clean; 612 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 921 B/s wr, 2 op/s 2024-09-16T08:24:45.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:45 smithi161 ceph-mon[34039]: pgmap v221: 97 pgs: 97 active+clean; 612 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 921 B/s wr, 2 op/s 2024-09-16T08:24:46.186 INFO:teuthology.orchestra.run.smithi039.stderr:+ true 2024-09-16T08:24:46.186 INFO:teuthology.orchestra.run.smithi039.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-16T08:24:47.187 INFO:teuthology.orchestra.run.smithi039.stderr:+ true 2024-09-16T08:24:47.187 INFO:teuthology.orchestra.run.smithi039.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-16T08:24:47.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:47 smithi039 ceph-mon[25841]: pgmap v222: 97 pgs: 97 active+clean; 612 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 921 B/s wr, 2 op/s 2024-09-16T08:24:47.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:47 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:47.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:47 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:47.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:47 smithi039 ceph-mon[25841]: Reconfiguring haproxy.nfs.foo.smithi161.fipgnv (dependencies changed)... 2024-09-16T08:24:47.531 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:47 smithi039 ceph-mon[25841]: Reconfiguring daemon haproxy.nfs.foo.smithi161.fipgnv on smithi161 2024-09-16T08:24:47.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:47 smithi161 ceph-mon[34039]: pgmap v222: 97 pgs: 97 active+clean; 612 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 921 B/s wr, 2 op/s 2024-09-16T08:24:47.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:47 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:47.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:47 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:47.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:47 smithi161 ceph-mon[34039]: Reconfiguring haproxy.nfs.foo.smithi161.fipgnv (dependencies changed)... 2024-09-16T08:24:47.722 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:47 smithi161 ceph-mon[34039]: Reconfiguring daemon haproxy.nfs.foo.smithi161.fipgnv on smithi161 2024-09-16T08:24:48.189 INFO:teuthology.orchestra.run.smithi039.stderr:+ true 2024-09-16T08:24:48.189 INFO:teuthology.orchestra.run.smithi039.stderr:+ timeout 1 cat /mnt/foo/testfile 2024-09-16T08:24:48.192 INFO:teuthology.orchestra.run.smithi039.stdout:haproxy.nfs.foo.smithi161.fipgnv 2024-09-16T08:24:48.192 INFO:teuthology.orchestra.run.smithi039.stderr:+ echo 'Mount is back!' 2024-09-16T08:24:48.192 INFO:teuthology.orchestra.run.smithi039.stdout:Mount is back! 2024-09-16T08:24:48.195 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi161.front.sepia.ceph.com 2024-09-16T08:24:48.195 DEBUG:teuthology.orchestra.run.smithi161:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2024-09-16T08:24:48.196 DEBUG:teuthology.orchestra.run.smithi161:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2024-09-16T08:24:48.196 DEBUG:teuthology.orchestra.run.smithi161:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2024-09-16T08:24:48.196 DEBUG:teuthology.orchestra.run.smithi161:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2024-09-16T08:24:48.196 DEBUG:teuthology.orchestra.run.smithi161:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2024-09-16T08:24:48.196 DEBUG:teuthology.orchestra.run.smithi161:> echo "Removing daemon $id fsid $fsid..." 2024-09-16T08:24:48.196 DEBUG:teuthology.orchestra.run.smithi161:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2024-09-16T08:24:48.196 DEBUG:teuthology.orchestra.run.smithi161:> 2024-09-16T08:24:48.196 DEBUG:teuthology.orchestra.run.smithi161:> echo "Waking up cephadm..." 2024-09-16T08:24:48.196 DEBUG:teuthology.orchestra.run.smithi161:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2024-09-16T08:24:48.196 DEBUG:teuthology.orchestra.run.smithi161:> 2024-09-16T08:24:48.196 DEBUG:teuthology.orchestra.run.smithi161:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2024-09-16T08:24:48.196 DEBUG:teuthology.orchestra.run.smithi161:> echo "Mount is back!" 2024-09-16T08:24:48.196 DEBUG:teuthology.orchestra.run.smithi161:> done 2024-09-16T08:24:48.197 DEBUG:teuthology.orchestra.run.smithi161:> ' 2024-09-16T08:24:48.224 INFO:teuthology.orchestra.run.smithi161.stderr:++ hostname 2024-09-16T08:24:48.224 INFO:teuthology.orchestra.run.smithi161.stderr:+ echo 'Check with smithi161 ganesha(s) down...' 2024-09-16T08:24:48.225 INFO:teuthology.orchestra.run.smithi161.stdout:Check with smithi161 ganesha(s) down... 2024-09-16T08:24:48.225 INFO:teuthology.orchestra.run.smithi161.stderr:++ systemctl 2024-09-16T08:24:48.225 INFO:teuthology.orchestra.run.smithi161.stderr:++ grep ceph- 2024-09-16T08:24:48.225 INFO:teuthology.orchestra.run.smithi161.stderr:++ grep @nfs 2024-09-16T08:24:48.225 INFO:teuthology.orchestra.run.smithi161.stderr:++ awk '{print $1}' 2024-09-16T08:24:48.234 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-16T08:24:48.248 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi039.front.sepia.ceph.com 2024-09-16T08:24:48.252 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- bash -c 'stat -c '"'"'%u %g'"'"' /var/log/ceph | grep '"'"'167 167'"'"'' 2024-09-16T08:24:48.469 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:48 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:24:48.503 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:48 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:24:48.538 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:24:49.048 INFO:teuthology.orchestra.run.smithi039.stdout:167 167 2024-09-16T08:24:49.472 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:49 smithi161 ceph-mon[34039]: pgmap v223: 97 pgs: 97 active+clean; 612 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-16T08:24:49.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:49 smithi039 ceph-mon[25841]: pgmap v223: 97 pgs: 97 active+clean; 612 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2024-09-16T08:24:49.938 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- bash -c 'ceph orch status' 2024-09-16T08:24:50.219 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:24:50.613 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:50 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:50.613 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:50 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:50.613 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:50 smithi039 ceph-mon[25841]: pgmap v224: 97 pgs: 97 active+clean; 612 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 938 B/s wr, 1 op/s 2024-09-16T08:24:50.613 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:50 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:24:50.916 INFO:teuthology.orchestra.run.smithi039.stdout:Backend: cephadm 2024-09-16T08:24:50.916 INFO:teuthology.orchestra.run.smithi039.stdout:Available: Yes 2024-09-16T08:24:50.916 INFO:teuthology.orchestra.run.smithi039.stdout:Paused: No 2024-09-16T08:24:50.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:50 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:50.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:50 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:50.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:50 smithi161 ceph-mon[34039]: pgmap v224: 97 pgs: 97 active+clean; 612 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 938 B/s wr, 1 op/s 2024-09-16T08:24:50.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:50 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T08:24:51.627 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:51 smithi039 ceph-mon[25841]: from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:51.657 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ps' 2024-09-16T08:24:51.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:51 smithi161 ceph-mon[34039]: from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:52.157 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:24:52.721 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:52 smithi161 ceph-mon[34039]: pgmap v225: 97 pgs: 97 active+clean; 612 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-09-16T08:24:52.840 INFO:teuthology.orchestra.run.smithi039.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T08:24:52.840 INFO:teuthology.orchestra.run.smithi039.stdout:alertmanager.smithi039 smithi039 *:9093,9094 running (5m) 9s ago 6m 19.6M - 0.27.0 11f11916f8cd 959cccc9b773 2024-09-16T08:24:52.840 INFO:teuthology.orchestra.run.smithi039.stdout:ceph-exporter.smithi039 smithi039 running (6m) 9s ago 6m 8644k - 19.3.0-4917-g8293d73f 425e316ba8eb 253cc2e1d2e5 2024-09-16T08:24:52.840 INFO:teuthology.orchestra.run.smithi039.stdout:ceph-exporter.smithi161 smithi161 running (5m) 13s ago 5m 5322k - 19.3.0-4917-g8293d73f 425e316ba8eb 9619cc90843b 2024-09-16T08:24:52.840 INFO:teuthology.orchestra.run.smithi039.stdout:crash.smithi039 smithi039 running (6m) 9s ago 6m 6895k - 19.3.0-4917-g8293d73f 425e316ba8eb 0d967084e866 2024-09-16T08:24:52.840 INFO:teuthology.orchestra.run.smithi039.stdout:crash.smithi161 smithi161 running (5m) 13s ago 5m 6891k - 19.3.0-4917-g8293d73f 425e316ba8eb 17cfb4de829c 2024-09-16T08:24:52.840 INFO:teuthology.orchestra.run.smithi039.stdout:grafana.smithi039 smithi039 *:3000 running (5m) 9s ago 6m 80.0M - 10.4.0 c8b91775d855 8981a1ceec1a 2024-09-16T08:24:52.840 INFO:teuthology.orchestra.run.smithi039.stdout:haproxy.nfs.foo.smithi039.ykkhlh smithi039 *:2999,9999 starting - - - - 2024-09-16T08:24:52.840 INFO:teuthology.orchestra.run.smithi039.stdout:haproxy.nfs.foo.smithi161.fipgnv smithi161 *:2999,9999 starting - - - - 2024-09-16T08:24:52.841 INFO:teuthology.orchestra.run.smithi039.stdout:keepalived.nfs.foo.smithi039.tvurfd smithi039 running (112s) 9s ago 111s 1598k - 2.2.4 4a3a1ff181d9 ae9c5a33bd4b 2024-09-16T08:24:52.841 INFO:teuthology.orchestra.run.smithi039.stdout:keepalived.nfs.foo.smithi161.uymmlt smithi161 running (105s) 13s ago 104s 1602k - 2.2.4 4a3a1ff181d9 5ea32c959dda 2024-09-16T08:24:52.841 INFO:teuthology.orchestra.run.smithi039.stdout:mds.foofs.smithi039.syvkvh smithi039 running (2m) 9s ago 2m 17.0M - 19.3.0-4917-g8293d73f 425e316ba8eb e2c7fcb67a26 2024-09-16T08:24:52.841 INFO:teuthology.orchestra.run.smithi039.stdout:mds.foofs.smithi161.umtytd smithi161 running (2m) 13s ago 2m 20.4M - 19.3.0-4917-g8293d73f 425e316ba8eb bfc733ba702d 2024-09-16T08:24:52.841 INFO:teuthology.orchestra.run.smithi039.stdout:mgr.smithi039.tlkitu smithi039 *:9283,8765,8443 running (8m) 9s ago 7m 530M - 19.3.0-4917-g8293d73f 425e316ba8eb 6ec2c76cfb1b 2024-09-16T08:24:52.841 INFO:teuthology.orchestra.run.smithi039.stdout:mgr.smithi161.vahkbs smithi161 *:8443,9283,8765 running (5m) 13s ago 5m 458M - 19.3.0-4917-g8293d73f 425e316ba8eb 6229614e9f3c 2024-09-16T08:24:52.841 INFO:teuthology.orchestra.run.smithi039.stdout:mon.smithi039 smithi039 running (8m) 9s ago 8m 50.5M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb f4dfe1022697 2024-09-16T08:24:52.841 INFO:teuthology.orchestra.run.smithi039.stdout:mon.smithi161 smithi161 running (5m) 13s ago 5m 41.3M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb 56b6edd66747 2024-09-16T08:24:52.841 INFO:teuthology.orchestra.run.smithi039.stdout:nfs.foo.0.1.smithi039.seashl smithi039 *:12999 running (17s) 9s ago 16s 62.0M - 5.9 425e316ba8eb 922329a7194d 2024-09-16T08:24:52.841 INFO:teuthology.orchestra.run.smithi039.stdout:node-exporter.smithi039 smithi039 *:9100 running (6m) 9s ago 6m 9303k - 1.7.0 72c9c2088986 6da52458f96a 2024-09-16T08:24:52.841 INFO:teuthology.orchestra.run.smithi039.stdout:node-exporter.smithi161 smithi161 *:9100 running (5m) 13s ago 5m 10.4M - 1.7.0 72c9c2088986 4da76bd6a1f8 2024-09-16T08:24:52.841 INFO:teuthology.orchestra.run.smithi039.stdout:osd.0 smithi161 running (4m) 13s ago 4m 51.7M 3728M 19.3.0-4917-g8293d73f 425e316ba8eb c65998dee5c7 2024-09-16T08:24:52.841 INFO:teuthology.orchestra.run.smithi039.stdout:osd.1 smithi039 running (4m) 9s ago 4m 44.5M 2960M 19.3.0-4917-g8293d73f 425e316ba8eb 1b317438c1d6 2024-09-16T08:24:52.842 INFO:teuthology.orchestra.run.smithi039.stdout:osd.2 smithi161 running (4m) 13s ago 4m 44.9M 3728M 19.3.0-4917-g8293d73f 425e316ba8eb ea8605d0ac38 2024-09-16T08:24:52.842 INFO:teuthology.orchestra.run.smithi039.stdout:osd.3 smithi039 running (4m) 9s ago 4m 45.8M 2960M 19.3.0-4917-g8293d73f 425e316ba8eb 34b654e1d58c 2024-09-16T08:24:52.842 INFO:teuthology.orchestra.run.smithi039.stdout:osd.4 smithi161 running (3m) 13s ago 3m 48.2M 3728M 19.3.0-4917-g8293d73f 425e316ba8eb 1976870b99f7 2024-09-16T08:24:52.842 INFO:teuthology.orchestra.run.smithi039.stdout:osd.5 smithi039 running (3m) 9s ago 3m 44.9M 2960M 19.3.0-4917-g8293d73f 425e316ba8eb e35c4dd25ab6 2024-09-16T08:24:52.842 INFO:teuthology.orchestra.run.smithi039.stdout:osd.6 smithi161 running (3m) 13s ago 3m 41.1M 3728M 19.3.0-4917-g8293d73f 425e316ba8eb 6ba0678375bd 2024-09-16T08:24:52.842 INFO:teuthology.orchestra.run.smithi039.stdout:osd.7 smithi039 running (3m) 9s ago 3m 50.3M 2960M 19.3.0-4917-g8293d73f 425e316ba8eb 5f04afacacc5 2024-09-16T08:24:52.842 INFO:teuthology.orchestra.run.smithi039.stdout:prometheus.smithi039 smithi039 *:9095 running (86s) 9s ago 6m 46.3M - 2.51.0 1d3b7f56885b 938c2efaf75d 2024-09-16T08:24:52.842 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:52 smithi039 ceph-mon[25841]: pgmap v225: 97 pgs: 97 active+clean; 612 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 511 B/s wr, 1 op/s 2024-09-16T08:24:53.648 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ls' 2024-09-16T08:24:53.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:53 smithi039 ceph-mon[25841]: from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:53.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:53 smithi161 ceph-mon[34039]: from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:54.110 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:24:54.870 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:54 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:54.871 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:54 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:54.871 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:54 smithi039 ceph-mon[25841]: pgmap v226: 97 pgs: 97 active+clean; 612 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-09-16T08:24:54.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:54 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:54.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:54 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:24:54.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:54 smithi161 ceph-mon[34039]: pgmap v226: 97 pgs: 97 active+clean; 612 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-09-16T08:24:55.167 INFO:teuthology.orchestra.run.smithi039.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-16T08:24:55.168 INFO:teuthology.orchestra.run.smithi039.stdout:alertmanager ?:9093,9094 1/1 12s ago 7m count:1 2024-09-16T08:24:55.168 INFO:teuthology.orchestra.run.smithi039.stdout:ceph-exporter 2/2 12s ago 7m * 2024-09-16T08:24:55.168 INFO:teuthology.orchestra.run.smithi039.stdout:crash 2/2 12s ago 7m * 2024-09-16T08:24:55.168 INFO:teuthology.orchestra.run.smithi039.stdout:grafana ?:3000 1/1 12s ago 7m count:1 2024-09-16T08:24:55.168 INFO:teuthology.orchestra.run.smithi039.stdout:ingress.nfs.foo 10.0.31.39:2999,9999 3/4 12s ago 2m count:2 2024-09-16T08:24:55.168 INFO:teuthology.orchestra.run.smithi039.stdout:mds.foofs 2/2 12s ago 2m count:2 2024-09-16T08:24:55.168 INFO:teuthology.orchestra.run.smithi039.stdout:mgr 2/2 12s ago 7m count:2 2024-09-16T08:24:55.168 INFO:teuthology.orchestra.run.smithi039.stdout:mon 2/2 12s ago 6m smithi039:172.21.15.39=smithi039;smithi161:172.21.15.161=smithi161;count:2 2024-09-16T08:24:55.168 INFO:teuthology.orchestra.run.smithi039.stdout:nfs.foo ?:12999 1/1 12s ago 2m count:1 2024-09-16T08:24:55.169 INFO:teuthology.orchestra.run.smithi039.stdout:node-exporter ?:9100 2/2 12s ago 7m * 2024-09-16T08:24:55.169 INFO:teuthology.orchestra.run.smithi039.stdout:osd.all-available-devices 8 12s ago 5m * 2024-09-16T08:24:55.169 INFO:teuthology.orchestra.run.smithi039.stdout:prometheus ?:9095 1/1 12s ago 7m count:1 2024-09-16T08:24:55.968 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:55 smithi039 ceph-mon[25841]: from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:55.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:55 smithi161 ceph-mon[34039]: from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:56.002 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- bash -c 'ceph orch host ls' 2024-09-16T08:24:56.751 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:24:56.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:56 smithi161 ceph-mon[34039]: pgmap v227: 97 pgs: 97 active+clean; 612 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-16T08:24:57.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:56 smithi039 ceph-mon[25841]: pgmap v227: 97 pgs: 97 active+clean; 612 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-09-16T08:24:57.737 INFO:teuthology.orchestra.run.smithi039.stdout:HOST ADDR LABELS STATUS 2024-09-16T08:24:57.737 INFO:teuthology.orchestra.run.smithi039.stdout:smithi039 172.21.15.39 2024-09-16T08:24:57.737 INFO:teuthology.orchestra.run.smithi039.stdout:smithi161 172.21.15.161 2024-09-16T08:24:57.737 INFO:teuthology.orchestra.run.smithi039.stdout:2 hosts in cluster 2024-09-16T08:24:58.536 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- bash -c 'ceph orch device ls' 2024-09-16T08:24:58.735 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:58 smithi161 ceph-mon[34039]: pgmap v228: 97 pgs: 97 active+clean; 612 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-16T08:24:58.736 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:24:58 smithi161 ceph-mon[34039]: from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:58.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:58 smithi039 ceph-mon[25841]: pgmap v228: 97 pgs: 97 active+clean; 612 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2024-09-16T08:24:58.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:24:58 smithi039 ceph-mon[25841]: from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:24:58.821 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:24:59.443 INFO:teuthology.orchestra.run.smithi039.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-16T08:24:59.443 INFO:teuthology.orchestra.run.smithi039.stdout:smithi039 /dev/nvme0n1 ssd INTEL_SSDPEDKE040T7_BTLE736102QX4P0KGN 3726G No 2m ago Has a FileSystem, LVM detected 2024-09-16T08:24:59.443 INFO:teuthology.orchestra.run.smithi039.stdout:smithi039 /dev/nvme1n1 ssd Linux_1bd25fa445464d1e250b 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-16T08:24:59.444 INFO:teuthology.orchestra.run.smithi039.stdout:smithi039 /dev/nvme2n1 ssd Linux_fd97f86cd5a230a35e9a 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-16T08:24:59.444 INFO:teuthology.orchestra.run.smithi039.stdout:smithi039 /dev/nvme3n1 ssd Linux_2bba6cd10301bd833e0e 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-16T08:24:59.444 INFO:teuthology.orchestra.run.smithi039.stdout:smithi039 /dev/nvme4n1 ssd Linux_2b6e265f7f203e061517 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-16T08:24:59.444 INFO:teuthology.orchestra.run.smithi039.stdout:smithi161 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6233001X400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-09-16T08:24:59.444 INFO:teuthology.orchestra.run.smithi039.stdout:smithi161 /dev/nvme1n1 ssd Linux_4623cddb59dfa630aa9b 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-16T08:24:59.444 INFO:teuthology.orchestra.run.smithi039.stdout:smithi161 /dev/nvme2n1 ssd Linux_878263907c9f562fcc37 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-16T08:24:59.444 INFO:teuthology.orchestra.run.smithi039.stdout:smithi161 /dev/nvme3n1 ssd Linux_45195b4040bc6505ead9 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-16T08:24:59.445 INFO:teuthology.orchestra.run.smithi039.stdout:smithi161 /dev/nvme4n1 ssd Linux_6e4cc31feede62622555 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-16T08:25:00.697 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid dd6afd60-7403-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ls | grep '"'"'^osd.all-available-devices '"'"'' 2024-09-16T08:25:00.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:25:00 smithi161 ceph-mon[34039]: from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:25:00.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:25:00 smithi161 ceph-mon[34039]: pgmap v229: 97 pgs: 97 active+clean; 612 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-16T08:25:01.030 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:25:00 smithi039 ceph-mon[25841]: from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:25:01.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:25:00 smithi039 ceph-mon[25841]: pgmap v229: 97 pgs: 97 active+clean; 612 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 85 B/s wr, 0 op/s 2024-09-16T08:25:01.506 INFO:teuthology.orchestra.run.smithi039.stderr:Inferring config /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/mon.smithi039/config 2024-09-16T08:25:02.159 INFO:teuthology.orchestra.run.smithi039.stdout:osd.all-available-devices 8 19s ago 5m * 2024-09-16T08:25:02.780 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:25:02 smithi039 ceph-mon[25841]: pgmap v230: 97 pgs: 97 active+clean; 612 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:25:02.781 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:25:02 smithi039 ceph-mon[25841]: from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:25:02.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:25:02 smithi161 ceph-mon[34039]: pgmap v230: 97 pgs: 97 active+clean; 612 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-16T08:25:02.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:25:02 smithi161 ceph-mon[34039]: from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T08:25:03.039 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-09-16T08:25:03.054 INFO:tasks.vip:Removing 10.0.15.39 (and any VIPs) on smithi039.front.sepia.ceph.com iface ens1f0... 2024-09-16T08:25:03.054 DEBUG:teuthology.orchestra.run.smithi039:> sudo ip addr del 10.0.15.39/16 dev ens1f0 2024-09-16T08:25:03.085 DEBUG:teuthology.orchestra.run.smithi039:> sudo ip addr del 10.0.31.39/16 dev ens1f0 2024-09-16T08:25:03.154 INFO:tasks.vip:Removing 10.0.15.161 (and any VIPs) on smithi161.front.sepia.ceph.com iface enp3s0f1... 2024-09-16T08:25:03.154 DEBUG:teuthology.orchestra.run.smithi161:> sudo ip addr del 10.0.15.161/16 dev enp3s0f1 2024-09-16T08:25:03.190 DEBUG:teuthology.orchestra.run.smithi161:> sudo ip addr del 10.0.31.39/16 dev enp3s0f1 2024-09-16T08:25:03.257 INFO:teuthology.orchestra.run.smithi161.stderr:Error: ipv4: Address not found. 2024-09-16T08:25:03.259 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-16T08:25:03.259 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-16T08:25:03.269 INFO:tasks.cephadm:Teardown begin 2024-09-16T08:25:03.270 DEBUG:teuthology.orchestra.run.smithi039:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T08:25:03.298 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T08:25:03.326 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-16T08:25:03.326 DEBUG:teuthology.orchestra.run.smithi039:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-16T08:25:03.356 DEBUG:teuthology.orchestra.run.smithi161:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-16T08:25:03.383 INFO:tasks.cephadm:Stopping all daemons... 2024-09-16T08:25:03.383 INFO:tasks.cephadm.mon.smithi039:Stopping mon.smithi039... 2024-09-16T08:25:03.383 DEBUG:teuthology.orchestra.run.smithi039:> sudo systemctl stop ceph-dd6afd60-7403-11ef-bceb-c7b262605968@mon.smithi039 2024-09-16T08:25:03.657 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:25:03 smithi039 systemd[1]: Stopping Ceph mon.smithi039 for dd6afd60-7403-11ef-bceb-c7b262605968... 2024-09-16T08:25:03.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:25:03 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:25:03.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:25:03 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:25:03.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:25:03 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:25:03.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:25:03 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:25:03.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:25:03 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:25:03.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:25:03 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:25:03.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:25:03 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:25:03.972 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:25:03 smithi161 ceph-mon[34039]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:25:04.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:25:03 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T08:25:04.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:25:03 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:25:04.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:25:03 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:25:04.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:25:03 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T08:25:04.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:25:03 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T08:25:04.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:25:03 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:25:04.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:25:03 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T08:25:04.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:25:03 smithi039 ceph-mon[25841]: from='mgr.14223 172.21.15.39:0/1820833965' entity='mgr.smithi039.tlkitu' 2024-09-16T08:25:04.031 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:25:03 smithi039 ceph-dd6afd60-7403-11ef-bceb-c7b262605968-mon-smithi039[25818]: 2024-09-16T08:25:03.762+0000 7fe327ae7640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi039 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-16T08:25:04.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:25:03 smithi039 ceph-dd6afd60-7403-11ef-bceb-c7b262605968-mon-smithi039[25818]: 2024-09-16T08:25:03.762+0000 7fe327ae7640 -1 mon.smithi039@0(leader) e2 *** Got Signal Terminated *** 2024-09-16T08:25:04.032 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:25:03 smithi039 podman[96099]: 2024-09-16 08:25:03.813991345 +0000 UTC m=+0.188812701 container died f4dfe10226975fee67c5ea48e6ee2552945ee3581526eef4a7401a2acbd34d42 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-dd6afd60-7403-11ef-bceb-c7b262605968-mon-smithi039, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-16T08:25:04.528 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:25:04 smithi039 podman[96099]: 2024-09-16 08:25:04.260879268 +0000 UTC m=+0.635700660 container cleanup f4dfe10226975fee67c5ea48e6ee2552945ee3581526eef4a7401a2acbd34d42 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705, name=ceph-dd6afd60-7403-11ef-bceb-c7b262605968-mon-smithi039, CEPH_POINT_RELEASE=, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-16T08:25:04.529 INFO:journalctl@ceph.mon.smithi039.smithi039.stdout:Sep 16 08:25:04 smithi039 bash[96099]: ceph-dd6afd60-7403-11ef-bceb-c7b262605968-mon-smithi039 2024-09-16T08:25:04.705 DEBUG:teuthology.orchestra.run.smithi039:> sudo pkill -f 'journalctl -f -n 0 -u ceph-dd6afd60-7403-11ef-bceb-c7b262605968@mon.smithi039.service' 2024-09-16T08:25:04.752 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T08:25:04.753 INFO:tasks.cephadm.mon.smithi039:Stopped mon.smithi039 2024-09-16T08:25:04.753 INFO:tasks.cephadm.mon.smithi161:Stopping mon.smithi161... 2024-09-16T08:25:04.753 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ceph-dd6afd60-7403-11ef-bceb-c7b262605968@mon.smithi161 2024-09-16T08:25:05.221 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:25:04 smithi161 systemd[1]: Stopping Ceph mon.smithi161 for dd6afd60-7403-11ef-bceb-c7b262605968... 2024-09-16T08:25:05.610 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:25:05 smithi161 ceph-dd6afd60-7403-11ef-bceb-c7b262605968-mon-smithi161[34016]: 2024-09-16T08:25:05.371+0000 7ff5a393f640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi161 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-16T08:25:05.610 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:25:05 smithi161 ceph-dd6afd60-7403-11ef-bceb-c7b262605968-mon-smithi161[34016]: 2024-09-16T08:25:05.371+0000 7ff5a393f640 -1 mon.smithi161@1(peon) e2 *** Got Signal Terminated *** 2024-09-16T08:25:05.971 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:25:05 smithi161 podman[65852]: 2024-09-16 08:25:05.835887011 +0000 UTC m=+0.598161906 container died 56b6edd66747d7ddeb9030768bf665450514d7085f5247fde5427d9e9b82b151 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-dd6afd60-7403-11ef-bceb-c7b262605968-mon-smithi161, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux ) 2024-09-16T08:25:06.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:25:06 smithi161 podman[65852]: 2024-09-16 08:25:06.28935671 +0000 UTC m=+1.051631604 container cleanup 56b6edd66747d7ddeb9030768bf665450514d7085f5247fde5427d9e9b82b151 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce, name=ceph-dd6afd60-7403-11ef-bceb-c7b262605968-mon-smithi161, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=wip-guits-main-2024-09-13-1248-8293d73, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True) 2024-09-16T08:25:06.471 INFO:journalctl@ceph.mon.smithi161.smithi161.stdout:Sep 16 08:25:06 smithi161 bash[65852]: ceph-dd6afd60-7403-11ef-bceb-c7b262605968-mon-smithi161 2024-09-16T08:25:06.709 DEBUG:teuthology.orchestra.run.smithi161:> sudo pkill -f 'journalctl -f -n 0 -u ceph-dd6afd60-7403-11ef-bceb-c7b262605968@mon.smithi161.service' 2024-09-16T08:25:06.759 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T08:25:06.759 INFO:tasks.cephadm.mon.smithi161:Stopped mon.smithi161 2024-09-16T08:25:06.760 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid dd6afd60-7403-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-16T08:25:07.291 INFO:teuthology.orchestra.run.smithi039.stdout:Deleting cluster with fsid: dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:26:13.416 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid dd6afd60-7403-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-16T08:26:13.622 INFO:teuthology.orchestra.run.smithi161.stdout:Deleting cluster with fsid: dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:27:01.749 DEBUG:teuthology.orchestra.run.smithi039:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T08:27:01.786 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T08:27:01.814 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-16T08:27:01.816 DEBUG:teuthology.misc:Transferring archived files from smithi039:/var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906930/remote/smithi039/crash 2024-09-16T08:27:01.817 DEBUG:teuthology.orchestra.run.smithi039:> sudo tar c -f - -C /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/crash -- . 2024-09-16T08:27:01.868 INFO:teuthology.orchestra.run.smithi039.stderr:tar: /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-16T08:27:01.869 INFO:teuthology.orchestra.run.smithi039.stderr:tar: Error is not recoverable: exiting now 2024-09-16T08:27:01.871 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906930/remote/smithi161/crash 2024-09-16T08:27:01.871 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/crash -- . 2024-09-16T08:27:01.942 INFO:teuthology.orchestra.run.smithi161.stderr:tar: /var/lib/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-16T08:27:01.942 INFO:teuthology.orchestra.run.smithi161.stderr:tar: Error is not recoverable: exiting now 2024-09-16T08:27:01.944 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-16T08:27:01.944 DEBUG:teuthology.orchestra.run.smithi039:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v CEPHADM_DAEMON_PLACE_FAIL | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-16T08:27:01.977 INFO:tasks.cephadm:Compressing logs... 2024-09-16T08:27:01.977 DEBUG:teuthology.orchestra.run.smithi039:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-16T08:27:02.020 DEBUG:teuthology.orchestra.run.smithi161:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-16T08:27:02.045 INFO:teuthology.orchestra.run.smithi161.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-osd.0.log 2024-09-16T08:27:02.045 INFO:teuthology.orchestra.run.smithi161.stderr:: No such file or directory 2024-09-16T08:27:02.045 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-mon.smithi161.log 2024-09-16T08:27:02.046 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-16T08:27:02.046 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-mon.smithi161.log: gzip -5 --verbose -- /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-osd.4.log 2024-09-16T08:27:02.046 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-16T08:27:02.047 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-client.ceph-exporter.smithi161.log 2024-09-16T08:27:02.047 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-osd.4.log: /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-16T08:27:02.051 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-client.ceph-exporter.smithi161.log: gzip -5 --verbose -- /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-mds.foofs.smithi161.umtytd.log 2024-09-16T08:27:02.051 INFO:teuthology.orchestra.run.smithi161.stderr: 31.3% -- replaced with /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-client.ceph-exporter.smithi161.log.gz 2024-09-16T08:27:02.051 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-osd.2.log 2024-09-16T08:27:02.051 INFO:teuthology.orchestra.run.smithi161.stderr: 83.4% -- replaced with /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-16T08:27:02.051 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-mds.foofs.smithi161.umtytd.log: gzip -5 --verbose -- /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-mgr.smithi161.vahkbs.log 2024-09-16T08:27:02.051 INFO:teuthology.orchestra.run.smithi161.stderr: 86.8% -- replaced with /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-mds.foofs.smithi161.umtytd.log.gz 2024-09-16T08:27:02.051 INFO:teuthology.orchestra.run.smithi161.stderr:gzip -5 --verbose -- /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-osd.6.log 2024-09-16T08:27:02.051 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-osd.2.log: /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-mgr.smithi161.vahkbs.log: gzip -5 --verbose -- /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph.log 2024-09-16T08:27:02.051 INFO:teuthology.orchestra.run.smithi161.stderr: 91.4% -- replaced with /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-16T08:27:02.051 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-16T08:27:02.051 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph.log: 86.9% -- replaced with /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-16T08:27:02.053 INFO:teuthology.orchestra.run.smithi039.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-osd.1.log 2024-09-16T08:27:02.053 INFO:teuthology.orchestra.run.smithi039.stderr:: No such file or directory 2024-09-16T08:27:02.053 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-osd.7.log 2024-09-16T08:27:02.053 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-16T08:27:02.053 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-osd.1.log: /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-16T08:27:02.053 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-client.ceph-exporter.smithi039.log 2024-09-16T08:27:02.054 INFO:teuthology.orchestra.run.smithi161.stderr:/var/log/ceph/cephadm.log: 92.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-16T08:27:02.054 INFO:teuthology.orchestra.run.smithi161.stderr: 91.5% -- replaced with /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-mgr.smithi161.vahkbs.log.gz 2024-09-16T08:27:02.055 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-16T08:27:02.055 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-client.ceph-exporter.smithi039.log: gzip -5 --verbose -- /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-mon.smithi039.log 2024-09-16T08:27:02.055 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-mgr.smithi039.tlkitu.log 2024-09-16T08:27:02.055 INFO:teuthology.orchestra.run.smithi039.stderr: 93.9% -- replaced with /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-client.ceph-exporter.smithi039.log.gz 2024-09-16T08:27:02.055 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-mon.smithi039.log: gzip -5 --verbose -- /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-osd.5.log 2024-09-16T08:27:02.055 INFO:teuthology.orchestra.run.smithi039.stderr: 84.6% -- replaced with /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-16T08:27:02.056 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph.log 2024-09-16T08:27:02.056 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-mgr.smithi039.tlkitu.log: /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-osd.3.log 2024-09-16T08:27:02.056 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph.log: 91.2% -- replaced with /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-16T08:27:02.056 INFO:teuthology.orchestra.run.smithi039.stderr: 87.1% -- replaced with /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-16T08:27:02.056 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-mds.foofs.smithi039.syvkvh.log 2024-09-16T08:27:02.057 INFO:teuthology.orchestra.run.smithi039.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-16T08:27:02.057 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-osd.3.log: /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-mds.foofs.smithi039.syvkvh.log: 78.4% -- replaced with /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-mds.foofs.smithi039.syvkvh.log.gz 2024-09-16T08:27:02.058 INFO:teuthology.orchestra.run.smithi161.stderr: 91.8% -- replaced with /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-16T08:27:02.068 INFO:teuthology.orchestra.run.smithi039.stderr:/var/log/ceph/cephadm.log: 91.7% -- replaced with /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-16T08:27:02.089 INFO:teuthology.orchestra.run.smithi039.stderr: 91.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-16T08:27:02.174 INFO:teuthology.orchestra.run.smithi161.stderr: 92.4% -- replaced with /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-mon.smithi161.log.gz 2024-09-16T08:27:02.178 INFO:teuthology.orchestra.run.smithi039.stderr: 93.0% -- replaced with /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-osd.5.log.gz 2024-09-16T08:27:02.183 INFO:teuthology.orchestra.run.smithi161.stderr: 92.9% -- replaced with /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-osd.2.log.gz 2024-09-16T08:27:02.207 INFO:teuthology.orchestra.run.smithi161.stderr: 92.8% -- replaced with /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-osd.4.log.gz 2024-09-16T08:27:02.245 INFO:teuthology.orchestra.run.smithi039.stderr: 93.0% -- replaced with /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-osd.7.log.gz 2024-09-16T08:27:02.247 INFO:teuthology.orchestra.run.smithi161.stderr: 93.0% -- replaced with /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-osd.6.log.gz 2024-09-16T08:27:02.251 INFO:teuthology.orchestra.run.smithi039.stderr: 88.7% -- replaced with /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-mgr.smithi039.tlkitu.log.gz 2024-09-16T08:27:02.255 INFO:teuthology.orchestra.run.smithi161.stderr: 93.0% -- replaced with /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-osd.0.log.gz 2024-09-16T08:27:02.257 INFO:teuthology.orchestra.run.smithi161.stderr: 2024-09-16T08:27:02.257 INFO:teuthology.orchestra.run.smithi161.stderr:real 0m0.222s 2024-09-16T08:27:02.257 INFO:teuthology.orchestra.run.smithi161.stderr:user 0m0.836s 2024-09-16T08:27:02.257 INFO:teuthology.orchestra.run.smithi161.stderr:sys 0m0.049s 2024-09-16T08:27:02.277 INFO:teuthology.orchestra.run.smithi039.stderr: 93.2% -- replaced with /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-osd.3.log.gz 2024-09-16T08:27:02.297 INFO:teuthology.orchestra.run.smithi039.stderr: 93.3% -- replaced with /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-osd.1.log.gz 2024-09-16T08:27:02.425 INFO:teuthology.orchestra.run.smithi039.stderr: 91.0% -- replaced with /var/log/ceph/dd6afd60-7403-11ef-bceb-c7b262605968/ceph-mon.smithi039.log.gz 2024-09-16T08:27:02.427 INFO:teuthology.orchestra.run.smithi039.stderr: 2024-09-16T08:27:02.427 INFO:teuthology.orchestra.run.smithi039.stderr:real 0m0.393s 2024-09-16T08:27:02.428 INFO:teuthology.orchestra.run.smithi039.stderr:user 0m1.347s 2024-09-16T08:27:02.428 INFO:teuthology.orchestra.run.smithi039.stderr:sys 0m0.066s 2024-09-16T08:27:02.428 INFO:tasks.cephadm:Archiving logs... 2024-09-16T08:27:02.428 DEBUG:teuthology.misc:Transferring archived files from smithi039:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906930/remote/smithi039/log 2024-09-16T08:27:02.429 DEBUG:teuthology.orchestra.run.smithi039:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-16T08:27:02.674 DEBUG:teuthology.misc:Transferring archived files from smithi161:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906930/remote/smithi161/log 2024-09-16T08:27:02.675 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-16T08:27:02.811 INFO:tasks.cephadm:Removing cluster... 2024-09-16T08:27:02.811 DEBUG:teuthology.orchestra.run.smithi039:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid dd6afd60-7403-11ef-bceb-c7b262605968 --force 2024-09-16T08:27:03.011 INFO:teuthology.orchestra.run.smithi039.stdout:Deleting cluster with fsid: dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:27:03.150 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid dd6afd60-7403-11ef-bceb-c7b262605968 --force 2024-09-16T08:27:03.341 INFO:teuthology.orchestra.run.smithi161.stdout:Deleting cluster with fsid: dd6afd60-7403-11ef-bceb-c7b262605968 2024-09-16T08:27:03.459 INFO:tasks.cephadm:Removing cephadm ... 2024-09-16T08:27:03.460 DEBUG:teuthology.orchestra.run.smithi039:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-16T08:27:03.476 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-16T08:27:03.492 INFO:tasks.cephadm:Teardown complete 2024-09-16T08:27:03.492 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-09-16T08:27:03.503 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi039:/dev/vg_nvme/lv_1... 2024-09-16T08:27:03.503 DEBUG:teuthology.orchestra.run.smithi039:> sudo nvme disconnect -n lv_1 2024-09-16T08:27:03.680 INFO:teuthology.orchestra.run.smithi039.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-09-16T08:27:03.682 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi039:/dev/vg_nvme/lv_2... 2024-09-16T08:27:03.682 DEBUG:teuthology.orchestra.run.smithi039:> sudo nvme disconnect -n lv_2 2024-09-16T08:27:03.830 INFO:teuthology.orchestra.run.smithi039.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-09-16T08:27:03.831 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi039:/dev/vg_nvme/lv_3... 2024-09-16T08:27:03.831 DEBUG:teuthology.orchestra.run.smithi039:> sudo nvme disconnect -n lv_3 2024-09-16T08:27:03.989 INFO:teuthology.orchestra.run.smithi039.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-09-16T08:27:03.990 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi039:/dev/vg_nvme/lv_4... 2024-09-16T08:27:03.990 DEBUG:teuthology.orchestra.run.smithi039:> sudo nvme disconnect -n lv_4 2024-09-16T08:27:04.142 INFO:teuthology.orchestra.run.smithi039.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-09-16T08:27:04.143 DEBUG:teuthology.orchestra.run.smithi039:> set -ex 2024-09-16T08:27:04.143 DEBUG:teuthology.orchestra.run.smithi039:> sudo dd of=/scratch_devs 2024-09-16T08:27:04.170 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi161:/dev/vg_nvme/lv_1... 2024-09-16T08:27:04.170 DEBUG:teuthology.orchestra.run.smithi161:> sudo nvme disconnect -n lv_1 2024-09-16T08:27:04.324 INFO:teuthology.orchestra.run.smithi161.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-09-16T08:27:04.325 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi161:/dev/vg_nvme/lv_2... 2024-09-16T08:27:04.326 DEBUG:teuthology.orchestra.run.smithi161:> sudo nvme disconnect -n lv_2 2024-09-16T08:27:04.475 INFO:teuthology.orchestra.run.smithi161.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-09-16T08:27:04.476 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi161:/dev/vg_nvme/lv_3... 2024-09-16T08:27:04.477 DEBUG:teuthology.orchestra.run.smithi161:> sudo nvme disconnect -n lv_3 2024-09-16T08:27:04.618 INFO:teuthology.orchestra.run.smithi161.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-09-16T08:27:04.620 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi161:/dev/vg_nvme/lv_4... 2024-09-16T08:27:04.620 DEBUG:teuthology.orchestra.run.smithi161:> sudo nvme disconnect -n lv_4 2024-09-16T08:27:04.771 INFO:teuthology.orchestra.run.smithi161.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-09-16T08:27:04.772 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2024-09-16T08:27:04.773 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/scratch_devs 2024-09-16T08:27:04.798 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-16T08:27:04.808 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-16T08:27:04.809 DEBUG:teuthology.orchestra.run.smithi039:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T08:27:04.811 DEBUG:teuthology.orchestra.run.smithi161:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T08:27:04.827 INFO:teuthology.orchestra.run.smithi039.stderr:bash: line 1: ntpq: command not found 2024-09-16T08:27:04.832 INFO:teuthology.orchestra.run.smithi039.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T08:27:04.832 INFO:teuthology.orchestra.run.smithi039.stdout:=============================================================================== 2024-09-16T08:27:04.833 INFO:teuthology.orchestra.run.smithi039.stdout:^* hv01.front.sepia.ceph.com 3 6 377 40 +1452us[+1056us] +/- 49ms 2024-09-16T08:27:04.833 INFO:teuthology.orchestra.run.smithi039.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 41 -2845us[-3242us] +/- 50ms 2024-09-16T08:27:04.833 INFO:teuthology.orchestra.run.smithi039.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 40 +1578us[+1182us] +/- 90ms 2024-09-16T08:27:04.833 INFO:teuthology.orchestra.run.smithi039.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T08:27:04.853 INFO:teuthology.orchestra.run.smithi161.stderr:bash: line 1: ntpq: command not found 2024-09-16T08:27:04.856 INFO:teuthology.orchestra.run.smithi161.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-16T08:27:04.856 INFO:teuthology.orchestra.run.smithi161.stdout:=============================================================================== 2024-09-16T08:27:04.856 INFO:teuthology.orchestra.run.smithi161.stdout:^* hv01.front.sepia.ceph.com 3 6 377 40 +1067us[+1064us] +/- 49ms 2024-09-16T08:27:04.857 INFO:teuthology.orchestra.run.smithi161.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 39 -3212us[-3212us] +/- 50ms 2024-09-16T08:27:04.857 INFO:teuthology.orchestra.run.smithi161.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 42 +1192us[+1188us] +/- 90ms 2024-09-16T08:27:04.857 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-16T08:27:04.858 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-16T08:27:04.871 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-16T08:27:04.872 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-16T08:27:04.888 DEBUG:teuthology.orchestra.run.smithi039:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-16T08:27:04.975 DEBUG:teuthology.orchestra.run.smithi161:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-16T08:27:05.042 DEBUG:teuthology.orchestra.run.smithi039:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-16T08:27:05.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T08:27:05.073 DEBUG:teuthology.orchestra.run.smithi161:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-16T08:27:05.101 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T08:27:05.101 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-16T08:27:05.111 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-16T08:27:05.125 INFO:teuthology.task.internal:Duration was 922.302836 seconds 2024-09-16T08:27:05.125 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-16T08:27:05.138 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-16T08:27:05.138 DEBUG:teuthology.orchestra.run.smithi039:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-16T08:27:05.142 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-16T08:27:05.180 INFO:teuthology.orchestra.run.smithi161.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T08:27:05.181 INFO:teuthology.orchestra.run.smithi039.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-16T08:27:05.583 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-16T08:27:05.583 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi039.front.sepia.ceph.com 2024-09-16T08:27:05.583 DEBUG:teuthology.orchestra.run.smithi039:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-16T08:27:05.646 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi161.front.sepia.ceph.com 2024-09-16T08:27:05.647 DEBUG:teuthology.orchestra.run.smithi161:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-16T08:27:05.672 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-16T08:27:05.672 DEBUG:teuthology.orchestra.run.smithi039:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-16T08:27:05.689 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-16T08:27:05.739 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-16T08:27:05.739 DEBUG:teuthology.orchestra.run.smithi039:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-16T08:27:05.756 DEBUG:teuthology.orchestra.run.smithi161:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-16T08:27:06.044 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-16T08:27:06.055 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-16T08:27:06.056 DEBUG:teuthology.orchestra.run.smithi039:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-16T08:27:06.081 DEBUG:teuthology.orchestra.run.smithi161:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-16T08:27:06.106 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-16T08:27:06.117 DEBUG:teuthology.orchestra.run.smithi039:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-16T08:27:06.124 DEBUG:teuthology.orchestra.run.smithi161:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-16T08:27:06.146 INFO:teuthology.orchestra.run.smithi039.stdout:kernel.core_pattern = core 2024-09-16T08:27:06.169 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = core 2024-09-16T08:27:06.188 DEBUG:teuthology.orchestra.run.smithi039:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-16T08:27:06.237 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T08:27:06.238 DEBUG:teuthology.orchestra.run.smithi161:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-16T08:27:06.252 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T08:27:06.253 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-16T08:27:06.266 INFO:teuthology.task.internal:Transferring archived files... 2024-09-16T08:27:06.266 DEBUG:teuthology.misc:Transferring archived files from smithi039:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906930/remote/smithi039 2024-09-16T08:27:06.267 DEBUG:teuthology.orchestra.run.smithi039:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-16T08:27:06.317 DEBUG:teuthology.misc:Transferring archived files from smithi161:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-16_07:44:22-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7906930/remote/smithi161 2024-09-16T08:27:06.317 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-16T08:27:06.353 INFO:teuthology.task.internal:Removing archive directory... 2024-09-16T08:27:06.353 DEBUG:teuthology.orchestra.run.smithi039:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-16T08:27:06.355 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-16T08:27:06.403 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-16T08:27:06.415 INFO:teuthology.task.internal:Not uploading archives. 2024-09-16T08:27:06.415 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-16T08:27:06.427 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-16T08:27:06.427 DEBUG:teuthology.orchestra.run.smithi039:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-16T08:27:06.429 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-16T08:27:06.442 INFO:teuthology.orchestra.run.smithi039.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 16 08:27 /home/ubuntu/cephtest 2024-09-16T08:27:06.457 INFO:teuthology.orchestra.run.smithi161.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 16 08:27 /home/ubuntu/cephtest 2024-09-16T08:27:06.458 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-16T08:27:06.471 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-16T08:27:06.496 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} duration: 922.3028361797333 owner: scheduled_gabrioux@teuthology success: true 2024-09-16T08:27:06.497 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-16T08:27:06.575 INFO:teuthology.run:pass