2024-04-27T02:41:21.179 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-27T02:41:21.179 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi --description orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --owner scheduled_teuthology@teuthology --archive /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675606 -- /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675606/orig.config.yaml 2024-04-27T02:41:21.215 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-27T02:41:21.311 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675606 branch: squid description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7675606' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid 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\) log-only-match: - CEPHADM_ sha1: b22e2ebdeb24376882b7bda2a7329c8cccc2276a ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b22e2ebdeb24376882b7bda2a7329c8cccc2276a selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: b22e2ebdeb24376882b7bda2a7329c8cccc2276a owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 4854 sha1: b22e2ebdeb24376882b7bda2a7329c8cccc2276a sleep_before_teardown: 0 subset: 40/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_b22e2ebdeb24376882b7bda2a7329c8cccc2276a/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: b22e2ebdeb24376882b7bda2a7329c8cccc2276a targets: smithi077.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBClAUBLfyl8/9TV6b8jRHNOmgVo2Sg0i4n6OX+S4vYTyjTlmra6TUSCnfY2KXCTb/e3HXSnYjF22DF184jWAXD4= smithi110.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM26uYx6Rbs6FWguujq4pnqgQ/HpIuTNoL71RdbqKCb8obYrAqipfz6WfLSLx6xnTt0Ik2zTTRjavAerGMemikM= tasks: - pexec: all: - sudo dnf install runc -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 - cephadm.apply: specs: - placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 - service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - cephadm.shell: host.a: - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo - 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 - 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: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-26_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-27T02:41:21.311 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_b22e2ebdeb24376882b7bda2a7329c8cccc2276a/qa; will attempt to use it 2024-04-27T02:41:21.312 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_b22e2ebdeb24376882b7bda2a7329c8cccc2276a/qa/tasks 2024-04-27T02:41:21.312 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-27T02:41:21.313 INFO:teuthology.task.internal:Checking packages... 2024-04-27T02:41:21.337 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'b22e2ebdeb24376882b7bda2a7329c8cccc2276a' 2024-04-27T02:41:21.337 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-27T02:41:21.337 INFO:teuthology.packaging:ref: None 2024-04-27T02:41:21.337 INFO:teuthology.packaging:tag: None 2024-04-27T02:41:21.337 INFO:teuthology.packaging:branch: squid 2024-04-27T02:41:21.337 INFO:teuthology.packaging:sha1: b22e2ebdeb24376882b7bda2a7329c8cccc2276a 2024-04-27T02:41:21.338 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-04-27T02:41:21.626 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2447.gb22e2ebd 2024-04-27T02:41:21.628 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-27T02:41:21.636 INFO:teuthology.task.internal:no buildpackages task found 2024-04-27T02:41:21.636 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-27T02:41:21.645 INFO:teuthology.task.internal:Saving configuration 2024-04-27T02:41:21.658 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-27T02:41:21.666 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-27T02:41:21.690 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi077.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675606', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-27 02:36:25.219471', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBClAUBLfyl8/9TV6b8jRHNOmgVo2Sg0i4n6OX+S4vYTyjTlmra6TUSCnfY2KXCTb/e3HXSnYjF22DF184jWAXD4='} 2024-04-27T02:41:21.715 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi110.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675606', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-27 02:36:25.221004', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM26uYx6Rbs6FWguujq4pnqgQ/HpIuTNoL71RdbqKCb8obYrAqipfz6WfLSLx6xnTt0Ik2zTTRjavAerGMemikM='} 2024-04-27T02:41:21.716 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-27T02:41:21.723 INFO:teuthology.task.internal:roles: ubuntu@smithi077.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-27T02:41:21.723 INFO:teuthology.task.internal:roles: ubuntu@smithi110.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-27T02:41:21.723 INFO:teuthology.run_tasks:Running task console_log... 2024-04-27T02:41:21.791 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f767515b0d0>, signals=[15]) 2024-04-27T02:41:21.792 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-27T02:41:21.799 INFO:teuthology.task.internal:Opening connections... 2024-04-27T02:41:21.799 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi077.front.sepia.ceph.com 2024-04-27T02:41:21.801 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T02:41:21.880 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi110.front.sepia.ceph.com 2024-04-27T02:41:21.881 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T02:41:21.956 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-27T02:41:21.964 DEBUG:teuthology.orchestra.run.smithi077:> uname -m 2024-04-27T02:41:21.982 INFO:teuthology.orchestra.run.smithi077.stdout:x86_64 2024-04-27T02:41:21.982 DEBUG:teuthology.orchestra.run.smithi077:> cat /etc/os-release 2024-04-27T02:41:22.039 INFO:teuthology.orchestra.run.smithi077.stdout:NAME="CentOS Stream" 2024-04-27T02:41:22.039 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION="9" 2024-04-27T02:41:22.039 INFO:teuthology.orchestra.run.smithi077.stdout:ID="centos" 2024-04-27T02:41:22.039 INFO:teuthology.orchestra.run.smithi077.stdout:ID_LIKE="rhel fedora" 2024-04-27T02:41:22.039 INFO:teuthology.orchestra.run.smithi077.stdout:VERSION_ID="9" 2024-04-27T02:41:22.039 INFO:teuthology.orchestra.run.smithi077.stdout:PLATFORM_ID="platform:el9" 2024-04-27T02:41:22.039 INFO:teuthology.orchestra.run.smithi077.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-27T02:41:22.039 INFO:teuthology.orchestra.run.smithi077.stdout:ANSI_COLOR="0;31" 2024-04-27T02:41:22.039 INFO:teuthology.orchestra.run.smithi077.stdout:LOGO="fedora-logo-icon" 2024-04-27T02:41:22.040 INFO:teuthology.orchestra.run.smithi077.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-27T02:41:22.040 INFO:teuthology.orchestra.run.smithi077.stdout:HOME_URL="https://centos.org/" 2024-04-27T02:41:22.040 INFO:teuthology.orchestra.run.smithi077.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-27T02:41:22.040 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-27T02:41:22.040 INFO:teuthology.orchestra.run.smithi077.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-27T02:41:22.040 INFO:teuthology.lock.ops:Updating smithi077.front.sepia.ceph.com on lock server 2024-04-27T02:41:22.059 DEBUG:teuthology.orchestra.run.smithi110:> uname -m 2024-04-27T02:41:22.077 INFO:teuthology.orchestra.run.smithi110.stdout:x86_64 2024-04-27T02:41:22.077 DEBUG:teuthology.orchestra.run.smithi110:> cat /etc/os-release 2024-04-27T02:41:22.133 INFO:teuthology.orchestra.run.smithi110.stdout:NAME="CentOS Stream" 2024-04-27T02:41:22.133 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION="9" 2024-04-27T02:41:22.133 INFO:teuthology.orchestra.run.smithi110.stdout:ID="centos" 2024-04-27T02:41:22.133 INFO:teuthology.orchestra.run.smithi110.stdout:ID_LIKE="rhel fedora" 2024-04-27T02:41:22.134 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION_ID="9" 2024-04-27T02:41:22.134 INFO:teuthology.orchestra.run.smithi110.stdout:PLATFORM_ID="platform:el9" 2024-04-27T02:41:22.134 INFO:teuthology.orchestra.run.smithi110.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-27T02:41:22.134 INFO:teuthology.orchestra.run.smithi110.stdout:ANSI_COLOR="0;31" 2024-04-27T02:41:22.134 INFO:teuthology.orchestra.run.smithi110.stdout:LOGO="fedora-logo-icon" 2024-04-27T02:41:22.134 INFO:teuthology.orchestra.run.smithi110.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-27T02:41:22.134 INFO:teuthology.orchestra.run.smithi110.stdout:HOME_URL="https://centos.org/" 2024-04-27T02:41:22.134 INFO:teuthology.orchestra.run.smithi110.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-27T02:41:22.134 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-27T02:41:22.134 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-27T02:41:22.134 INFO:teuthology.lock.ops:Updating smithi110.front.sepia.ceph.com on lock server 2024-04-27T02:41:22.151 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-27T02:41:22.160 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-27T02:41:22.173 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-27T02:41:22.173 DEBUG:teuthology.orchestra.run.smithi077:> test '!' -e /home/ubuntu/cephtest 2024-04-27T02:41:22.176 DEBUG:teuthology.orchestra.run.smithi110:> test '!' -e /home/ubuntu/cephtest 2024-04-27T02:41:22.192 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-27T02:41:22.202 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-27T02:41:22.202 DEBUG:teuthology.orchestra.run.smithi077:> test -z $(ls -A /var/lib/ceph) 2024-04-27T02:41:22.233 DEBUG:teuthology.orchestra.run.smithi110:> test -z $(ls -A /var/lib/ceph) 2024-04-27T02:41:22.315 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-27T02:41:22.366 INFO:teuthology.run_tasks:Running task kernel... 2024-04-27T02:41:22.385 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-27T02:41:22.385 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-27T02:41:22.386 DEBUG:teuthology.orchestra.run.smithi077:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-27T02:41:22.386 DEBUG:teuthology.orchestra.run.smithi110:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-27T02:41:22.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T02:41:22.403 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2024-04-27T02:41:22.403 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T02:41:22.404 DEBUG:teuthology.orchestra.run.smithi077:> uname -r 2024-04-27T02:41:22.458 INFO:teuthology.orchestra.run.smithi110.stdout:5.14.0-437.el9.x86_64 2024-04-27T02:41:22.459 INFO:teuthology.task.kernel:Running kernel on smithi110: 5.14.0-437.el9.x86_64 2024-04-27T02:41:22.459 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum install -y kernel 2024-04-27T02:41:22.460 INFO:teuthology.orchestra.run.smithi077.stdout:5.14.0-437.el9.x86_64 2024-04-27T02:41:22.461 INFO:teuthology.task.kernel:Running kernel on smithi077: 5.14.0-437.el9.x86_64 2024-04-27T02:41:22.461 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum install -y kernel 2024-04-27T02:41:24.615 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-04-27T02:41:25.986 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - BaseOS 4.1 MB/s | 8.0 MB 00:01 2024-04-27T02:41:28.257 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 9 - AppStream 7.3 MB/s | 19 MB 00:02 2024-04-27T02:41:30.704 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - AppStream 5.3 MB/s | 19 MB 00:03 2024-04-27T02:41:35.855 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - CRB 4.2 MB/s | 6.2 MB 00:01 2024-04-27T02:41:36.050 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 9 - CRB 1.5 MB/s | 6.2 MB 00:04 2024-04-27T02:41:37.356 INFO:teuthology.orchestra.run.smithi077.stdout:CentOS Stream 9 - Extras packages 47 kB/s | 16 kB 00:00 2024-04-27T02:41:37.409 INFO:teuthology.orchestra.run.smithi110.stdout:CentOS Stream 9 - Extras packages 77 kB/s | 16 kB 00:00 2024-04-27T02:41:38.427 INFO:teuthology.orchestra.run.smithi110.stdout:Extra Packages for Enterprise Linux 23 MB/s | 21 MB 00:00 2024-04-27T02:41:39.182 INFO:teuthology.orchestra.run.smithi077.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-04-27T02:41:43.569 INFO:teuthology.orchestra.run.smithi110.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-04-27T02:41:44.232 INFO:teuthology.orchestra.run.smithi077.stdout:lab-extras 13 kB/s | 1.7 kB 00:00 2024-04-27T02:41:45.459 INFO:teuthology.orchestra.run.smithi110.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-27T02:41:45.459 INFO:teuthology.orchestra.run.smithi110.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-27T02:41:45.550 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-27T02:41:45.551 INFO:teuthology.orchestra.run.smithi110.stdout:Nothing to do. 2024-04-27T02:41:45.551 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-27T02:41:45.648 DEBUG:teuthology.orchestra.run.smithi110:> echo no | sudo yum reinstall kernel || true 2024-04-27T02:41:46.114 INFO:teuthology.orchestra.run.smithi077.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-27T02:41:46.114 INFO:teuthology.orchestra.run.smithi077.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-27T02:41:46.148 INFO:teuthology.orchestra.run.smithi110.stdout:Last metadata expiration check: 0:00:03 ago on Sat 27 Apr 2024 02:41:43 AM UTC. 2024-04-27T02:41:46.203 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-27T02:41:46.204 INFO:teuthology.orchestra.run.smithi077.stdout:Nothing to do. 2024-04-27T02:41:46.204 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-27T02:41:46.271 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-27T02:41:46.281 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-27T02:41:46.281 INFO:teuthology.orchestra.run.smithi110.stdout: Package Architecture Version Repository Size 2024-04-27T02:41:46.282 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-27T02:41:46.282 INFO:teuthology.orchestra.run.smithi110.stdout:Reinstalling: 2024-04-27T02:41:46.282 INFO:teuthology.orchestra.run.smithi110.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-27T02:41:46.282 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:41:46.282 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-04-27T02:41:46.282 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-27T02:41:46.282 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:41:46.282 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 255 k 2024-04-27T02:41:46.282 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 0 2024-04-27T02:41:46.283 INFO:teuthology.orchestra.run.smithi110.stderr:Operation aborted. 2024-04-27T02:41:46.315 DEBUG:teuthology.orchestra.run.smithi077:> echo no | sudo yum reinstall kernel || true 2024-04-27T02:41:46.340 INFO:teuthology.orchestra.run.smithi110.stdout:Is this ok [y/N]: 2024-04-27T02:41:46.340 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum reinstall -y kernel || true 2024-04-27T02:41:46.811 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:02 ago on Sat 27 Apr 2024 02:41:44 AM UTC. 2024-04-27T02:41:46.836 INFO:teuthology.orchestra.run.smithi110.stdout:Last metadata expiration check: 0:00:03 ago on Sat 27 Apr 2024 02:41:43 AM UTC. 2024-04-27T02:41:46.930 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-27T02:41:46.951 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-27T02:41:46.951 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2024-04-27T02:41:46.951 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-27T02:41:46.951 INFO:teuthology.orchestra.run.smithi077.stdout:Reinstalling: 2024-04-27T02:41:46.951 INFO:teuthology.orchestra.run.smithi077.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-27T02:41:46.951 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:41:46.951 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-04-27T02:41:46.951 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-27T02:41:46.951 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:41:46.951 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 255 k 2024-04-27T02:41:46.952 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 0 2024-04-27T02:41:46.952 INFO:teuthology.orchestra.run.smithi077.stderr:Operation aborted. 2024-04-27T02:41:46.952 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-27T02:41:46.953 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-27T02:41:46.953 INFO:teuthology.orchestra.run.smithi110.stdout: Package Architecture Version Repository Size 2024-04-27T02:41:46.953 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-27T02:41:46.953 INFO:teuthology.orchestra.run.smithi110.stdout:Reinstalling: 2024-04-27T02:41:46.953 INFO:teuthology.orchestra.run.smithi110.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-27T02:41:46.953 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:41:46.953 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-04-27T02:41:46.953 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-27T02:41:46.953 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:41:46.954 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 255 k 2024-04-27T02:41:46.954 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 0 2024-04-27T02:41:46.954 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-04-27T02:41:47.002 INFO:teuthology.orchestra.run.smithi077.stdout:Is this ok [y/N]: 2024-04-27T02:41:47.003 DEBUG:teuthology.orchestra.run.smithi077:> sudo yum reinstall -y kernel || true 2024-04-27T02:41:47.272 INFO:teuthology.orchestra.run.smithi110.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.3 MB/s | 255 kB 00:00 2024-04-27T02:41:47.272 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-04-27T02:41:47.273 INFO:teuthology.orchestra.run.smithi110.stdout:Total 801 kB/s | 255 kB 00:00 2024-04-27T02:41:47.292 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-04-27T02:41:47.476 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-04-27T02:41:47.477 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-04-27T02:41:47.481 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-04-27T02:41:47.482 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-04-27T02:41:47.501 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:03 ago on Sat 27 Apr 2024 02:41:44 AM UTC. 2024-04-27T02:41:47.613 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-04-27T02:41:47.616 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-27T02:41:47.617 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-27T02:41:47.617 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2024-04-27T02:41:47.617 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-27T02:41:47.617 INFO:teuthology.orchestra.run.smithi077.stdout:Reinstalling: 2024-04-27T02:41:47.617 INFO:teuthology.orchestra.run.smithi077.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-27T02:41:47.617 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:41:47.617 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-04-27T02:41:47.617 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-27T02:41:47.618 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:41:47.618 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 255 k 2024-04-27T02:41:47.618 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 0 2024-04-27T02:41:47.618 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-04-27T02:41:47.673 INFO:teuthology.orchestra.run.smithi110.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-27T02:41:47.673 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-27T02:41:47.885 INFO:teuthology.orchestra.run.smithi077.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.7 MB/s | 255 kB 00:00 2024-04-27T02:41:47.886 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-04-27T02:41:47.886 INFO:teuthology.orchestra.run.smithi077.stdout:Total 952 kB/s | 255 kB 00:00 2024-04-27T02:41:47.901 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-04-27T02:41:48.091 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-04-27T02:41:48.091 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-04-27T02:41:48.096 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-04-27T02:41:48.097 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-04-27T02:41:48.224 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-04-27T02:41:48.303 INFO:teuthology.orchestra.run.smithi077.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-27T02:41:48.303 INFO:teuthology.orchestra.run.smithi077.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-27T02:41:48.359 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-27T02:41:48.360 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-27T02:41:49.012 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-27T02:41:49.012 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-27T02:41:49.092 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-27T02:41:49.092 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:41:49.092 INFO:teuthology.orchestra.run.smithi110.stdout:Reinstalled: 2024-04-27T02:41:49.092 INFO:teuthology.orchestra.run.smithi110.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-27T02:41:49.092 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:41:49.093 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-27T02:41:49.259 DEBUG:teuthology.orchestra.run.smithi110:> rpm -q kernel | sort -rV | head -n 1 2024-04-27T02:41:49.306 INFO:teuthology.orchestra.run.smithi110.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-27T02:41:49.306 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-27T02:41:49.306 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-27T02:41:49.306 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-27T02:41:49.306 DEBUG:teuthology.orchestra.run.smithi110:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-27T02:41:49.340 INFO:teuthology.orchestra.run.smithi110.stdout:ttyS1 2024-04-27T02:41:49.362 DEBUG:teuthology.parallel:result is None 2024-04-27T02:41:49.728 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-27T02:41:49.728 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:41:49.728 INFO:teuthology.orchestra.run.smithi077.stdout:Reinstalled: 2024-04-27T02:41:49.728 INFO:teuthology.orchestra.run.smithi077.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-27T02:41:49.728 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:41:49.728 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-27T02:41:49.897 DEBUG:teuthology.orchestra.run.smithi077:> rpm -q kernel | sort -rV | head -n 1 2024-04-27T02:41:49.943 INFO:teuthology.orchestra.run.smithi077.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-27T02:41:49.944 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-27T02:41:49.944 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-27T02:41:49.944 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-27T02:41:49.944 DEBUG:teuthology.orchestra.run.smithi077:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-27T02:41:49.979 INFO:teuthology.orchestra.run.smithi077.stdout:ttyS1 2024-04-27T02:41:49.999 DEBUG:teuthology.parallel:result is None 2024-04-27T02:41:49.999 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-27T02:41:50.010 INFO:teuthology.task.internal:Creating test directory... 2024-04-27T02:41:50.010 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-27T02:41:50.042 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-27T02:41:50.058 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-27T02:41:50.069 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-27T02:41:50.083 INFO:teuthology.task.internal:Creating archive directory... 2024-04-27T02:41:50.083 DEBUG:teuthology.orchestra.run.smithi077:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-27T02:41:50.096 DEBUG:teuthology.orchestra.run.smithi110:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-27T02:41:50.129 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-27T02:41:50.137 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-27T02:41:50.137 DEBUG:teuthology.orchestra.run.smithi077:> 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-04-27T02:41:50.156 DEBUG:teuthology.orchestra.run.smithi110:> 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-04-27T02:41:50.185 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-27T02:41:50.195 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-27T02:41:50.206 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-27T02:41:50.216 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-27T02:41:50.217 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-27T02:41:50.228 INFO:teuthology.task.internal:Configuring sudo... 2024-04-27T02:41:50.228 DEBUG:teuthology.orchestra.run.smithi077:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-27T02:41:50.239 DEBUG:teuthology.orchestra.run.smithi110:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-27T02:41:50.281 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-27T02:41:50.290 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-27T02:41:50.290 DEBUG:teuthology.orchestra.run.smithi077:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-27T02:41:50.303 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-27T02:41:50.335 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-27T02:41:50.396 DEBUG:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-27T02:41:50.439 DEBUG:teuthology.orchestra.run.smithi077:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-27T02:41:50.519 DEBUG:teuthology.orchestra.run.smithi077:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-27T02:41:50.559 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-04-27T02:41:50.559 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-27T02:41:50.622 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-27T02:41:50.657 DEBUG:teuthology.orchestra.run.smithi110:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-27T02:41:50.708 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-27T02:41:50.780 DEBUG:teuthology.orchestra.run.smithi110:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-27T02:41:50.829 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-27T02:41:50.829 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-27T02:41:50.893 DEBUG:teuthology.orchestra.run.smithi077:> sudo service rsyslog restart 2024-04-27T02:41:50.895 DEBUG:teuthology.orchestra.run.smithi110:> sudo service rsyslog restart 2024-04-27T02:41:50.930 INFO:teuthology.orchestra.run.smithi077.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-27T02:41:50.964 INFO:teuthology.orchestra.run.smithi110.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-27T02:41:51.326 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-27T02:41:51.333 INFO:teuthology.task.internal:Starting timer... 2024-04-27T02:41:51.334 INFO:teuthology.run_tasks:Running task pcp... 2024-04-27T02:41:51.347 INFO:teuthology.run_tasks:Running task selinux... 2024-04-27T02:41:51.357 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-27T02:41:51.358 DEBUG:teuthology.orchestra.run.smithi077:> sudo service auditd rotate 2024-04-27T02:41:51.413 INFO:teuthology.orchestra.run.smithi077.stdout:Rotating logs: 2024-04-27T02:41:51.415 DEBUG:teuthology.orchestra.run.smithi110:> sudo service auditd rotate 2024-04-27T02:41:51.462 INFO:teuthology.orchestra.run.smithi110.stdout:Rotating logs: 2024-04-27T02:41:51.463 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-27T02:41:51.464 DEBUG:teuthology.orchestra.run.smithi077:> /usr/sbin/getenforce 2024-04-27T02:41:51.488 INFO:teuthology.orchestra.run.smithi077.stdout:Permissive 2024-04-27T02:41:51.488 DEBUG:teuthology.orchestra.run.smithi110:> /usr/sbin/getenforce 2024-04-27T02:41:51.511 INFO:teuthology.orchestra.run.smithi110.stdout:Permissive 2024-04-27T02:41:51.511 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi077.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi110.front.sepia.ceph.com': 'permissive'} 2024-04-27T02:41:51.511 DEBUG:teuthology.orchestra.run.smithi077:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-27T02:41:51.551 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T02:41:51.552 DEBUG:teuthology.orchestra.run.smithi110:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-27T02:41:51.576 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T02:41:51.577 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-27T02:41:51.577 DEBUG:teuthology.orchestra.run.smithi077:> sudo /usr/sbin/setenforce permissive 2024-04-27T02:41:51.617 DEBUG:teuthology.orchestra.run.smithi110:> sudo /usr/sbin/setenforce permissive 2024-04-27T02:41:51.640 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-27T02:41:51.651 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-27T02:41:51.680 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-04-27T02:41:51.682 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi077.front.sepia.ceph.com,smithi110.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-27T02:45:24.388 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi077.front.sepia.ceph.com'), Remote(name='ubuntu@smithi110.front.sepia.ceph.com')] 2024-04-27T02:45:24.390 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-04-27T02:45:24.391 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi077.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T02:45:24.467 DEBUG:teuthology.orchestra.run.smithi077:> true 2024-04-27T02:45:24.549 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi077.front.sepia.ceph.com' 2024-04-27T02:45:24.549 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-04-27T02:45:24.550 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-27T02:45:24.624 DEBUG:teuthology.orchestra.run.smithi110:> true 2024-04-27T02:45:24.701 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-04-27T02:45:24.702 INFO:teuthology.run_tasks:Running task clock... 2024-04-27T02:45:24.712 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-27T02:45:24.713 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-27T02:45:24.713 DEBUG:teuthology.orchestra.run.smithi077:> 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-04-27T02:45:24.715 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-27T02:45:24.715 DEBUG:teuthology.orchestra.run.smithi110:> 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-04-27T02:45:24.741 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-27T02:45:24.754 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-27T02:45:24.769 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-27T02:45:24.777 INFO:teuthology.orchestra.run.smithi077.stderr:sudo: ntpd: command not found 2024-04-27T02:45:24.782 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-27T02:45:24.786 INFO:teuthology.orchestra.run.smithi077.stdout:506 Cannot talk to daemon 2024-04-27T02:45:24.800 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-27T02:45:24.804 INFO:teuthology.orchestra.run.smithi110.stderr:sudo: ntpd: command not found 2024-04-27T02:45:24.812 INFO:teuthology.orchestra.run.smithi077.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-27T02:45:24.814 INFO:teuthology.orchestra.run.smithi110.stdout:506 Cannot talk to daemon 2024-04-27T02:45:24.828 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-27T02:45:24.840 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-27T02:45:24.872 INFO:teuthology.orchestra.run.smithi077.stderr:bash: line 1: ntpq: command not found 2024-04-27T02:45:24.876 INFO:teuthology.orchestra.run.smithi077.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-27T02:45:24.876 INFO:teuthology.orchestra.run.smithi077.stdout:=============================================================================== 2024-04-27T02:45:24.876 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-27T02:45:24.876 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-27T02:45:24.876 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-27T02:45:24.876 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-27T02:45:24.898 INFO:teuthology.orchestra.run.smithi110.stderr:bash: line 1: ntpq: command not found 2024-04-27T02:45:24.901 INFO:teuthology.orchestra.run.smithi110.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-27T02:45:24.901 INFO:teuthology.orchestra.run.smithi110.stdout:=============================================================================== 2024-04-27T02:45:24.902 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-27T02:45:24.902 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-27T02:45:24.902 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-27T02:45:24.902 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-27T02:45:24.902 INFO:teuthology.run_tasks:Running task pexec... 2024-04-27T02:45:24.913 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-27T02:45:24.913 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi077.front.sepia.ceph.com 2024-04-27T02:45:24.913 DEBUG:teuthology.orchestra.run.smithi077:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-27T02:45:24.914 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi110.front.sepia.ceph.com 2024-04-27T02:45:24.914 DEBUG:teuthology.orchestra.run.smithi110:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-27T02:45:25.438 INFO:teuthology.orchestra.run.smithi077.stdout:Last metadata expiration check: 0:00:44 ago on Sat 27 Apr 2024 02:44:41 AM UTC. 2024-04-27T02:45:25.463 INFO:teuthology.orchestra.run.smithi110.stdout:Last metadata expiration check: 0:00:44 ago on Sat 27 Apr 2024 02:44:41 AM UTC. 2024-04-27T02:45:25.553 INFO:teuthology.orchestra.run.smithi077.stdout:Dependencies resolved. 2024-04-27T02:45:25.554 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-27T02:45:25.554 INFO:teuthology.orchestra.run.smithi077.stdout: Package Architecture Version Repository Size 2024-04-27T02:45:25.554 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-27T02:45:25.554 INFO:teuthology.orchestra.run.smithi077.stdout:Installing: 2024-04-27T02:45:25.554 INFO:teuthology.orchestra.run.smithi077.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-27T02:45:25.554 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:45:25.554 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction Summary 2024-04-27T02:45:25.554 INFO:teuthology.orchestra.run.smithi077.stdout:================================================================================ 2024-04-27T02:45:25.555 INFO:teuthology.orchestra.run.smithi077.stdout:Install 1 Package 2024-04-27T02:45:25.555 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:45:25.555 INFO:teuthology.orchestra.run.smithi077.stdout:Total download size: 3.1 M 2024-04-27T02:45:25.555 INFO:teuthology.orchestra.run.smithi077.stdout:Installed size: 9.8 M 2024-04-27T02:45:25.555 INFO:teuthology.orchestra.run.smithi077.stdout:Downloading Packages: 2024-04-27T02:45:25.580 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-04-27T02:45:25.580 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-27T02:45:25.580 INFO:teuthology.orchestra.run.smithi110.stdout: Package Architecture Version Repository Size 2024-04-27T02:45:25.580 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-27T02:45:25.581 INFO:teuthology.orchestra.run.smithi110.stdout:Installing: 2024-04-27T02:45:25.581 INFO:teuthology.orchestra.run.smithi110.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-27T02:45:25.581 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:45:25.581 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-04-27T02:45:25.581 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-04-27T02:45:25.581 INFO:teuthology.orchestra.run.smithi110.stdout:Install 1 Package 2024-04-27T02:45:25.581 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:45:25.581 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 3.1 M 2024-04-27T02:45:25.582 INFO:teuthology.orchestra.run.smithi110.stdout:Installed size: 9.8 M 2024-04-27T02:45:25.582 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-04-27T02:45:25.963 INFO:teuthology.orchestra.run.smithi077.stdout:runc-1.1.12-2.el9.x86_64.rpm 9.3 MB/s | 3.1 MB 00:00 2024-04-27T02:45:25.964 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-04-27T02:45:25.964 INFO:teuthology.orchestra.run.smithi077.stdout:Total 7.6 MB/s | 3.1 MB 00:00 2024-04-27T02:45:26.001 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction check 2024-04-27T02:45:26.007 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction check succeeded. 2024-04-27T02:45:26.007 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction test 2024-04-27T02:45:26.092 INFO:teuthology.orchestra.run.smithi077.stdout:Transaction test succeeded. 2024-04-27T02:45:26.092 INFO:teuthology.orchestra.run.smithi077.stdout:Running transaction 2024-04-27T02:45:26.305 INFO:teuthology.orchestra.run.smithi077.stdout: Preparing : 1/1 2024-04-27T02:45:26.406 INFO:teuthology.orchestra.run.smithi077.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-27T02:45:26.954 INFO:teuthology.orchestra.run.smithi077.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-27T02:45:27.221 INFO:teuthology.orchestra.run.smithi077.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-27T02:45:27.221 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:45:27.221 INFO:teuthology.orchestra.run.smithi077.stdout:Installed: 2024-04-27T02:45:27.221 INFO:teuthology.orchestra.run.smithi077.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-27T02:45:27.221 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:45:27.221 INFO:teuthology.orchestra.run.smithi077.stdout:Complete! 2024-04-27T02:45:27.471 DEBUG:teuthology.parallel:result is None 2024-04-27T02:45:30.327 INFO:teuthology.orchestra.run.smithi110.stdout:runc-1.1.12-2.el9.x86_64.rpm 717 kB/s | 3.1 MB 00:04 2024-04-27T02:45:30.328 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-04-27T02:45:30.328 INFO:teuthology.orchestra.run.smithi110.stdout:Total 675 kB/s | 3.1 MB 00:04 2024-04-27T02:45:30.365 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-04-27T02:45:30.372 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-04-27T02:45:30.372 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-04-27T02:45:30.458 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-04-27T02:45:30.458 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-04-27T02:45:30.674 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-04-27T02:45:30.769 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-27T02:45:31.285 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-27T02:45:31.551 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-27T02:45:31.551 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:45:31.551 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-04-27T02:45:31.551 INFO:teuthology.orchestra.run.smithi110.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-27T02:45:31.551 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:45:31.551 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-04-27T02:45:31.799 DEBUG:teuthology.parallel:result is None 2024-04-27T02:45:31.799 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-27T02:45:31.810 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-27T02:45:31.810 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-04-27T02:45:31.810 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/scratch_devs of=/dev/stdout 2024-04-27T02:45:31.829 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-04-27T02:45:31.830 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_1 2024-04-27T02:45:31.887 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-27T02:45:31.888 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T02:45:31.888 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 665 Links: 1 2024-04-27T02:45:31.888 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T02:45:31.888 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2024-04-27T02:45:31.888 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-04-27 02:45:23.341646701 +0000 2024-04-27T02:45:31.888 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-04-27 02:45:05.972992842 +0000 2024-04-27T02:45:31.888 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-04-27 02:45:05.972992842 +0000 2024-04-27T02:45:31.888 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-04-27 02:45:05.972992842 +0000 2024-04-27T02:45:31.888 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-27T02:45:31.955 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-04-27T02:45:31.955 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-04-27T02:45:31.955 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000283043 s, 1.8 MB/s 2024-04-27T02:45:31.956 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-27T02:45:32.014 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_2 2024-04-27T02:45:32.070 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-27T02:45:32.071 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T02:45:32.071 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-04-27T02:45:32.071 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T02:45:32.071 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2024-04-27T02:45:32.071 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-04-27 02:45:23.341646701 +0000 2024-04-27T02:45:32.071 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-04-27 02:45:06.305986208 +0000 2024-04-27T02:45:32.071 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-04-27 02:45:06.305986208 +0000 2024-04-27T02:45:32.071 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-04-27 02:45:06.305986208 +0000 2024-04-27T02:45:32.071 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-27T02:45:32.135 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-04-27T02:45:32.136 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-04-27T02:45:32.136 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000219022 s, 2.3 MB/s 2024-04-27T02:45:32.137 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-27T02:45:32.194 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_3 2024-04-27T02:45:32.250 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-27T02:45:32.250 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T02:45:32.250 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 702 Links: 1 2024-04-27T02:45:32.251 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T02:45:32.251 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2024-04-27T02:45:32.251 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-04-27 02:45:23.341646701 +0000 2024-04-27T02:45:32.251 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-04-27 02:45:06.659979156 +0000 2024-04-27T02:45:32.251 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-04-27 02:45:06.659979156 +0000 2024-04-27T02:45:32.251 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-04-27 02:45:06.659979156 +0000 2024-04-27T02:45:32.251 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-27T02:45:32.314 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-04-27T02:45:32.314 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-04-27T02:45:32.314 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000235969 s, 2.2 MB/s 2024-04-27T02:45:32.315 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-27T02:45:32.372 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/vg_nvme/lv_4 2024-04-27T02:45:32.428 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-27T02:45:32.428 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T02:45:32.428 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-04-27T02:45:32.428 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T02:45:32.428 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:device_t:s0 2024-04-27T02:45:32.428 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-04-27 02:45:23.341646701 +0000 2024-04-27T02:45:32.428 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-04-27 02:45:07.003972303 +0000 2024-04-27T02:45:32.429 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-04-27 02:45:07.003972303 +0000 2024-04-27T02:45:32.429 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-04-27 02:45:07.003972303 +0000 2024-04-27T02:45:32.429 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-27T02:45:32.491 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-04-27T02:45:32.491 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-04-27T02:45:32.491 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000163672 s, 3.1 MB/s 2024-04-27T02:45:32.492 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-27T02:45:32.549 DEBUG:teuthology.orchestra.run.smithi077:> 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-04-27T02:45:32.667 INFO:teuthology.orchestra.run.smithi077.stdout:loop 2024-04-27T02:45:32.668 INFO:tasks.nvme_loop:Connecting nvme_loop smithi077:/dev/vg_nvme/lv_1... 2024-04-27T02:45:32.668 DEBUG:teuthology.orchestra.run.smithi077:> 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-04-27T02:45:32.699 INFO:teuthology.orchestra.run.smithi077.stdout:1 2024-04-27T02:45:32.725 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/vg_nvme/lv_11 2024-04-27T02:45:32.748 INFO:tasks.nvme_loop:Connecting nvme_loop smithi077:/dev/vg_nvme/lv_2... 2024-04-27T02:45:32.748 DEBUG:teuthology.orchestra.run.smithi077:> 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-04-27T02:45:32.820 INFO:teuthology.orchestra.run.smithi077.stdout:1 2024-04-27T02:45:32.846 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/vg_nvme/lv_21 2024-04-27T02:45:32.867 INFO:tasks.nvme_loop:Connecting nvme_loop smithi077:/dev/vg_nvme/lv_3... 2024-04-27T02:45:32.868 DEBUG:teuthology.orchestra.run.smithi077:> 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-04-27T02:45:32.939 INFO:teuthology.orchestra.run.smithi077.stdout:1 2024-04-27T02:45:32.965 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/vg_nvme/lv_31 2024-04-27T02:45:32.993 INFO:tasks.nvme_loop:Connecting nvme_loop smithi077:/dev/vg_nvme/lv_4... 2024-04-27T02:45:32.993 DEBUG:teuthology.orchestra.run.smithi077:> 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-04-27T02:45:33.064 INFO:teuthology.orchestra.run.smithi077.stdout:1 2024-04-27T02:45:33.091 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/vg_nvme/lv_41 2024-04-27T02:45:33.124 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-04-27T02:45:33.124 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/scratch_devs of=/dev/stdout 2024-04-27T02:45:33.179 DEBUG:teuthology.orchestra.run.smithi077:> sudo nvme list 2024-04-27T02:45:33.241 INFO:teuthology.orchestra.run.smithi077.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-27T02:45:33.242 INFO:teuthology.orchestra.run.smithi077.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-27T02:45:33.242 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme0n1 PHFT620400ZJ400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-27T02:45:33.242 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme1n1 67b4ebc1bb8642dd161c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-27T02:45:33.242 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme2n1 d5f421a2f146e74077ac Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-27T02:45:33.242 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme3n1 938336cad8ba8b962989 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-27T02:45:33.242 INFO:teuthology.orchestra.run.smithi077.stdout:/dev/nvme4n1 483dd8acdcf48e51d34a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-27T02:45:33.243 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-27T02:45:33.243 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-04-27T02:45:33.243 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/scratch_devs 2024-04-27T02:45:33.307 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-27T02:45:33.308 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/scratch_devs of=/dev/stdout 2024-04-27T02:45:33.324 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-04-27T02:45:33.324 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_1 2024-04-27T02:45:33.380 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-27T02:45:33.380 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T02:45:33.380 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-04-27T02:45:33.380 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T02:45:33.380 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2024-04-27T02:45:33.381 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-04-27 02:45:23.368796753 +0000 2024-04-27T02:45:33.381 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-04-27 02:45:01.785205061 +0000 2024-04-27T02:45:33.381 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-04-27 02:45:01.785205061 +0000 2024-04-27T02:45:33.381 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: 2024-04-27 02:45:01.785205061 +0000 2024-04-27T02:45:33.381 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-27T02:45:33.444 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-04-27T02:45:33.444 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-04-27T02:45:33.444 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000105577 s, 4.8 MB/s 2024-04-27T02:45:33.445 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-27T02:45:33.502 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_2 2024-04-27T02:45:33.556 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-27T02:45:33.557 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T02:45:33.557 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-04-27T02:45:33.557 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T02:45:33.557 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2024-04-27T02:45:33.557 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-04-27 02:45:23.368796753 +0000 2024-04-27T02:45:33.557 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-04-27 02:45:02.114198769 +0000 2024-04-27T02:45:33.557 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-04-27 02:45:02.114198769 +0000 2024-04-27T02:45:33.557 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: 2024-04-27 02:45:02.114198769 +0000 2024-04-27T02:45:33.557 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-27T02:45:33.618 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-04-27T02:45:33.619 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-04-27T02:45:33.619 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 8.4802e-05 s, 6.0 MB/s 2024-04-27T02:45:33.620 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-27T02:45:33.676 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_3 2024-04-27T02:45:33.731 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-27T02:45:33.731 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T02:45:33.731 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-04-27T02:45:33.731 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T02:45:33.731 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2024-04-27T02:45:33.731 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-04-27 02:45:23.368796753 +0000 2024-04-27T02:45:33.731 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-04-27 02:45:02.452192305 +0000 2024-04-27T02:45:33.731 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-04-27 02:45:02.452192305 +0000 2024-04-27T02:45:33.731 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: 2024-04-27 02:45:02.452192305 +0000 2024-04-27T02:45:33.731 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-27T02:45:33.792 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-04-27T02:45:33.792 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-04-27T02:45:33.792 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000105808 s, 4.8 MB/s 2024-04-27T02:45:33.793 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-27T02:45:33.849 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_4 2024-04-27T02:45:33.904 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-27T02:45:33.904 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-27T02:45:33.904 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 720 Links: 1 2024-04-27T02:45:33.904 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-27T02:45:33.904 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2024-04-27T02:45:33.904 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-04-27 02:45:23.368796753 +0000 2024-04-27T02:45:33.904 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-04-27 02:45:02.790185841 +0000 2024-04-27T02:45:33.904 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-04-27 02:45:02.790185841 +0000 2024-04-27T02:45:33.904 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: 2024-04-27 02:45:02.790185841 +0000 2024-04-27T02:45:33.904 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-27T02:45:33.966 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-04-27T02:45:33.966 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-04-27T02:45:33.967 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 8.5393e-05 s, 6.0 MB/s 2024-04-27T02:45:33.967 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-27T02:45:34.022 DEBUG:teuthology.orchestra.run.smithi110:> 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-04-27T02:45:34.145 INFO:teuthology.orchestra.run.smithi110.stdout:loop 2024-04-27T02:45:34.146 INFO:tasks.nvme_loop:Connecting nvme_loop smithi110:/dev/vg_nvme/lv_1... 2024-04-27T02:45:34.146 DEBUG:teuthology.orchestra.run.smithi110:> 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-04-27T02:45:34.176 INFO:teuthology.orchestra.run.smithi110.stdout:1 2024-04-27T02:45:34.203 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/vg_nvme/lv_11 2024-04-27T02:45:34.237 INFO:tasks.nvme_loop:Connecting nvme_loop smithi110:/dev/vg_nvme/lv_2... 2024-04-27T02:45:34.237 DEBUG:teuthology.orchestra.run.smithi110:> 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-04-27T02:45:34.308 INFO:teuthology.orchestra.run.smithi110.stdout:1 2024-04-27T02:45:34.335 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/vg_nvme/lv_21 2024-04-27T02:45:34.356 INFO:tasks.nvme_loop:Connecting nvme_loop smithi110:/dev/vg_nvme/lv_3... 2024-04-27T02:45:34.356 DEBUG:teuthology.orchestra.run.smithi110:> 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-04-27T02:45:34.434 INFO:teuthology.orchestra.run.smithi110.stdout:1 2024-04-27T02:45:34.461 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/vg_nvme/lv_31 2024-04-27T02:45:34.490 INFO:tasks.nvme_loop:Connecting nvme_loop smithi110:/dev/vg_nvme/lv_4... 2024-04-27T02:45:34.491 DEBUG:teuthology.orchestra.run.smithi110:> 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-04-27T02:45:34.562 INFO:teuthology.orchestra.run.smithi110.stdout:1 2024-04-27T02:45:34.600 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/vg_nvme/lv_41 2024-04-27T02:45:34.648 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-27T02:45:34.648 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/scratch_devs of=/dev/stdout 2024-04-27T02:45:34.704 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme list 2024-04-27T02:45:34.766 INFO:teuthology.orchestra.run.smithi110.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-27T02:45:34.766 INFO:teuthology.orchestra.run.smithi110.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-27T02:45:34.766 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/nvme0n1 PHMB7476002T480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-04-27T02:45:34.766 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/nvme1n1 6099f99f13c64490cefa Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-27T02:45:34.766 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/nvme2n1 e71e6d8a7b023d89d467 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-27T02:45:34.767 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/nvme3n1 f99435c24fb128c7dbed Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-27T02:45:34.767 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/nvme4n1 3c2adeb7e53446a8a43f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-27T02:45:34.767 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-27T02:45:34.768 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-27T02:45:34.768 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/scratch_devs 2024-04-27T02:45:34.837 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-27T02:45:34.937 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\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': 'b22e2ebdeb24376882b7bda2a7329c8cccc2276a'} 2024-04-27T02:45:34.937 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a 2024-04-27T02:45:34.937 INFO:tasks.cephadm:Cluster fsid is 38d07510-0440-11ef-bc93-c7b262605968 2024-04-27T02:45:34.938 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-27T02:45:34.938 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-27T02:45:34.938 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi077': '172.21.15.77', 'mon.smithi110': '172.21.15.110'} 2024-04-27T02:45:34.938 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-27T02:45:34.938 DEBUG:teuthology.orchestra.run.smithi077:> sudo hostname $(hostname -s) 2024-04-27T02:45:34.967 DEBUG:teuthology.orchestra.run.smithi110:> sudo hostname $(hostname -s) 2024-04-27T02:45:34.991 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-27T02:45:34.992 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a 2024-04-27T02:45:35.139 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'b22e2ebdeb24376882b7bda2a7329c8cccc2276a', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/54991/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2447-gb22e2ebd', 'node_name': '172.21.5.36+adami06', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2447.gb22e2ebd'}, 'url': 'https://4.chacra.ceph.com/r/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-25 23:00:56.935300', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-04-27T02:45:35.278 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref squid, sha1 b22e2ebdeb24376882b7bda2a7329c8cccc2276a from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=b22e2ebdeb24376882b7bda2a7329c8cccc2276a 2024-04-27T02:45:35.281 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/centos/9/x86_64/flavors/default/cephadm 2024-04-27T02:45:35.281 DEBUG:teuthology.orchestra.run.smithi077:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-27T02:45:35.801 INFO:teuthology.orchestra.run.smithi077.stdout:-rw-r--r--. 1 ubuntu ubuntu 781407 Apr 27 02:45 /home/ubuntu/cephtest/cephadm 2024-04-27T02:45:35.801 DEBUG:teuthology.orchestra.run.smithi110:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/squid/b22e2ebdeb24376882b7bda2a7329c8cccc2276a/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-27T02:45:36.379 INFO:teuthology.orchestra.run.smithi110.stdout:-rw-r--r--. 1 ubuntu ubuntu 781407 Apr 27 02:45 /home/ubuntu/cephtest/cephadm 2024-04-27T02:45:36.380 DEBUG:teuthology.orchestra.run.smithi077:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-27T02:45:36.399 DEBUG:teuthology.orchestra.run.smithi110:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-27T02:45:36.424 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a on all hosts... 2024-04-27T02:45:36.425 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a pull 2024-04-27T02:45:36.442 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a pull 2024-04-27T02:45:38.074 INFO:teuthology.orchestra.run.smithi110.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a... 2024-04-27T02:45:38.318 INFO:teuthology.orchestra.run.smithi077.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a... 2024-04-27T02:47:03.640 INFO:teuthology.orchestra.run.smithi110.stdout:{ 2024-04-27T02:47:03.641 INFO:teuthology.orchestra.run.smithi110.stdout: "ceph_version": "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)", 2024-04-27T02:47:03.641 INFO:teuthology.orchestra.run.smithi110.stdout: "image_id": "87e5280d5ae87e34552d9b448225db981ca5313b28020853b569ec2cb8ee53ae", 2024-04-27T02:47:03.641 INFO:teuthology.orchestra.run.smithi110.stdout: "repo_digests": [ 2024-04-27T02:47:03.641 INFO:teuthology.orchestra.run.smithi110.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:265587011b499c966b9dbaf00ce5756e85851e17df544df961d9e3203c8e39d6" 2024-04-27T02:47:03.641 INFO:teuthology.orchestra.run.smithi110.stdout: ] 2024-04-27T02:47:03.641 INFO:teuthology.orchestra.run.smithi110.stdout:} 2024-04-27T02:47:25.705 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2024-04-27T02:47:25.705 INFO:teuthology.orchestra.run.smithi077.stdout: "ceph_version": "ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev)", 2024-04-27T02:47:25.705 INFO:teuthology.orchestra.run.smithi077.stdout: "image_id": "87e5280d5ae87e34552d9b448225db981ca5313b28020853b569ec2cb8ee53ae", 2024-04-27T02:47:25.705 INFO:teuthology.orchestra.run.smithi077.stdout: "repo_digests": [ 2024-04-27T02:47:25.705 INFO:teuthology.orchestra.run.smithi077.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:265587011b499c966b9dbaf00ce5756e85851e17df544df961d9e3203c8e39d6" 2024-04-27T02:47:25.705 INFO:teuthology.orchestra.run.smithi077.stdout: ] 2024-04-27T02:47:25.705 INFO:teuthology.orchestra.run.smithi077.stdout:} 2024-04-27T02:47:25.730 DEBUG:teuthology.orchestra.run.smithi077:> sudo mkdir -p /etc/ceph 2024-04-27T02:47:25.772 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /etc/ceph 2024-04-27T02:47:25.804 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod 777 /etc/ceph 2024-04-27T02:47:25.835 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 777 /etc/ceph 2024-04-27T02:47:25.871 INFO:tasks.cephadm:Writing seed config... 2024-04-27T02:47:25.872 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-27T02:47:25.872 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-27T02:47:25.872 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-27T02:47:25.873 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-27T02:47:25.873 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-27T02:47:25.874 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-27T02:47:25.874 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-27T02:47:25.875 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-04-27T02:47:25.875 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-04-27T02:47:25.875 DEBUG:teuthology.orchestra.run.smithi077:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-27T02:47:25.889 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 = 38d07510-0440-11ef-bc93-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-04-27T02:47:25.890 DEBUG:teuthology.orchestra.run.smithi077:mon.smithi077> sudo journalctl -f -n 0 -u ceph-38d07510-0440-11ef-bc93-c7b262605968@mon.smithi077.service 2024-04-27T02:47:25.933 INFO:tasks.cephadm:Bootstrapping... 2024-04-27T02:47:25.933 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a -v bootstrap --fsid 38d07510-0440-11ef-bc93-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.77 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-27T02:47:26.119 INFO:teuthology.orchestra.run.smithi077.stdout:-------------------------------------------------------------------------------- 2024-04-27T02:47:26.119 INFO:teuthology.orchestra.run.smithi077.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a', '-v', 'bootstrap', '--fsid', '38d07510-0440-11ef-bc93-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.77', '--skip-admin-label'] 2024-04-27T02:47:26.120 INFO:teuthology.orchestra.run.smithi077.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-27T02:47:26.120 INFO:teuthology.orchestra.run.smithi077.stdout:Verifying podman|docker is present... 2024-04-27T02:47:26.145 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-27T02:47:26.145 INFO:teuthology.orchestra.run.smithi077.stdout:Verifying lvm2 is present... 2024-04-27T02:47:26.145 INFO:teuthology.orchestra.run.smithi077.stdout:Verifying time synchronization is in place... 2024-04-27T02:47:26.152 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-27T02:47:26.152 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-27T02:47:26.158 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-27T02:47:26.158 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout inactive 2024-04-27T02:47:26.164 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout enabled 2024-04-27T02:47:26.170 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout active 2024-04-27T02:47:26.170 INFO:teuthology.orchestra.run.smithi077.stdout:Unit chronyd.service is enabled and running 2024-04-27T02:47:26.170 INFO:teuthology.orchestra.run.smithi077.stdout:Repeating the final host check... 2024-04-27T02:47:26.193 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stdout 4.9.4-dev 2024-04-27T02:47:26.193 INFO:teuthology.orchestra.run.smithi077.stdout:podman (/bin/podman) version 4.9.4 is present 2024-04-27T02:47:26.193 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl is present 2024-04-27T02:47:26.193 INFO:teuthology.orchestra.run.smithi077.stdout:lvcreate is present 2024-04-27T02:47:26.199 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-27T02:47:26.199 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-27T02:47:26.205 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-27T02:47:26.205 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout inactive 2024-04-27T02:47:26.211 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout enabled 2024-04-27T02:47:26.217 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout active 2024-04-27T02:47:26.217 INFO:teuthology.orchestra.run.smithi077.stdout:Unit chronyd.service is enabled and running 2024-04-27T02:47:26.218 INFO:teuthology.orchestra.run.smithi077.stdout:Host looks OK 2024-04-27T02:47:26.218 INFO:teuthology.orchestra.run.smithi077.stdout:Cluster fsid: 38d07510-0440-11ef-bc93-c7b262605968 2024-04-27T02:47:26.218 INFO:teuthology.orchestra.run.smithi077.stdout:Acquiring lock 140313028020016 on /run/cephadm/38d07510-0440-11ef-bc93-c7b262605968.lock 2024-04-27T02:47:26.218 INFO:teuthology.orchestra.run.smithi077.stdout:Lock 140313028020016 acquired on /run/cephadm/38d07510-0440-11ef-bc93-c7b262605968.lock 2024-04-27T02:47:26.218 INFO:teuthology.orchestra.run.smithi077.stdout:Verifying IP 172.21.15.77 port 3300 ... 2024-04-27T02:47:26.218 INFO:teuthology.orchestra.run.smithi077.stdout:Verifying IP 172.21.15.77 port 6789 ... 2024-04-27T02:47:26.219 INFO:teuthology.orchestra.run.smithi077.stdout:Base mon IP(s) is [172.21.15.77:3300, 172.21.15.77:6789], mon addrv is [v2:172.21.15.77:3300,v1:172.21.15.77:6789] 2024-04-27T02:47:26.221 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.77 metric 100 2024-04-27T02:47:26.221 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.77 metric 100 2024-04-27T02:47:26.224 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-27T02:47:26.224 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-04-27T02:47:26.224 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-04-27T02:47:26.227 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-27T02:47:26.227 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-27T02:47:26.227 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-27T02:47:26.227 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-27T02:47:26.227 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout inet6 fe80::fb3e:b916:f7cf:6f29/64 scope link noprefixroute 2024-04-27T02:47:26.227 INFO:teuthology.orchestra.run.smithi077.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-27T02:47:26.227 INFO:teuthology.orchestra.run.smithi077.stdout:Mon IP `172.21.15.77` is in CIDR network `172.21.0.0/20` 2024-04-27T02:47:26.227 INFO:teuthology.orchestra.run.smithi077.stdout:Mon IP `172.21.15.77` is in CIDR network `172.21.0.0/20` 2024-04-27T02:47:26.227 INFO:teuthology.orchestra.run.smithi077.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-27T02:47:26.228 INFO:teuthology.orchestra.run.smithi077.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-27T02:47:26.228 INFO:teuthology.orchestra.run.smithi077.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a... 2024-04-27T02:47:26.866 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stdout 87e5280d5ae87e34552d9b448225db981ca5313b28020853b569ec2cb8ee53ae 2024-04-27T02:47:26.866 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a... 2024-04-27T02:47:26.867 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stderr Getting image source signatures 2024-04-27T02:47:26.867 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stderr Copying blob sha256:3d665f4c032644be9cae748af04bee69f2bfe96cdc3616dabe0ab17899633ab5 2024-04-27T02:47:26.867 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stderr Copying blob sha256:8cad468f23ab438b6f898c52382f29d2bf4f5542ae8dbbba19c3cda86356dd4f 2024-04-27T02:47:26.867 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stderr Copying config sha256:87e5280d5ae87e34552d9b448225db981ca5313b28020853b569ec2cb8ee53ae 2024-04-27T02:47:26.867 INFO:teuthology.orchestra.run.smithi077.stdout:/bin/podman: stderr Writing manifest to image destination 2024-04-27T02:47:27.837 INFO:teuthology.orchestra.run.smithi077.stdout:ceph: stdout ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev) 2024-04-27T02:47:27.838 INFO:teuthology.orchestra.run.smithi077.stdout:Ceph version: ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev) 2024-04-27T02:47:27.838 INFO:teuthology.orchestra.run.smithi077.stdout:Extracting ceph user uid/gid from container image... 2024-04-27T02:47:28.701 INFO:teuthology.orchestra.run.smithi077.stdout:stat: stdout 167 167 2024-04-27T02:47:28.701 INFO:teuthology.orchestra.run.smithi077.stdout:Creating initial keys... 2024-04-27T02:47:29.631 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph-authtool: stdout AQBBZyxmK9FFBBAAj9GosgNGheMiHXaM/ymmrw== 2024-04-27T02:47:30.645 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph-authtool: stdout AQBBZyxmk5S9OhAAV9TPMMTPa2fqjNieMWvqVg== 2024-04-27T02:47:31.659 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph-authtool: stdout AQBDZyxmtzTxABAAIbIEccQlklA7qSS5rMHusw== 2024-04-27T02:47:31.659 INFO:teuthology.orchestra.run.smithi077.stdout:Creating initial monmap... 2024-04-27T02:47:32.631 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-27T02:47:32.631 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-27T02:47:32.632 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 38d07510-0440-11ef-bc93-c7b262605968 2024-04-27T02:47:32.632 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-27T02:47:32.632 INFO:teuthology.orchestra.run.smithi077.stdout:monmaptool for smithi077 [v2:172.21.15.77:3300,v1:172.21.15.77:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-27T02:47:32.632 INFO:teuthology.orchestra.run.smithi077.stdout:setting min_mon_release = quincy 2024-04-27T02:47:32.632 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/monmaptool: set fsid to 38d07510-0440-11ef-bc93-c7b262605968 2024-04-27T02:47:32.632 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-27T02:47:32.632 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:47:32.632 INFO:teuthology.orchestra.run.smithi077.stdout:Creating mon... 2024-04-27T02:47:33.512 INFO:teuthology.orchestra.run.smithi077.stdout:create mon.smithi077 on 2024-04-27T02:47:33.863 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-04-27T02:47:34.062 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-38d07510-0440-11ef-bc93-c7b262605968.target → /etc/systemd/system/ceph-38d07510-0440-11ef-bc93-c7b262605968.target. 2024-04-27T02:47:34.062 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-38d07510-0440-11ef-bc93-c7b262605968.target → /etc/systemd/system/ceph-38d07510-0440-11ef-bc93-c7b262605968.target. 2024-04-27T02:47:34.295 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-38d07510-0440-11ef-bc93-c7b262605968@mon.smithi077 2024-04-27T02:47:34.296 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Failed to reset failed state of unit ceph-38d07510-0440-11ef-bc93-c7b262605968@mon.smithi077.service: Unit ceph-38d07510-0440-11ef-bc93-c7b262605968@mon.smithi077.service not loaded. 2024-04-27T02:47:34.466 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-38d07510-0440-11ef-bc93-c7b262605968.target.wants/ceph-38d07510-0440-11ef-bc93-c7b262605968@mon.smithi077.service → /etc/systemd/system/ceph-38d07510-0440-11ef-bc93-c7b262605968@.service. 2024-04-27T02:47:34.811 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:34 smithi077 podman[23487]: 2024-04-27 02:47:34.731670192 +0000 UTC m=+0.131698976 container create b65a154dde226f4e4f350b81284c7f6483238fbd71d87ca3123cdcd1fb7c6883 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a, name=ceph-38d07510-0440-11ef-bc93-c7b262605968-mon-smithi077, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, RELEASE=squid-b22e2eb, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20240424, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0) 2024-04-27T02:47:35.054 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-27T02:47:35.054 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout disabled 2024-04-27T02:47:35.060 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-27T02:47:35.060 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout inactive 2024-04-27T02:47:35.060 INFO:teuthology.orchestra.run.smithi077.stdout:firewalld.service is not enabled 2024-04-27T02:47:35.060 INFO:teuthology.orchestra.run.smithi077.stdout:Not possible to enable service . firewalld.service is not available 2024-04-27T02:47:35.061 INFO:teuthology.orchestra.run.smithi077.stdout:Waiting for mon to start... 2024-04-27T02:47:35.061 INFO:teuthology.orchestra.run.smithi077.stdout:Waiting for mon... 2024-04-27T02:47:35.264 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:34 smithi077 podman[23487]: 2024-04-27 02:47:34.959161058 +0000 UTC m=+0.359189845 container init b65a154dde226f4e4f350b81284c7f6483238fbd71d87ca3123cdcd1fb7c6883 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a, name=ceph-38d07510-0440-11ef-bc93-c7b262605968-mon-smithi077, ceph=True, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, RELEASE=squid-b22e2eb, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240424, CEPH_POINT_RELEASE=, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b) 2024-04-27T02:47:35.264 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:34 smithi077 podman[23487]: 2024-04-27 02:47:34.964720373 +0000 UTC m=+0.364749160 container start b65a154dde226f4e4f350b81284c7f6483238fbd71d87ca3123cdcd1fb7c6883 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a, name=ceph-38d07510-0440-11ef-bc93-c7b262605968-mon-smithi077, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-b22e2eb, org.label-schema.license=GPLv2, org.label-schema.build-date=20240424, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD) 2024-04-27T02:47:35.264 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:35 smithi077 ceph-mon[23525]: mkfs 38d07510-0440-11ef-bc93-c7b262605968 2024-04-27T02:47:35.264 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:35 smithi077 ceph-mon[23525]: mon.smithi077 is new leader, mons smithi077 in quorum (ranks 0) 2024-04-27T02:47:35.264 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:35 smithi077 bash[23487]: b65a154dde226f4e4f350b81284c7f6483238fbd71d87ca3123cdcd1fb7c6883 2024-04-27T02:47:35.264 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:35 smithi077 systemd[1]: Started Ceph mon.smithi077 for 38d07510-0440-11ef-bc93-c7b262605968. 2024-04-27T02:47:36.076 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout cluster: 2024-04-27T02:47:36.076 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout id: 38d07510-0440-11ef-bc93-c7b262605968 2024-04-27T02:47:36.077 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-27T02:47:36.077 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-04-27T02:47:36.077 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout services: 2024-04-27T02:47:36.077 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi077 (age 0.61907s) 2024-04-27T02:47:36.077 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-27T02:47:36.077 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-27T02:47:36.077 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-04-27T02:47:36.077 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout data: 2024-04-27T02:47:36.077 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-27T02:47:36.077 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-27T02:47:36.077 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-27T02:47:36.077 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout pgs: 2024-04-27T02:47:36.077 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-04-27T02:47:36.077 INFO:teuthology.orchestra.run.smithi077.stdout:mon is available 2024-04-27T02:47:36.078 INFO:teuthology.orchestra.run.smithi077.stdout:Assimilating anything we can from ceph.conf... 2024-04-27T02:47:36.181 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:36 smithi077 ceph-mon[23525]: mon.smithi077 is new leader, mons smithi077 in quorum (ranks 0) 2024-04-27T02:47:36.181 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:36 smithi077 ceph-mon[23525]: monmap epoch 1 2024-04-27T02:47:36.181 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:36 smithi077 ceph-mon[23525]: fsid 38d07510-0440-11ef-bc93-c7b262605968 2024-04-27T02:47:36.181 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:36 smithi077 ceph-mon[23525]: last_changed 2024-04-27T02:47:32.010224+0000 2024-04-27T02:47:36.181 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:36 smithi077 ceph-mon[23525]: created 2024-04-27T02:47:32.010224+0000 2024-04-27T02:47:36.182 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:36 smithi077 ceph-mon[23525]: min_mon_release 19 (squid) 2024-04-27T02:47:36.182 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:36 smithi077 ceph-mon[23525]: election_strategy: 1 2024-04-27T02:47:36.182 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:36 smithi077 ceph-mon[23525]: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.smithi077 2024-04-27T02:47:36.182 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:36 smithi077 ceph-mon[23525]: fsmap 2024-04-27T02:47:36.182 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:36 smithi077 ceph-mon[23525]: osdmap e1: 0 total, 0 up, 0 in 2024-04-27T02:47:36.182 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:36 smithi077 ceph-mon[23525]: mgrmap e1: no daemons active 2024-04-27T02:47:36.182 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:36 smithi077 ceph-mon[23525]: from='client.? 172.21.15.77:0/3320957454' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-27T02:47:37.175 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-04-27T02:47:37.175 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout [global] 2024-04-27T02:47:37.175 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout fsid = 38d07510-0440-11ef-bc93-c7b262605968 2024-04-27T02:47:37.175 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.77:3300,v1:172.21.15.77:6789] 2024-04-27T02:47:37.176 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-27T02:47:37.176 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-27T02:47:37.176 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-27T02:47:37.176 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-27T02:47:37.176 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-04-27T02:47:37.176 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-27T02:47:37.176 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-27T02:47:37.176 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-04-27T02:47:37.176 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout [osd] 2024-04-27T02:47:37.176 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-27T02:47:37.176 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-27T02:47:37.176 INFO:teuthology.orchestra.run.smithi077.stdout:Generating new minimal ceph.conf... 2024-04-27T02:47:37.287 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:37 smithi077 ceph-mon[23525]: from='client.? 172.21.15.77:0/3785101419' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-27T02:47:37.287 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:37 smithi077 ceph-mon[23525]: from='client.? 172.21.15.77:0/3785101419' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-27T02:47:38.268 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:38 smithi077 ceph-mon[23525]: from='client.? 172.21.15.77:0/3512607942' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:47:38.271 INFO:teuthology.orchestra.run.smithi077.stdout:Restarting the monitor... 2024-04-27T02:47:38.533 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:38 smithi077 systemd[1]: Stopping Ceph mon.smithi077 for 38d07510-0440-11ef-bc93-c7b262605968... 2024-04-27T02:47:38.798 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:38 smithi077 ceph-38d07510-0440-11ef-bc93-c7b262605968-mon-smithi077[23502]: 2024-04-27T02:47:38.540+0000 7f6309856700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi077 -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-04-27T02:47:38.798 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:38 smithi077 ceph-38d07510-0440-11ef-bc93-c7b262605968-mon-smithi077[23502]: 2024-04-27T02:47:38.540+0000 7f6309856700 -1 mon.smithi077@0(leader) e1 *** Got Signal Terminated *** 2024-04-27T02:47:39.061 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:38 smithi077 podman[23859]: 2024-04-27 02:47:38.808186611 +0000 UTC m=+0.370216513 container died b65a154dde226f4e4f350b81284c7f6483238fbd71d87ca3123cdcd1fb7c6883 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a, name=ceph-38d07510-0440-11ef-bc93-c7b262605968-mon-smithi077, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, org.label-schema.build-date=20240424, org.label-schema.vendor=CentOS, RELEASE=squid-b22e2eb, GIT_CLEAN=True) 2024-04-27T02:47:39.371 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 podman[23859]: 2024-04-27 02:47:39.155260394 +0000 UTC m=+0.717290288 container cleanup b65a154dde226f4e4f350b81284c7f6483238fbd71d87ca3123cdcd1fb7c6883 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a, name=ceph-38d07510-0440-11ef-bc93-c7b262605968-mon-smithi077, org.label-schema.build-date=20240424, org.label-schema.license=GPLv2, RELEASE=squid-b22e2eb, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-27T02:47:39.371 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 bash[23859]: ceph-38d07510-0440-11ef-bc93-c7b262605968-mon-smithi077 2024-04-27T02:47:39.714 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 podman[23877]: 2024-04-27 02:47:39.381041377 +0000 UTC m=+0.577422082 container remove b65a154dde226f4e4f350b81284c7f6483238fbd71d87ca3123cdcd1fb7c6883 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a, name=ceph-38d07510-0440-11ef-bc93-c7b262605968-mon-smithi077, RELEASE=squid-b22e2eb, org.label-schema.build-date=20240424, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.license=GPLv2) 2024-04-27T02:47:39.714 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 systemd[1]: ceph-38d07510-0440-11ef-bc93-c7b262605968@mon.smithi077.service: Deactivated successfully. 2024-04-27T02:47:39.714 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 systemd[1]: Stopped Ceph mon.smithi077 for 38d07510-0440-11ef-bc93-c7b262605968. 2024-04-27T02:47:39.714 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 systemd[1]: Starting Ceph mon.smithi077 for 38d07510-0440-11ef-bc93-c7b262605968... 2024-04-27T02:47:40.000 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 podman[23974]: 2024-04-27 02:47:39.723851178 +0000 UTC m=+0.091112864 container create 14600a97c019540858cad7e6b1229993a9debc46b67603638773a8841b1fae21 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a, name=ceph-38d07510-0440-11ef-bc93-c7b262605968-mon-smithi077, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.build-date=20240424, RELEASE=squid-b22e2eb, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, CEPH_POINT_RELEASE=) 2024-04-27T02:47:40.000 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 podman[23974]: 2024-04-27 02:47:39.650577995 +0000 UTC m=+0.017839678 image pull 87e5280d5ae87e34552d9b448225db981ca5313b28020853b569ec2cb8ee53ae quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a 2024-04-27T02:47:40.000 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 podman[23974]: 2024-04-27 02:47:39.926495991 +0000 UTC m=+0.293757674 container init 14600a97c019540858cad7e6b1229993a9debc46b67603638773a8841b1fae21 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a, name=ceph-38d07510-0440-11ef-bc93-c7b262605968-mon-smithi077, ceph=True, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, RELEASE=squid-b22e2eb, org.label-schema.name=CentOS Stream 8 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240424, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD) 2024-04-27T02:47:40.000 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 podman[23974]: 2024-04-27 02:47:39.932105953 +0000 UTC m=+0.299367639 container start 14600a97c019540858cad7e6b1229993a9debc46b67603638773a8841b1fae21 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a, name=ceph-38d07510-0440-11ef-bc93-c7b262605968-mon-smithi077, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, RELEASE=squid-b22e2eb, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240424, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-04-27T02:47:40.000 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: set uid:gid to 167:167 (ceph:ceph) 2024-04-27T02:47:40.000 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: ceph version 19.0.0-2447-gb22e2ebd (b22e2ebdeb24376882b7bda2a7329c8cccc2276a) squid (dev), process ceph-mon, pid 7 2024-04-27T02:47:40.000 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: pidfile_write: ignore empty --pid-file 2024-04-27T02:47:40.000 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: load: jerasure load: lrc 2024-04-27T02:47:40.000 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: RocksDB version: 7.9.2 2024-04-27T02:47:40.000 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Git sha 0 2024-04-27T02:47:40.000 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Compile date 2024-04-25 16:43:49 2024-04-27T02:47:40.001 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: DB SUMMARY 2024-04-27T02:47:40.001 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: DB Session ID: NGYFAAUECZOKTSP9WW9I 2024-04-27T02:47:40.001 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: CURRENT file: CURRENT 2024-04-27T02:47:40.001 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: IDENTITY file: IDENTITY 2024-04-27T02:47:40.001 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-27T02:47:40.001 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi077/store.db dir, Total Num: 1, files: 000008.sst 2024-04-27T02:47:40.001 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi077/store.db: 000009.log size: 89041 ; 2024-04-27T02:47:40.001 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.error_if_exists: 0 2024-04-27T02:47:40.002 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.create_if_missing: 0 2024-04-27T02:47:40.002 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.paranoid_checks: 1 2024-04-27T02:47:40.002 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-27T02:47:40.002 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-27T02:47:40.002 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-27T02:47:40.002 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.env: 0x561aa6a59c60 2024-04-27T02:47:40.002 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.fs: PosixFileSystem 2024-04-27T02:47:40.002 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.info_log: 0x561aa7811960 2024-04-27T02:47:40.002 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_file_opening_threads: 16 2024-04-27T02:47:40.002 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.statistics: (nil) 2024-04-27T02:47:40.002 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.use_fsync: 0 2024-04-27T02:47:40.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_log_file_size: 0 2024-04-27T02:47:40.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-27T02:47:40.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-27T02:47:40.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.keep_log_file_num: 1000 2024-04-27T02:47:40.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.recycle_log_file_num: 0 2024-04-27T02:47:40.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.allow_fallocate: 1 2024-04-27T02:47:40.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.allow_mmap_reads: 0 2024-04-27T02:47:40.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.allow_mmap_writes: 0 2024-04-27T02:47:40.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.use_direct_reads: 0 2024-04-27T02:47:40.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-27T02:47:40.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.create_missing_column_families: 0 2024-04-27T02:47:40.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.db_log_dir: 2024-04-27T02:47:40.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.wal_dir: 2024-04-27T02:47:40.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-27T02:47:40.003 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-27T02:47:40.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-27T02:47:40.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-27T02:47:40.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-27T02:47:40.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-27T02:47:40.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.advise_random_on_open: 1 2024-04-27T02:47:40.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.db_write_buffer_size: 0 2024-04-27T02:47:40.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.write_buffer_manager: 0x561aa77e41e0 2024-04-27T02:47:40.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-27T02:47:40.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-27T02:47:40.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-27T02:47:40.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.rate_limiter: (nil) 2024-04-27T02:47:40.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-27T02:47:40.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.wal_recovery_mode: 2 2024-04-27T02:47:40.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.enable_thread_tracking: 0 2024-04-27T02:47:40.004 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.enable_pipelined_write: 0 2024-04-27T02:47:40.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.unordered_write: 0 2024-04-27T02:47:40.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-27T02:47:40.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-27T02:47:40.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-27T02:47:40.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-27T02:47:40.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.row_cache: None 2024-04-27T02:47:40.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.wal_filter: None 2024-04-27T02:47:40.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-27T02:47:40.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.allow_ingest_behind: 0 2024-04-27T02:47:40.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.two_write_queues: 0 2024-04-27T02:47:40.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.manual_wal_flush: 0 2024-04-27T02:47:40.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.wal_compression: 0 2024-04-27T02:47:40.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.atomic_flush: 0 2024-04-27T02:47:40.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-27T02:47:40.005 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-27T02:47:40.006 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-27T02:47:40.006 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.log_readahead_size: 0 2024-04-27T02:47:40.006 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-27T02:47:40.006 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.best_efforts_recovery: 0 2024-04-27T02:47:40.006 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-27T02:47:40.006 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-27T02:47:40.006 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.allow_data_in_errors: 0 2024-04-27T02:47:40.006 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.db_host_id: __hostname__ 2024-04-27T02:47:40.006 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-27T02:47:40.006 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_background_jobs: 2 2024-04-27T02:47:40.006 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_background_compactions: -1 2024-04-27T02:47:40.006 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_subcompactions: 1 2024-04-27T02:47:40.006 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-27T02:47:40.006 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-27T02:47:40.007 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-27T02:47:40.007 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_total_wal_size: 0 2024-04-27T02:47:40.007 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-27T02:47:40.007 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-27T02:47:40.007 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-27T02:47:40.007 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-27T02:47:40.007 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_open_files: -1 2024-04-27T02:47:40.007 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.bytes_per_sync: 0 2024-04-27T02:47:40.007 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-27T02:47:40.007 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-27T02:47:40.007 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.compaction_readahead_size: 0 2024-04-27T02:47:40.007 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_background_flushes: -1 2024-04-27T02:47:40.007 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Compression algorithms supported: 2024-04-27T02:47:40.007 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-27T02:47:40.008 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: kZSTD supported: 0 2024-04-27T02:47:40.008 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: kXpressCompression supported: 0 2024-04-27T02:47:40.008 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: kLZ4HCCompression supported: 1 2024-04-27T02:47:40.008 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: kZlibCompression supported: 1 2024-04-27T02:47:40.008 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: kSnappyCompression supported: 1 2024-04-27T02:47:40.008 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: kLZ4Compression supported: 1 2024-04-27T02:47:40.008 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: kBZip2Compression supported: 0 2024-04-27T02:47:40.008 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-27T02:47:40.008 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-27T02:47:40.008 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi077/store.db/MANIFEST-000010 2024-04-27T02:47:40.008 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-27T02:47:40.008 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-27T02:47:40.008 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.merge_operator: 2024-04-27T02:47:40.008 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.compaction_filter: None 2024-04-27T02:47:40.009 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.compaction_filter_factory: None 2024-04-27T02:47:40.009 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.sst_partitioner_factory: None 2024-04-27T02:47:40.009 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-27T02:47:40.009 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-27T02:47:40.009 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561aa7811a60) 2024-04-27T02:47:40.009 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: cache_index_and_filter_blocks: 1 2024-04-27T02:47:40.009 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-27T02:47:40.009 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-27T02:47:40.009 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: pin_top_level_index_and_filter: 1 2024-04-27T02:47:40.009 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: index_type: 0 2024-04-27T02:47:40.009 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: data_block_index_type: 0 2024-04-27T02:47:40.009 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: index_shortening: 1 2024-04-27T02:47:40.009 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-27T02:47:40.009 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: checksum: 4 2024-04-27T02:47:40.010 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: no_block_cache: 0 2024-04-27T02:47:40.010 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: block_cache: 0x561aa7815090 2024-04-27T02:47:40.010 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: block_cache_name: BinnedLRUCache 2024-04-27T02:47:40.010 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: block_cache_options: 2024-04-27T02:47:40.010 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: capacity : 536870912 2024-04-27T02:47:40.010 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: num_shard_bits : 4 2024-04-27T02:47:40.010 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: strict_capacity_limit : 0 2024-04-27T02:47:40.010 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: high_pri_pool_ratio: 0.000 2024-04-27T02:47:40.010 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: block_cache_compressed: (nil) 2024-04-27T02:47:40.010 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: persistent_cache: (nil) 2024-04-27T02:47:40.010 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: block_size: 4096 2024-04-27T02:47:40.010 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: block_size_deviation: 10 2024-04-27T02:47:40.010 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: block_restart_interval: 16 2024-04-27T02:47:40.011 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: index_block_restart_interval: 1 2024-04-27T02:47:40.011 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: metadata_block_size: 4096 2024-04-27T02:47:40.011 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: partition_filters: 0 2024-04-27T02:47:40.011 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: use_delta_encoding: 1 2024-04-27T02:47:40.011 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: filter_policy: bloomfilter 2024-04-27T02:47:40.011 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: whole_key_filtering: 1 2024-04-27T02:47:40.012 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: verify_compression: 0 2024-04-27T02:47:40.012 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: read_amp_bytes_per_bit: 0 2024-04-27T02:47:40.012 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: format_version: 5 2024-04-27T02:47:40.012 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: enable_index_compression: 1 2024-04-27T02:47:40.012 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: block_align: 0 2024-04-27T02:47:40.012 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: max_auto_readahead_size: 262144 2024-04-27T02:47:40.012 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: prepopulate_block_cache: 0 2024-04-27T02:47:40.012 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: initial_auto_readahead_size: 8192 2024-04-27T02:47:40.012 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: num_file_reads_for_auto_readahead: 2 2024-04-27T02:47:40.012 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.write_buffer_size: 33554432 2024-04-27T02:47:40.012 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_write_buffer_number: 2 2024-04-27T02:47:40.012 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.compression: NoCompression 2024-04-27T02:47:40.012 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.bottommost_compression: Disabled 2024-04-27T02:47:40.012 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.prefix_extractor: nullptr 2024-04-27T02:47:40.013 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-27T02:47:40.013 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.num_levels: 7 2024-04-27T02:47:40.013 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-27T02:47:40.013 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-27T02:47:40.013 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-27T02:47:40.013 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-27T02:47:40.013 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-27T02:47:40.013 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-27T02:47:40.013 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-27T02:47:40.013 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-27T02:47:40.013 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-27T02:47:40.013 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-27T02:47:40.013 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-27T02:47:40.014 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-27T02:47:40.014 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-27T02:47:40.014 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.compression_opts.level: 32767 2024-04-27T02:47:40.014 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.compression_opts.strategy: 0 2024-04-27T02:47:40.014 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-27T02:47:40.014 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-27T02:47:40.014 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-27T02:47:40.014 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-27T02:47:40.014 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.compression_opts.enabled: false 2024-04-27T02:47:40.014 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-27T02:47:40.014 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-27T02:47:40.014 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-27T02:47:40.014 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-27T02:47:40.014 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.target_file_size_base: 67108864 2024-04-27T02:47:40.015 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-27T02:47:40.015 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-27T02:47:40.015 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-27T02:47:40.015 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-27T02:47:40.015 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-27T02:47:40.015 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-27T02:47:40.015 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-27T02:47:40.015 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-27T02:47:40.015 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-27T02:47:40.015 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-27T02:47:40.015 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-27T02:47:40.015 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-27T02:47:40.015 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-27T02:47:40.015 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-27T02:47:40.015 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.arena_block_size: 1048576 2024-04-27T02:47:40.016 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-27T02:47:40.016 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-27T02:47:40.016 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.disable_auto_compactions: 0 2024-04-27T02:47:40.016 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-27T02:47:40.016 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-27T02:47:40.016 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-27T02:47:40.016 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-27T02:47:40.016 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-27T02:47:40.016 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-27T02:47:40.016 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-27T02:47:40.016 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-27T02:47:40.016 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-27T02:47:40.016 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-27T02:47:40.016 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.table_properties_collectors: 2024-04-27T02:47:40.016 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.inplace_update_support: 0 2024-04-27T02:47:40.017 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-27T02:47:40.017 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-27T02:47:40.017 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-27T02:47:40.017 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-27T02:47:40.017 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.bloom_locality: 0 2024-04-27T02:47:40.017 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.max_successive_merges: 0 2024-04-27T02:47:40.017 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-27T02:47:40.017 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.paranoid_file_checks: 0 2024-04-27T02:47:40.017 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.force_consistency_checks: 1 2024-04-27T02:47:40.017 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.report_bg_io_stats: 0 2024-04-27T02:47:40.017 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.ttl: 2592000 2024-04-27T02:47:40.017 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-27T02:47:40.017 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-27T02:47:40.017 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-27T02:47:40.017 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.enable_blob_files: false 2024-04-27T02:47:40.018 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.min_blob_size: 0 2024-04-27T02:47:40.018 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.blob_file_size: 268435456 2024-04-27T02:47:40.018 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-27T02:47:40.018 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-27T02:47:40.018 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-27T02:47:40.018 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-27T02:47:40.018 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-27T02:47:40.018 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.blob_file_starting_level: 0 2024-04-27T02:47:40.018 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-27T02:47:40.018 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi077/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-04-27T02:47:40.018 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-27T02:47:40.018 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a6287512-1289-4252-a93f-1c445cc7189a 2024-04-27T02:47:40.018 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714186059961504, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-27T02:47:40.018 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-27T02:47:40.019 INFO:teuthology.orchestra.run.smithi077.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-27T02:47:40.019 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714186059962370, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85741, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83914, "index_size": 237, "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": 10058, "raw_average_key_size": 46, "raw_value_size": 78145, "raw_average_value_size": 363, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "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": "[]", "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": 1714186059, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "a6287512-1289-4252-a93f-1c445cc7189a", "db_session_id": "NGYFAAUECZOKTSP9WW9I", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-27T02:47:40.019 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714186059962451, "job": 1, "event": "recovery_finished"} 2024-04-27T02:47:40.019 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-27T02:47:40.019 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi077/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-27T02:47:40.020 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x561aa7906000 2024-04-27T02:47:40.020 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: DB pointer 0x561aa78f0000 2024-04-27T02:47:40.020 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-27T02:47:40.020 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-27T02:47:40.020 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: ** DB Stats ** 2024-04-27T02:47:40.020 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-27T02:47:40.020 INFO:journalctl@ceph.mon.smithi077.smithi077.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-04-27T02:47:40.020 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-27T02:47:40.020 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-27T02:47:40.020 INFO:journalctl@ceph.mon.smithi077.smithi077.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-04-27T02:47:40.020 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-27T02:47:40.020 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-27T02:47:40.020 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: 2024-04-27T02:47:40.020 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: ** Compaction Stats [default] ** 2024-04-27T02:47:40.020 INFO:journalctl@ceph.mon.smithi077.smithi077.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-04-27T02:47:40.021 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-27T02:47:40.021 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: L0 2/0 85.60 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 146.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-27T02:47:40.021 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Sum 2/0 85.60 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 146.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-27T02:47:40.021 INFO:journalctl@ceph.mon.smithi077.smithi077.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 146.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-27T02:47:40.021 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: 2024-04-27T02:47:40.021 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: ** Compaction Stats [default] ** 2024-04-27T02:47:40.021 INFO:journalctl@ceph.mon.smithi077.smithi077.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-04-27T02:47:40.021 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-27T02:47:40.021 INFO:journalctl@ceph.mon.smithi077.smithi077.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 146.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-27T02:47:40.021 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: 2024-04-27T02:47:40.021 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-27T02:47:40.021 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: 2024-04-27T02:47:40.021 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-27T02:47:40.022 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-27T02:47:40.022 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-27T02:47:40.022 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-27T02:47:40.022 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-27T02:47:40.022 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-27T02:47:40.022 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Cumulative compaction: 0.00 GB write, 27.95 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T02:47:40.022 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Interval compaction: 0.00 GB write, 27.95 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T02:47:40.022 INFO:journalctl@ceph.mon.smithi077.smithi077.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-04-27T02:47:40.022 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Block cache BinnedLRUCache@0x561aa7815090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-04-27T02:47:40.022 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-04-27T02:47:40.022 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: 2024-04-27T02:47:40.022 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-27T02:47:40.022 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: starting mon.smithi077 rank 0 at public addrs [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] at bind addrs [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi077 fsid 38d07510-0440-11ef-bc93-c7b262605968 2024-04-27T02:47:40.022 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: mon.smithi077@-1(???) e1 preinit fsid 38d07510-0440-11ef-bc93-c7b262605968 2024-04-27T02:47:40.022 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: mon.smithi077@-1(???).mds e1 new map 2024-04-27T02:47:40.023 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: mon.smithi077@-1(???).mds e1 print_map 2024-04-27T02:47:40.023 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: e1 2024-04-27T02:47:40.023 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-27T02:47:40.023 INFO:journalctl@ceph.mon.smithi077.smithi077.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-04-27T02:47:40.023 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: legacy client fscid: -1 2024-04-27T02:47:40.023 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: 2024-04-27T02:47:40.023 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: No filesystems configured 2024-04-27T02:47:40.023 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: mon.smithi077@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-27T02:47:40.023 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: mon.smithi077@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-27T02:47:40.023 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: mon.smithi077@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-27T02:47:40.023 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: mon.smithi077@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-27T02:47:40.023 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:39 smithi077 ceph-mon[24011]: mon.smithi077@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-27T02:47:40.023 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:40 smithi077 bash[23974]: 14600a97c019540858cad7e6b1229993a9debc46b67603638773a8841b1fae21 2024-04-27T02:47:40.023 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:40 smithi077 systemd[1]: Started Ceph mon.smithi077 for 38d07510-0440-11ef-bc93-c7b262605968. 2024-04-27T02:47:40.257 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:40 smithi077 ceph-mon[24011]: mon.smithi077 is new leader, mons smithi077 in quorum (ranks 0) 2024-04-27T02:47:40.257 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:40 smithi077 ceph-mon[24011]: monmap epoch 1 2024-04-27T02:47:40.257 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:40 smithi077 ceph-mon[24011]: fsid 38d07510-0440-11ef-bc93-c7b262605968 2024-04-27T02:47:40.257 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:40 smithi077 ceph-mon[24011]: last_changed 2024-04-27T02:47:32.010224+0000 2024-04-27T02:47:40.257 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:40 smithi077 ceph-mon[24011]: created 2024-04-27T02:47:32.010224+0000 2024-04-27T02:47:40.258 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:40 smithi077 ceph-mon[24011]: min_mon_release 19 (squid) 2024-04-27T02:47:40.258 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:40 smithi077 ceph-mon[24011]: election_strategy: 1 2024-04-27T02:47:40.258 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:40 smithi077 ceph-mon[24011]: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.smithi077 2024-04-27T02:47:40.258 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:40 smithi077 ceph-mon[24011]: fsmap 2024-04-27T02:47:40.258 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:40 smithi077 ceph-mon[24011]: osdmap e1: 0 total, 0 up, 0 in 2024-04-27T02:47:40.258 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:40 smithi077 ceph-mon[24011]: mgrmap e1: no daemons active 2024-04-27T02:47:41.811 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:41 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/3911767843' entity='client.admin' 2024-04-27T02:47:43.484 INFO:teuthology.orchestra.run.smithi077.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-27T02:47:43.709 INFO:teuthology.orchestra.run.smithi077.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-27T02:47:43.709 INFO:teuthology.orchestra.run.smithi077.stdout:Creating mgr... 2024-04-27T02:47:43.710 INFO:teuthology.orchestra.run.smithi077.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-27T02:47:43.711 INFO:teuthology.orchestra.run.smithi077.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-27T02:47:43.711 INFO:teuthology.orchestra.run.smithi077.stdout:Verifying port 0.0.0.0:8443 ... 2024-04-27T02:47:44.540 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-38d07510-0440-11ef-bc93-c7b262605968@mgr.smithi077.clwhwf 2024-04-27T02:47:44.541 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Failed to reset failed state of unit ceph-38d07510-0440-11ef-bc93-c7b262605968@mgr.smithi077.clwhwf.service: Unit ceph-38d07510-0440-11ef-bc93-c7b262605968@mgr.smithi077.clwhwf.service not loaded. 2024-04-27T02:47:44.759 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-38d07510-0440-11ef-bc93-c7b262605968.target.wants/ceph-38d07510-0440-11ef-bc93-c7b262605968@mgr.smithi077.clwhwf.service → /etc/systemd/system/ceph-38d07510-0440-11ef-bc93-c7b262605968@.service. 2024-04-27T02:47:48.626 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-27T02:47:48.626 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout disabled 2024-04-27T02:47:48.632 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-27T02:47:48.632 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout inactive 2024-04-27T02:47:48.632 INFO:teuthology.orchestra.run.smithi077.stdout:firewalld.service is not enabled 2024-04-27T02:47:48.632 INFO:teuthology.orchestra.run.smithi077.stdout:Not possible to enable service . firewalld.service is not available 2024-04-27T02:47:48.642 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-27T02:47:48.642 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout disabled 2024-04-27T02:47:48.648 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-27T02:47:48.648 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout inactive 2024-04-27T02:47:48.648 INFO:teuthology.orchestra.run.smithi077.stdout:firewalld.service is not enabled 2024-04-27T02:47:48.648 INFO:teuthology.orchestra.run.smithi077.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-04-27T02:47:48.648 INFO:teuthology.orchestra.run.smithi077.stdout:Waiting for mgr to start... 2024-04-27T02:47:48.648 INFO:teuthology.orchestra.run.smithi077.stdout:Waiting for mgr... 2024-04-27T02:47:51.312 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:51 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/1702229979' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-27T02:47:51.605 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-04-27T02:47:51.605 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout { 2024-04-27T02:47:51.605 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "fsid": "38d07510-0440-11ef-bc93-c7b262605968", 2024-04-27T02:47:51.606 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "health": { 2024-04-27T02:47:51.606 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-27T02:47:51.606 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-27T02:47:51.606 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-27T02:47:51.606 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:47:51.606 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-27T02:47:51.606 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-27T02:47:51.606 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 0 2024-04-27T02:47:51.606 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-04-27T02:47:51.606 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-27T02:47:51.606 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "smithi077" 2024-04-27T02:47:51.606 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-04-27T02:47:51.606 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-04-27T02:47:51.607 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-27T02:47:51.607 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:47:51.607 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-27T02:47:51.607 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-27T02:47:51.607 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:47:51.607 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-27T02:47:51.607 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:47:51.607 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-27T02:47:51.607 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-27T02:47:51.607 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-27T02:47:51.607 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-27T02:47:51.607 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-27T02:47:51.607 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-27T02:47:51.607 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:47:51.607 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-27T02:47:51.608 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-27T02:47:51.608 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-27T02:47:51.608 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-27T02:47:51.608 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-27T02:47:51.608 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-27T02:47:51.608 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-27T02:47:51.608 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-27T02:47:51.608 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-27T02:47:51.608 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:47:51.608 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-27T02:47:51.608 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:47:51.608 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-27T02:47:51.608 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-27T02:47:51.609 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:47:51.609 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-27T02:47:51.609 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-27T02:47:51.609 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-27T02:47:51.609 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-27T02:47:51.609 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-27T02:47:51.609 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-27T02:47:51.609 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "restful" 2024-04-27T02:47:51.609 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-04-27T02:47:51.609 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-27T02:47:51.609 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:47:51.609 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-27T02:47:51.609 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:47:51.609 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "modified": "2024-04-27T02:47:35.005289+0000", 2024-04-27T02:47:51.609 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-27T02:47:51.610 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:47:51.610 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-27T02:47:51.610 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout } 2024-04-27T02:47:51.610 INFO:teuthology.orchestra.run.smithi077.stdout:mgr not available, waiting (1/15)... 2024-04-27T02:47:54.280 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:54 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/866570345' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-27T02:47:54.792 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-04-27T02:47:54.792 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout { 2024-04-27T02:47:54.792 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "fsid": "38d07510-0440-11ef-bc93-c7b262605968", 2024-04-27T02:47:54.792 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "health": { 2024-04-27T02:47:54.792 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-27T02:47:54.792 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-27T02:47:54.792 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-27T02:47:54.792 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:47:54.792 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-27T02:47:54.793 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-27T02:47:54.793 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 0 2024-04-27T02:47:54.793 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-04-27T02:47:54.793 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-27T02:47:54.793 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "smithi077" 2024-04-27T02:47:54.793 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-04-27T02:47:54.793 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-04-27T02:47:54.793 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-27T02:47:54.793 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:47:54.793 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-27T02:47:54.793 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-27T02:47:54.793 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:47:54.793 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-27T02:47:54.793 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:47:54.794 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-27T02:47:54.794 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-27T02:47:54.794 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-27T02:47:54.794 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-27T02:47:54.794 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-27T02:47:54.794 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-27T02:47:54.797 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:47:54.797 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-27T02:47:54.797 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-27T02:47:54.797 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-27T02:47:54.797 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-27T02:47:54.797 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-27T02:47:54.797 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-27T02:47:54.798 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-27T02:47:54.798 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-27T02:47:54.798 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-27T02:47:54.798 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:47:54.798 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-27T02:47:54.798 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:47:54.798 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-27T02:47:54.798 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-27T02:47:54.798 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:47:54.798 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-27T02:47:54.798 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-27T02:47:54.798 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-27T02:47:54.798 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-27T02:47:54.798 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-27T02:47:54.799 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-27T02:47:54.799 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "restful" 2024-04-27T02:47:54.799 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-04-27T02:47:54.799 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-27T02:47:54.799 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:47:54.799 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-27T02:47:54.799 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:47:54.799 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "modified": "2024-04-27T02:47:35.005289+0000", 2024-04-27T02:47:54.799 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-27T02:47:54.799 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:47:54.799 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-27T02:47:54.799 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout } 2024-04-27T02:47:54.799 INFO:teuthology.orchestra.run.smithi077.stdout:mgr not available, waiting (2/15)... 2024-04-27T02:47:55.562 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:55 smithi077 ceph-mon[24011]: Activating manager daemon smithi077.clwhwf 2024-04-27T02:47:55.562 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:55 smithi077 ceph-mon[24011]: mgrmap e2: smithi077.clwhwf(active, starting, since 0.00321702s) 2024-04-27T02:47:55.562 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:55 smithi077 ceph-mon[24011]: from='mgr.14100 172.21.15.77:0/268478082' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-27T02:47:55.562 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:55 smithi077 ceph-mon[24011]: from='mgr.14100 172.21.15.77:0/268478082' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-27T02:47:55.562 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:55 smithi077 ceph-mon[24011]: from='mgr.14100 172.21.15.77:0/268478082' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-27T02:47:55.563 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:55 smithi077 ceph-mon[24011]: from='mgr.14100 172.21.15.77:0/268478082' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2024-04-27T02:47:55.563 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:55 smithi077 ceph-mon[24011]: from='mgr.14100 172.21.15.77:0/268478082' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mgr metadata", "who": "smithi077.clwhwf", "id": "smithi077.clwhwf"}]: dispatch 2024-04-27T02:47:55.563 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:55 smithi077 ceph-mon[24011]: Manager daemon smithi077.clwhwf is now available 2024-04-27T02:47:55.563 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:55 smithi077 ceph-mon[24011]: from='mgr.14100 172.21.15.77:0/268478082' entity='mgr.smithi077.clwhwf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.clwhwf/mirror_snapshot_schedule"}]: dispatch 2024-04-27T02:47:55.563 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:55 smithi077 ceph-mon[24011]: from='mgr.14100 172.21.15.77:0/268478082' entity='mgr.smithi077.clwhwf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.clwhwf/trash_purge_schedule"}]: dispatch 2024-04-27T02:47:55.563 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:55 smithi077 ceph-mon[24011]: from='mgr.14100 172.21.15.77:0/268478082' entity='mgr.smithi077.clwhwf' 2024-04-27T02:47:55.563 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:55 smithi077 ceph-mon[24011]: from='mgr.14100 172.21.15.77:0/268478082' entity='mgr.smithi077.clwhwf' 2024-04-27T02:47:55.563 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:55 smithi077 ceph-mon[24011]: from='mgr.14100 172.21.15.77:0/268478082' entity='mgr.smithi077.clwhwf' 2024-04-27T02:47:56.814 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:56 smithi077 ceph-mon[24011]: mgrmap e3: smithi077.clwhwf(active, since 1.00613s) 2024-04-27T02:47:57.812 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:57 smithi077 ceph-mon[24011]: mgrmap e4: smithi077.clwhwf(active, since 2s) 2024-04-27T02:47:58.069 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-04-27T02:47:58.069 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout { 2024-04-27T02:47:58.069 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "fsid": "38d07510-0440-11ef-bc93-c7b262605968", 2024-04-27T02:47:58.069 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "health": { 2024-04-27T02:47:58.069 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-27T02:47:58.069 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-27T02:47:58.069 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-27T02:47:58.069 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:47:58.069 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-27T02:47:58.069 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-27T02:47:58.069 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 0 2024-04-27T02:47:58.069 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-04-27T02:47:58.070 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-27T02:47:58.070 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "smithi077" 2024-04-27T02:47:58.070 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-04-27T02:47:58.070 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "quorum_age": 17, 2024-04-27T02:47:58.070 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-27T02:47:58.070 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:47:58.070 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-27T02:47:58.070 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-27T02:47:58.070 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:47:58.070 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-27T02:47:58.070 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:47:58.070 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-27T02:47:58.070 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-27T02:47:58.070 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-27T02:47:58.071 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-27T02:47:58.071 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-27T02:47:58.071 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-27T02:47:58.074 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:47:58.074 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-27T02:47:58.074 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-27T02:47:58.074 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-27T02:47:58.074 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-27T02:47:58.074 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-27T02:47:58.074 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-27T02:47:58.075 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-27T02:47:58.075 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-27T02:47:58.075 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-27T02:47:58.075 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:47:58.075 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-27T02:47:58.075 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:47:58.075 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-27T02:47:58.075 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-27T02:47:58.075 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:47:58.075 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-27T02:47:58.075 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-27T02:47:58.075 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-27T02:47:58.075 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-27T02:47:58.075 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-27T02:47:58.075 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-27T02:47:58.076 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "restful" 2024-04-27T02:47:58.076 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ], 2024-04-27T02:47:58.076 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-27T02:47:58.076 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:47:58.076 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-27T02:47:58.076 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-27T02:47:58.076 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "modified": "2024-04-27T02:47:35.005289+0000", 2024-04-27T02:47:58.076 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-27T02:47:58.076 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout }, 2024-04-27T02:47:58.076 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-27T02:47:58.077 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout } 2024-04-27T02:47:58.077 INFO:teuthology.orchestra.run.smithi077.stdout:mgr is available 2024-04-27T02:47:58.812 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:58 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/2524605395' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-27T02:47:59.232 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-04-27T02:47:59.232 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout [global] 2024-04-27T02:47:59.232 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout fsid = 38d07510-0440-11ef-bc93-c7b262605968 2024-04-27T02:47:59.232 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-27T02:47:59.232 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-27T02:47:59.232 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-27T02:47:59.232 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-27T02:47:59.232 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-04-27T02:47:59.232 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-27T02:47:59.232 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-27T02:47:59.233 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 2024-04-27T02:47:59.233 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout [osd] 2024-04-27T02:47:59.233 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-27T02:47:59.233 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-27T02:47:59.233 INFO:teuthology.orchestra.run.smithi077.stdout:Enabling cephadm module... 2024-04-27T02:47:59.647 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:47:59 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/1737787223' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-27T02:48:00.792 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:00 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/1466554505' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-27T02:48:01.812 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:01 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/1466554505' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-27T02:48:01.812 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:01 smithi077 ceph-mon[24011]: mgrmap e5: smithi077.clwhwf(active, since 6s) 2024-04-27T02:48:02.751 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:02 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/2083716635' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-27T02:48:02.786 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout { 2024-04-27T02:48:02.786 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-27T02:48:02.786 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-27T02:48:02.786 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "active_name": "smithi077.clwhwf", 2024-04-27T02:48:02.786 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-27T02:48:02.786 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout } 2024-04-27T02:48:02.786 INFO:teuthology.orchestra.run.smithi077.stdout:Waiting for the mgr to restart... 2024-04-27T02:48:02.786 INFO:teuthology.orchestra.run.smithi077.stdout:Waiting for mgr epoch 5... 2024-04-27T02:48:07.812 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:07 smithi077 ceph-mon[24011]: Active manager daemon smithi077.clwhwf restarted 2024-04-27T02:48:07.812 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:07 smithi077 ceph-mon[24011]: Activating manager daemon smithi077.clwhwf 2024-04-27T02:48:07.812 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:07 smithi077 ceph-mon[24011]: osdmap e2: 0 total, 0 up, 0 in 2024-04-27T02:48:07.812 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:07 smithi077 ceph-mon[24011]: mgrmap e6: smithi077.clwhwf(active, starting, since 0.0034794s) 2024-04-27T02:48:07.813 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:07 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2024-04-27T02:48:07.813 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:07 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mgr metadata", "who": "smithi077.clwhwf", "id": "smithi077.clwhwf"}]: dispatch 2024-04-27T02:48:07.813 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:07 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-27T02:48:07.813 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:07 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-27T02:48:07.813 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:07 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-27T02:48:07.813 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:07 smithi077 ceph-mon[24011]: Manager daemon smithi077.clwhwf is now available 2024-04-27T02:48:07.813 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:07 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:07.813 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:07 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:07.813 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:07 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:48:07.813 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:07 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:48:07.813 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:07 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.clwhwf/mirror_snapshot_schedule"}]: dispatch 2024-04-27T02:48:08.562 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:08 smithi077 ceph-mon[24011]: Found migration_current of "None". Setting to last migration. 2024-04-27T02:48:08.562 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:08 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.clwhwf/trash_purge_schedule"}]: dispatch 2024-04-27T02:48:08.562 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:08 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:08.562 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:08 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:08.562 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:08 smithi077 ceph-mon[24011]: mgrmap e7: smithi077.clwhwf(active, since 1.00582s) 2024-04-27T02:48:08.840 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout { 2024-04-27T02:48:08.841 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-27T02:48:08.841 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-27T02:48:08.841 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout } 2024-04-27T02:48:08.841 INFO:teuthology.orchestra.run.smithi077.stdout:mgr epoch 5 is available 2024-04-27T02:48:08.841 INFO:teuthology.orchestra.run.smithi077.stdout:Setting orchestrator backend to cephadm... 2024-04-27T02:48:09.542 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:09 smithi077 ceph-mon[24011]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-27T02:48:09.542 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:09 smithi077 ceph-mon[24011]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-27T02:48:09.542 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:09 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:48:10.496 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:10 smithi077 ceph-mon[24011]: [27/Apr/2024:02:48:08] ENGINE Bus STARTING 2024-04-27T02:48:10.496 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:10 smithi077 ceph-mon[24011]: [27/Apr/2024:02:48:08] ENGINE Serving on https://172.21.15.77:7150 2024-04-27T02:48:10.496 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:10 smithi077 ceph-mon[24011]: [27/Apr/2024:02:48:08] ENGINE Serving on http://172.21.15.77:8765 2024-04-27T02:48:10.497 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:10 smithi077 ceph-mon[24011]: [27/Apr/2024:02:48:08] ENGINE Bus STARTED 2024-04-27T02:48:10.497 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:10 smithi077 ceph-mon[24011]: mgrmap e8: smithi077.clwhwf(active, since 2s) 2024-04-27T02:48:10.497 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:10 smithi077 ceph-mon[24011]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:48:10.497 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:10 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:10.497 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:10 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:48:11.269 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-27T02:48:11.269 INFO:teuthology.orchestra.run.smithi077.stdout:Generating ssh key... 2024-04-27T02:48:12.062 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:11 smithi077 ceph-mon[24011]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:48:13.562 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:13 smithi077 ceph-mon[24011]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:48:13.562 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:13 smithi077 ceph-mon[24011]: Generating ssh key... 2024-04-27T02:48:13.563 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:13 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:13.563 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:13 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:14.198 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDi9mVZSFUZPXDA5c1SePPStltCD3nZSys3NyMBl8KlKWdkX9THgLTUB9FWRgk6oS7b0VD0LxrzLz96t0m4iYZA8B//ShCwooNvbMTMd+0gcqJgu85y15e/2m8sCB448S9Xegeti2CpKT20UaOGuu+hmKb99vnBCVYblSeZJiI8zggltrKjKq1tEKyUnLHQLdu71xYukC/htq9afljKar4crPx4mbKRDf5D+ZMsOM45EuYKj2QjBKD0ygCZTGJFqKbac4OVmSfSP2Xipi3DSKyrtgLAJlNRGsfOQccufN4lXQd1z5yXsdYWdXy/R7RchqpKA1wAuZsFHlxq6pKUDrc/AwmVXKH75vtTMrfQjI5ZdNiawiKonutTwgbOWEGaoRjgGmP1VqCKV8PoCF5/y9I5QDLApwrJLfCmRviWqMTeehrM7Yu/zmiVm54YZS2oplVRFUR39PzJaXhpDPbIzGOa39PBJAQJ69EZWLk2ueOqwvj0DtQSUZThsOIzM7S/k68= ceph-38d07510-0440-11ef-bc93-c7b262605968 2024-04-27T02:48:14.198 INFO:teuthology.orchestra.run.smithi077.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-27T02:48:14.198 INFO:teuthology.orchestra.run.smithi077.stdout:Adding key to root@localhost authorized_keys... 2024-04-27T02:48:14.199 INFO:teuthology.orchestra.run.smithi077.stdout:Adding host smithi077... 2024-04-27T02:48:14.812 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:14 smithi077 ceph-mon[24011]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:48:15.709 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:15 smithi077 ceph-mon[24011]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi077", "addr": "172.21.15.77", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:48:15.709 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:15 smithi077 ceph-mon[24011]: Deploying cephadm binary to smithi077 2024-04-27T02:48:19.479 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout Added host 'smithi077' with addr '172.21.15.77' 2024-04-27T02:48:19.480 INFO:teuthology.orchestra.run.smithi077.stdout:Deploying mon service with default placement... 2024-04-27T02:48:20.161 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:19 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:20.161 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:19 smithi077 ceph-mon[24011]: Added host smithi077 2024-04-27T02:48:20.162 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:19 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:48:21.422 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:21 smithi077 ceph-mon[24011]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:48:21.422 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:21 smithi077 ceph-mon[24011]: Saving service mon spec with placement count:5 2024-04-27T02:48:21.423 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:21 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:21.793 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-27T02:48:21.794 INFO:teuthology.orchestra.run.smithi077.stdout:Deploying mgr service with default placement... 2024-04-27T02:48:22.812 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:22 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:22.813 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:22 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:23.049 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-27T02:48:23.049 INFO:teuthology.orchestra.run.smithi077.stdout:Deploying crash service with default placement... 2024-04-27T02:48:23.740 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:23 smithi077 ceph-mon[24011]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:48:23.740 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:23 smithi077 ceph-mon[24011]: Saving service mgr spec with placement count:2 2024-04-27T02:48:23.740 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:23 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:24.366 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-04-27T02:48:24.367 INFO:teuthology.orchestra.run.smithi077.stdout:Deploying ceph-exporter service with default placement... 2024-04-27T02:48:25.062 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:24 smithi077 ceph-mon[24011]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:48:25.063 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:24 smithi077 ceph-mon[24011]: Saving service crash spec with placement * 2024-04-27T02:48:25.063 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:24 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:26.154 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:25 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:26.155 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:25 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:26.157 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-04-27T02:48:26.157 INFO:teuthology.orchestra.run.smithi077.stdout:Deploying prometheus service with default placement... 2024-04-27T02:48:27.546 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:27 smithi077 ceph-mon[24011]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:48:27.547 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:27 smithi077 ceph-mon[24011]: Saving service ceph-exporter spec with placement * 2024-04-27T02:48:27.547 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:27 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:27.547 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:27 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:27.549 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-04-27T02:48:27.549 INFO:teuthology.orchestra.run.smithi077.stdout:Deploying grafana service with default placement... 2024-04-27T02:48:28.562 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:28 smithi077 ceph-mon[24011]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:48:28.563 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:28 smithi077 ceph-mon[24011]: Saving service prometheus spec with placement count:1 2024-04-27T02:48:28.563 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:28 smithi077 ceph-mon[24011]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:48:29.442 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-04-27T02:48:29.443 INFO:teuthology.orchestra.run.smithi077.stdout:Deploying node-exporter service with default placement... 2024-04-27T02:48:29.891 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:29 smithi077 ceph-mon[24011]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:48:29.892 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:29 smithi077 ceph-mon[24011]: Saving service grafana spec with placement count:1 2024-04-27T02:48:29.892 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:29 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:29.892 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:29 smithi077 ceph-mon[24011]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:48:30.739 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-04-27T02:48:30.739 INFO:teuthology.orchestra.run.smithi077.stdout:Deploying alertmanager service with default placement... 2024-04-27T02:48:31.313 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:31 smithi077 ceph-mon[24011]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:48:31.313 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:31 smithi077 ceph-mon[24011]: Saving service node-exporter spec with placement * 2024-04-27T02:48:31.313 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:31 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:31.920 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-04-27T02:48:32.563 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:32 smithi077 ceph-mon[24011]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:48:32.563 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:32 smithi077 ceph-mon[24011]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:48:32.563 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:32 smithi077 ceph-mon[24011]: Saving service alertmanager spec with placement count:1 2024-04-27T02:48:32.563 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:32 smithi077 ceph-mon[24011]: from='mgr.14118 172.21.15.77:0/595480175' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:33.813 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:33 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/625775231' entity='client.admin' 2024-04-27T02:48:33.813 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:33 smithi077 ceph-mon[24011]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:48:34.214 INFO:teuthology.orchestra.run.smithi077.stdout:Enabling the dashboard module... 2024-04-27T02:48:35.063 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:34 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/3776613116' entity='client.admin' 2024-04-27T02:48:36.060 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:35 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/2811317901' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-27T02:48:36.060 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:35 smithi077 ceph-mon[24011]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:48:37.063 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:36 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/2811317901' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-27T02:48:37.063 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:36 smithi077 ceph-mon[24011]: mgrmap e9: smithi077.clwhwf(active, since 28s) 2024-04-27T02:48:37.702 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout { 2024-04-27T02:48:37.702 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-27T02:48:37.702 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-27T02:48:37.703 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "active_name": "smithi077.clwhwf", 2024-04-27T02:48:37.703 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-27T02:48:37.703 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout } 2024-04-27T02:48:37.703 INFO:teuthology.orchestra.run.smithi077.stdout:Waiting for the mgr to restart... 2024-04-27T02:48:37.703 INFO:teuthology.orchestra.run.smithi077.stdout:Waiting for mgr epoch 9... 2024-04-27T02:48:37.951 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:37 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/1277416079' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-27T02:48:43.063 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:42 smithi077 ceph-mon[24011]: Active manager daemon smithi077.clwhwf restarted 2024-04-27T02:48:43.063 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:42 smithi077 ceph-mon[24011]: Activating manager daemon smithi077.clwhwf 2024-04-27T02:48:43.063 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:42 smithi077 ceph-mon[24011]: osdmap e3: 0 total, 0 up, 0 in 2024-04-27T02:48:43.063 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:42 smithi077 ceph-mon[24011]: mgrmap e10: smithi077.clwhwf(active, starting, since 0.00387398s) 2024-04-27T02:48:43.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:42 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2024-04-27T02:48:43.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:42 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mgr metadata", "who": "smithi077.clwhwf", "id": "smithi077.clwhwf"}]: dispatch 2024-04-27T02:48:43.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:42 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-27T02:48:43.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:42 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-27T02:48:43.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:42 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-27T02:48:43.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:42 smithi077 ceph-mon[24011]: Manager daemon smithi077.clwhwf is now available 2024-04-27T02:48:43.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:42 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:48:44.063 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:43 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.clwhwf/mirror_snapshot_schedule"}]: dispatch 2024-04-27T02:48:44.063 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:43 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.clwhwf/trash_purge_schedule"}]: dispatch 2024-04-27T02:48:44.063 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:43 smithi077 ceph-mon[24011]: mgrmap e11: smithi077.clwhwf(active, since 1.00583s) 2024-04-27T02:48:44.495 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout { 2024-04-27T02:48:44.495 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-27T02:48:44.495 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-27T02:48:44.495 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout } 2024-04-27T02:48:44.495 INFO:teuthology.orchestra.run.smithi077.stdout:mgr epoch 9 is available 2024-04-27T02:48:44.495 INFO:teuthology.orchestra.run.smithi077.stdout:Generating a dashboard self-signed certificate... 2024-04-27T02:48:44.877 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:44 smithi077 ceph-mon[24011]: [27/Apr/2024:02:48:43] ENGINE Bus STARTING 2024-04-27T02:48:44.877 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:44 smithi077 ceph-mon[24011]: [27/Apr/2024:02:48:43] ENGINE Serving on https://172.21.15.77:7150 2024-04-27T02:48:44.877 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:44 smithi077 ceph-mon[24011]: [27/Apr/2024:02:48:43] ENGINE Serving on http://172.21.15.77:8765 2024-04-27T02:48:44.877 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:44 smithi077 ceph-mon[24011]: [27/Apr/2024:02:48:43] ENGINE Bus STARTED 2024-04-27T02:48:44.878 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:44 smithi077 ceph-mon[24011]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-27T02:48:44.878 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:44 smithi077 ceph-mon[24011]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-27T02:48:44.878 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:44 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:45.833 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-27T02:48:45.833 INFO:teuthology.orchestra.run.smithi077.stdout:Creating initial admin user... 2024-04-27T02:48:46.428 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:46 smithi077 ceph-mon[24011]: mgrmap e12: smithi077.clwhwf(active, since 2s) 2024-04-27T02:48:46.429 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:46 smithi077 ceph-mon[24011]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:48:46.429 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:46 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:46.429 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:46 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:46.429 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:46 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:47.705 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$zA6fp3F39oVAkNxFhgsIC.hFWIQcEiXy77UElf3AMwLEOiPDKcP8.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1714186126, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-27T02:48:47.705 INFO:teuthology.orchestra.run.smithi077.stdout:Fetching dashboard port number... 2024-04-27T02:48:48.063 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:47 smithi077 ceph-mon[24011]: from='client.14176 -' 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-04-27T02:48:48.063 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:47 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:48.960 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:48 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/654963286' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-27T02:48:48.963 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stdout 8443 2024-04-27T02:48:48.973 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-04-27T02:48:48.973 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout disabled 2024-04-27T02:48:48.980 INFO:teuthology.orchestra.run.smithi077.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-04-27T02:48:48.980 INFO:teuthology.orchestra.run.smithi077.stdout:systemctl: stdout inactive 2024-04-27T02:48:48.980 INFO:teuthology.orchestra.run.smithi077.stdout:firewalld.service is not enabled 2024-04-27T02:48:48.980 INFO:teuthology.orchestra.run.smithi077.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-27T02:48:48.982 INFO:teuthology.orchestra.run.smithi077.stdout:Ceph Dashboard is now available at: 2024-04-27T02:48:48.982 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:48:48.982 INFO:teuthology.orchestra.run.smithi077.stdout: URL: https://smithi077.front.sepia.ceph.com:8443/ 2024-04-27T02:48:48.982 INFO:teuthology.orchestra.run.smithi077.stdout: User: admin 2024-04-27T02:48:48.982 INFO:teuthology.orchestra.run.smithi077.stdout: Password: myuhfiufrt 2024-04-27T02:48:48.982 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:48:48.983 INFO:teuthology.orchestra.run.smithi077.stdout:Saving cluster configuration to /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/config directory 2024-04-27T02:48:48.983 INFO:teuthology.orchestra.run.smithi077.stdout:Enabling autotune for osd_memory_target 2024-04-27T02:48:49.983 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:49 smithi077 ceph-mon[24011]: mgrmap e13: smithi077.clwhwf(active, since 6s) 2024-04-27T02:48:51.568 INFO:teuthology.orchestra.run.smithi077.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-27T02:48:51.569 INFO:teuthology.orchestra.run.smithi077.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-27T02:48:51.569 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:48:51.569 INFO:teuthology.orchestra.run.smithi077.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 38d07510-0440-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-27T02:48:51.569 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:48:51.569 INFO:teuthology.orchestra.run.smithi077.stdout:Or, if you are only running a single cluster on this host: 2024-04-27T02:48:51.569 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:48:51.569 INFO:teuthology.orchestra.run.smithi077.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-27T02:48:51.569 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:48:51.569 INFO:teuthology.orchestra.run.smithi077.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-27T02:48:51.569 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:48:51.569 INFO:teuthology.orchestra.run.smithi077.stdout: ceph telemetry on 2024-04-27T02:48:51.569 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:48:51.569 INFO:teuthology.orchestra.run.smithi077.stdout:For more information see: 2024-04-27T02:48:51.570 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:48:51.570 INFO:teuthology.orchestra.run.smithi077.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-27T02:48:51.570 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:48:51.570 INFO:teuthology.orchestra.run.smithi077.stdout:Bootstrap complete. 2024-04-27T02:48:51.610 INFO:tasks.cephadm:Fetching config... 2024-04-27T02:48:51.610 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-04-27T02:48:51.610 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-27T02:48:51.626 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-27T02:48:51.626 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-04-27T02:48:51.626 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-27T02:48:51.680 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-27T02:48:51.680 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-04-27T02:48:51.681 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/keyring of=/dev/stdout 2024-04-27T02:48:51.744 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-27T02:48:51.744 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-04-27T02:48:51.744 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-27T02:48:51.798 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-27T02:48:51.798 DEBUG:teuthology.orchestra.run.smithi077:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDi9mVZSFUZPXDA5c1SePPStltCD3nZSys3NyMBl8KlKWdkX9THgLTUB9FWRgk6oS7b0VD0LxrzLz96t0m4iYZA8B//ShCwooNvbMTMd+0gcqJgu85y15e/2m8sCB448S9Xegeti2CpKT20UaOGuu+hmKb99vnBCVYblSeZJiI8zggltrKjKq1tEKyUnLHQLdu71xYukC/htq9afljKar4crPx4mbKRDf5D+ZMsOM45EuYKj2QjBKD0ygCZTGJFqKbac4OVmSfSP2Xipi3DSKyrtgLAJlNRGsfOQccufN4lXQd1z5yXsdYWdXy/R7RchqpKA1wAuZsFHlxq6pKUDrc/AwmVXKH75vtTMrfQjI5ZdNiawiKonutTwgbOWEGaoRjgGmP1VqCKV8PoCF5/y9I5QDLApwrJLfCmRviWqMTeehrM7Yu/zmiVm54YZS2oplVRFUR39PzJaXhpDPbIzGOa39PBJAQJ69EZWLk2ueOqwvj0DtQSUZThsOIzM7S/k68= ceph-38d07510-0440-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-27T02:48:51.868 INFO:teuthology.orchestra.run.smithi077.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDi9mVZSFUZPXDA5c1SePPStltCD3nZSys3NyMBl8KlKWdkX9THgLTUB9FWRgk6oS7b0VD0LxrzLz96t0m4iYZA8B//ShCwooNvbMTMd+0gcqJgu85y15e/2m8sCB448S9Xegeti2CpKT20UaOGuu+hmKb99vnBCVYblSeZJiI8zggltrKjKq1tEKyUnLHQLdu71xYukC/htq9afljKar4crPx4mbKRDf5D+ZMsOM45EuYKj2QjBKD0ygCZTGJFqKbac4OVmSfSP2Xipi3DSKyrtgLAJlNRGsfOQccufN4lXQd1z5yXsdYWdXy/R7RchqpKA1wAuZsFHlxq6pKUDrc/AwmVXKH75vtTMrfQjI5ZdNiawiKonutTwgbOWEGaoRjgGmP1VqCKV8PoCF5/y9I5QDLApwrJLfCmRviWqMTeehrM7Yu/zmiVm54YZS2oplVRFUR39PzJaXhpDPbIzGOa39PBJAQJ69EZWLk2ueOqwvj0DtQSUZThsOIzM7S/k68= ceph-38d07510-0440-11ef-bc93-c7b262605968 2024-04-27T02:48:51.879 DEBUG:teuthology.orchestra.run.smithi110:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDi9mVZSFUZPXDA5c1SePPStltCD3nZSys3NyMBl8KlKWdkX9THgLTUB9FWRgk6oS7b0VD0LxrzLz96t0m4iYZA8B//ShCwooNvbMTMd+0gcqJgu85y15e/2m8sCB448S9Xegeti2CpKT20UaOGuu+hmKb99vnBCVYblSeZJiI8zggltrKjKq1tEKyUnLHQLdu71xYukC/htq9afljKar4crPx4mbKRDf5D+ZMsOM45EuYKj2QjBKD0ygCZTGJFqKbac4OVmSfSP2Xipi3DSKyrtgLAJlNRGsfOQccufN4lXQd1z5yXsdYWdXy/R7RchqpKA1wAuZsFHlxq6pKUDrc/AwmVXKH75vtTMrfQjI5ZdNiawiKonutTwgbOWEGaoRjgGmP1VqCKV8PoCF5/y9I5QDLApwrJLfCmRviWqMTeehrM7Yu/zmiVm54YZS2oplVRFUR39PzJaXhpDPbIzGOa39PBJAQJ69EZWLk2ueOqwvj0DtQSUZThsOIzM7S/k68= ceph-38d07510-0440-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-27T02:48:51.918 INFO:teuthology.orchestra.run.smithi110.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDi9mVZSFUZPXDA5c1SePPStltCD3nZSys3NyMBl8KlKWdkX9THgLTUB9FWRgk6oS7b0VD0LxrzLz96t0m4iYZA8B//ShCwooNvbMTMd+0gcqJgu85y15e/2m8sCB448S9Xegeti2CpKT20UaOGuu+hmKb99vnBCVYblSeZJiI8zggltrKjKq1tEKyUnLHQLdu71xYukC/htq9afljKar4crPx4mbKRDf5D+ZMsOM45EuYKj2QjBKD0ygCZTGJFqKbac4OVmSfSP2Xipi3DSKyrtgLAJlNRGsfOQccufN4lXQd1z5yXsdYWdXy/R7RchqpKA1wAuZsFHlxq6pKUDrc/AwmVXKH75vtTMrfQjI5ZdNiawiKonutTwgbOWEGaoRjgGmP1VqCKV8PoCF5/y9I5QDLApwrJLfCmRviWqMTeehrM7Yu/zmiVm54YZS2oplVRFUR39PzJaXhpDPbIzGOa39PBJAQJ69EZWLk2ueOqwvj0DtQSUZThsOIzM7S/k68= ceph-38d07510-0440-11ef-bc93-c7b262605968 2024-04-27T02:48:51.930 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-27T02:48:52.127 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:52 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/2797445024' entity='client.admin' 2024-04-27T02:48:52.201 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:48:55.370 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-27T02:48:55.370 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-27T02:48:55.617 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:48:55.670 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:55 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/2068918759' entity='client.admin' 2024-04-27T02:48:58.314 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:58 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:58.314 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:58 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:58.314 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:58 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:48:58.314 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:58 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:58.314 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:58 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi077", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-27T02:48:58.314 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:58 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi077", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-27T02:48:58.314 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:58 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:48:58.314 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:58 smithi077 ceph-mon[24011]: Deploying daemon ceph-exporter.smithi077 on smithi077 2024-04-27T02:48:58.824 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi110 2024-04-27T02:48:58.825 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-27T02:48:58.825 DEBUG:teuthology.orchestra.run.smithi110:> dd of=/etc/ceph/ceph.conf 2024-04-27T02:48:58.843 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-27T02:48:58.843 DEBUG:teuthology.orchestra.run.smithi110:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-27T02:48:58.900 INFO:tasks.cephadm:Adding host smithi110 to orchestrator... 2024-04-27T02:48:58.901 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph orch host add smithi110 2024-04-27T02:48:59.459 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:59 smithi077 ceph-mon[24011]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:48:59.460 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:48:59 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:48:59.569 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:49:02.814 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:02 smithi077 ceph-mon[24011]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi110", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:49:02.814 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:02 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:02.814 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:02 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:02.814 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:02 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:02.814 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:02 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:02.815 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:02 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi077", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-27T02:49:02.815 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:02 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi077", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-27T02:49:02.815 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:02 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:49:02.815 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:02 smithi077 ceph-mon[24011]: Deploying daemon crash.smithi077 on smithi077 2024-04-27T02:49:04.037 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:03 smithi077 ceph-mon[24011]: Deploying cephadm binary to smithi110 2024-04-27T02:49:04.037 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:03 smithi077 ceph-mon[24011]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:49:04.038 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:03 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:05.646 INFO:teuthology.orchestra.run.smithi077.stdout:Added host 'smithi110' with addr '172.21.15.110' 2024-04-27T02:49:05.814 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:05 smithi077 ceph-mon[24011]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:49:05.814 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:05 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:05.814 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:05 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:05.814 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:05 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:05.814 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:05 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:05.815 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:05 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:06.282 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-27T02:49:06.531 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:49:06.781 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:06 smithi077 ceph-mon[24011]: Deploying daemon node-exporter.smithi077 on smithi077 2024-04-27T02:49:06.781 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:06 smithi077 ceph-mon[24011]: Added host smithi110 2024-04-27T02:49:08.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:07 smithi077 ceph-mon[24011]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:49:08.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:07 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:09.250 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:49:09.251 INFO:teuthology.orchestra.run.smithi077.stdout:[{"addr": "172.21.15.77", "hostname": "smithi077", "labels": [], "status": ""}, {"addr": "172.21.15.110", "hostname": "smithi110", "labels": [], "status": ""}] 2024-04-27T02:49:09.814 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:09 smithi077 ceph-mon[24011]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:49:09.849 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-27T02:49:09.849 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-27T02:49:10.227 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:49:10.981 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:10 smithi077 ceph-mon[24011]: from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:49:10.981 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:10 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:10.981 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:10 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:10.981 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:10 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:10.981 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:10 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:12.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:11 smithi077 ceph-mon[24011]: Deploying daemon alertmanager.smithi077 on smithi077 2024-04-27T02:49:12.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:11 smithi077 ceph-mon[24011]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:49:12.750 INFO:teuthology.orchestra.run.smithi077.stderr:adjusted tunables profile to default 2024-04-27T02:49:13.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:12 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/370492214' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-27T02:49:13.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:12 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:13.746 INFO:tasks.cephadm:Adding mon.smithi077 on smithi077 2024-04-27T02:49:13.746 INFO:tasks.cephadm:Adding mon.smithi110 on smithi110 2024-04-27T02:49:13.746 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph orch apply mon '2;smithi077:172.21.15.77=smithi077;smithi110:172.21.15.110=smithi110' 2024-04-27T02:49:13.982 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-27T02:49:14.027 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-27T02:49:14.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:13 smithi077 ceph-mon[24011]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:49:14.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:13 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/370492214' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-27T02:49:14.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:13 smithi077 ceph-mon[24011]: osdmap e4: 0 total, 0 up, 0 in 2024-04-27T02:49:15.965 INFO:teuthology.orchestra.run.smithi110.stdout:Scheduled mon update... 2024-04-27T02:49:16.044 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:15 smithi077 ceph-mon[24011]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:49:16.517 DEBUG:teuthology.orchestra.run.smithi110:mon.smithi110> sudo journalctl -f -n 0 -u ceph-38d07510-0440-11ef-bc93-c7b262605968@mon.smithi110.service 2024-04-27T02:49:16.520 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-27T02:49:16.520 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-27T02:49:16.777 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-27T02:49:16.834 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-27T02:49:17.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:16 smithi077 ceph-mon[24011]: from='client.14195 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi077:172.21.15.77=smithi077;smithi110:172.21.15.110=smithi110", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:49:17.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:16 smithi077 ceph-mon[24011]: Saving service mon spec with placement smithi077:172.21.15.77=smithi077;smithi110:172.21.15.110=smithi110;count:2 2024-04-27T02:49:17.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:16 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:17.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:16 smithi077 ceph-mon[24011]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:49:18.566 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:49:18.567 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"38d07510-0440-11ef-bc93-c7b262605968","modified":"2024-04-27T02:47:32.010224Z","created":"2024-04-27T02:47:32.010224Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-27T02:49:18.568 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-04-27T02:49:19.019 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:18 smithi077 ceph-mon[24011]: from='client.? 172.21.15.110:0/4121448732' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T02:49:20.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:19 smithi077 ceph-mon[24011]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:49:20.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:19 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:20.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:19 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:20.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:19 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:20.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:19 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:20.065 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:19 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:20.065 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:19 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:20.065 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:19 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:20.065 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:19 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:20.065 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:19 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-27T02:49:20.065 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:19 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:20.157 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-27T02:49:20.158 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-27T02:49:20.392 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-27T02:49:20.449 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-27T02:49:21.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:20 smithi077 ceph-mon[24011]: Regenerating cephadm self-signed grafana TLS certificates 2024-04-27T02:49:21.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:20 smithi077 ceph-mon[24011]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-27T02:49:21.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:20 smithi077 ceph-mon[24011]: Deploying daemon grafana.smithi077 on smithi077 2024-04-27T02:49:21.814 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:21 smithi077 ceph-mon[24011]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:49:22.280 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:49:22.281 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"38d07510-0440-11ef-bc93-c7b262605968","modified":"2024-04-27T02:47:32.010224Z","created":"2024-04-27T02:47:32.010224Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-27T02:49:22.283 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-04-27T02:49:23.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:22 smithi077 ceph-mon[24011]: from='client.? 172.21.15.110:0/2416058540' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T02:49:23.851 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-27T02:49:23.852 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-27T02:49:24.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:23 smithi077 ceph-mon[24011]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:49:24.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:23 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:24.088 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-27T02:49:24.135 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-27T02:49:25.923 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:49:25.924 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"38d07510-0440-11ef-bc93-c7b262605968","modified":"2024-04-27T02:47:32.010224Z","created":"2024-04-27T02:47:32.010224Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-27T02:49:25.926 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-04-27T02:49:26.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:25 smithi077 ceph-mon[24011]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:49:27.029 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:26 smithi077 ceph-mon[24011]: from='client.? 172.21.15.110:0/2568045038' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T02:49:27.531 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-27T02:49:27.531 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-27T02:49:27.764 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-27T02:49:27.815 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-27T02:49:28.053 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:27 smithi077 ceph-mon[24011]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:49:29.785 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:49:29.786 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"38d07510-0440-11ef-bc93-c7b262605968","modified":"2024-04-27T02:47:32.010224Z","created":"2024-04-27T02:47:32.010224Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-27T02:49:29.788 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-04-27T02:49:29.935 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:29 smithi077 ceph-mon[24011]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:49:31.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:30 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:31.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:30 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:31.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:30 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:31.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:30 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:31.065 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:30 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:31.065 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:30 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:31.065 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:30 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:31.065 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:30 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:31.065 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:30 smithi077 ceph-mon[24011]: from='client.? 172.21.15.110:0/2711737257' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T02:49:31.366 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-27T02:49:31.366 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-27T02:49:31.601 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-27T02:49:31.648 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-27T02:49:31.814 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:31 smithi077 ceph-mon[24011]: Deploying daemon prometheus.smithi077 on smithi077 2024-04-27T02:49:31.814 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:31 smithi077 ceph-mon[24011]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:49:33.428 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:49:33.428 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"38d07510-0440-11ef-bc93-c7b262605968","modified":"2024-04-27T02:47:32.010224Z","created":"2024-04-27T02:47:32.010224Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-27T02:49:33.430 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-04-27T02:49:34.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:33 smithi077 ceph-mon[24011]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:49:34.065 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:33 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:34.065 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:33 smithi077 ceph-mon[24011]: from='client.? 172.21.15.110:0/3847010082' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T02:49:35.037 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-27T02:49:35.037 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-27T02:49:35.274 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-27T02:49:35.320 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-27T02:49:36.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:35 smithi077 ceph-mon[24011]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:49:37.060 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:49:37.060 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"38d07510-0440-11ef-bc93-c7b262605968","modified":"2024-04-27T02:47:32.010224Z","created":"2024-04-27T02:47:32.010224Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-27T02:49:37.062 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-04-27T02:49:37.944 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:37 smithi077 ceph-mon[24011]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:49:37.944 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:37 smithi077 ceph-mon[24011]: from='client.? 172.21.15.110:0/2711132920' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T02:49:38.613 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-27T02:49:38.614 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-27T02:49:38.847 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-27T02:49:38.893 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-27T02:49:40.064 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:39 smithi077 ceph-mon[24011]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:49:40.600 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:49:40.601 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"38d07510-0440-11ef-bc93-c7b262605968","modified":"2024-04-27T02:47:32.010224Z","created":"2024-04-27T02:47:32.010224Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-27T02:49:40.603 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-04-27T02:49:41.051 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:40 smithi077 ceph-mon[24011]: from='client.? 172.21.15.110:0/3728685013' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T02:49:42.065 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:41 smithi077 ceph-mon[24011]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:49:42.065 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:41 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:42.065 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:41 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:42.065 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:41 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:42.065 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:41 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-27T02:49:42.152 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-27T02:49:42.152 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-27T02:49:42.392 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-27T02:49:42.438 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-27T02:49:43.314 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:43 smithi077 ceph-mon[24011]: from='mgr.14162 172.21.15.77:0/3567367174' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-27T02:49:43.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:43 smithi077 ceph-mon[24011]: mgrmap e14: smithi077.clwhwf(active, since 59s) 2024-04-27T02:49:44.234 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:49:44.234 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"38d07510-0440-11ef-bc93-c7b262605968","modified":"2024-04-27T02:47:32.010224Z","created":"2024-04-27T02:47:32.010224Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-27T02:49:44.236 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-04-27T02:49:44.565 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:44 smithi077 ceph-mon[24011]: from='client.? 172.21.15.110:0/1010137042' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T02:49:45.802 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-27T02:49:45.802 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-27T02:49:46.038 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-27T02:49:46.084 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-27T02:49:47.837 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:49:47.837 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"38d07510-0440-11ef-bc93-c7b262605968","modified":"2024-04-27T02:47:32.010224Z","created":"2024-04-27T02:47:32.010224Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-27T02:49:47.840 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-04-27T02:49:48.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:47 smithi077 ceph-mon[24011]: from='client.? 172.21.15.110:0/3623852820' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T02:49:49.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:49 smithi077 ceph-mon[24011]: Active manager daemon smithi077.clwhwf restarted 2024-04-27T02:49:49.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:49 smithi077 ceph-mon[24011]: Activating manager daemon smithi077.clwhwf 2024-04-27T02:49:49.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:49 smithi077 ceph-mon[24011]: osdmap e5: 0 total, 0 up, 0 in 2024-04-27T02:49:49.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:49 smithi077 ceph-mon[24011]: mgrmap e15: smithi077.clwhwf(active, starting, since 0.00311517s) 2024-04-27T02:49:49.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:49 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2024-04-27T02:49:49.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:49 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mgr metadata", "who": "smithi077.clwhwf", "id": "smithi077.clwhwf"}]: dispatch 2024-04-27T02:49:49.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:49 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-27T02:49:49.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:49 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-27T02:49:49.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:49 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-27T02:49:49.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:49 smithi077 ceph-mon[24011]: Manager daemon smithi077.clwhwf is now available 2024-04-27T02:49:49.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:49 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:49:49.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:49 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:49.428 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-27T02:49:49.429 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-27T02:49:49.656 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-27T02:49:49.703 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-27T02:49:50.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:50 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:49:50.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:50 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.clwhwf/mirror_snapshot_schedule"}]: dispatch 2024-04-27T02:49:50.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:50 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi077.clwhwf/trash_purge_schedule"}]: dispatch 2024-04-27T02:49:50.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:50 smithi077 ceph-mon[24011]: mgrmap e16: smithi077.clwhwf(active, since 1.00504s) 2024-04-27T02:49:51.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:51 smithi077 ceph-mon[24011]: [27/Apr/2024:02:49:50] ENGINE Bus STARTING 2024-04-27T02:49:51.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:51 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:51.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:51 smithi077 ceph-mon[24011]: [27/Apr/2024:02:49:50] ENGINE Serving on http://172.21.15.77:8765 2024-04-27T02:49:51.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:51 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:51.497 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:49:51.498 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"38d07510-0440-11ef-bc93-c7b262605968","modified":"2024-04-27T02:47:32.010224Z","created":"2024-04-27T02:47:32.010224Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-27T02:49:51.499 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-04-27T02:49:52.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:52 smithi077 ceph-mon[24011]: [27/Apr/2024:02:49:50] ENGINE Serving on https://172.21.15.77:7150 2024-04-27T02:49:52.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:52 smithi077 ceph-mon[24011]: [27/Apr/2024:02:49:50] ENGINE Bus STARTED 2024-04-27T02:49:52.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:52 smithi077 ceph-mon[24011]: from='client.? 172.21.15.110:0/3466207267' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T02:49:52.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:52 smithi077 ceph-mon[24011]: mgrmap e17: smithi077.clwhwf(active, since 2s) 2024-04-27T02:49:53.067 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-27T02:49:53.067 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-27T02:49:53.369 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:53 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:53.676 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-27T02:49:53.724 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-27T02:49:55.065 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:54 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:55.065 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:54 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:56.065 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:55 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:56.066 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:55 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:56.066 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:55 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config rm", "who": "osd/host:smithi077", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:49:56.609 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:49:56.609 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"38d07510-0440-11ef-bc93-c7b262605968","modified":"2024-04-27T02:47:32.010224Z","created":"2024-04-27T02:47:32.010224Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-27T02:49:56.612 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-04-27T02:49:57.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:56 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:57.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:56 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:57.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:56 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:57.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:56 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:57.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:56 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config rm", "who": "osd/host:smithi110", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:49:57.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:56 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:49:57.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:56 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:49:57.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:56 smithi077 ceph-mon[24011]: Updating smithi077:/etc/ceph/ceph.conf 2024-04-27T02:49:57.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:56 smithi077 ceph-mon[24011]: Updating smithi110:/etc/ceph/ceph.conf 2024-04-27T02:49:57.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:56 smithi077 ceph-mon[24011]: Updating smithi077:/var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:49:57.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:56 smithi077 ceph-mon[24011]: Updating smithi110:/var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:49:57.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:56 smithi077 ceph-mon[24011]: from='client.? 172.21.15.110:0/2905804671' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T02:49:58.244 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-27T02:49:58.244 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-27T02:49:58.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:57 smithi077 ceph-mon[24011]: Updating smithi077:/etc/ceph/ceph.client.admin.keyring 2024-04-27T02:49:58.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:57 smithi077 ceph-mon[24011]: Updating smithi110:/etc/ceph/ceph.client.admin.keyring 2024-04-27T02:49:58.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:57 smithi077 ceph-mon[24011]: Updating smithi077:/var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T02:49:58.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:57 smithi077 ceph-mon[24011]: Updating smithi110:/var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-27T02:49:58.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:58.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:58.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:58.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:58.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:49:58.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi110", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-27T02:49:58.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi110", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-27T02:49:58.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:49:58.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:49:57 smithi077 ceph-mon[24011]: Deploying daemon ceph-exporter.smithi110 on smithi110 2024-04-27T02:49:58.570 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:50:00.761 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:50:00.761 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"38d07510-0440-11ef-bc93-c7b262605968","modified":"2024-04-27T02:47:32.010224Z","created":"2024-04-27T02:47:32.010224Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-27T02:50:00.763 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-04-27T02:50:01.065 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:00 smithi077 ceph-mon[24011]: from='client.? 172.21.15.110:0/2812731383' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T02:50:02.366 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-27T02:50:02.366 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-27T02:50:02.815 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:02 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:02.815 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:02 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:02.815 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:02 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:02.815 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:02 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:02.815 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:02 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-27T02:50:02.816 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:02 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-27T02:50:02.816 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:02 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:50:02.816 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:02 smithi077 ceph-mon[24011]: Deploying daemon crash.smithi110 on smithi110 2024-04-27T02:50:02.827 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:50:05.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:05 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:05.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:05 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:50:05.353 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:50:05.353 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"38d07510-0440-11ef-bc93-c7b262605968","modified":"2024-04-27T02:47:32.010224Z","created":"2024-04-27T02:47:32.010224Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-27T02:50:05.356 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-04-27T02:50:06.565 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:06 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:06.566 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:06 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:06.566 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:06 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:06.566 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:06 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:06.566 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:06 smithi077 ceph-mon[24011]: Deploying daemon node-exporter.smithi110 on smithi110 2024-04-27T02:50:06.566 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:06 smithi077 ceph-mon[24011]: from='client.? 172.21.15.110:0/2267749044' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T02:50:06.904 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-27T02:50:06.904 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-27T02:50:07.143 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:50:09.916 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:50:09.916 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"38d07510-0440-11ef-bc93-c7b262605968","modified":"2024-04-27T02:47:32.010224Z","created":"2024-04-27T02:47:32.010224Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-27T02:50:09.918 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-04-27T02:50:10.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:10 smithi077 ceph-mon[24011]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:10.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:10 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:10.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:10 smithi077 ceph-mon[24011]: from='client.? 172.21.15.110:0/1503968575' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T02:50:11.527 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-27T02:50:11.527 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-27T02:50:12.065 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:12.066 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:12.066 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:12.066 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:12.066 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.vvnxlp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T02:50:12.066 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.vvnxlp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-27T02:50:12.066 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T02:50:12.066 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:50:12.066 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:11 smithi077 ceph-mon[24011]: Deploying daemon mgr.smithi110.vvnxlp on smithi110 2024-04-27T02:50:12.066 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:11 smithi077 ceph-mon[24011]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:12.400 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:50:14.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:14 smithi077 ceph-mon[24011]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:14.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:14 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:14.394 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:50:14.394 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"38d07510-0440-11ef-bc93-c7b262605968","modified":"2024-04-27T02:47:32.010224Z","created":"2024-04-27T02:47:32.010224Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-27T02:50:14.395 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-04-27T02:50:15.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:15 smithi077 ceph-mon[24011]: from='client.? 172.21.15.110:0/2436391766' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T02:50:15.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:15 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:15.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:15 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:15.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:15 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:15.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:15 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:15.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:15 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T02:50:15.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:15 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:50:16.106 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-27T02:50:16.106 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-27T02:50:16.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:16 smithi077 ceph-mon[24011]: Deploying daemon mon.smithi110 on smithi110 2024-04-27T02:50:16.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:16 smithi077 ceph-mon[24011]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:17.152 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:50:18.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:18 smithi077 ceph-mon[24011]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:19.493 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:19 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:50:19.493 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:19 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:19.577 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:50:19.577 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":1,"fsid":"38d07510-0440-11ef-bc93-c7b262605968","modified":"2024-04-27T02:47:32.010224Z","created":"2024-04-27T02:47:32.010224Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-27T02:50:19.579 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 1 2024-04-27T02:50:19.629 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: load: jerasure load: lrc 2024-04-27T02:50:19.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: RocksDB version: 7.9.2 2024-04-27T02:50:19.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Git sha 0 2024-04-27T02:50:19.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Compile date 2024-04-25 16:43:49 2024-04-27T02:50:19.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: DB SUMMARY 2024-04-27T02:50:19.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: DB Session ID: AJH5XC0K1EZFQM4P27DT 2024-04-27T02:50:19.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: CURRENT file: CURRENT 2024-04-27T02:50:19.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: IDENTITY file: IDENTITY 2024-04-27T02:50:19.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-27T02:50:19.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi110/store.db dir, Total Num: 0, files: 2024-04-27T02:50:19.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi110/store.db: 000004.log size: 511 ; 2024-04-27T02:50:19.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.error_if_exists: 0 2024-04-27T02:50:19.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.create_if_missing: 0 2024-04-27T02:50:19.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.paranoid_checks: 1 2024-04-27T02:50:19.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.flush_verify_memtable_count: 1 2024-04-27T02:50:19.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-27T02:50:19.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-27T02:50:19.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.env: 0x5597fd4ecc60 2024-04-27T02:50:19.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.fs: PosixFileSystem 2024-04-27T02:50:19.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.info_log: 0x5597ff2c7960 2024-04-27T02:50:19.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_file_opening_threads: 16 2024-04-27T02:50:19.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.statistics: (nil) 2024-04-27T02:50:19.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.use_fsync: 0 2024-04-27T02:50:19.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_log_file_size: 0 2024-04-27T02:50:19.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-27T02:50:19.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.log_file_time_to_roll: 0 2024-04-27T02:50:19.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.keep_log_file_num: 1000 2024-04-27T02:50:19.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.recycle_log_file_num: 0 2024-04-27T02:50:19.912 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.allow_fallocate: 1 2024-04-27T02:50:19.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.allow_mmap_reads: 0 2024-04-27T02:50:19.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.allow_mmap_writes: 0 2024-04-27T02:50:19.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.use_direct_reads: 0 2024-04-27T02:50:19.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-27T02:50:19.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.create_missing_column_families: 0 2024-04-27T02:50:19.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.db_log_dir: 2024-04-27T02:50:19.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.wal_dir: 2024-04-27T02:50:19.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.table_cache_numshardbits: 6 2024-04-27T02:50:19.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.WAL_ttl_seconds: 0 2024-04-27T02:50:19.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.WAL_size_limit_MB: 0 2024-04-27T02:50:19.913 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-27T02:50:19.914 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-27T02:50:19.915 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.is_fd_close_on_exec: 1 2024-04-27T02:50:19.915 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.advise_random_on_open: 1 2024-04-27T02:50:19.915 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.db_write_buffer_size: 0 2024-04-27T02:50:19.915 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.write_buffer_manager: 0x5597ff29a1e0 2024-04-27T02:50:19.915 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-27T02:50:19.915 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-27T02:50:19.915 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.use_adaptive_mutex: 0 2024-04-27T02:50:19.915 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.rate_limiter: (nil) 2024-04-27T02:50:19.915 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-27T02:50:19.915 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.wal_recovery_mode: 2 2024-04-27T02:50:19.915 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.enable_thread_tracking: 0 2024-04-27T02:50:19.915 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.enable_pipelined_write: 0 2024-04-27T02:50:19.916 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.unordered_write: 0 2024-04-27T02:50:19.916 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-27T02:50:19.916 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-27T02:50:19.916 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-27T02:50:19.916 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-27T02:50:19.916 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.row_cache: None 2024-04-27T02:50:19.916 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.wal_filter: None 2024-04-27T02:50:19.916 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-27T02:50:19.916 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.allow_ingest_behind: 0 2024-04-27T02:50:19.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.two_write_queues: 0 2024-04-27T02:50:19.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.manual_wal_flush: 0 2024-04-27T02:50:19.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.wal_compression: 0 2024-04-27T02:50:19.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.atomic_flush: 0 2024-04-27T02:50:19.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-27T02:50:19.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.persist_stats_to_disk: 0 2024-04-27T02:50:19.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.write_dbid_to_manifest: 0 2024-04-27T02:50:19.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.log_readahead_size: 0 2024-04-27T02:50:19.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-27T02:50:19.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.best_efforts_recovery: 0 2024-04-27T02:50:19.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-27T02:50:19.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-27T02:50:19.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.allow_data_in_errors: 0 2024-04-27T02:50:19.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.db_host_id: __hostname__ 2024-04-27T02:50:19.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.enforce_single_del_contracts: true 2024-04-27T02:50:19.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_background_jobs: 2 2024-04-27T02:50:19.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_background_compactions: -1 2024-04-27T02:50:19.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_subcompactions: 1 2024-04-27T02:50:19.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-27T02:50:19.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-27T02:50:19.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.delayed_write_rate : 16777216 2024-04-27T02:50:19.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_total_wal_size: 0 2024-04-27T02:50:19.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-27T02:50:19.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.stats_dump_period_sec: 600 2024-04-27T02:50:19.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.stats_persist_period_sec: 600 2024-04-27T02:50:19.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-27T02:50:19.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_open_files: -1 2024-04-27T02:50:19.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.bytes_per_sync: 0 2024-04-27T02:50:19.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.wal_bytes_per_sync: 0 2024-04-27T02:50:19.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.strict_bytes_per_sync: 0 2024-04-27T02:50:19.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.compaction_readahead_size: 0 2024-04-27T02:50:19.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_background_flushes: -1 2024-04-27T02:50:19.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Compression algorithms supported: 2024-04-27T02:50:19.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-27T02:50:19.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: kZSTD supported: 0 2024-04-27T02:50:19.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: kXpressCompression supported: 0 2024-04-27T02:50:19.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: kLZ4HCCompression supported: 1 2024-04-27T02:50:19.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: kZlibCompression supported: 1 2024-04-27T02:50:19.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: kSnappyCompression supported: 1 2024-04-27T02:50:19.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: kLZ4Compression supported: 1 2024-04-27T02:50:19.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: kBZip2Compression supported: 0 2024-04-27T02:50:19.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Fast CRC32 supported: Supported on x86 2024-04-27T02:50:19.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: DMutex implementation: pthread_mutex_t 2024-04-27T02:50:19.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi110/store.db/MANIFEST-000005 2024-04-27T02:50:19.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-27T02:50:19.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-27T02:50:19.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.merge_operator: 2024-04-27T02:50:19.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.compaction_filter: None 2024-04-27T02:50:19.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.compaction_filter_factory: None 2024-04-27T02:50:19.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.sst_partitioner_factory: None 2024-04-27T02:50:19.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.memtable_factory: SkipListFactory 2024-04-27T02:50:19.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.table_factory: BlockBasedTable 2024-04-27T02:50:19.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5597ff2c7a60) 2024-04-27T02:50:19.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: cache_index_and_filter_blocks: 1 2024-04-27T02:50:19.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-27T02:50:19.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-27T02:50:19.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: pin_top_level_index_and_filter: 1 2024-04-27T02:50:19.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: index_type: 0 2024-04-27T02:50:19.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: data_block_index_type: 0 2024-04-27T02:50:19.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: index_shortening: 1 2024-04-27T02:50:19.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: data_block_hash_table_util_ratio: 0.750000 2024-04-27T02:50:19.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: checksum: 4 2024-04-27T02:50:19.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: no_block_cache: 0 2024-04-27T02:50:19.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: block_cache: 0x5597ff2cb090 2024-04-27T02:50:19.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: block_cache_name: BinnedLRUCache 2024-04-27T02:50:19.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: block_cache_options: 2024-04-27T02:50:19.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: capacity : 536870912 2024-04-27T02:50:19.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: num_shard_bits : 4 2024-04-27T02:50:19.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: strict_capacity_limit : 0 2024-04-27T02:50:19.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: high_pri_pool_ratio: 0.000 2024-04-27T02:50:19.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: block_cache_compressed: (nil) 2024-04-27T02:50:19.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: persistent_cache: (nil) 2024-04-27T02:50:19.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: block_size: 4096 2024-04-27T02:50:19.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: block_size_deviation: 10 2024-04-27T02:50:19.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: block_restart_interval: 16 2024-04-27T02:50:19.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: index_block_restart_interval: 1 2024-04-27T02:50:19.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: metadata_block_size: 4096 2024-04-27T02:50:19.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: partition_filters: 0 2024-04-27T02:50:19.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: use_delta_encoding: 1 2024-04-27T02:50:19.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: filter_policy: bloomfilter 2024-04-27T02:50:19.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: whole_key_filtering: 1 2024-04-27T02:50:19.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: verify_compression: 0 2024-04-27T02:50:19.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: read_amp_bytes_per_bit: 0 2024-04-27T02:50:19.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: format_version: 5 2024-04-27T02:50:19.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: enable_index_compression: 1 2024-04-27T02:50:19.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: block_align: 0 2024-04-27T02:50:19.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: max_auto_readahead_size: 262144 2024-04-27T02:50:19.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: prepopulate_block_cache: 0 2024-04-27T02:50:19.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: initial_auto_readahead_size: 8192 2024-04-27T02:50:19.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: num_file_reads_for_auto_readahead: 2 2024-04-27T02:50:19.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.write_buffer_size: 33554432 2024-04-27T02:50:19.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_write_buffer_number: 2 2024-04-27T02:50:19.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.compression: NoCompression 2024-04-27T02:50:19.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.bottommost_compression: Disabled 2024-04-27T02:50:19.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.prefix_extractor: nullptr 2024-04-27T02:50:19.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-27T02:50:19.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.num_levels: 7 2024-04-27T02:50:19.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-27T02:50:19.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-27T02:50:19.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-27T02:50:19.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-27T02:50:19.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-27T02:50:19.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-27T02:50:19.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-27T02:50:19.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-27T02:50:19.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-27T02:50:19.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-27T02:50:19.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-27T02:50:19.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-27T02:50:19.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.compression_opts.window_bits: -14 2024-04-27T02:50:19.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.compression_opts.level: 32767 2024-04-27T02:50:19.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.compression_opts.strategy: 0 2024-04-27T02:50:19.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-27T02:50:19.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-27T02:50:19.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-27T02:50:19.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-27T02:50:19.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.compression_opts.enabled: false 2024-04-27T02:50:19.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-27T02:50:19.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-27T02:50:19.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-27T02:50:19.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-27T02:50:19.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.target_file_size_base: 67108864 2024-04-27T02:50:19.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.target_file_size_multiplier: 1 2024-04-27T02:50:19.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-27T02:50:19.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-27T02:50:19.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-27T02:50:19.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-27T02:50:19.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-27T02:50:19.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-27T02:50:19.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-27T02:50:19.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-27T02:50:19.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-27T02:50:19.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-27T02:50:19.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-27T02:50:19.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-27T02:50:19.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-27T02:50:19.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.arena_block_size: 1048576 2024-04-27T02:50:19.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-27T02:50:19.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-27T02:50:19.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.disable_auto_compactions: 0 2024-04-27T02:50:19.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-27T02:50:19.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-27T02:50:19.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-27T02:50:19.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-27T02:50:19.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-27T02:50:19.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-27T02:50:19.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-27T02:50:19.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-27T02:50:19.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-27T02:50:19.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-27T02:50:19.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.table_properties_collectors: 2024-04-27T02:50:19.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.inplace_update_support: 0 2024-04-27T02:50:19.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.inplace_update_num_locks: 10000 2024-04-27T02:50:19.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-27T02:50:19.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-27T02:50:19.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.memtable_huge_page_size: 0 2024-04-27T02:50:19.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.bloom_locality: 0 2024-04-27T02:50:19.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.max_successive_merges: 0 2024-04-27T02:50:19.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.optimize_filters_for_hits: 0 2024-04-27T02:50:19.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.paranoid_file_checks: 0 2024-04-27T02:50:19.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.force_consistency_checks: 1 2024-04-27T02:50:19.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.report_bg_io_stats: 0 2024-04-27T02:50:19.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.ttl: 2592000 2024-04-27T02:50:19.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.periodic_compaction_seconds: 0 2024-04-27T02:50:19.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-27T02:50:19.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-27T02:50:19.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.enable_blob_files: false 2024-04-27T02:50:19.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.min_blob_size: 0 2024-04-27T02:50:19.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.blob_file_size: 268435456 2024-04-27T02:50:19.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.blob_compression_type: NoCompression 2024-04-27T02:50:19.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.enable_blob_garbage_collection: false 2024-04-27T02:50:19.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-27T02:50:19.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-27T02:50:19.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-27T02:50:19.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.blob_file_starting_level: 0 2024-04-27T02:50:19.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-27T02:50:19.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi110/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-04-27T02:50:19.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-27T02:50:19.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 7f0b3c2d-528c-485d-9581-baa873e3ecc5 2024-04-27T02:50:19.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714186219638074, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-27T02:50:19.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-27T02:50:19.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714186219638602, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "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": "[]", "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": 1714186219, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "7f0b3c2d-528c-485d-9581-baa873e3ecc5", "db_session_id": "AJH5XC0K1EZFQM4P27DT", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-27T02:50:19.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: EVENT_LOG_v1 {"time_micros": 1714186219638706, "job": 1, "event": "recovery_finished"} 2024-04-27T02:50:19.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-27T02:50:19.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi110/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-27T02:50:19.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5597ff3bc000 2024-04-27T02:50:19.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: DB pointer 0x5597ff3a6000 2024-04-27T02:50:19.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-27T02:50:19.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-27T02:50:19.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: ** DB Stats ** 2024-04-27T02:50:19.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-27T02:50:19.930 INFO:journalctl@ceph.mon.smithi110.smithi110.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-04-27T02:50:19.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-27T02:50:19.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-27T02:50:19.930 INFO:journalctl@ceph.mon.smithi110.smithi110.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-04-27T02:50:19.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-27T02:50:19.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-27T02:50:19.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: 2024-04-27T02:50:19.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: ** Compaction Stats [default] ** 2024-04-27T02:50:19.931 INFO:journalctl@ceph.mon.smithi110.smithi110.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-04-27T02:50:19.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-27T02:50:19.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-27T02:50:19.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-27T02:50:19.931 INFO:journalctl@ceph.mon.smithi110.smithi110.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.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-27T02:50:19.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: 2024-04-27T02:50:19.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: ** Compaction Stats [default] ** 2024-04-27T02:50:19.931 INFO:journalctl@ceph.mon.smithi110.smithi110.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-04-27T02:50:19.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-27T02:50:19.931 INFO:journalctl@ceph.mon.smithi110.smithi110.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.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-27T02:50:19.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: 2024-04-27T02:50:19.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-27T02:50:19.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: 2024-04-27T02:50:19.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-04-27T02:50:19.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-04-27T02:50:19.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-27T02:50:19.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-04-27T02:50:19.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-04-27T02:50:19.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: AddFile(Keys): cumulative 0, interval 0 2024-04-27T02:50:19.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Cumulative compaction: 0.00 GB write, 0.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T02:50:19.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Interval compaction: 0.00 GB write, 0.49 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-27T02:50:19.933 INFO:journalctl@ceph.mon.smithi110.smithi110.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-04-27T02:50:19.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Block cache BinnedLRUCache@0x5597ff2cb090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-04-27T02:50:19.933 INFO:journalctl@ceph.mon.smithi110.smithi110.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-04-27T02:50:19.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: 2024-04-27T02:50:19.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: ** File Read Latency Histogram By Level [default] ** 2024-04-27T02:50:19.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: mon.smithi110 does not exist in monmap, will attempt to join an existing cluster 2024-04-27T02:50:19.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: using public_addr v2:172.21.15.110:0/0 -> [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] 2024-04-27T02:50:19.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: starting mon.smithi110 rank -1 at public addrs [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] at bind addrs [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi110 fsid 38d07510-0440-11ef-bc93-c7b262605968 2024-04-27T02:50:19.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: mon.smithi110@-1(???) e0 preinit fsid 38d07510-0440-11ef-bc93-c7b262605968 2024-04-27T02:50:19.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: mon.smithi110@-1(synchronizing).mds e1 new map 2024-04-27T02:50:19.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: mon.smithi110@-1(synchronizing).mds e1 print_map 2024-04-27T02:50:19.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: e1 2024-04-27T02:50:19.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-04-27T02:50:19.935 INFO:journalctl@ceph.mon.smithi110.smithi110.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-04-27T02:50:19.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: legacy client fscid: -1 2024-04-27T02:50:19.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: 2024-04-27T02:50:19.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: No filesystems configured 2024-04-27T02:50:19.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: mon.smithi110@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-27T02:50:19.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: mon.smithi110@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-27T02:50:19.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: mon.smithi110@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-27T02:50:19.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: mon.smithi110@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-27T02:50:19.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: mon.smithi110@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-27T02:50:19.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: mon.smithi110@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-27T02:50:19.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: mon.smithi110@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-04-27T02:50:19.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: mon.smithi110@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-27T02:50:19.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: mon.smithi110@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-27T02:50:19.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: mon.smithi110@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-27T02:50:19.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: mon.smithi110@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-27T02:50:19.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: Deploying daemon mon.smithi110 on smithi110 2024-04-27T02:50:19.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:19.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:19.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:50:19.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:19.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 ceph-mon[33616]: mon.smithi110@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2024-04-27T02:50:19.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 bash[33550]: 79a84725c943606bc2cccca6194605e10ab8fcb7cc4926208760f56812105666 2024-04-27T02:50:19.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:19 smithi110 systemd[1]: Started Ceph mon.smithi110 for 38d07510-0440-11ef-bc93-c7b262605968. 2024-04-27T02:50:21.375 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-27T02:50:21.376 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-27T02:50:21.618 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi110/config 2024-04-27T02:50:24.994 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2024-04-27T02:50:24.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: mon.smithi077 calling monitor election 2024-04-27T02:50:24.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-04-27T02:50:24.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-04-27T02:50:24.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:24.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: from='mgr.? 172.21.15.110:0/1070473662' entity='mgr.smithi110.vvnxlp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi110.vvnxlp/crt"}]: dispatch 2024-04-27T02:50:24.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-04-27T02:50:24.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: mon.smithi110 calling monitor election 2024-04-27T02:50:24.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-04-27T02:50:24.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:24.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-04-27T02:50:24.995 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-04-27T02:50:24.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: mon.smithi077 is new leader, mons smithi077,smithi110 in quorum (ranks 0,1) 2024-04-27T02:50:24.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: monmap epoch 2 2024-04-27T02:50:24.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: fsid 38d07510-0440-11ef-bc93-c7b262605968 2024-04-27T02:50:24.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: last_changed 2024-04-27T02:50:19.666447+0000 2024-04-27T02:50:24.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: created 2024-04-27T02:47:32.010224+0000 2024-04-27T02:50:24.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: min_mon_release 19 (squid) 2024-04-27T02:50:24.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: election_strategy: 1 2024-04-27T02:50:24.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.smithi077 2024-04-27T02:50:24.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: 1: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.smithi110 2024-04-27T02:50:24.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: fsmap 2024-04-27T02:50:24.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: osdmap e5: 0 total, 0 up, 0 in 2024-04-27T02:50:24.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: mgrmap e17: smithi077.clwhwf(active, since 35s) 2024-04-27T02:50:24.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: overall HEALTH_OK 2024-04-27T02:50:24.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: Standby manager daemon smithi110.vvnxlp started 2024-04-27T02:50:24.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:24.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: from='mgr.? 172.21.15.110:0/1070473662' entity='mgr.smithi110.vvnxlp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T02:50:24.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: from='mgr.? 172.21.15.110:0/1070473662' entity='mgr.smithi110.vvnxlp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi110.vvnxlp/key"}]: dispatch 2024-04-27T02:50:24.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:24.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: from='mgr.? 172.21.15.110:0/1070473662' entity='mgr.smithi110.vvnxlp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T02:50:24.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:24.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:24.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:24 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:25.010 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-04-27T02:50:25.010 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":2,"fsid":"38d07510-0440-11ef-bc93-c7b262605968","modified":"2024-04-27T02:50:19.666447Z","created":"2024-04-27T02:47:32.010224Z","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":"smithi077","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:3300","nonce":0},{"type":"v1","addr":"172.21.15.77:6789","nonce":0}]},"addr":"172.21.15.77:6789/0","public_addr":"172.21.15.77:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-27T02:50:25.012 INFO:teuthology.orchestra.run.smithi110.stderr:dumped monmap epoch 2 2024-04-27T02:50:25.066 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2024-04-27T02:50:25.066 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: mon.smithi077 calling monitor election 2024-04-27T02:50:25.066 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-04-27T02:50:25.067 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-04-27T02:50:25.067 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:25.067 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: from='mgr.? 172.21.15.110:0/1070473662' entity='mgr.smithi110.vvnxlp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi110.vvnxlp/crt"}]: dispatch 2024-04-27T02:50:25.067 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-04-27T02:50:25.067 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: mon.smithi110 calling monitor election 2024-04-27T02:50:25.067 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-04-27T02:50:25.067 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:25.067 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-04-27T02:50:25.067 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-04-27T02:50:25.067 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: mon.smithi077 is new leader, mons smithi077,smithi110 in quorum (ranks 0,1) 2024-04-27T02:50:25.067 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: monmap epoch 2 2024-04-27T02:50:25.067 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: fsid 38d07510-0440-11ef-bc93-c7b262605968 2024-04-27T02:50:25.067 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: last_changed 2024-04-27T02:50:19.666447+0000 2024-04-27T02:50:25.067 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: created 2024-04-27T02:47:32.010224+0000 2024-04-27T02:50:25.067 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: min_mon_release 19 (squid) 2024-04-27T02:50:25.068 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: election_strategy: 1 2024-04-27T02:50:25.068 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: 0: [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] mon.smithi077 2024-04-27T02:50:25.068 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: 1: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.smithi110 2024-04-27T02:50:25.068 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: fsmap 2024-04-27T02:50:25.068 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: osdmap e5: 0 total, 0 up, 0 in 2024-04-27T02:50:25.068 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: mgrmap e17: smithi077.clwhwf(active, since 35s) 2024-04-27T02:50:25.068 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: overall HEALTH_OK 2024-04-27T02:50:25.068 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: Standby manager daemon smithi110.vvnxlp started 2024-04-27T02:50:25.068 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:25.068 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: from='mgr.? 172.21.15.110:0/1070473662' entity='mgr.smithi110.vvnxlp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-27T02:50:25.068 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: from='mgr.? 172.21.15.110:0/1070473662' entity='mgr.smithi110.vvnxlp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi110.vvnxlp/key"}]: dispatch 2024-04-27T02:50:25.068 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:25.068 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: from='mgr.? 172.21.15.110:0/1070473662' entity='mgr.smithi110.vvnxlp' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-27T02:50:25.069 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:25.069 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:25.069 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:24 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:25.653 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-27T02:50:25.653 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-27T02:50:25.907 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:50:25.967 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:25 smithi077 ceph-mon[24011]: mgrmap e18: smithi077.clwhwf(active, since 35s), standbys: smithi110.vvnxlp 2024-04-27T02:50:25.967 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:25 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mgr metadata", "who": "smithi110.vvnxlp", "id": "smithi110.vvnxlp"}]: dispatch 2024-04-27T02:50:25.967 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:25 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:50:25.967 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:25 smithi077 ceph-mon[24011]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:25.967 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:25 smithi077 ceph-mon[24011]: from='client.? 172.21.15.110:0/2383687677' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T02:50:25.967 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:25 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-04-27T02:50:25.994 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:25 smithi110 ceph-mon[33616]: mgrmap e18: smithi077.clwhwf(active, since 35s), standbys: smithi110.vvnxlp 2024-04-27T02:50:25.994 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:25 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mgr metadata", "who": "smithi110.vvnxlp", "id": "smithi110.vvnxlp"}]: dispatch 2024-04-27T02:50:25.994 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:25 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:50:25.994 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:25 smithi110 ceph-mon[33616]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:25.994 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:25 smithi110 ceph-mon[33616]: from='client.? 172.21.15.110:0/2383687677' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-27T02:50:25.994 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:25 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-04-27T02:50:27.631 INFO:teuthology.orchestra.run.smithi077.stdout:# minimal ceph.conf for 38d07510-0440-11ef-bc93-c7b262605968 2024-04-27T02:50:27.631 INFO:teuthology.orchestra.run.smithi077.stdout:[global] 2024-04-27T02:50:27.631 INFO:teuthology.orchestra.run.smithi077.stdout: fsid = 38d07510-0440-11ef-bc93-c7b262605968 2024-04-27T02:50:27.631 INFO:teuthology.orchestra.run.smithi077.stdout: mon_host = [v2:172.21.15.77:3300/0,v1:172.21.15.77:6789/0] [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] 2024-04-27T02:50:28.276 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:28 smithi077 ceph-mon[24011]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:28.276 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:28 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:28.277 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:28 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:28.277 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:28 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:50:28.277 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:28 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:50:28.277 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:28 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/2815250238' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:50:28.277 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:28 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:28.277 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:28 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:28.277 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:28 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:28.277 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:28 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:28.277 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:28 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:28.304 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-27T02:50:28.305 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-04-27T02:50:28.305 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/ceph/ceph.conf 2024-04-27T02:50:28.329 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-04-27T02:50:28.330 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-27T02:50:28.394 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-27T02:50:28.394 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.conf 2024-04-27T02:50:28.416 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:28 smithi110 ceph-mon[33616]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:28.416 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:28 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:28.416 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:28 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:28.416 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:28 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:50:28.416 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:28 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:50:28.416 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:28 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/2815250238' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:50:28.416 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:28 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:28.416 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:28 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:28.416 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:28 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:28.416 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:28 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:28.416 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:28 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:28.420 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-27T02:50:28.420 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-27T02:50:28.484 INFO:tasks.cephadm:Deploying OSDs... 2024-04-27T02:50:28.484 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-04-27T02:50:28.484 DEBUG:teuthology.orchestra.run.smithi077:> dd if=/scratch_devs of=/dev/stdout 2024-04-27T02:50:28.499 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-27T02:50:28.499 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/nvme1n1 2024-04-27T02:50:28.555 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/nvme1n1 2024-04-27T02:50:28.555 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-27T02:50:28.555 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 761 Links: 1 Device type: 103,2 2024-04-27T02:50:28.555 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-27T02:50:28.555 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-27T02:50:28.555 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-04-27 02:48:55.302431635 +0000 2024-04-27T02:50:28.555 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-04-27 02:45:32.771467207 +0000 2024-04-27T02:50:28.555 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-04-27 02:45:32.771467207 +0000 2024-04-27T02:50:28.556 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-04-27 02:45:32.760467426 +0000 2024-04-27T02:50:28.556 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-04-27T02:50:28.617 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-04-27T02:50:28.617 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-04-27T02:50:28.617 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000263922 s, 1.9 MB/s 2024-04-27T02:50:28.618 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-04-27T02:50:28.675 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/nvme2n1 2024-04-27T02:50:28.729 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/nvme2n1 2024-04-27T02:50:28.730 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-27T02:50:28.730 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 774 Links: 1 Device type: 103,4 2024-04-27T02:50:28.730 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-27T02:50:28.730 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-27T02:50:28.730 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-04-27 02:48:55.312431437 +0000 2024-04-27T02:50:28.730 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-04-27 02:45:32.890464834 +0000 2024-04-27T02:50:28.730 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-04-27 02:45:32.890464834 +0000 2024-04-27T02:50:28.730 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-04-27 02:45:32.880465034 +0000 2024-04-27T02:50:28.731 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-04-27T02:50:28.792 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-04-27T02:50:28.793 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-04-27T02:50:28.793 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000240326 s, 2.1 MB/s 2024-04-27T02:50:28.794 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-04-27T02:50:28.850 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/nvme3n1 2024-04-27T02:50:28.906 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/nvme3n1 2024-04-27T02:50:28.906 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-27T02:50:28.906 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 786 Links: 1 Device type: 103,6 2024-04-27T02:50:28.906 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-27T02:50:28.907 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-27T02:50:28.907 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-04-27 02:48:55.322431239 +0000 2024-04-27T02:50:28.907 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-04-27 02:45:33.013462382 +0000 2024-04-27T02:50:28.907 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-04-27 02:45:33.013462382 +0000 2024-04-27T02:50:28.907 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-04-27 02:45:33.005462541 +0000 2024-04-27T02:50:28.907 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-04-27T02:50:28.968 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-04-27T02:50:28.968 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-04-27T02:50:28.968 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.000267985 s, 1.9 MB/s 2024-04-27T02:50:28.969 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-04-27T02:50:29.025 DEBUG:teuthology.orchestra.run.smithi077:> stat /dev/nvme4n1 2024-04-27T02:50:29.081 INFO:teuthology.orchestra.run.smithi077.stdout: File: /dev/nvme4n1 2024-04-27T02:50:29.081 INFO:teuthology.orchestra.run.smithi077.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-27T02:50:29.081 INFO:teuthology.orchestra.run.smithi077.stdout:Device: 5h/5d Inode: 798 Links: 1 Device type: 103,8 2024-04-27T02:50:29.081 INFO:teuthology.orchestra.run.smithi077.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-27T02:50:29.081 INFO:teuthology.orchestra.run.smithi077.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-27T02:50:29.081 INFO:teuthology.orchestra.run.smithi077.stdout:Access: 2024-04-27 02:48:55.333431021 +0000 2024-04-27T02:50:29.081 INFO:teuthology.orchestra.run.smithi077.stdout:Modify: 2024-04-27 02:45:33.143459790 +0000 2024-04-27T02:50:29.081 INFO:teuthology.orchestra.run.smithi077.stdout:Change: 2024-04-27 02:45:33.143459790 +0000 2024-04-27T02:50:29.081 INFO:teuthology.orchestra.run.smithi077.stdout: Birth: 2024-04-27 02:45:33.136459929 +0000 2024-04-27T02:50:29.081 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-04-27T02:50:29.142 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records in 2024-04-27T02:50:29.143 INFO:teuthology.orchestra.run.smithi077.stderr:1+0 records out 2024-04-27T02:50:29.143 INFO:teuthology.orchestra.run.smithi077.stderr:512 bytes copied, 0.00018591 s, 2.8 MB/s 2024-04-27T02:50:29.144 DEBUG:teuthology.orchestra.run.smithi077:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-04-27T02:50:29.202 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-27T02:50:29.202 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/scratch_devs of=/dev/stdout 2024-04-27T02:50:29.220 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-27T02:50:29.220 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/nvme1n1 2024-04-27T02:50:29.278 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/nvme1n1 2024-04-27T02:50:29.278 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-27T02:50:29.278 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 761 Links: 1 Device type: 103,2 2024-04-27T02:50:29.278 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-27T02:50:29.278 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-27T02:50:29.278 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-04-27 02:49:54.783351661 +0000 2024-04-27T02:50:29.278 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-04-27 02:45:34.255061881 +0000 2024-04-27T02:50:29.278 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-04-27 02:45:34.255061881 +0000 2024-04-27T02:50:29.278 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: 2024-04-27 02:45:34.249062001 +0000 2024-04-27T02:50:29.279 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-04-27T02:50:29.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:29 smithi077 ceph-mon[24011]: Updating smithi077:/etc/ceph/ceph.conf 2024-04-27T02:50:29.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:29 smithi077 ceph-mon[24011]: Updating smithi110:/etc/ceph/ceph.conf 2024-04-27T02:50:29.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:29 smithi077 ceph-mon[24011]: Updating smithi110:/var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:50:29.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:29 smithi077 ceph-mon[24011]: Updating smithi077:/var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:50:29.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:29 smithi077 ceph-mon[24011]: Reconfiguring mon.smithi077 (unknown last config time)... 2024-04-27T02:50:29.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:29 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T02:50:29.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:29 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T02:50:29.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:29 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:50:29.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:29 smithi077 ceph-mon[24011]: Reconfiguring daemon mon.smithi077 on smithi077 2024-04-27T02:50:29.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:29 smithi110 ceph-mon[33616]: Updating smithi077:/etc/ceph/ceph.conf 2024-04-27T02:50:29.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:29 smithi110 ceph-mon[33616]: Updating smithi110:/etc/ceph/ceph.conf 2024-04-27T02:50:29.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:29 smithi110 ceph-mon[33616]: Updating smithi110:/var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:50:29.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:29 smithi110 ceph-mon[33616]: Updating smithi077:/var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-27T02:50:29.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:29 smithi110 ceph-mon[33616]: Reconfiguring mon.smithi077 (unknown last config time)... 2024-04-27T02:50:29.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:29 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T02:50:29.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:29 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T02:50:29.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:29 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:50:29.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:29 smithi110 ceph-mon[33616]: Reconfiguring daemon mon.smithi077 on smithi077 2024-04-27T02:50:29.343 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-04-27T02:50:29.343 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-04-27T02:50:29.343 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000119723 s, 4.3 MB/s 2024-04-27T02:50:29.344 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-04-27T02:50:29.402 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/nvme2n1 2024-04-27T02:50:29.458 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/nvme2n1 2024-04-27T02:50:29.458 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-27T02:50:29.459 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 773 Links: 1 Device type: 103,4 2024-04-27T02:50:29.459 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-27T02:50:29.459 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-27T02:50:29.459 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-04-27 02:49:54.792351503 +0000 2024-04-27T02:50:29.459 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-04-27 02:45:34.378059406 +0000 2024-04-27T02:50:29.459 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-04-27 02:45:34.378059406 +0000 2024-04-27T02:50:29.459 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: 2024-04-27 02:45:34.368059607 +0000 2024-04-27T02:50:29.459 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-04-27T02:50:29.522 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-04-27T02:50:29.522 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-04-27T02:50:29.522 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000130273 s, 3.9 MB/s 2024-04-27T02:50:29.523 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-04-27T02:50:29.580 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/nvme3n1 2024-04-27T02:50:29.636 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/nvme3n1 2024-04-27T02:50:29.636 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-27T02:50:29.636 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 785 Links: 1 Device type: 103,6 2024-04-27T02:50:29.636 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-27T02:50:29.636 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-27T02:50:29.636 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-04-27 02:49:54.801351345 +0000 2024-04-27T02:50:29.636 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-04-27 02:45:34.509056769 +0000 2024-04-27T02:50:29.636 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-04-27 02:45:34.509056769 +0000 2024-04-27T02:50:29.637 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: 2024-04-27 02:45:34.502056910 +0000 2024-04-27T02:50:29.637 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-04-27T02:50:29.699 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-04-27T02:50:29.699 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-04-27T02:50:29.699 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000110315 s, 4.6 MB/s 2024-04-27T02:50:29.700 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-04-27T02:50:29.756 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/nvme4n1 2024-04-27T02:50:29.812 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/nvme4n1 2024-04-27T02:50:29.812 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-27T02:50:29.812 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 5h/5d Inode: 797 Links: 1 Device type: 103,8 2024-04-27T02:50:29.812 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-27T02:50:29.812 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-04-27T02:50:29.812 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-04-27 02:49:54.809351205 +0000 2024-04-27T02:50:29.812 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-04-27 02:45:34.666053608 +0000 2024-04-27T02:50:29.812 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-04-27 02:45:34.666053608 +0000 2024-04-27T02:50:29.812 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: 2024-04-27 02:45:34.661053709 +0000 2024-04-27T02:50:29.813 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-04-27T02:50:29.874 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-04-27T02:50:29.874 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-04-27T02:50:29.874 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.00010926 s, 4.7 MB/s 2024-04-27T02:50:29.875 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-04-27T02:50:29.931 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph orch apply osd --all-available-devices 2024-04-27T02:50:30.200 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi110/config 2024-04-27T02:50:30.244 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:30 smithi110 ceph-mon[33616]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:30.244 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:30 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:30.244 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:30 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:30.244 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:30 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:30.245 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:30 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi077.clwhwf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T02:50:30.245 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:30 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T02:50:30.245 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:30 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:50:30.314 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:30 smithi077 ceph-mon[24011]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:30.314 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:30 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:30.314 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:30 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:30.314 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:30 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:30.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:30 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi077.clwhwf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T02:50:30.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:30 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T02:50:30.315 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:30 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:50:31.244 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:31 smithi110 ceph-mon[33616]: Reconfiguring mgr.smithi077.clwhwf (unknown last config time)... 2024-04-27T02:50:31.244 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:31 smithi110 ceph-mon[33616]: Reconfiguring daemon mgr.smithi077.clwhwf on smithi077 2024-04-27T02:50:31.360 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:31 smithi077 ceph-mon[24011]: Reconfiguring mgr.smithi077.clwhwf (unknown last config time)... 2024-04-27T02:50:31.360 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:31 smithi077 ceph-mon[24011]: Reconfiguring daemon mgr.smithi077.clwhwf on smithi077 2024-04-27T02:50:31.999 INFO:teuthology.orchestra.run.smithi110.stdout:Scheduled osd.all-available-devices update... 2024-04-27T02:50:32.295 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:32 smithi077 ceph-mon[24011]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:32.295 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:32 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:32.295 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:32 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:32.296 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:32 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi077", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-27T02:50:32.296 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:32 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:50:32.296 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:32 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:32.301 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:32 smithi110 ceph-mon[33616]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:32.301 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:32 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:32.301 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:32 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:32.301 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:32 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi077", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-27T02:50:32.301 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:32 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:50:32.301 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:32 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:32.617 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-04-27T02:50:32.617 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T02:50:33.184 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:50:33.299 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:33 smithi077 ceph-mon[24011]: Reconfiguring ceph-exporter.smithi077 (monmap changed)... 2024-04-27T02:50:33.299 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:33 smithi077 ceph-mon[24011]: Reconfiguring daemon ceph-exporter.smithi077 on smithi077 2024-04-27T02:50:33.299 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:33 smithi077 ceph-mon[24011]: from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:50:33.300 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:33 smithi077 ceph-mon[24011]: Marking host: smithi077 for OSDSpec preview refresh. 2024-04-27T02:50:33.300 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:33 smithi077 ceph-mon[24011]: Marking host: smithi110 for OSDSpec preview refresh. 2024-04-27T02:50:33.300 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:33 smithi077 ceph-mon[24011]: Saving service osd.all-available-devices spec with placement * 2024-04-27T02:50:33.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:33 smithi110 ceph-mon[33616]: Reconfiguring ceph-exporter.smithi077 (monmap changed)... 2024-04-27T02:50:33.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:33 smithi110 ceph-mon[33616]: Reconfiguring daemon ceph-exporter.smithi077 on smithi077 2024-04-27T02:50:33.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:33 smithi110 ceph-mon[33616]: from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:50:33.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:33 smithi110 ceph-mon[33616]: Marking host: smithi077 for OSDSpec preview refresh. 2024-04-27T02:50:33.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:33 smithi110 ceph-mon[33616]: Marking host: smithi110 for OSDSpec preview refresh. 2024-04-27T02:50:33.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:33 smithi110 ceph-mon[33616]: Saving service osd.all-available-devices spec with placement * 2024-04-27T02:50:34.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:34 smithi077 ceph-mon[24011]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:34.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:34 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:34.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:34 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:34.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:34 smithi077 ceph-mon[24011]: Reconfiguring crash.smithi077 (monmap changed)... 2024-04-27T02:50:34.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:34 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi077", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-27T02:50:34.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:34 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:50:34.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:34 smithi077 ceph-mon[24011]: Reconfiguring daemon crash.smithi077 on smithi077 2024-04-27T02:50:34.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:34 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:50:34.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:34 smithi110 ceph-mon[33616]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:34.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:34 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:34.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:34 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:34.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:34 smithi110 ceph-mon[33616]: Reconfiguring crash.smithi077 (monmap changed)... 2024-04-27T02:50:34.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:34 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi077", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-27T02:50:34.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:34 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:50:34.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:34 smithi110 ceph-mon[33616]: Reconfiguring daemon crash.smithi077 on smithi077 2024-04-27T02:50:34.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:34 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:50:36.106 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:50:36.119 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:36 smithi077 ceph-mon[24011]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:36.119 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:36 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:36.119 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:36 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:36.244 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:36 smithi110 ceph-mon[33616]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:36.244 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:36 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:36.244 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:36 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:36.964 INFO:teuthology.orchestra.run.smithi077.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-04-27T02:50:37.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:37 smithi077 ceph-mon[24011]: Reconfiguring alertmanager.smithi077 (dependencies changed)... 2024-04-27T02:50:37.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:37 smithi077 ceph-mon[24011]: Reconfiguring daemon alertmanager.smithi077 on smithi077 2024-04-27T02:50:37.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:37 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/2556668250' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:50:37.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:37 smithi110 ceph-mon[33616]: Reconfiguring alertmanager.smithi077 (dependencies changed)... 2024-04-27T02:50:37.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:37 smithi110 ceph-mon[33616]: Reconfiguring daemon alertmanager.smithi077 on smithi077 2024-04-27T02:50:37.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:37 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/2556668250' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:50:37.965 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T02:50:38.402 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:38 smithi077 ceph-mon[24011]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:38.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:38 smithi110 ceph-mon[33616]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:38.707 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:50:40.261 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:40 smithi077 ceph-mon[24011]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:40.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:40 smithi110 ceph-mon[33616]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:40.957 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:50:41.185 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:41 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/510629051' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:50:41.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:41 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/510629051' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:50:42.239 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:42 smithi077 ceph-mon[24011]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:42.280 INFO:teuthology.orchestra.run.smithi077.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-04-27T02:50:42.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:42 smithi110 ceph-mon[33616]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:43.281 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T02:50:43.532 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:50:44.290 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:44 smithi077 ceph-mon[24011]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:44.290 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:44 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:44.290 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:44 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:44.290 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:44 smithi077 ceph-mon[24011]: Reconfiguring grafana.smithi077 (dependencies changed)... 2024-04-27T02:50:44.290 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:44 smithi077 ceph-mon[24011]: Reconfiguring daemon grafana.smithi077 on smithi077 2024-04-27T02:50:44.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:44 smithi110 ceph-mon[33616]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:44.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:44 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:44.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:44 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:44.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:44 smithi110 ceph-mon[33616]: Reconfiguring grafana.smithi077 (dependencies changed)... 2024-04-27T02:50:44.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:44 smithi110 ceph-mon[33616]: Reconfiguring daemon grafana.smithi077 on smithi077 2024-04-27T02:50:45.498 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:50:46.249 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:46 smithi077 ceph-mon[24011]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:46.250 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:46 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/3113681750' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:50:46.291 INFO:teuthology.orchestra.run.smithi077.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-04-27T02:50:46.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:46 smithi110 ceph-mon[33616]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:46.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:46 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/3113681750' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:50:47.293 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T02:50:47.870 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:50:48.460 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:48 smithi077 ceph-mon[24011]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:48.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:48 smithi110 ceph-mon[33616]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:49.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:49 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:50:49.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:49 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:50:50.226 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:50:50.226 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:50 smithi077 ceph-mon[24011]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:50.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:50 smithi110 ceph-mon[33616]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:50.891 INFO:teuthology.orchestra.run.smithi077.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-04-27T02:50:51.417 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:51 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/1561049290' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:50:51.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:51 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/1561049290' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:50:51.893 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T02:50:52.148 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:50:52.426 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:52 smithi077 ceph-mon[24011]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:52.426 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:52 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:52.426 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:52 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:52.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:52 smithi110 ceph-mon[33616]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:52.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:52 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:52.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:52 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:53.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:53 smithi077 ceph-mon[24011]: Reconfiguring prometheus.smithi077 (dependencies changed)... 2024-04-27T02:50:53.316 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:53 smithi077 ceph-mon[24011]: Reconfiguring daemon prometheus.smithi077 on smithi077 2024-04-27T02:50:53.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:53 smithi110 ceph-mon[33616]: Reconfiguring prometheus.smithi077 (dependencies changed)... 2024-04-27T02:50:53.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:53 smithi110 ceph-mon[33616]: Reconfiguring daemon prometheus.smithi077 on smithi077 2024-04-27T02:50:54.271 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:54 smithi077 ceph-mon[24011]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:54.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:54 smithi110 ceph-mon[33616]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:55.871 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:50:56.452 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:56 smithi077 ceph-mon[24011]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:56.452 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:56 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/360588206' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:50:56.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:56 smithi110 ceph-mon[33616]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:56.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:56 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/360588206' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:50:56.761 INFO:teuthology.orchestra.run.smithi077.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-04-27T02:50:57.762 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T02:50:58.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:58 smithi077 ceph-mon[24011]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:58.371 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:50:58.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:58 smithi110 ceph-mon[33616]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:59.612 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:59 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:59.612 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:59 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:59.612 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:59 smithi110 ceph-mon[33616]: Reconfiguring ceph-exporter.smithi110 (monmap changed)... 2024-04-27T02:50:59.612 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:59 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi110", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-27T02:50:59.613 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:59 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:50:59.613 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:59 smithi110 ceph-mon[33616]: Reconfiguring daemon ceph-exporter.smithi110 on smithi110 2024-04-27T02:50:59.613 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:50:59 smithi110 ceph-mon[33616]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:50:59.681 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:59 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:59.681 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:59 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:50:59.681 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:59 smithi077 ceph-mon[24011]: Reconfiguring ceph-exporter.smithi110 (monmap changed)... 2024-04-27T02:50:59.682 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:59 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi110", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-27T02:50:59.682 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:59 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:50:59.682 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:59 smithi077 ceph-mon[24011]: Reconfiguring daemon ceph-exporter.smithi110 on smithi110 2024-04-27T02:50:59.682 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:50:59 smithi077 ceph-mon[24011]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:00.316 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:51:00.890 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:00 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:00.890 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:00 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:00.890 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:00 smithi077 ceph-mon[24011]: Reconfiguring crash.smithi110 (monmap changed)... 2024-04-27T02:51:00.890 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:00 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-27T02:51:00.891 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:00 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:00.891 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:00 smithi077 ceph-mon[24011]: Reconfiguring daemon crash.smithi110 on smithi110 2024-04-27T02:51:00.891 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:00 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/270316268' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:00.891 INFO:teuthology.orchestra.run.smithi077.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-04-27T02:51:01.152 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:00 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:01.152 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:00 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:01.153 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:00 smithi110 ceph-mon[33616]: Reconfiguring crash.smithi110 (monmap changed)... 2024-04-27T02:51:01.153 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:00 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-27T02:51:01.153 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:00 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:01.153 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:00 smithi110 ceph-mon[33616]: Reconfiguring daemon crash.smithi110 on smithi110 2024-04-27T02:51:01.153 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:00 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/270316268' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:01.893 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T02:51:02.066 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:01 smithi077 ceph-mon[24011]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:02.067 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:01 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:02.067 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:01 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:02.067 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:01 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.vvnxlp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T02:51:02.067 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:01 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T02:51:02.067 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:01 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:02.142 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:51:02.222 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:01 smithi110 ceph-mon[33616]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:02.223 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:01 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:02.223 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:01 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:02.223 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:01 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.vvnxlp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-27T02:51:02.223 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:01 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-27T02:51:02.223 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:01 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:02.967 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:02 smithi110 ceph-mon[33616]: Reconfiguring mgr.smithi110.vvnxlp (monmap changed)... 2024-04-27T02:51:02.968 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:02 smithi110 ceph-mon[33616]: Reconfiguring daemon mgr.smithi110.vvnxlp on smithi110 2024-04-27T02:51:03.268 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:02 smithi077 ceph-mon[24011]: Reconfiguring mgr.smithi110.vvnxlp (monmap changed)... 2024-04-27T02:51:03.268 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:02 smithi077 ceph-mon[24011]: Reconfiguring daemon mgr.smithi110.vvnxlp on smithi110 2024-04-27T02:51:03.989 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:51:04.245 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:04 smithi110 ceph-mon[33616]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:04.245 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:04 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:04.245 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:04 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:04.245 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:04 smithi110 ceph-mon[33616]: Reconfiguring mon.smithi110 (monmap changed)... 2024-04-27T02:51:04.245 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:04 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T02:51:04.245 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:04 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T02:51:04.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:04 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:04.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:04 smithi110 ceph-mon[33616]: Reconfiguring daemon mon.smithi110 on smithi110 2024-04-27T02:51:04.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:04 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/3452802037' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:04.283 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:04 smithi077 ceph-mon[24011]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:04.284 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:04 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:04.284 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:04 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:04.284 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:04 smithi077 ceph-mon[24011]: Reconfiguring mon.smithi110 (monmap changed)... 2024-04-27T02:51:04.284 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:04 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-27T02:51:04.284 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:04 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-27T02:51:04.284 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:04 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:04.284 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:04 smithi077 ceph-mon[24011]: Reconfiguring daemon mon.smithi110 on smithi110 2024-04-27T02:51:04.284 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:04 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/3452802037' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:04.541 INFO:teuthology.orchestra.run.smithi077.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-04-27T02:51:05.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:05 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:51:05.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:05 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:05.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:05 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:05.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:05 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T02:51:05.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:05 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi077.front.sepia.ceph.com:9093"}]: dispatch 2024-04-27T02:51:05.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:05 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:05.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:05 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T02:51:05.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:05 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi077.front.sepia.ceph.com:3000"}]: dispatch 2024-04-27T02:51:05.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:05 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:05.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:05 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T02:51:05.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:05 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi077.front.sepia.ceph.com:9095"}]: dispatch 2024-04-27T02:51:05.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:05 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:05.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:05 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:51:05.476 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:05 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:51:05.476 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:05 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:05.476 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:05 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:05.476 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:05 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T02:51:05.476 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:05 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi077.front.sepia.ceph.com:9093"}]: dispatch 2024-04-27T02:51:05.476 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:05 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:05.476 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:05 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T02:51:05.476 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:05 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi077.front.sepia.ceph.com:3000"}]: dispatch 2024-04-27T02:51:05.477 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:05 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:05.477 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:05 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T02:51:05.477 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:05 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi077.front.sepia.ceph.com:9095"}]: dispatch 2024-04-27T02:51:05.477 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:05 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:05.477 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:05 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:51:05.542 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T02:51:06.018 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:51:06.196 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:06 smithi110 ceph-mon[33616]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T02:51:06.196 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:06 smithi110 ceph-mon[33616]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi077.front.sepia.ceph.com:9093"}]: dispatch 2024-04-27T02:51:06.196 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:06 smithi110 ceph-mon[33616]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T02:51:06.196 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:06 smithi110 ceph-mon[33616]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi077.front.sepia.ceph.com:3000"}]: dispatch 2024-04-27T02:51:06.196 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:06 smithi110 ceph-mon[33616]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T02:51:06.196 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:06 smithi110 ceph-mon[33616]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi077.front.sepia.ceph.com:9095"}]: dispatch 2024-04-27T02:51:06.196 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:06 smithi110 ceph-mon[33616]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:06.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:06 smithi077 ceph-mon[24011]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-27T02:51:06.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:06 smithi077 ceph-mon[24011]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi077.front.sepia.ceph.com:9093"}]: dispatch 2024-04-27T02:51:06.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:06 smithi077 ceph-mon[24011]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-27T02:51:06.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:06 smithi077 ceph-mon[24011]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi077.front.sepia.ceph.com:3000"}]: dispatch 2024-04-27T02:51:06.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:06 smithi077 ceph-mon[24011]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T02:51:06.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:06 smithi077 ceph-mon[24011]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi077.front.sepia.ceph.com:9095"}]: dispatch 2024-04-27T02:51:06.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:06 smithi077 ceph-mon[24011]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:07.779 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:51:07.871 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:07 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:07.871 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:07 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:07.871 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:07 smithi077 ceph-mon[24011]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:07.871 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:07 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:07.871 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:07 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:08.245 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:07 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:08.245 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:07 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:08.245 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:07 smithi110 ceph-mon[33616]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:08.245 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:07 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:08.245 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:07 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:08.434 INFO:teuthology.orchestra.run.smithi077.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-04-27T02:51:09.066 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:08 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/1147717093' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:09.245 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:08 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/1147717093' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:09.435 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T02:51:09.809 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:51:10.067 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:09 smithi077 ceph-mon[24011]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:10.245 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:09 smithi110 ceph-mon[33616]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:11.682 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:51:12.213 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:12 smithi077 ceph-mon[24011]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:12.213 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:12 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/3753023334' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:12.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:12 smithi110 ceph-mon[33616]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:12.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:12 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/3753023334' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:12.532 INFO:teuthology.orchestra.run.smithi077.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-04-27T02:51:13.533 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T02:51:13.780 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:51:14.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:14 smithi077 ceph-mon[24011]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:14.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:14 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:14.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:14 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:14.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:14 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:14.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:14 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:14.254 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:14 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:14.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:14 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:51:14.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:14 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:14.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:14 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:51:14.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:14 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T02:51:14.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:14 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:14.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:14 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T02:51:14.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:14 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:14.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:14 smithi110 ceph-mon[33616]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:14.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:14 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:14.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:14 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:14.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:14 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:14.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:14 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:14.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:14 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:14.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:14 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:51:14.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:14 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:14.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:14 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:51:14.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:14 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T02:51:14.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:14 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:14.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:14 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T02:51:14.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:14 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:15.922 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:51:16.333 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:16 smithi077 ceph-mon[24011]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:16.334 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:16 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/762445560' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:16.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:16 smithi110 ceph-mon[33616]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:16.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:16 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/762445560' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:17.119 INFO:teuthology.orchestra.run.smithi077.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-04-27T02:51:17.341 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:17 smithi077 ceph-mon[24011]: from='client.? 172.21.15.110:0/3523058785' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d5fdda53-cf43-4227-b6fe-be85a4de1774"}]: dispatch 2024-04-27T02:51:17.341 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:17 smithi077 ceph-mon[24011]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d5fdda53-cf43-4227-b6fe-be85a4de1774"}]: dispatch 2024-04-27T02:51:17.341 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:17 smithi077 ceph-mon[24011]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d5fdda53-cf43-4227-b6fe-be85a4de1774"}]': finished 2024-04-27T02:51:17.341 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:17 smithi077 ceph-mon[24011]: osdmap e6: 1 total, 0 up, 1 in 2024-04-27T02:51:17.341 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:17 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:51:17.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:17 smithi110 ceph-mon[33616]: from='client.? 172.21.15.110:0/3523058785' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d5fdda53-cf43-4227-b6fe-be85a4de1774"}]: dispatch 2024-04-27T02:51:17.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:17 smithi110 ceph-mon[33616]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d5fdda53-cf43-4227-b6fe-be85a4de1774"}]: dispatch 2024-04-27T02:51:17.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:17 smithi110 ceph-mon[33616]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d5fdda53-cf43-4227-b6fe-be85a4de1774"}]': finished 2024-04-27T02:51:17.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:17 smithi110 ceph-mon[33616]: osdmap e6: 1 total, 0 up, 1 in 2024-04-27T02:51:17.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:17 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:51:18.120 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T02:51:18.365 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:51:18.487 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:18 smithi077 ceph-mon[24011]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:18.487 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:18 smithi077 ceph-mon[24011]: from='client.? 172.21.15.110:0/3529007376' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T02:51:18.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:18 smithi110 ceph-mon[33616]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:18.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:18 smithi110 ceph-mon[33616]: from='client.? 172.21.15.110:0/3529007376' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T02:51:19.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:19 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/3726386053' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0220f5b-fe7a-4014-b158-dde18b46f3a0"}]: dispatch 2024-04-27T02:51:19.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:19 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/3726386053' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c0220f5b-fe7a-4014-b158-dde18b46f3a0"}]': finished 2024-04-27T02:51:19.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:19 smithi077 ceph-mon[24011]: osdmap e7: 2 total, 0 up, 2 in 2024-04-27T02:51:19.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:19 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:51:19.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:19 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:19.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:19 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:51:19.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:19 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/3726386053' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0220f5b-fe7a-4014-b158-dde18b46f3a0"}]: dispatch 2024-04-27T02:51:19.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:19 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/3726386053' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c0220f5b-fe7a-4014-b158-dde18b46f3a0"}]': finished 2024-04-27T02:51:19.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:19 smithi110 ceph-mon[33616]: osdmap e7: 2 total, 0 up, 2 in 2024-04-27T02:51:19.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:19 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:51:19.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:19 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:19.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:19 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:51:20.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:20 smithi110 ceph-mon[33616]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:20.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:20 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/279414387' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T02:51:20.534 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:51:20.538 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:20 smithi077 ceph-mon[24011]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:20.538 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:20 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/279414387' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T02:51:21.135 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:21 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/2545332565' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:21.135 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:21 smithi077 ceph-mon[24011]: from='client.? 172.21.15.110:0/2382015097' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ba99069-c612-450c-9f11-f9efd3ee0807"}]: dispatch 2024-04-27T02:51:21.135 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:21 smithi077 ceph-mon[24011]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ba99069-c612-450c-9f11-f9efd3ee0807"}]: dispatch 2024-04-27T02:51:21.135 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:21 smithi077 ceph-mon[24011]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7ba99069-c612-450c-9f11-f9efd3ee0807"}]': finished 2024-04-27T02:51:21.135 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:21 smithi077 ceph-mon[24011]: osdmap e8: 3 total, 0 up, 3 in 2024-04-27T02:51:21.135 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:21 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:51:21.135 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:21 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:21.135 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:21 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:21.161 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1714186278,"num_remapped_pgs":0} 2024-04-27T02:51:21.245 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:21 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/2545332565' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:21.245 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:21 smithi110 ceph-mon[33616]: from='client.? 172.21.15.110:0/2382015097' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ba99069-c612-450c-9f11-f9efd3ee0807"}]: dispatch 2024-04-27T02:51:21.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:21 smithi110 ceph-mon[33616]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7ba99069-c612-450c-9f11-f9efd3ee0807"}]: dispatch 2024-04-27T02:51:21.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:21 smithi110 ceph-mon[33616]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7ba99069-c612-450c-9f11-f9efd3ee0807"}]': finished 2024-04-27T02:51:21.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:21 smithi110 ceph-mon[33616]: osdmap e8: 3 total, 0 up, 3 in 2024-04-27T02:51:21.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:21 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:51:21.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:21 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:21.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:21 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:22.162 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T02:51:22.410 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:51:22.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:22 smithi110 ceph-mon[33616]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:22.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:22 smithi110 ceph-mon[33616]: from='client.? 172.21.15.110:0/412828668' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T02:51:22.533 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:22 smithi077 ceph-mon[24011]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:22.534 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:22 smithi077 ceph-mon[24011]: from='client.? 172.21.15.110:0/412828668' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T02:51:23.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:23 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/3104738745' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c1344c7f-921d-4c71-9961-31623bb5a7cd"}]: dispatch 2024-04-27T02:51:23.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:23 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/3104738745' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c1344c7f-921d-4c71-9961-31623bb5a7cd"}]': finished 2024-04-27T02:51:23.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:23 smithi077 ceph-mon[24011]: osdmap e9: 4 total, 0 up, 4 in 2024-04-27T02:51:23.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:23 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:51:23.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:23 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:23.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:23 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:23.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:23 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:23.384 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:23 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/3104738745' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c1344c7f-921d-4c71-9961-31623bb5a7cd"}]: dispatch 2024-04-27T02:51:23.384 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:23 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/3104738745' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c1344c7f-921d-4c71-9961-31623bb5a7cd"}]': finished 2024-04-27T02:51:23.384 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:23 smithi110 ceph-mon[33616]: osdmap e9: 4 total, 0 up, 4 in 2024-04-27T02:51:23.384 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:23 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:51:23.384 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:23 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:23.384 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:23 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:23.384 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:23 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:24.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:24 smithi077 ceph-mon[24011]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:24.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:24 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/1803281504' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T02:51:24.454 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:51:24.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:24 smithi110 ceph-mon[33616]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:24.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:24 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/1803281504' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T02:51:25.195 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:25 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/11824106' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:25.195 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:25 smithi077 ceph-mon[24011]: from='client.? 172.21.15.110:0/1216725692' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5e611cb4-9050-4a60-858c-f3bd2c357566"}]: dispatch 2024-04-27T02:51:25.195 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:25 smithi077 ceph-mon[24011]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5e611cb4-9050-4a60-858c-f3bd2c357566"}]: dispatch 2024-04-27T02:51:25.195 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:25 smithi077 ceph-mon[24011]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5e611cb4-9050-4a60-858c-f3bd2c357566"}]': finished 2024-04-27T02:51:25.195 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:25 smithi077 ceph-mon[24011]: osdmap e10: 5 total, 0 up, 5 in 2024-04-27T02:51:25.195 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:25 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:51:25.195 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:25 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:25.195 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:25 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:25.195 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:25 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:25.195 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:25 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:25.222 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1714186282,"num_remapped_pgs":0} 2024-04-27T02:51:25.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:25 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/11824106' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:25.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:25 smithi110 ceph-mon[33616]: from='client.? 172.21.15.110:0/1216725692' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5e611cb4-9050-4a60-858c-f3bd2c357566"}]: dispatch 2024-04-27T02:51:25.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:25 smithi110 ceph-mon[33616]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5e611cb4-9050-4a60-858c-f3bd2c357566"}]: dispatch 2024-04-27T02:51:25.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:25 smithi110 ceph-mon[33616]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5e611cb4-9050-4a60-858c-f3bd2c357566"}]': finished 2024-04-27T02:51:25.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:25 smithi110 ceph-mon[33616]: osdmap e10: 5 total, 0 up, 5 in 2024-04-27T02:51:25.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:25 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:51:25.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:25 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:25.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:25 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:25.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:25 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:25.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:25 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:26.223 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T02:51:26.245 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:26 smithi110 ceph-mon[33616]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:26.245 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:26 smithi110 ceph-mon[33616]: from='client.? 172.21.15.110:0/2523522723' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T02:51:26.490 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:51:26.495 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:26 smithi077 ceph-mon[24011]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:26.495 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:26 smithi077 ceph-mon[24011]: from='client.? 172.21.15.110:0/2523522723' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T02:51:27.455 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:27 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/2572331588' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "510561ee-9c6b-45e4-a630-9aed7a665502"}]: dispatch 2024-04-27T02:51:27.456 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:27 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/2572331588' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "510561ee-9c6b-45e4-a630-9aed7a665502"}]': finished 2024-04-27T02:51:27.456 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:27 smithi077 ceph-mon[24011]: osdmap e11: 6 total, 0 up, 6 in 2024-04-27T02:51:27.456 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:27 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:51:27.456 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:27 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:27.456 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:27 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:27.456 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:27 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:27.457 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:27 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:27.457 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:27 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:27.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:27 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/2572331588' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "510561ee-9c6b-45e4-a630-9aed7a665502"}]: dispatch 2024-04-27T02:51:27.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:27 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/2572331588' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "510561ee-9c6b-45e4-a630-9aed7a665502"}]': finished 2024-04-27T02:51:27.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:27 smithi110 ceph-mon[33616]: osdmap e11: 6 total, 0 up, 6 in 2024-04-27T02:51:27.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:27 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:51:27.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:27 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:27.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:27 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:27.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:27 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:27.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:27 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:27.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:27 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:28.215 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:28 smithi077 ceph-mon[24011]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:28.215 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:28 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/203959909' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T02:51:28.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:28 smithi110 ceph-mon[33616]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:28.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:28 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/203959909' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T02:51:28.625 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:51:29.221 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:29 smithi077 ceph-mon[24011]: from='client.? 172.21.15.110:0/756641822' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a0b30775-9297-479a-aef7-87bf088834e7"}]: dispatch 2024-04-27T02:51:29.222 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:29 smithi077 ceph-mon[24011]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a0b30775-9297-479a-aef7-87bf088834e7"}]: dispatch 2024-04-27T02:51:29.222 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:29 smithi077 ceph-mon[24011]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a0b30775-9297-479a-aef7-87bf088834e7"}]': finished 2024-04-27T02:51:29.222 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:29 smithi077 ceph-mon[24011]: osdmap e12: 7 total, 0 up, 7 in 2024-04-27T02:51:29.222 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:29 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:51:29.222 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:29 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:29.222 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:29 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:29.222 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:29 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:29.222 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:29 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:29.222 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:29 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:29.222 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:29 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:29.222 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:29 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/133062967' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:29.246 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1714186288,"num_remapped_pgs":0} 2024-04-27T02:51:29.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:29 smithi110 ceph-mon[33616]: from='client.? 172.21.15.110:0/756641822' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a0b30775-9297-479a-aef7-87bf088834e7"}]: dispatch 2024-04-27T02:51:29.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:29 smithi110 ceph-mon[33616]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a0b30775-9297-479a-aef7-87bf088834e7"}]: dispatch 2024-04-27T02:51:29.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:29 smithi110 ceph-mon[33616]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a0b30775-9297-479a-aef7-87bf088834e7"}]': finished 2024-04-27T02:51:29.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:29 smithi110 ceph-mon[33616]: osdmap e12: 7 total, 0 up, 7 in 2024-04-27T02:51:29.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:29 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:51:29.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:29 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:29.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:29 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:29.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:29 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:29.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:29 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:29.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:29 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:29.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:29 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:29.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:29 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/133062967' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:30.248 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T02:51:30.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:30 smithi110 ceph-mon[33616]: pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:30.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:30 smithi110 ceph-mon[33616]: from='client.? 172.21.15.110:0/1885604781' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T02:51:30.511 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:51:30.567 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:30 smithi077 ceph-mon[24011]: pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:30.567 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:30 smithi077 ceph-mon[24011]: from='client.? 172.21.15.110:0/1885604781' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T02:51:31.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:31 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/2525908465' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "696a7968-bca3-4329-bb1a-5e829811e877"}]: dispatch 2024-04-27T02:51:31.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:31 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/2525908465' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "696a7968-bca3-4329-bb1a-5e829811e877"}]': finished 2024-04-27T02:51:31.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:31 smithi077 ceph-mon[24011]: osdmap e13: 8 total, 0 up, 8 in 2024-04-27T02:51:31.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:31 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:51:31.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:31 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:31.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:31 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:31.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:31 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:31.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:31 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:31.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:31 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:31.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:31 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:31.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:31 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:31.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:31 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/2525908465' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "696a7968-bca3-4329-bb1a-5e829811e877"}]: dispatch 2024-04-27T02:51:31.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:31 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/2525908465' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "696a7968-bca3-4329-bb1a-5e829811e877"}]': finished 2024-04-27T02:51:31.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:31 smithi110 ceph-mon[33616]: osdmap e13: 8 total, 0 up, 8 in 2024-04-27T02:51:31.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:31 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:51:31.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:31 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:31.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:31 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:31.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:31 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:31.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:31 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:31.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:31 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:31.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:31 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:31.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:31 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:32.287 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:32 smithi077 ceph-mon[24011]: pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:32.287 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:32 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/2277260674' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T02:51:32.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:32 smithi110 ceph-mon[33616]: pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:32.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:32 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/2277260674' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-27T02:51:32.598 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:51:33.241 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1714186290,"num_remapped_pgs":0} 2024-04-27T02:51:33.408 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:33 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/4166234073' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:33.567 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:33 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/4166234073' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:34.242 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T02:51:34.459 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:34 smithi077 ceph-mon[24011]: pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:34.459 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:34 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:51:34.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:34 smithi110 ceph-mon[33616]: pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:34.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:34 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:51:35.017 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:51:35.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:35 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-27T02:51:35.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:35 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:35.522 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:35 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-27T02:51:35.522 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:35 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:36.242 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:36 smithi077 ceph-mon[24011]: pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:36.242 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:36 smithi077 ceph-mon[24011]: Deploying daemon osd.0 on smithi110 2024-04-27T02:51:36.355 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:36 smithi110 ceph-mon[33616]: pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:36.355 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:36 smithi110 ceph-mon[33616]: Deploying daemon osd.0 on smithi110 2024-04-27T02:51:36.939 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:51:37.493 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:37 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/3446619041' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:37.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:37 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/3446619041' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:38.030 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1714186290,"num_remapped_pgs":0} 2024-04-27T02:51:38.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:38 smithi110 ceph-mon[33616]: pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:38.520 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:38 smithi077 ceph-mon[24011]: pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:39.031 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T02:51:39.837 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:51:40.307 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:40 smithi077 ceph-mon[24011]: pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:40.307 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:40 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-27T02:51:40.307 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:40 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:40.487 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:40 smithi110 ceph-mon[33616]: pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:40.487 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:40 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-27T02:51:40.487 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:40 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:41.417 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:41 smithi077 ceph-mon[24011]: Deploying daemon osd.1 on smithi077 2024-04-27T02:51:41.417 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:41 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:41.417 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:41 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:41.417 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:41 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-27T02:51:41.418 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:41 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:41.420 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:41 smithi110 ceph-mon[33616]: Deploying daemon osd.1 on smithi077 2024-04-27T02:51:41.420 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:41 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:41.420 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:41 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:41.420 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:41 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-27T02:51:41.420 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:41 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:41.835 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:51:42.314 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:42 smithi110 ceph-mon[33616]: Deploying daemon osd.2 on smithi110 2024-04-27T02:51:42.314 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:42 smithi110 ceph-mon[33616]: pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:42.314 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:42 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/4071325034' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:42.389 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:42 smithi077 ceph-mon[24011]: Deploying daemon osd.2 on smithi110 2024-04-27T02:51:42.389 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:42 smithi077 ceph-mon[24011]: pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:42.389 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:42 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/4071325034' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:42.664 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1714186290,"num_remapped_pgs":0} 2024-04-27T02:51:43.665 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T02:51:44.355 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:51:44.477 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:44 smithi077 ceph-mon[24011]: pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:44.477 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:44 smithi077 ceph-mon[24011]: from='osd.0 [v2:172.21.15.110:6800/1510165661,v1:172.21.15.110:6801/1510165661]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-27T02:51:44.477 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:44 smithi077 ceph-mon[24011]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-27T02:51:44.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:44 smithi110 ceph-mon[33616]: pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:44.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:44 smithi110 ceph-mon[33616]: from='osd.0 [v2:172.21.15.110:6800/1510165661,v1:172.21.15.110:6801/1510165661]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-27T02:51:44.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:44 smithi110 ceph-mon[33616]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-27T02:51:45.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:45 smithi110 ceph-mon[33616]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-27T02:51:45.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:45 smithi110 ceph-mon[33616]: osdmap e14: 8 total, 0 up, 8 in 2024-04-27T02:51:45.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:45 smithi110 ceph-mon[33616]: from='osd.0 [v2:172.21.15.110:6800/1510165661,v1:172.21.15.110:6801/1510165661]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-27T02:51:45.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:45 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:51:45.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:45 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:45.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:45 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:45.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:45 smithi110 ceph-mon[33616]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-27T02:51:45.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:45 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:45.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:45 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:45.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:45 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:45.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:45 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:45.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:45 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:45.514 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:45 smithi077 ceph-mon[24011]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-27T02:51:45.514 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:45 smithi077 ceph-mon[24011]: osdmap e14: 8 total, 0 up, 8 in 2024-04-27T02:51:45.514 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:45 smithi077 ceph-mon[24011]: from='osd.0 [v2:172.21.15.110:6800/1510165661,v1:172.21.15.110:6801/1510165661]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-27T02:51:45.514 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:45 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:51:45.515 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:45 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:45.515 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:45 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:45.515 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:45 smithi077 ceph-mon[24011]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-27T02:51:45.515 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:45 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:45.515 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:45 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:45.515 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:45 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:45.515 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:45 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:45.515 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:45 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:46.279 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:51:46.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:46 smithi110 ceph-mon[33616]: pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:46.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:46 smithi110 ceph-mon[33616]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-04-27T02:51:46.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:46 smithi110 ceph-mon[33616]: osdmap e15: 8 total, 0 up, 8 in 2024-04-27T02:51:46.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:46 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:51:46.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:46 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:46.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:46 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:46.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:46 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:46.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:46 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:46.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:46 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:46.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:46 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:46.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:46 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:46.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:46 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:51:46.567 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:46 smithi077 ceph-mon[24011]: pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:46.567 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:46 smithi077 ceph-mon[24011]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-04-27T02:51:46.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:46 smithi077 ceph-mon[24011]: osdmap e15: 8 total, 0 up, 8 in 2024-04-27T02:51:46.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:46 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:51:46.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:46 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:46.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:46 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:46.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:46 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:46.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:46 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:46.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:46 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:46.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:46 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:46.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:46 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:46.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:46 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:51:46.909 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":16,"num_osds":8,"num_up_osds":1,"osd_up_since":1714186306,"num_in_osds":8,"osd_in_since":1714186290,"num_remapped_pgs":0} 2024-04-27T02:51:47.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:47 smithi110 ceph-mon[33616]: purged_snaps scrub starts 2024-04-27T02:51:47.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:47 smithi110 ceph-mon[33616]: purged_snaps scrub ok 2024-04-27T02:51:47.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:47 smithi110 ceph-mon[33616]: osd.0 [v2:172.21.15.110:6800/1510165661,v1:172.21.15.110:6801/1510165661] boot 2024-04-27T02:51:47.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:47 smithi110 ceph-mon[33616]: osdmap e16: 8 total, 1 up, 8 in 2024-04-27T02:51:47.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:47 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:51:47.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:47 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:47.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:47 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:47.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:47 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:47.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:47 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:47.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:47 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:47.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:47 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:47.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:47 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:47.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:47 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/2009547311' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:47.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:47 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:47.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:47 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:47.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:47 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-27T02:51:47.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:47 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:47.567 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:47 smithi077 ceph-mon[24011]: purged_snaps scrub starts 2024-04-27T02:51:47.567 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:47 smithi077 ceph-mon[24011]: purged_snaps scrub ok 2024-04-27T02:51:47.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:47 smithi077 ceph-mon[24011]: osd.0 [v2:172.21.15.110:6800/1510165661,v1:172.21.15.110:6801/1510165661] boot 2024-04-27T02:51:47.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:47 smithi077 ceph-mon[24011]: osdmap e16: 8 total, 1 up, 8 in 2024-04-27T02:51:47.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:47 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-27T02:51:47.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:47 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:47.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:47 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:47.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:47 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:47.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:47 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:47.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:47 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:47.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:47 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:47.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:47 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:47.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:47 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/2009547311' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:47.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:47 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:47.569 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:47 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:47.569 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:47 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-27T02:51:47.569 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:47 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:47.910 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T02:51:48.341 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:51:48.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:48 smithi110 ceph-mon[33616]: Deploying daemon osd.4 on smithi110 2024-04-27T02:51:48.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:48 smithi110 ceph-mon[33616]: pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:48.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:48 smithi110 ceph-mon[33616]: osdmap e17: 8 total, 1 up, 8 in 2024-04-27T02:51:48.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:48 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:48.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:48 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:48.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:48 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:48.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:48 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:48.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:48 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:48.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:48 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:48.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:48 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:48.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:48 smithi077 ceph-mon[24011]: Deploying daemon osd.4 on smithi110 2024-04-27T02:51:48.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:48 smithi077 ceph-mon[24011]: pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-27T02:51:48.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:48 smithi077 ceph-mon[24011]: osdmap e17: 8 total, 1 up, 8 in 2024-04-27T02:51:48.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:48 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:48.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:48 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:48.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:48 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:48.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:48 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:48.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:48 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:48.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:48 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:48.569 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:48 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:49.976 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:49 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:49.976 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:49 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:49.976 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:49 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-27T02:51:49.977 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:49 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:49.977 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:49 smithi077 ceph-mon[24011]: Deploying daemon osd.3 on smithi077 2024-04-27T02:51:49.977 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:49 smithi077 ceph-mon[24011]: pgmap v65: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:51:49.977 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:49 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:51:49.977 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:49 smithi077 ceph-mon[24011]: from='osd.2 [v2:172.21.15.110:6808/341010408,v1:172.21.15.110:6809/341010408]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-27T02:51:49.977 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:49 smithi077 ceph-mon[24011]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-27T02:51:50.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:49 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:50.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:49 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:50.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:49 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-27T02:51:50.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:49 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:50.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:49 smithi110 ceph-mon[33616]: Deploying daemon osd.3 on smithi077 2024-04-27T02:51:50.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:49 smithi110 ceph-mon[33616]: pgmap v65: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:51:50.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:49 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:51:50.247 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:49 smithi110 ceph-mon[33616]: from='osd.2 [v2:172.21.15.110:6808/341010408,v1:172.21.15.110:6809/341010408]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-27T02:51:50.247 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:49 smithi110 ceph-mon[33616]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-27T02:51:51.107 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:50 smithi110 ceph-mon[33616]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-27T02:51:51.108 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:50 smithi110 ceph-mon[33616]: osdmap e18: 8 total, 1 up, 8 in 2024-04-27T02:51:51.108 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:50 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:51.108 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:50 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:51.108 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:50 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:51.108 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:50 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:51.108 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:50 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:51.108 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:50 smithi110 ceph-mon[33616]: from='osd.2 [v2:172.21.15.110:6808/341010408,v1:172.21.15.110:6809/341010408]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-27T02:51:51.108 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:50 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:51.109 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:50 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:51.109 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:50 smithi110 ceph-mon[33616]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-27T02:51:51.148 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:50 smithi077 ceph-mon[24011]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-27T02:51:51.148 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:50 smithi077 ceph-mon[24011]: osdmap e18: 8 total, 1 up, 8 in 2024-04-27T02:51:51.148 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:50 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:51.148 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:50 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:51.148 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:50 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:51.148 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:50 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:51.148 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:50 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:51.148 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:50 smithi077 ceph-mon[24011]: from='osd.2 [v2:172.21.15.110:6808/341010408,v1:172.21.15.110:6809/341010408]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-27T02:51:51.148 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:50 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:51.148 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:50 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:51.148 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:50 smithi077 ceph-mon[24011]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-27T02:51:51.364 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:51:51.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:51 smithi110 ceph-mon[33616]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-04-27T02:51:51.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:51 smithi110 ceph-mon[33616]: osdmap e19: 8 total, 1 up, 8 in 2024-04-27T02:51:51.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:51 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:51.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:51 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:51.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:51 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:51.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:51 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:51.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:51 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:51.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:51 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:51.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:51 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:51.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:51 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:51.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:51 smithi110 ceph-mon[33616]: pgmap v68: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:51:51.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:51 smithi110 ceph-mon[33616]: from='osd.2 ' entity='osd.2' 2024-04-27T02:51:51.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:51 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/3392458353' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:52.122 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:51 smithi077 ceph-mon[24011]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-04-27T02:51:52.122 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:51 smithi077 ceph-mon[24011]: osdmap e19: 8 total, 1 up, 8 in 2024-04-27T02:51:52.122 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:51 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:52.122 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:51 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:52.122 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:51 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:52.122 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:51 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:52.122 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:51 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:52.122 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:51 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:52.123 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:51 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:52.123 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:51 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:52.123 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:51 smithi077 ceph-mon[24011]: pgmap v68: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-04-27T02:51:52.123 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:51 smithi077 ceph-mon[24011]: from='osd.2 ' entity='osd.2' 2024-04-27T02:51:52.123 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:51 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/3392458353' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:52.625 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":19,"num_osds":8,"num_up_osds":1,"osd_up_since":1714186306,"num_in_osds":8,"osd_in_since":1714186290,"num_remapped_pgs":0} 2024-04-27T02:51:53.105 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:52 smithi110 ceph-mon[33616]: purged_snaps scrub starts 2024-04-27T02:51:53.105 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:52 smithi110 ceph-mon[33616]: purged_snaps scrub ok 2024-04-27T02:51:53.105 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:52 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:53.106 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:52 smithi110 ceph-mon[33616]: from='osd.1 [v2:172.21.15.77:6802/3930183552,v1:172.21.15.77:6803/3930183552]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-27T02:51:53.106 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:52 smithi110 ceph-mon[33616]: from='osd.1 [v2:172.21.15.77:6802/3930183552,v1:172.21.15.77:6803/3930183552]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-27T02:51:53.106 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:52 smithi110 ceph-mon[33616]: osd.2 [v2:172.21.15.110:6808/341010408,v1:172.21.15.110:6809/341010408] boot 2024-04-27T02:51:53.106 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:52 smithi110 ceph-mon[33616]: osdmap e20: 8 total, 2 up, 8 in 2024-04-27T02:51:53.106 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:52 smithi110 ceph-mon[33616]: from='osd.1 [v2:172.21.15.77:6802/3930183552,v1:172.21.15.77:6803/3930183552]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-04-27T02:51:53.106 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:52 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:53.106 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:52 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:53.106 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:52 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:53.106 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:52 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:53.106 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:52 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:53.106 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:52 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:53.106 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:52 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:53.106 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:52 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:53.107 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:52 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:53.107 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:52 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-27T02:51:53.107 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:52 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:53.202 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:52 smithi077 ceph-mon[24011]: purged_snaps scrub starts 2024-04-27T02:51:53.202 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:52 smithi077 ceph-mon[24011]: purged_snaps scrub ok 2024-04-27T02:51:53.202 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:52 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:53.202 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:52 smithi077 ceph-mon[24011]: from='osd.1 [v2:172.21.15.77:6802/3930183552,v1:172.21.15.77:6803/3930183552]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-27T02:51:53.202 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:52 smithi077 ceph-mon[24011]: from='osd.1 [v2:172.21.15.77:6802/3930183552,v1:172.21.15.77:6803/3930183552]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-27T02:51:53.202 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:52 smithi077 ceph-mon[24011]: osd.2 [v2:172.21.15.110:6808/341010408,v1:172.21.15.110:6809/341010408] boot 2024-04-27T02:51:53.202 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:52 smithi077 ceph-mon[24011]: osdmap e20: 8 total, 2 up, 8 in 2024-04-27T02:51:53.202 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:52 smithi077 ceph-mon[24011]: from='osd.1 [v2:172.21.15.77:6802/3930183552,v1:172.21.15.77:6803/3930183552]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-04-27T02:51:53.202 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:52 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:53.202 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:52 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-27T02:51:53.203 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:52 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:53.203 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:52 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:53.203 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:52 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:53.203 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:52 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:53.203 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:52 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:53.203 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:52 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:53.203 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:52 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:53.203 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:52 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-27T02:51:53.203 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:52 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:53.627 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T02:51:54.005 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:51:54.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:54 smithi110 ceph-mon[33616]: Deploying daemon osd.6 on smithi110 2024-04-27T02:51:54.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:54 smithi110 ceph-mon[33616]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:51:54.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:54 smithi110 ceph-mon[33616]: from='osd.1 [v2:172.21.15.77:6802/3930183552,v1:172.21.15.77:6803/3930183552]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-04-27T02:51:54.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:54 smithi110 ceph-mon[33616]: osdmap e21: 8 total, 2 up, 8 in 2024-04-27T02:51:54.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:54 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:54.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:54 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:54.247 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:54 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:54.247 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:54 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:54.247 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:54 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:54.247 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:54 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:54.247 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:54 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:54.247 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:54 smithi110 ceph-mon[33616]: from='osd.1 [v2:172.21.15.77:6802/3930183552,v1:172.21.15.77:6803/3930183552]' entity='osd.1' 2024-04-27T02:51:54.248 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:54 smithi077 ceph-mon[24011]: Deploying daemon osd.6 on smithi110 2024-04-27T02:51:54.248 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:54 smithi077 ceph-mon[24011]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:51:54.248 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:54 smithi077 ceph-mon[24011]: from='osd.1 [v2:172.21.15.77:6802/3930183552,v1:172.21.15.77:6803/3930183552]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-04-27T02:51:54.248 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:54 smithi077 ceph-mon[24011]: osdmap e21: 8 total, 2 up, 8 in 2024-04-27T02:51:54.248 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:54 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:54.249 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:54 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:54.249 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:54 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:54.249 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:54 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:54.249 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:54 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:54.249 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:54 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:54.249 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:54 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:54.249 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:54 smithi077 ceph-mon[24011]: from='osd.1 [v2:172.21.15.77:6802/3930183552,v1:172.21.15.77:6803/3930183552]' entity='osd.1' 2024-04-27T02:51:55.442 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:55 smithi077 ceph-mon[24011]: purged_snaps scrub starts 2024-04-27T02:51:55.442 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:55 smithi077 ceph-mon[24011]: purged_snaps scrub ok 2024-04-27T02:51:55.442 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:55 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:55.442 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:55 smithi077 ceph-mon[24011]: osd.1 [v2:172.21.15.77:6802/3930183552,v1:172.21.15.77:6803/3930183552] boot 2024-04-27T02:51:55.442 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:55 smithi077 ceph-mon[24011]: osdmap e22: 8 total, 3 up, 8 in 2024-04-27T02:51:55.442 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:55 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:55.442 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:55 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:55.442 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:55 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:55.442 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:55 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:55.443 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:55 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:55.443 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:55 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:55.473 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:55 smithi110 ceph-mon[33616]: purged_snaps scrub starts 2024-04-27T02:51:55.473 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:55 smithi110 ceph-mon[33616]: purged_snaps scrub ok 2024-04-27T02:51:55.473 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:55 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:55.473 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:55 smithi110 ceph-mon[33616]: osd.1 [v2:172.21.15.77:6802/3930183552,v1:172.21.15.77:6803/3930183552] boot 2024-04-27T02:51:55.473 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:55 smithi110 ceph-mon[33616]: osdmap e22: 8 total, 3 up, 8 in 2024-04-27T02:51:55.473 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:55 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-27T02:51:55.473 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:55 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:55.473 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:55 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:55.474 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:55 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:55.474 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:55 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:55.474 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:55 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:56.261 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:51:56.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:56 smithi077 ceph-mon[24011]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:51:56.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:56 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 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-04-27T02:51:56.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:56 smithi077 ceph-mon[24011]: from='osd.4 [v2:172.21.15.110:6816/1038999895,v1:172.21.15.110:6817/1038999895]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-27T02:51:56.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:56 smithi077 ceph-mon[24011]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-27T02:51:56.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:56 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 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-04-27T02:51:56.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:56 smithi077 ceph-mon[24011]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-27T02:51:56.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:56 smithi077 ceph-mon[24011]: osdmap e23: 8 total, 3 up, 8 in 2024-04-27T02:51:56.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:56 smithi077 ceph-mon[24011]: from='osd.4 [v2:172.21.15.110:6816/1038999895,v1:172.21.15.110:6817/1038999895]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-27T02:51:56.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:56 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:56.569 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:56 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:56.569 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:56 smithi077 ceph-mon[24011]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-27T02:51:56.569 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:56 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:56.569 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:56 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:56.569 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:56 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:56.569 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:56 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-27T02:51:56.569 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:56 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/2330843809' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:56.746 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:56 smithi110 ceph-mon[33616]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-27T02:51:56.746 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:56 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 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-04-27T02:51:56.746 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:56 smithi110 ceph-mon[33616]: from='osd.4 [v2:172.21.15.110:6816/1038999895,v1:172.21.15.110:6817/1038999895]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-27T02:51:56.746 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:56 smithi110 ceph-mon[33616]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-27T02:51:56.746 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:56 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 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-04-27T02:51:56.746 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:56 smithi110 ceph-mon[33616]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-27T02:51:56.746 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:56 smithi110 ceph-mon[33616]: osdmap e23: 8 total, 3 up, 8 in 2024-04-27T02:51:56.746 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:56 smithi110 ceph-mon[33616]: from='osd.4 [v2:172.21.15.110:6816/1038999895,v1:172.21.15.110:6817/1038999895]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-27T02:51:56.746 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:56 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:56.746 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:56 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:56.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:56 smithi110 ceph-mon[33616]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-27T02:51:56.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:56 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:56.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:56 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:56.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:56 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:56.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:56 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-27T02:51:56.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:56 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/2330843809' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:51:57.393 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":23,"num_osds":8,"num_up_osds":3,"osd_up_since":1714186314,"num_in_osds":8,"osd_in_since":1714186290,"num_remapped_pgs":0} 2024-04-27T02:51:57.672 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:57 smithi077 ceph-mon[24011]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-04-27T02:51:57.672 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-27T02:51:57.673 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:57 smithi077 ceph-mon[24011]: osdmap e24: 8 total, 3 up, 8 in 2024-04-27T02:51:57.673 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:57.673 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:57.673 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:57.673 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:57.673 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:57.673 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:57.673 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:57 smithi077 ceph-mon[24011]: from='osd.4 ' entity='osd.4' 2024-04-27T02:51:57.673 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:57 smithi077 ceph-mon[24011]: pgmap v76: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:51:57.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:57 smithi110 ceph-mon[33616]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-04-27T02:51:57.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-27T02:51:57.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:57 smithi110 ceph-mon[33616]: osdmap e24: 8 total, 3 up, 8 in 2024-04-27T02:51:57.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:57.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:57.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:57.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:57.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:57.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:57.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:57 smithi110 ceph-mon[33616]: from='osd.4 ' entity='osd.4' 2024-04-27T02:51:57.719 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:57 smithi110 ceph-mon[33616]: pgmap v76: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-04-27T02:51:58.394 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T02:51:58.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:58 smithi077 ceph-mon[24011]: purged_snaps scrub starts 2024-04-27T02:51:58.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:58 smithi077 ceph-mon[24011]: purged_snaps scrub ok 2024-04-27T02:51:58.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:58 smithi077 ceph-mon[24011]: osd.4 [v2:172.21.15.110:6816/1038999895,v1:172.21.15.110:6817/1038999895] boot 2024-04-27T02:51:58.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:58 smithi077 ceph-mon[24011]: osdmap e25: 8 total, 4 up, 8 in 2024-04-27T02:51:58.915 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:58 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:58.916 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:58 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:58.916 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:58 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:58.916 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:58 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:58.916 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:58 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:58.916 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:58 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:58.916 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:58 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:58.916 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:58 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-27T02:51:58.916 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:58 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:58.916 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:58 smithi077 ceph-mon[24011]: Deploying daemon osd.5 on smithi077 2024-04-27T02:51:58.916 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:58 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:58.916 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:58 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:58.916 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:58 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:58.960 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:58 smithi110 ceph-mon[33616]: purged_snaps scrub starts 2024-04-27T02:51:58.960 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:58 smithi110 ceph-mon[33616]: purged_snaps scrub ok 2024-04-27T02:51:58.960 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:58 smithi110 ceph-mon[33616]: osd.4 [v2:172.21.15.110:6816/1038999895,v1:172.21.15.110:6817/1038999895] boot 2024-04-27T02:51:58.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:58 smithi110 ceph-mon[33616]: osdmap e25: 8 total, 4 up, 8 in 2024-04-27T02:51:58.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:58 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:58.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:58 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-27T02:51:58.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:58 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:58.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:58 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:58.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:58 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:58.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:58 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:58.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:58 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:58.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:58 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-27T02:51:58.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:58 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:51:58.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:58 smithi110 ceph-mon[33616]: Deploying daemon osd.5 on smithi077 2024-04-27T02:51:58.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:58 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:58.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:58 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:58.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:58 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:59.166 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:51:59.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:59 smithi077 ceph-mon[24011]: osdmap e26: 8 total, 4 up, 8 in 2024-04-27T02:51:59.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:59 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:59.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:59 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:59.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:59 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:59.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:59 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:59.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:59 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:59.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:59 smithi077 ceph-mon[24011]: pgmap v79: 1 pgs: 1 active+clean; 449 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-27T02:51:59.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:51:59 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:59.909 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:59 smithi110 ceph-mon[33616]: osdmap e26: 8 total, 4 up, 8 in 2024-04-27T02:51:59.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:59 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:51:59.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:59 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:51:59.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:59 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:51:59.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:59 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:51:59.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:59 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:51:59.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:59 smithi110 ceph-mon[33616]: pgmap v79: 1 pgs: 1 active+clean; 449 KiB data, 114 MiB used, 357 GiB / 358 GiB avail 2024-04-27T02:51:59.910 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:51:59 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:00.508 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:00 smithi077 sudo[56658]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-27T02:52:00.508 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:00 smithi077 sudo[56658]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-27T02:52:00.508 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:00 smithi077 sudo[56658]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-27T02:52:00.508 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:00 smithi077 sudo[56658]: pam_unix(sudo:session): session closed for user root 2024-04-27T02:52:00.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:00 smithi077 sudo[56675]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-27T02:52:00.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:00 smithi077 sudo[56675]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-27T02:52:00.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:00 smithi077 sudo[56675]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-27T02:52:00.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:00 smithi077 sudo[56675]: pam_unix(sudo:session): session closed for user root 2024-04-27T02:52:00.954 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:00 smithi110 sudo[45100]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-04-27T02:52:00.954 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:00 smithi110 sudo[45100]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-27T02:52:00.954 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:00 smithi110 sudo[45100]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-27T02:52:00.954 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:00 smithi110 sudo[45100]: pam_unix(sudo:session): session closed for user root 2024-04-27T02:52:01.214 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:01 smithi077 ceph-mon[24011]: mgrmap e19: smithi077.clwhwf(active, since 2m), standbys: smithi110.vvnxlp 2024-04-27T02:52:01.214 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:01 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:01.214 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:01 smithi077 ceph-mon[24011]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-27T02:52:01.215 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:01 smithi077 ceph-mon[24011]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-27T02:52:01.215 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:01 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2024-04-27T02:52:01.215 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:01 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-04-27T02:52:01.215 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:01 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:01.215 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:01 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2024-04-27T02:52:01.215 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:01 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-04-27T02:52:01.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:01 smithi110 sudo[45305]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-04-27T02:52:01.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:01 smithi110 sudo[45305]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-04-27T02:52:01.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:01 smithi110 sudo[45305]: pam_unix(sudo:session): session opened for user root by (uid=167) 2024-04-27T02:52:01.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:01 smithi110 sudo[45305]: pam_unix(sudo:session): session closed for user root 2024-04-27T02:52:01.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:01 smithi110 ceph-mon[33616]: mgrmap e19: smithi077.clwhwf(active, since 2m), standbys: smithi110.vvnxlp 2024-04-27T02:52:01.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:01 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:01.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:01 smithi110 ceph-mon[33616]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-27T02:52:01.247 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:01 smithi110 ceph-mon[33616]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-27T02:52:01.247 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:01 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2024-04-27T02:52:01.247 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:01 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-04-27T02:52:01.247 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:01 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:01.247 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:01 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi077"}]: dispatch 2024-04-27T02:52:01.247 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:01 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-04-27T02:52:01.753 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:52:02.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:02 smithi077 ceph-mon[24011]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-27T02:52:02.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:02 smithi077 ceph-mon[24011]: pgmap v80: 1 pgs: 1 active+clean; 449 KiB data, 115 MiB used, 357 GiB / 358 GiB avail 2024-04-27T02:52:02.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:02 smithi077 ceph-mon[24011]: from='osd.3 [v2:172.21.15.77:6810/4081229296,v1:172.21.15.77:6811/4081229296]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-27T02:52:02.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:02 smithi077 ceph-mon[24011]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-27T02:52:02.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:02 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:02.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:02 smithi077 ceph-mon[24011]: from='osd.6 [v2:172.21.15.110:6824/708032798,v1:172.21.15.110:6825/708032798]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-27T02:52:02.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:02 smithi077 ceph-mon[24011]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-27T02:52:02.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:02 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:02.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:02 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:02.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:02 smithi077 ceph-mon[24011]: from='osd.3 [v2:172.21.15.77:6810/4081229296,v1:172.21.15.77:6811/4081229296]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-27T02:52:02.319 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:02 smithi077 ceph-mon[24011]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-27T02:52:02.319 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:02 smithi077 ceph-mon[24011]: from='osd.6 [v2:172.21.15.110:6824/708032798,v1:172.21.15.110:6825/708032798]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-27T02:52:02.319 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:02 smithi077 ceph-mon[24011]: osdmap e27: 8 total, 4 up, 8 in 2024-04-27T02:52:02.319 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:02 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:52:02.319 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:02 smithi077 ceph-mon[24011]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-27T02:52:02.319 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:02 smithi077 ceph-mon[24011]: from='osd.3 [v2:172.21.15.77:6810/4081229296,v1:172.21.15.77:6811/4081229296]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-04-27T02:52:02.319 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:02 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:52:02.319 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:02 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:52:02.319 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:02 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:02.319 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:02 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/1496386798' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:52:02.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:02 smithi110 ceph-mon[33616]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-27T02:52:02.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:02 smithi110 ceph-mon[33616]: pgmap v80: 1 pgs: 1 active+clean; 449 KiB data, 115 MiB used, 357 GiB / 358 GiB avail 2024-04-27T02:52:02.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:02 smithi110 ceph-mon[33616]: from='osd.3 [v2:172.21.15.77:6810/4081229296,v1:172.21.15.77:6811/4081229296]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-27T02:52:02.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:02 smithi110 ceph-mon[33616]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-27T02:52:02.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:02 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:02.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:02 smithi110 ceph-mon[33616]: from='osd.6 [v2:172.21.15.110:6824/708032798,v1:172.21.15.110:6825/708032798]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-27T02:52:02.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:02 smithi110 ceph-mon[33616]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-27T02:52:02.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:02 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:02.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:02 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:02.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:02 smithi110 ceph-mon[33616]: from='osd.3 [v2:172.21.15.77:6810/4081229296,v1:172.21.15.77:6811/4081229296]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-27T02:52:02.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:02 smithi110 ceph-mon[33616]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-27T02:52:02.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:02 smithi110 ceph-mon[33616]: from='osd.6 [v2:172.21.15.110:6824/708032798,v1:172.21.15.110:6825/708032798]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-27T02:52:02.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:02 smithi110 ceph-mon[33616]: osdmap e27: 8 total, 4 up, 8 in 2024-04-27T02:52:02.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:02 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:52:02.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:02 smithi110 ceph-mon[33616]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-04-27T02:52:02.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:02 smithi110 ceph-mon[33616]: from='osd.3 [v2:172.21.15.77:6810/4081229296,v1:172.21.15.77:6811/4081229296]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-04-27T02:52:02.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:02 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:52:02.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:02 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:52:02.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:02 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:02.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:02 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/1496386798' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:52:03.065 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":27,"num_osds":8,"num_up_osds":4,"osd_up_since":1714186317,"num_in_osds":8,"osd_in_since":1714186290,"num_remapped_pgs":0} 2024-04-27T02:52:03.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:03 smithi077 ceph-mon[24011]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-04-27T02:52:03.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:03 smithi077 ceph-mon[24011]: from='osd.3 [v2:172.21.15.77:6810/4081229296,v1:172.21.15.77:6811/4081229296]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-04-27T02:52:03.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:03 smithi077 ceph-mon[24011]: osdmap e28: 8 total, 4 up, 8 in 2024-04-27T02:52:03.819 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:03 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:52:03.819 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:03 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:52:03.819 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:03 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:52:03.819 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:03 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:03.819 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:03 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:52:03.819 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:03 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:52:03.819 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:03 smithi077 ceph-mon[24011]: from='osd.6 ' entity='osd.6' 2024-04-27T02:52:03.819 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:03 smithi077 ceph-mon[24011]: pgmap v83: 1 pgs: 1 active+clean; 449 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-27T02:52:03.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:03 smithi110 ceph-mon[33616]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-04-27T02:52:03.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:03 smithi110 ceph-mon[33616]: from='osd.3 [v2:172.21.15.77:6810/4081229296,v1:172.21.15.77:6811/4081229296]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-04-27T02:52:03.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:03 smithi110 ceph-mon[33616]: osdmap e28: 8 total, 4 up, 8 in 2024-04-27T02:52:03.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:03 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:52:03.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:03 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:52:03.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:03 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:52:03.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:03 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:03.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:03 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:52:03.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:03 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:52:03.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:03 smithi110 ceph-mon[33616]: from='osd.6 ' entity='osd.6' 2024-04-27T02:52:03.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:03 smithi110 ceph-mon[33616]: pgmap v83: 1 pgs: 1 active+clean; 449 KiB data, 117 MiB used, 357 GiB / 358 GiB avail 2024-04-27T02:52:04.067 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T02:52:04.689 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:52:04.746 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:04 smithi110 ceph-mon[33616]: purged_snaps scrub starts 2024-04-27T02:52:04.746 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:04 smithi110 ceph-mon[33616]: purged_snaps scrub ok 2024-04-27T02:52:04.746 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:04 smithi110 ceph-mon[33616]: purged_snaps scrub starts 2024-04-27T02:52:04.746 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:04 smithi110 ceph-mon[33616]: purged_snaps scrub ok 2024-04-27T02:52:04.746 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:04 smithi110 ceph-mon[33616]: osd.3 [v2:172.21.15.77:6810/4081229296,v1:172.21.15.77:6811/4081229296] boot 2024-04-27T02:52:04.746 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:04 smithi110 ceph-mon[33616]: osd.6 [v2:172.21.15.110:6824/708032798,v1:172.21.15.110:6825/708032798] boot 2024-04-27T02:52:04.746 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:04 smithi110 ceph-mon[33616]: osdmap e29: 8 total, 6 up, 8 in 2024-04-27T02:52:04.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:04 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:52:04.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:04 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:52:04.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:04 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:52:04.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:04 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:04.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:04 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:52:04.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:04 smithi110 ceph-mon[33616]: osdmap e30: 8 total, 6 up, 8 in 2024-04-27T02:52:04.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:04 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:52:04.801 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:04 smithi077 ceph-mon[24011]: purged_snaps scrub starts 2024-04-27T02:52:04.802 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:04 smithi077 ceph-mon[24011]: purged_snaps scrub ok 2024-04-27T02:52:04.802 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:04 smithi077 ceph-mon[24011]: purged_snaps scrub starts 2024-04-27T02:52:04.802 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:04 smithi077 ceph-mon[24011]: purged_snaps scrub ok 2024-04-27T02:52:04.802 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:04 smithi077 ceph-mon[24011]: osd.3 [v2:172.21.15.77:6810/4081229296,v1:172.21.15.77:6811/4081229296] boot 2024-04-27T02:52:04.802 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:04 smithi077 ceph-mon[24011]: osd.6 [v2:172.21.15.110:6824/708032798,v1:172.21.15.110:6825/708032798] boot 2024-04-27T02:52:04.802 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:04 smithi077 ceph-mon[24011]: osdmap e29: 8 total, 6 up, 8 in 2024-04-27T02:52:04.802 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:04 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-27T02:52:04.802 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:04 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:52:04.802 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:04 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-27T02:52:04.802 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:04 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:04.802 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:04 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:52:04.802 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:04 smithi077 ceph-mon[24011]: osdmap e30: 8 total, 6 up, 8 in 2024-04-27T02:52:04.803 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:04 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:52:05.691 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:05 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:05.691 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:05 smithi077 ceph-mon[24011]: pgmap v86: 1 pgs: 1 active+clean; 449 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-04-27T02:52:05.691 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:05 smithi077 ceph-mon[24011]: osdmap e31: 8 total, 6 up, 8 in 2024-04-27T02:52:05.691 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:05 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:52:05.691 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:05 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:05.844 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:05 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:05.844 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:05 smithi110 ceph-mon[33616]: pgmap v86: 1 pgs: 1 active+clean; 449 KiB data, 175 MiB used, 536 GiB / 536 GiB avail 2024-04-27T02:52:05.844 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:05 smithi110 ceph-mon[33616]: osdmap e31: 8 total, 6 up, 8 in 2024-04-27T02:52:05.845 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:05 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:52:05.845 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:05 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:07.050 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:52:07.068 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:06 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:07.068 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:06 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:07.068 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:06 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-27T02:52:07.068 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:06 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:52:07.068 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:06 smithi077 ceph-mon[24011]: Deploying daemon osd.7 on smithi077 2024-04-27T02:52:07.068 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:06 smithi077 ceph-mon[24011]: osdmap e32: 8 total, 6 up, 8 in 2024-04-27T02:52:07.068 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:06 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:52:07.068 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:06 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:07.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:06 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:07.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:06 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:07.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:06 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-27T02:52:07.247 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:06 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:52:07.247 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:06 smithi110 ceph-mon[33616]: Deploying daemon osd.7 on smithi077 2024-04-27T02:52:07.247 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:06 smithi110 ceph-mon[33616]: osdmap e32: 8 total, 6 up, 8 in 2024-04-27T02:52:07.247 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:06 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:52:07.247 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:06 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:07.946 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":32,"num_osds":8,"num_up_osds":6,"osd_up_since":1714186323,"num_in_osds":8,"osd_in_since":1714186290,"num_remapped_pgs":0} 2024-04-27T02:52:08.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:07 smithi110 ceph-mon[33616]: pgmap v89: 1 pgs: 1 remapped+peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 848 KiB/s wr, 54 op/s 2024-04-27T02:52:08.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:07 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/3787653233' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:52:08.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:07 smithi110 ceph-mon[33616]: osdmap e33: 8 total, 6 up, 8 in 2024-04-27T02:52:08.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:07 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:52:08.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:07 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:08.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:07 smithi077 ceph-mon[24011]: pgmap v89: 1 pgs: 1 remapped+peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 16 KiB/s rd, 848 KiB/s wr, 54 op/s 2024-04-27T02:52:08.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:07 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/3787653233' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:52:08.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:07 smithi077 ceph-mon[24011]: osdmap e33: 8 total, 6 up, 8 in 2024-04-27T02:52:08.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:07 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:52:08.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:07 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:08.947 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T02:52:09.317 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:09 smithi077 ceph-mon[24011]: from='osd.5 [v2:172.21.15.77:6818/3539282413,v1:172.21.15.77:6819/3539282413]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-27T02:52:09.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:09 smithi110 ceph-mon[33616]: from='osd.5 [v2:172.21.15.77:6818/3539282413,v1:172.21.15.77:6819/3539282413]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-27T02:52:09.808 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:52:10.277 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:10 smithi077 ceph-mon[24011]: from='osd.5 [v2:172.21.15.77:6818/3539282413,v1:172.21.15.77:6819/3539282413]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-27T02:52:10.277 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:10 smithi077 ceph-mon[24011]: pgmap v91: 1 pgs: 1 remapped+peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 14 KiB/s rd, 757 KiB/s wr, 48 op/s 2024-04-27T02:52:10.277 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:10 smithi077 ceph-mon[24011]: osdmap e34: 8 total, 6 up, 8 in 2024-04-27T02:52:10.277 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:10 smithi077 ceph-mon[24011]: from='osd.5 [v2:172.21.15.77:6818/3539282413,v1:172.21.15.77:6819/3539282413]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-04-27T02:52:10.277 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:10 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:52:10.278 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:10 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:10.278 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:10 smithi077 ceph-mon[24011]: from='osd.5 [v2:172.21.15.77:6818/3539282413,v1:172.21.15.77:6819/3539282413]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-04-27T02:52:10.278 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:10 smithi077 ceph-mon[24011]: osdmap e35: 8 total, 6 up, 8 in 2024-04-27T02:52:10.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:10 smithi110 ceph-mon[33616]: from='osd.5 [v2:172.21.15.77:6818/3539282413,v1:172.21.15.77:6819/3539282413]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-27T02:52:10.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:10 smithi110 ceph-mon[33616]: pgmap v91: 1 pgs: 1 remapped+peering; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 14 KiB/s rd, 757 KiB/s wr, 48 op/s 2024-04-27T02:52:10.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:10 smithi110 ceph-mon[33616]: osdmap e34: 8 total, 6 up, 8 in 2024-04-27T02:52:10.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:10 smithi110 ceph-mon[33616]: from='osd.5 [v2:172.21.15.77:6818/3539282413,v1:172.21.15.77:6819/3539282413]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-04-27T02:52:10.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:10 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:52:10.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:10 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:10.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:10 smithi110 ceph-mon[33616]: from='osd.5 [v2:172.21.15.77:6818/3539282413,v1:172.21.15.77:6819/3539282413]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-04-27T02:52:10.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:10 smithi110 ceph-mon[33616]: osdmap e35: 8 total, 6 up, 8 in 2024-04-27T02:52:11.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:52:11.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:11.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:52:11.247 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:11 smithi110 ceph-mon[33616]: from='osd.5 [v2:172.21.15.77:6818/3539282413,v1:172.21.15.77:6819/3539282413]' entity='osd.5' 2024-04-27T02:52:11.247 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:52:11.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:52:11.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:11.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:52:11.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:11 smithi077 ceph-mon[24011]: from='osd.5 [v2:172.21.15.77:6818/3539282413,v1:172.21.15.77:6819/3539282413]' entity='osd.5' 2024-04-27T02:52:11.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:52:11.775 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:52:12.299 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:12 smithi077 ceph-mon[24011]: purged_snaps scrub starts 2024-04-27T02:52:12.299 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:12 smithi077 ceph-mon[24011]: purged_snaps scrub ok 2024-04-27T02:52:12.299 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:12 smithi077 ceph-mon[24011]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-04-27T02:52:12.299 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:12 smithi077 ceph-mon[24011]: osd.5 [v2:172.21.15.77:6818/3539282413,v1:172.21.15.77:6819/3539282413] boot 2024-04-27T02:52:12.299 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:12 smithi077 ceph-mon[24011]: osdmap e36: 8 total, 7 up, 8 in 2024-04-27T02:52:12.300 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:12 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:52:12.300 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:12 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:12.300 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:12 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/3896251178' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:52:12.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:12 smithi110 ceph-mon[33616]: purged_snaps scrub starts 2024-04-27T02:52:12.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:12 smithi110 ceph-mon[33616]: purged_snaps scrub ok 2024-04-27T02:52:12.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:12 smithi110 ceph-mon[33616]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 179 MiB used, 536 GiB / 536 GiB avail; 129 KiB/s, 0 objects/s recovering 2024-04-27T02:52:12.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:12 smithi110 ceph-mon[33616]: osd.5 [v2:172.21.15.77:6818/3539282413,v1:172.21.15.77:6819/3539282413] boot 2024-04-27T02:52:12.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:12 smithi110 ceph-mon[33616]: osdmap e36: 8 total, 7 up, 8 in 2024-04-27T02:52:12.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:12 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-27T02:52:12.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:12 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:12.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:12 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/3896251178' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:52:12.619 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":36,"num_osds":8,"num_up_osds":7,"osd_up_since":1714186331,"num_in_osds":8,"osd_in_since":1714186290,"num_remapped_pgs":0} 2024-04-27T02:52:13.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:13 smithi077 ceph-mon[24011]: osdmap e37: 8 total, 7 up, 8 in 2024-04-27T02:52:13.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:13 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:13.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:13 smithi077 ceph-mon[24011]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 205 MiB used, 626 GiB / 626 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-27T02:52:13.620 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T02:52:13.931 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:52:13.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:13 smithi110 ceph-mon[33616]: osdmap e37: 8 total, 7 up, 8 in 2024-04-27T02:52:13.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:13 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:13.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:13 smithi110 ceph-mon[33616]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 205 MiB used, 626 GiB / 626 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-27T02:52:14.997 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:14 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:14.998 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:14 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:15.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:14 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:15.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:14 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:15.779 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:52:16.068 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:15 smithi077 ceph-mon[24011]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 205 MiB used, 626 GiB / 626 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-27T02:52:16.068 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:15 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/3985855930' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:52:16.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:15 smithi110 ceph-mon[33616]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 205 MiB used, 626 GiB / 626 GiB avail; 96 KiB/s, 0 objects/s recovering 2024-04-27T02:52:16.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:15 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/3985855930' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:52:16.457 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":37,"num_osds":8,"num_up_osds":7,"osd_up_since":1714186331,"num_in_osds":8,"osd_in_since":1714186290,"num_remapped_pgs":0} 2024-04-27T02:52:17.293 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:17 smithi077 ceph-mon[24011]: from='osd.7 [v2:172.21.15.77:6826/4221602592,v1:172.21.15.77:6827/4221602592]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-27T02:52:17.459 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-27T02:52:17.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:17 smithi110 ceph-mon[33616]: from='osd.7 [v2:172.21.15.77:6826/4221602592,v1:172.21.15.77:6827/4221602592]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-27T02:52:17.842 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:52:18.233 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:18 smithi077 ceph-mon[24011]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 205 MiB used, 626 GiB / 626 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-04-27T02:52:18.233 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:18 smithi077 ceph-mon[24011]: from='osd.7 [v2:172.21.15.77:6826/4221602592,v1:172.21.15.77:6827/4221602592]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-27T02:52:18.233 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:18 smithi077 ceph-mon[24011]: osdmap e38: 8 total, 7 up, 8 in 2024-04-27T02:52:18.233 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:18 smithi077 ceph-mon[24011]: from='osd.7 [v2:172.21.15.77:6826/4221602592,v1:172.21.15.77:6827/4221602592]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-04-27T02:52:18.233 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:18 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:18.233 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:18 smithi077 ceph-mon[24011]: from='osd.7 [v2:172.21.15.77:6826/4221602592,v1:172.21.15.77:6827/4221602592]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-04-27T02:52:18.233 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:18 smithi077 ceph-mon[24011]: osdmap e39: 8 total, 7 up, 8 in 2024-04-27T02:52:18.233 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:18 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:18.233 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:18 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:18.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:18 smithi110 ceph-mon[33616]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 205 MiB used, 626 GiB / 626 GiB avail; 82 KiB/s, 0 objects/s recovering 2024-04-27T02:52:18.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:18 smithi110 ceph-mon[33616]: from='osd.7 [v2:172.21.15.77:6826/4221602592,v1:172.21.15.77:6827/4221602592]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-27T02:52:18.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:18 smithi110 ceph-mon[33616]: osdmap e38: 8 total, 7 up, 8 in 2024-04-27T02:52:18.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:18 smithi110 ceph-mon[33616]: from='osd.7 [v2:172.21.15.77:6826/4221602592,v1:172.21.15.77:6827/4221602592]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]: dispatch 2024-04-27T02:52:18.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:18 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:18.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:18 smithi110 ceph-mon[33616]: from='osd.7 [v2:172.21.15.77:6826/4221602592,v1:172.21.15.77:6827/4221602592]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi077", "root=default"]}]': finished 2024-04-27T02:52:18.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:18 smithi110 ceph-mon[33616]: osdmap e39: 8 total, 7 up, 8 in 2024-04-27T02:52:18.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:18 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:18.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:18 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:19.673 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:19 smithi077 ceph-mon[24011]: from='osd.7 [v2:172.21.15.77:6826/4221602592,v1:172.21.15.77:6827/4221602592]' entity='osd.7' 2024-04-27T02:52:19.674 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:19 smithi077 ceph-mon[24011]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 205 MiB used, 626 GiB / 626 GiB avail 2024-04-27T02:52:19.674 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:19 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:52:19.674 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:19 smithi077 ceph-mon[24011]: osd.7 [v2:172.21.15.77:6826/4221602592,v1:172.21.15.77:6827/4221602592] boot 2024-04-27T02:52:19.674 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:19 smithi077 ceph-mon[24011]: osdmap e40: 8 total, 8 up, 8 in 2024-04-27T02:52:19.674 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:19 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:19.674 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:19 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:19.674 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:19 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:19.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:19 smithi110 ceph-mon[33616]: from='osd.7 [v2:172.21.15.77:6826/4221602592,v1:172.21.15.77:6827/4221602592]' entity='osd.7' 2024-04-27T02:52:19.996 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:19 smithi110 ceph-mon[33616]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 205 MiB used, 626 GiB / 626 GiB avail 2024-04-27T02:52:19.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:19 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:52:19.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:19 smithi110 ceph-mon[33616]: osd.7 [v2:172.21.15.77:6826/4221602592,v1:172.21.15.77:6827/4221602592] boot 2024-04-27T02:52:19.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:19 smithi110 ceph-mon[33616]: osdmap e40: 8 total, 8 up, 8 in 2024-04-27T02:52:19.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:19 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-27T02:52:19.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:19 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:19.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:19 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:20.434 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:52:20.746 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:20 smithi110 ceph-mon[33616]: purged_snaps scrub starts 2024-04-27T02:52:20.746 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:20 smithi110 ceph-mon[33616]: purged_snaps scrub ok 2024-04-27T02:52:20.746 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:20 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:52:20.746 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:20 smithi110 ceph-mon[33616]: osdmap e41: 8 total, 8 up, 8 in 2024-04-27T02:52:20.746 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:20 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/2217011260' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:52:20.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:20 smithi077 ceph-mon[24011]: purged_snaps scrub starts 2024-04-27T02:52:20.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:20 smithi077 ceph-mon[24011]: purged_snaps scrub ok 2024-04-27T02:52:20.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:20 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:52:20.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:20 smithi077 ceph-mon[24011]: osdmap e41: 8 total, 8 up, 8 in 2024-04-27T02:52:20.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:20 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/2217011260' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-27T02:52:21.216 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":41,"num_osds":8,"num_up_osds":8,"osd_up_since":1714186339,"num_in_osds":8,"osd_in_since":1714186290,"num_remapped_pgs":1} 2024-04-27T02:52:21.216 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-27T02:52:21.693 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:52:22.398 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:22 smithi110 ceph-mon[33616]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:22.398 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:22 smithi110 ceph-mon[33616]: osdmap e42: 8 total, 8 up, 8 in 2024-04-27T02:52:22.398 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:22 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:22.398 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:22 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:22.549 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:22 smithi077 ceph-mon[24011]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:22.549 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:22 smithi077 ceph-mon[24011]: osdmap e42: 8 total, 8 up, 8 in 2024-04-27T02:52:22.549 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:22 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:22.549 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:22 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:23.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:23 smithi110 ceph-mon[33616]: osdmap e43: 8 total, 8 up, 8 in 2024-04-27T02:52:23.556 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:52:23.556 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":44,"fsid":"38d07510-0440-11ef-bc93-c7b262605968","created":"2024-04-27T02:47:35.004834+0000","modified":"2024-04-27T02:52:23.082961+0000","last_up_change":"2024-04-27T02:52:19.073133+0000","last_in_change":"2024-04-27T02:51:30.703076+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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-04-27T02:51:55.327031+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,"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":"d5fdda53-cf43-4227-b6fe-be85a4de1774","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6800","nonce":1510165661},{"type":"v1","addr":"172.21.15.110:6801","nonce":1510165661}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":1510165661},{"type":"v1","addr":"172.21.15.110:6803","nonce":1510165661}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":1510165661},{"type":"v1","addr":"172.21.15.110:6807","nonce":1510165661}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":1510165661},{"type":"v1","addr":"172.21.15.110:6805","nonce":1510165661}]},"public_addr":"172.21.15.110:6801/1510165661","cluster_addr":"172.21.15.110:6803/1510165661","heartbeat_back_addr":"172.21.15.110:6807/1510165661","heartbeat_front_addr":"172.21.15.110:6805/1510165661","state":["exists","up"]},{"osd":1,"uuid":"c0220f5b-fe7a-4014-b158-dde18b46f3a0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6802","nonce":3930183552},{"type":"v1","addr":"172.21.15.77:6803","nonce":3930183552}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":3930183552},{"type":"v1","addr":"172.21.15.77:6805","nonce":3930183552}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6808","nonce":3930183552},{"type":"v1","addr":"172.21.15.77:6809","nonce":3930183552}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":3930183552},{"type":"v1","addr":"172.21.15.77:6807","nonce":3930183552}]},"public_addr":"172.21.15.77:6803/3930183552","cluster_addr":"172.21.15.77:6805/3930183552","heartbeat_back_addr":"172.21.15.77:6809/3930183552","heartbeat_front_addr":"172.21.15.77:6807/3930183552","state":["exists","up"]},{"osd":2,"uuid":"7ba99069-c612-450c-9f11-f9efd3ee0807","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":341010408},{"type":"v1","addr":"172.21.15.110:6809","nonce":341010408}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6810","nonce":341010408},{"type":"v1","addr":"172.21.15.110:6811","nonce":341010408}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":341010408},{"type":"v1","addr":"172.21.15.110:6815","nonce":341010408}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":341010408},{"type":"v1","addr":"172.21.15.110:6813","nonce":341010408}]},"public_addr":"172.21.15.110:6809/341010408","cluster_addr":"172.21.15.110:6811/341010408","heartbeat_back_addr":"172.21.15.110:6815/341010408","heartbeat_front_addr":"172.21.15.110:6813/341010408","state":["exists","up"]},{"osd":3,"uuid":"c1344c7f-921d-4c71-9961-31623bb5a7cd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6810","nonce":4081229296},{"type":"v1","addr":"172.21.15.77:6811","nonce":4081229296}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6812","nonce":4081229296},{"type":"v1","addr":"172.21.15.77:6813","nonce":4081229296}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6816","nonce":4081229296},{"type":"v1","addr":"172.21.15.77:6817","nonce":4081229296}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6814","nonce":4081229296},{"type":"v1","addr":"172.21.15.77:6815","nonce":4081229296}]},"public_addr":"172.21.15.77:6811/4081229296","cluster_addr":"172.21.15.77:6813/4081229296","heartbeat_back_addr":"172.21.15.77:6817/4081229296","heartbeat_front_addr":"172.21.15.77:6815/4081229296","state":["exists","up"]},{"osd":4,"uuid":"5e611cb4-9050-4a60-858c-f3bd2c357566","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6816","nonce":1038999895},{"type":"v1","addr":"172.21.15.110:6817","nonce":1038999895}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6818","nonce":1038999895},{"type":"v1","addr":"172.21.15.110:6819","nonce":1038999895}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6822","nonce":1038999895},{"type":"v1","addr":"172.21.15.110:6823","nonce":1038999895}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6820","nonce":1038999895},{"type":"v1","addr":"172.21.15.110:6821","nonce":1038999895}]},"public_addr":"172.21.15.110:6817/1038999895","cluster_addr":"172.21.15.110:6819/1038999895","heartbeat_back_addr":"172.21.15.110:6823/1038999895","heartbeat_front_addr":"172.21.15.110:6821/1038999895","state":["exists","up"]},{"osd":5,"uuid":"510561ee-9c6b-45e4-a630-9aed7a665502","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.77:6818","nonce":3539282413},{"type":"v1","addr":"172.21.15.77:6819","nonce":3539282413}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6820","nonce":3539282413},{"type":"v1","addr":"172.21.15.77:6821","nonce":3539282413}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6824","nonce":3539282413},{"type":"v1","addr":"172.21.15.77:6825","nonce":3539282413}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6822","nonce":3539282413},{"type":"v1","addr":"172.21.15.77:6823","nonce":3539282413}]},"public_addr":"172.21.15.77:6819/3539282413","cluster_addr":"172.21.15.77:6821/3539282413","heartbeat_back_addr":"172.21.15.77:6825/3539282413","heartbeat_front_addr":"172.21.15.77:6823/3539282413","state":["exists","up"]},{"osd":6,"uuid":"a0b30775-9297-479a-aef7-87bf088834e7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6824","nonce":708032798},{"type":"v1","addr":"172.21.15.110:6825","nonce":708032798}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6826","nonce":708032798},{"type":"v1","addr":"172.21.15.110:6827","nonce":708032798}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6830","nonce":708032798},{"type":"v1","addr":"172.21.15.110:6831","nonce":708032798}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6828","nonce":708032798},{"type":"v1","addr":"172.21.15.110:6829","nonce":708032798}]},"public_addr":"172.21.15.110:6825/708032798","cluster_addr":"172.21.15.110:6827/708032798","heartbeat_back_addr":"172.21.15.110:6831/708032798","heartbeat_front_addr":"172.21.15.110:6829/708032798","state":["exists","up"]},{"osd":7,"uuid":"696a7968-bca3-4329-bb1a-5e829811e877","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6826","nonce":4221602592},{"type":"v1","addr":"172.21.15.77:6827","nonce":4221602592}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6828","nonce":4221602592},{"type":"v1","addr":"172.21.15.77:6829","nonce":4221602592}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6832","nonce":4221602592},{"type":"v1","addr":"172.21.15.77:6833","nonce":4221602592}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6830","nonce":4221602592},{"type":"v1","addr":"172.21.15.77:6831","nonce":4221602592}]},"public_addr":"172.21.15.77:6827/4221602592","cluster_addr":"172.21.15.77:6829/4221602592","heartbeat_back_addr":"172.21.15.77:6833/4221602592","heartbeat_front_addr":"172.21.15.77:6831/4221602592","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T02:51:44.797779+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T02:51:52.941959+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T02:51:50.661371+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T02:52:02.072476+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T02:51:56.503165+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T02:52:10.015230+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T02:52:02.116631+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T02:52:18.028555+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.77:0/3366391372":"2024-04-28T02:49:49.001967+0000","172.21.15.77:0/2249518066":"2024-04-28T02:49:49.001967+0000","172.21.15.77:6801/386147892":"2024-04-28T02:49:49.001967+0000","172.21.15.77:6801/3795414176":"2024-04-28T02:48:42.673056+0000","172.21.15.77:6800/386147892":"2024-04-28T02:49:49.001967+0000","172.21.15.77:6800/3795414176":"2024-04-28T02:48:42.673056+0000","172.21.15.77:0/2154755047":"2024-04-28T02:48:42.673056+0000","172.21.15.77:0/3251792492":"2024-04-28T02:48:42.673056+0000","172.21.15.77:0/2181130690":"2024-04-28T02:49:49.001967+0000","172.21.15.77:0/1891467649":"2024-04-28T02:48:07.307410+0000","172.21.15.77:0/3181034162":"2024-04-28T02:48:07.307410+0000","172.21.15.77:6800/2791281613":"2024-04-28T02:48:07.307410+0000","172.21.15.77:6801/2791281613":"2024-04-28T02:48:07.307410+0000","172.21.15.77:0/432404708":"2024-04-28T02:48:07.307410+0000","172.21.15.77:0/2176885291":"2024-04-28T02:48:42.673056+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-04-27T02:52:23.556 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:23 smithi077 ceph-mon[24011]: osdmap e43: 8 total, 8 up, 8 in 2024-04-27T02:52:24.301 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:24 smithi110 ceph-mon[33616]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:24.301 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:24 smithi110 ceph-mon[33616]: osdmap e44: 8 total, 8 up, 8 in 2024-04-27T02:52:24.301 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:24 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/3713951220' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-27T02:52:24.557 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:24 smithi077 ceph-mon[24011]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:24.558 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:24 smithi077 ceph-mon[24011]: osdmap e44: 8 total, 8 up, 8 in 2024-04-27T02:52:24.558 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:24 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/3713951220' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-27T02:52:24.586 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-27T02:51:55.327031+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, '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-04-27T02:52:24.586 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-04-27T02:52:25.288 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:52:26.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:26 smithi110 ceph-mon[33616]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:26.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:26 smithi077 ceph-mon[24011]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:27.474 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:27 smithi077 ceph-mon[24011]: Detected new or changed devices on smithi110 2024-04-27T02:52:27.474 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:27 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:27.474 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:27 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:27.475 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:27 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:52:27.475 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:27 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:52:27.475 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:27 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:52:27.475 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:27 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:52:27.475 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:27 smithi077 ceph-mon[24011]: Adjusting osd_memory_target on smithi110 to 3728M 2024-04-27T02:52:27.475 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:27 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:27.475 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:27 smithi077 ceph-mon[24011]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:27.746 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:27 smithi110 ceph-mon[33616]: Detected new or changed devices on smithi110 2024-04-27T02:52:27.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:27 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:27.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:27 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:27.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:27 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:52:27.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:27 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:52:27.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:27 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:52:27.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:27 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:52:27.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:27 smithi110 ceph-mon[33616]: Adjusting osd_memory_target on smithi110 to 3728M 2024-04-27T02:52:27.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:27 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:27.747 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:27 smithi110 ceph-mon[33616]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:28.311 INFO:teuthology.orchestra.run.smithi077.stdout:pg_num: 1 2024-04-27T02:52:28.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:28 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/2717906312' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-27T02:52:28.746 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:28 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/2717906312' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-27T02:52:29.010 INFO:tasks.cephadm:Setting up client nodes... 2024-04-27T02:52:29.010 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-04-27T02:52:29.271 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:52:30.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:30 smithi110 ceph-mon[33616]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:30.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:30 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:30.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:30 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:30.513 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:30 smithi077 ceph-mon[24011]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:30.514 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:30 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:30.514 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:30 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:31.364 INFO:teuthology.orchestra.run.smithi077.stdout:[client.0] 2024-04-27T02:52:31.364 INFO:teuthology.orchestra.run.smithi077.stdout: key = AQBvaCxmlDvDFRAAWbuy8/3KwjISxywgFMd2iQ== 2024-04-27T02:52:32.167 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-04-27T02:52:32.167 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-04-27T02:52:32.168 DEBUG:teuthology.orchestra.run.smithi077:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-04-27T02:52:32.203 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-04-27T02:52:32.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:32 smithi077 ceph-mon[24011]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:32.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:32 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/3507091100' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-27T02:52:32.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:32 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/3507091100' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-27T02:52:32.453 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi110/config 2024-04-27T02:52:32.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:32 smithi110 ceph-mon[33616]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:32.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:32 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/3507091100' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-27T02:52:32.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:32 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/3507091100' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-27T02:52:34.393 INFO:teuthology.orchestra.run.smithi110.stdout:[client.1] 2024-04-27T02:52:34.393 INFO:teuthology.orchestra.run.smithi110.stdout: key = AQByaCxmRwdeFxAAZzUSLHGVPAkN/+BTc68UEw== 2024-04-27T02:52:34.405 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:34 smithi110 ceph-mon[33616]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:34.405 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:34 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:52:34.569 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:34 smithi077 ceph-mon[24011]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:34.569 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:34 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:52:35.082 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-27T02:52:35.082 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-04-27T02:52:35.082 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-04-27T02:52:35.121 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-27T02:52:35.121 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-27T02:52:35.121 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph mgr dump --format=json 2024-04-27T02:52:35.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:35 smithi110 ceph-mon[33616]: from='client.? 172.21.15.110:0/1901631278' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-27T02:52:35.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:35 smithi110 ceph-mon[33616]: 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-04-27T02:52:35.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:35 smithi110 ceph-mon[33616]: 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-04-27T02:52:35.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:35 smithi077 ceph-mon[24011]: from='client.? 172.21.15.110:0/1901631278' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-27T02:52:35.569 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:35 smithi077 ceph-mon[24011]: 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-04-27T02:52:35.569 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:35 smithi077 ceph-mon[24011]: 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-04-27T02:52:35.699 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:52:36.407 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:36 smithi110 ceph-mon[33616]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:36.408 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:36 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:36.408 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:36 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:36.408 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:36 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:52:36.408 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:36 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:52:36.408 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:36 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:52:36.408 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:36 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:52:36.408 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:36 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:36.408 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:36 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:52:36.408 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:36 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:52:36.409 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:36 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:36.409 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:36 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:52:36.409 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:36 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T02:52:36.409 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:36 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:52:36.409 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:36 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T02:52:36.409 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:36 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:52:36.538 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:36 smithi077 ceph-mon[24011]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:36.538 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:36 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:36.538 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:36 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:36.538 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:36 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:52:36.538 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:36 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:52:36.538 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:36 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:52:36.538 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:36 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-27T02:52:36.538 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:36 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:36.538 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:36 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:52:36.538 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:36 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:52:36.538 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:36 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:36.539 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:36 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:52:36.539 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:36 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T02:52:36.539 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:36 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:52:36.539 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:36 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-27T02:52:36.539 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:36 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:52:37.207 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:37 smithi077 ceph-mon[24011]: Detected new or changed devices on smithi077 2024-04-27T02:52:37.207 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:37 smithi077 ceph-mon[24011]: Adjusting osd_memory_target on smithi077 to 2960M 2024-04-27T02:52:37.420 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:37 smithi110 ceph-mon[33616]: Detected new or changed devices on smithi077 2024-04-27T02:52:37.420 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:37 smithi110 ceph-mon[33616]: Adjusting osd_memory_target on smithi077 to 2960M 2024-04-27T02:52:37.752 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:52:38.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:38 smithi110 ceph-mon[33616]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:38.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:38 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/1667948470' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-27T02:52:38.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:38 smithi077 ceph-mon[24011]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:38.568 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:38 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/1667948470' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-27T02:52:38.999 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":19,"flags":0,"active_gid":14211,"active_name":"smithi077.clwhwf","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6800","nonce":243608267},{"type":"v1","addr":"172.21.15.77:6801","nonce":243608267}]},"active_addr":"172.21.15.77:6801/243608267","active_change":"2024-04-27T02:49:49.002080+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":14236,"name":"smithi110.vvnxlp","mgr_features":4540701547738038271,"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","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":[]}}},{"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":[]},"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.25.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:9.4.12","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:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki 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.5.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.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of 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.43.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:2.4.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_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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"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":[]}}},{"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":[]},"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]},"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]},"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":[]}}},{"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":[]},"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":[]},"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":[]},"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":[]}}},{"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":[]}}},{"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":[]},"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":[]},"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":"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]},"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":[]}}},{"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":[]}}},{"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":[]},"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","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":[]}}},{"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":[]},"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.25.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:9.4.12","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:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki 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.5.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.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of 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.43.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:2.4.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_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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"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":[]},"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":[]}}},{"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":[]},"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]},"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]},"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":[]}}},{"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":[]},"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":[]},"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":[]},"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":[]}}},{"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":[]}}},{"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":[]},"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":[]},"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":"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]}}},{"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":[]},"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":[]}}},{"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":[]}}},{"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":[]},"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.77:8443/","prometheus":"http://172.21.15.77: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.77:0","nonce":4288317665}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.77:0","nonce":1046249333}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.77:0","nonce":2602898091}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.77:0","nonce":3836575213}]}]} 2024-04-27T02:52:39.002 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-27T02:52:39.003 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-27T02:52:39.003 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-27T02:52:39.975 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:52:40.186 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:40 smithi110 ceph-mon[33616]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:40.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:40 smithi077 ceph-mon[24011]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:42.357 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:42 smithi110 ceph-mon[33616]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:42.464 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:42 smithi077 ceph-mon[24011]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:42.473 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:52:42.473 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":44,"fsid":"38d07510-0440-11ef-bc93-c7b262605968","created":"2024-04-27T02:47:35.004834+0000","modified":"2024-04-27T02:52:23.082961+0000","last_up_change":"2024-04-27T02:52:19.073133+0000","last_in_change":"2024-04-27T02:51:30.703076+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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-04-27T02:51:55.327031+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,"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":"d5fdda53-cf43-4227-b6fe-be85a4de1774","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6800","nonce":1510165661},{"type":"v1","addr":"172.21.15.110:6801","nonce":1510165661}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":1510165661},{"type":"v1","addr":"172.21.15.110:6803","nonce":1510165661}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":1510165661},{"type":"v1","addr":"172.21.15.110:6807","nonce":1510165661}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":1510165661},{"type":"v1","addr":"172.21.15.110:6805","nonce":1510165661}]},"public_addr":"172.21.15.110:6801/1510165661","cluster_addr":"172.21.15.110:6803/1510165661","heartbeat_back_addr":"172.21.15.110:6807/1510165661","heartbeat_front_addr":"172.21.15.110:6805/1510165661","state":["exists","up"]},{"osd":1,"uuid":"c0220f5b-fe7a-4014-b158-dde18b46f3a0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6802","nonce":3930183552},{"type":"v1","addr":"172.21.15.77:6803","nonce":3930183552}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":3930183552},{"type":"v1","addr":"172.21.15.77:6805","nonce":3930183552}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6808","nonce":3930183552},{"type":"v1","addr":"172.21.15.77:6809","nonce":3930183552}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":3930183552},{"type":"v1","addr":"172.21.15.77:6807","nonce":3930183552}]},"public_addr":"172.21.15.77:6803/3930183552","cluster_addr":"172.21.15.77:6805/3930183552","heartbeat_back_addr":"172.21.15.77:6809/3930183552","heartbeat_front_addr":"172.21.15.77:6807/3930183552","state":["exists","up"]},{"osd":2,"uuid":"7ba99069-c612-450c-9f11-f9efd3ee0807","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":341010408},{"type":"v1","addr":"172.21.15.110:6809","nonce":341010408}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6810","nonce":341010408},{"type":"v1","addr":"172.21.15.110:6811","nonce":341010408}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":341010408},{"type":"v1","addr":"172.21.15.110:6815","nonce":341010408}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":341010408},{"type":"v1","addr":"172.21.15.110:6813","nonce":341010408}]},"public_addr":"172.21.15.110:6809/341010408","cluster_addr":"172.21.15.110:6811/341010408","heartbeat_back_addr":"172.21.15.110:6815/341010408","heartbeat_front_addr":"172.21.15.110:6813/341010408","state":["exists","up"]},{"osd":3,"uuid":"c1344c7f-921d-4c71-9961-31623bb5a7cd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6810","nonce":4081229296},{"type":"v1","addr":"172.21.15.77:6811","nonce":4081229296}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6812","nonce":4081229296},{"type":"v1","addr":"172.21.15.77:6813","nonce":4081229296}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6816","nonce":4081229296},{"type":"v1","addr":"172.21.15.77:6817","nonce":4081229296}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6814","nonce":4081229296},{"type":"v1","addr":"172.21.15.77:6815","nonce":4081229296}]},"public_addr":"172.21.15.77:6811/4081229296","cluster_addr":"172.21.15.77:6813/4081229296","heartbeat_back_addr":"172.21.15.77:6817/4081229296","heartbeat_front_addr":"172.21.15.77:6815/4081229296","state":["exists","up"]},{"osd":4,"uuid":"5e611cb4-9050-4a60-858c-f3bd2c357566","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6816","nonce":1038999895},{"type":"v1","addr":"172.21.15.110:6817","nonce":1038999895}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6818","nonce":1038999895},{"type":"v1","addr":"172.21.15.110:6819","nonce":1038999895}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6822","nonce":1038999895},{"type":"v1","addr":"172.21.15.110:6823","nonce":1038999895}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6820","nonce":1038999895},{"type":"v1","addr":"172.21.15.110:6821","nonce":1038999895}]},"public_addr":"172.21.15.110:6817/1038999895","cluster_addr":"172.21.15.110:6819/1038999895","heartbeat_back_addr":"172.21.15.110:6823/1038999895","heartbeat_front_addr":"172.21.15.110:6821/1038999895","state":["exists","up"]},{"osd":5,"uuid":"510561ee-9c6b-45e4-a630-9aed7a665502","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.77:6818","nonce":3539282413},{"type":"v1","addr":"172.21.15.77:6819","nonce":3539282413}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6820","nonce":3539282413},{"type":"v1","addr":"172.21.15.77:6821","nonce":3539282413}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6824","nonce":3539282413},{"type":"v1","addr":"172.21.15.77:6825","nonce":3539282413}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6822","nonce":3539282413},{"type":"v1","addr":"172.21.15.77:6823","nonce":3539282413}]},"public_addr":"172.21.15.77:6819/3539282413","cluster_addr":"172.21.15.77:6821/3539282413","heartbeat_back_addr":"172.21.15.77:6825/3539282413","heartbeat_front_addr":"172.21.15.77:6823/3539282413","state":["exists","up"]},{"osd":6,"uuid":"a0b30775-9297-479a-aef7-87bf088834e7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6824","nonce":708032798},{"type":"v1","addr":"172.21.15.110:6825","nonce":708032798}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6826","nonce":708032798},{"type":"v1","addr":"172.21.15.110:6827","nonce":708032798}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6830","nonce":708032798},{"type":"v1","addr":"172.21.15.110:6831","nonce":708032798}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6828","nonce":708032798},{"type":"v1","addr":"172.21.15.110:6829","nonce":708032798}]},"public_addr":"172.21.15.110:6825/708032798","cluster_addr":"172.21.15.110:6827/708032798","heartbeat_back_addr":"172.21.15.110:6831/708032798","heartbeat_front_addr":"172.21.15.110:6829/708032798","state":["exists","up"]},{"osd":7,"uuid":"696a7968-bca3-4329-bb1a-5e829811e877","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6826","nonce":4221602592},{"type":"v1","addr":"172.21.15.77:6827","nonce":4221602592}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6828","nonce":4221602592},{"type":"v1","addr":"172.21.15.77:6829","nonce":4221602592}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6832","nonce":4221602592},{"type":"v1","addr":"172.21.15.77:6833","nonce":4221602592}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6830","nonce":4221602592},{"type":"v1","addr":"172.21.15.77:6831","nonce":4221602592}]},"public_addr":"172.21.15.77:6827/4221602592","cluster_addr":"172.21.15.77:6829/4221602592","heartbeat_back_addr":"172.21.15.77:6833/4221602592","heartbeat_front_addr":"172.21.15.77:6831/4221602592","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T02:51:44.797779+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T02:51:52.941959+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T02:51:50.661371+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T02:52:02.072476+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T02:51:56.503165+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T02:52:10.015230+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T02:52:02.116631+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T02:52:18.028555+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.77:0/3366391372":"2024-04-28T02:49:49.001967+0000","172.21.15.77:0/2249518066":"2024-04-28T02:49:49.001967+0000","172.21.15.77:6801/386147892":"2024-04-28T02:49:49.001967+0000","172.21.15.77:6801/3795414176":"2024-04-28T02:48:42.673056+0000","172.21.15.77:6800/386147892":"2024-04-28T02:49:49.001967+0000","172.21.15.77:6800/3795414176":"2024-04-28T02:48:42.673056+0000","172.21.15.77:0/2154755047":"2024-04-28T02:48:42.673056+0000","172.21.15.77:0/3251792492":"2024-04-28T02:48:42.673056+0000","172.21.15.77:0/2181130690":"2024-04-28T02:49:49.001967+0000","172.21.15.77:0/1891467649":"2024-04-28T02:48:07.307410+0000","172.21.15.77:0/3181034162":"2024-04-28T02:48:07.307410+0000","172.21.15.77:6800/2791281613":"2024-04-28T02:48:07.307410+0000","172.21.15.77:6801/2791281613":"2024-04-28T02:48:07.307410+0000","172.21.15.77:0/432404708":"2024-04-28T02:48:07.307410+0000","172.21.15.77:0/2176885291":"2024-04-28T02:48:42.673056+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-04-27T02:52:43.256 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:43 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/2414934215' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-27T02:52:43.496 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:43 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/2414934215' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-27T02:52:43.498 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-27T02:52:43.498 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-27T02:52:44.110 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:52:44.246 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:44 smithi110 ceph-mon[33616]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:44.447 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:44 smithi077 ceph-mon[24011]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:46.372 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:46 smithi077 ceph-mon[24011]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:46.372 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:46 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:46.372 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:46 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:46.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:46 smithi110 ceph-mon[33616]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:46.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:46 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:46.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:46 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:46.827 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:52:46.827 INFO:teuthology.orchestra.run.smithi077.stdout:{"epoch":44,"fsid":"38d07510-0440-11ef-bc93-c7b262605968","created":"2024-04-27T02:47:35.004834+0000","modified":"2024-04-27T02:52:23.082961+0000","last_up_change":"2024-04-27T02:52:19.073133+0000","last_in_change":"2024-04-27T02:51:30.703076+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"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-04-27T02:51:55.327031+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,"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":"d5fdda53-cf43-4227-b6fe-be85a4de1774","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6800","nonce":1510165661},{"type":"v1","addr":"172.21.15.110:6801","nonce":1510165661}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":1510165661},{"type":"v1","addr":"172.21.15.110:6803","nonce":1510165661}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":1510165661},{"type":"v1","addr":"172.21.15.110:6807","nonce":1510165661}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":1510165661},{"type":"v1","addr":"172.21.15.110:6805","nonce":1510165661}]},"public_addr":"172.21.15.110:6801/1510165661","cluster_addr":"172.21.15.110:6803/1510165661","heartbeat_back_addr":"172.21.15.110:6807/1510165661","heartbeat_front_addr":"172.21.15.110:6805/1510165661","state":["exists","up"]},{"osd":1,"uuid":"c0220f5b-fe7a-4014-b158-dde18b46f3a0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6802","nonce":3930183552},{"type":"v1","addr":"172.21.15.77:6803","nonce":3930183552}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6804","nonce":3930183552},{"type":"v1","addr":"172.21.15.77:6805","nonce":3930183552}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6808","nonce":3930183552},{"type":"v1","addr":"172.21.15.77:6809","nonce":3930183552}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6806","nonce":3930183552},{"type":"v1","addr":"172.21.15.77:6807","nonce":3930183552}]},"public_addr":"172.21.15.77:6803/3930183552","cluster_addr":"172.21.15.77:6805/3930183552","heartbeat_back_addr":"172.21.15.77:6809/3930183552","heartbeat_front_addr":"172.21.15.77:6807/3930183552","state":["exists","up"]},{"osd":2,"uuid":"7ba99069-c612-450c-9f11-f9efd3ee0807","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":341010408},{"type":"v1","addr":"172.21.15.110:6809","nonce":341010408}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6810","nonce":341010408},{"type":"v1","addr":"172.21.15.110:6811","nonce":341010408}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":341010408},{"type":"v1","addr":"172.21.15.110:6815","nonce":341010408}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":341010408},{"type":"v1","addr":"172.21.15.110:6813","nonce":341010408}]},"public_addr":"172.21.15.110:6809/341010408","cluster_addr":"172.21.15.110:6811/341010408","heartbeat_back_addr":"172.21.15.110:6815/341010408","heartbeat_front_addr":"172.21.15.110:6813/341010408","state":["exists","up"]},{"osd":3,"uuid":"c1344c7f-921d-4c71-9961-31623bb5a7cd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6810","nonce":4081229296},{"type":"v1","addr":"172.21.15.77:6811","nonce":4081229296}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6812","nonce":4081229296},{"type":"v1","addr":"172.21.15.77:6813","nonce":4081229296}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6816","nonce":4081229296},{"type":"v1","addr":"172.21.15.77:6817","nonce":4081229296}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6814","nonce":4081229296},{"type":"v1","addr":"172.21.15.77:6815","nonce":4081229296}]},"public_addr":"172.21.15.77:6811/4081229296","cluster_addr":"172.21.15.77:6813/4081229296","heartbeat_back_addr":"172.21.15.77:6817/4081229296","heartbeat_front_addr":"172.21.15.77:6815/4081229296","state":["exists","up"]},{"osd":4,"uuid":"5e611cb4-9050-4a60-858c-f3bd2c357566","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6816","nonce":1038999895},{"type":"v1","addr":"172.21.15.110:6817","nonce":1038999895}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6818","nonce":1038999895},{"type":"v1","addr":"172.21.15.110:6819","nonce":1038999895}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6822","nonce":1038999895},{"type":"v1","addr":"172.21.15.110:6823","nonce":1038999895}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6820","nonce":1038999895},{"type":"v1","addr":"172.21.15.110:6821","nonce":1038999895}]},"public_addr":"172.21.15.110:6817/1038999895","cluster_addr":"172.21.15.110:6819/1038999895","heartbeat_back_addr":"172.21.15.110:6823/1038999895","heartbeat_front_addr":"172.21.15.110:6821/1038999895","state":["exists","up"]},{"osd":5,"uuid":"510561ee-9c6b-45e4-a630-9aed7a665502","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.77:6818","nonce":3539282413},{"type":"v1","addr":"172.21.15.77:6819","nonce":3539282413}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6820","nonce":3539282413},{"type":"v1","addr":"172.21.15.77:6821","nonce":3539282413}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6824","nonce":3539282413},{"type":"v1","addr":"172.21.15.77:6825","nonce":3539282413}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6822","nonce":3539282413},{"type":"v1","addr":"172.21.15.77:6823","nonce":3539282413}]},"public_addr":"172.21.15.77:6819/3539282413","cluster_addr":"172.21.15.77:6821/3539282413","heartbeat_back_addr":"172.21.15.77:6825/3539282413","heartbeat_front_addr":"172.21.15.77:6823/3539282413","state":["exists","up"]},{"osd":6,"uuid":"a0b30775-9297-479a-aef7-87bf088834e7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6824","nonce":708032798},{"type":"v1","addr":"172.21.15.110:6825","nonce":708032798}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6826","nonce":708032798},{"type":"v1","addr":"172.21.15.110:6827","nonce":708032798}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6830","nonce":708032798},{"type":"v1","addr":"172.21.15.110:6831","nonce":708032798}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6828","nonce":708032798},{"type":"v1","addr":"172.21.15.110:6829","nonce":708032798}]},"public_addr":"172.21.15.110:6825/708032798","cluster_addr":"172.21.15.110:6827/708032798","heartbeat_back_addr":"172.21.15.110:6831/708032798","heartbeat_front_addr":"172.21.15.110:6829/708032798","state":["exists","up"]},{"osd":7,"uuid":"696a7968-bca3-4329-bb1a-5e829811e877","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6826","nonce":4221602592},{"type":"v1","addr":"172.21.15.77:6827","nonce":4221602592}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6828","nonce":4221602592},{"type":"v1","addr":"172.21.15.77:6829","nonce":4221602592}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6832","nonce":4221602592},{"type":"v1","addr":"172.21.15.77:6833","nonce":4221602592}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.77:6830","nonce":4221602592},{"type":"v1","addr":"172.21.15.77:6831","nonce":4221602592}]},"public_addr":"172.21.15.77:6827/4221602592","cluster_addr":"172.21.15.77:6829/4221602592","heartbeat_back_addr":"172.21.15.77:6833/4221602592","heartbeat_front_addr":"172.21.15.77:6831/4221602592","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T02:51:44.797779+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T02:51:52.941959+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T02:51:50.661371+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T02:52:02.072476+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T02:51:56.503165+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T02:52:10.015230+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T02:52:02.116631+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-27T02:52:18.028555+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.77:0/3366391372":"2024-04-28T02:49:49.001967+0000","172.21.15.77:0/2249518066":"2024-04-28T02:49:49.001967+0000","172.21.15.77:6801/386147892":"2024-04-28T02:49:49.001967+0000","172.21.15.77:6801/3795414176":"2024-04-28T02:48:42.673056+0000","172.21.15.77:6800/386147892":"2024-04-28T02:49:49.001967+0000","172.21.15.77:6800/3795414176":"2024-04-28T02:48:42.673056+0000","172.21.15.77:0/2154755047":"2024-04-28T02:48:42.673056+0000","172.21.15.77:0/3251792492":"2024-04-28T02:48:42.673056+0000","172.21.15.77:0/2181130690":"2024-04-28T02:49:49.001967+0000","172.21.15.77:0/1891467649":"2024-04-28T02:48:07.307410+0000","172.21.15.77:0/3181034162":"2024-04-28T02:48:07.307410+0000","172.21.15.77:6800/2791281613":"2024-04-28T02:48:07.307410+0000","172.21.15.77:6801/2791281613":"2024-04-28T02:48:07.307410+0000","172.21.15.77:0/432404708":"2024-04-28T02:48:07.307410+0000","172.21.15.77:0/2176885291":"2024-04-28T02:48:42.673056+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-04-27T02:52:47.338 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:47 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/84837205' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-27T02:52:47.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:47 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/84837205' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-27T02:52:48.337 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-27T02:52:48.337 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-27T02:52:48.337 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-27T02:52:48.338 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-04-27T02:52:48.338 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-04-27T02:52:48.339 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-04-27T02:52:48.339 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-04-27T02:52:48.339 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-04-27T02:52:48.427 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:48 smithi077 ceph-mon[24011]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:48.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:48 smithi110 ceph-mon[33616]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:49.063 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:52:49.082 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:52:49.087 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:52:49.095 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:52:49.096 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:52:49.096 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:52:49.096 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:52:49.099 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:52:49.443 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:49 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:52:49.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:49 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:52:50.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:50 smithi077 ceph-mon[24011]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:50.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:50 smithi110 ceph-mon[33616]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:52.268 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:52 smithi077 ceph-mon[24011]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:52.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:52 smithi110 ceph-mon[33616]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:54.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:54 smithi077 ceph-mon[24011]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:54.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:54 smithi110 ceph-mon[33616]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:56.405 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:56 smithi077 ceph-mon[24011]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:56.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:56 smithi110 ceph-mon[33616]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:58.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:58 smithi110 ceph-mon[33616]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:58.569 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:58 smithi077 ceph-mon[24011]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:59.003 INFO:teuthology.orchestra.run.smithi077.stdout:68719476752 2024-04-27T02:52:59.004 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-27T02:52:59.750 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:59 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:59.751 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:59 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:59.751 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:52:59 smithi077 ceph-mon[24011]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:52:59.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:59 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:59.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:59 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:52:59.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:52:59 smithi110 ceph-mon[33616]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:01.750 INFO:teuthology.orchestra.run.smithi077.stdout:107374182415 2024-04-27T02:53:01.750 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-04-27T02:53:02.378 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:02 smithi077 ceph-mon[24011]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:02.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:02 smithi110 ceph-mon[33616]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:02.502 INFO:teuthology.orchestra.run.smithi077.stdout:154618822668 2024-04-27T02:53:02.502 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-04-27T02:53:04.131 INFO:teuthology.orchestra.run.smithi077.stdout:171798691851 2024-04-27T02:53:04.132 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-04-27T02:53:04.353 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:04 smithi077 ceph-mon[24011]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:04.353 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:04 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:53:04.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:04 smithi110 ceph-mon[33616]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:04.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:04 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:53:05.597 INFO:teuthology.orchestra.run.smithi077.stdout:85899345938 2024-04-27T02:53:05.597 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-27T02:53:06.247 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:06 smithi110 ceph-mon[33616]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:06.311 INFO:teuthology.orchestra.run.smithi077.stdout:94489280529 2024-04-27T02:53:06.311 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-27T02:53:06.367 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:06 smithi077 ceph-mon[24011]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:06.945 INFO:teuthology.orchestra.run.smithi077.stdout:124554051599 2024-04-27T02:53:06.946 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-04-27T02:53:07.231 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:53:07.271 INFO:teuthology.orchestra.run.smithi077.stdout:124554051598 2024-04-27T02:53:07.271 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-04-27T02:53:07.312 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:53:07.313 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:53:07.314 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:53:07.316 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:53:08.425 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:08 smithi077 ceph-mon[24011]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:08.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:08 smithi110 ceph-mon[33616]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:10.313 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:10 smithi077 ceph-mon[24011]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:10.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:10 smithi110 ceph-mon[33616]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:10.949 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:53:12.255 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:12 smithi077 ceph-mon[24011]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:12.263 INFO:teuthology.orchestra.run.smithi077.stdout:68719476755 2024-04-27T02:53:12.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:12 smithi110 ceph-mon[33616]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:13.104 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:53:13.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:13 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/3391999229' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-27T02:53:13.569 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:13 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/3391999229' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-27T02:53:13.973 INFO:teuthology.orchestra.run.smithi077.stdout:85899345940 2024-04-27T02:53:14.304 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:14 smithi077 ceph-mon[24011]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:14.305 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:14 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/788027333' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-27T02:53:14.331 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476752 got 68719476755 for osd.0 2024-04-27T02:53:14.332 DEBUG:teuthology.parallel:result is None 2024-04-27T02:53:14.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:14 smithi110 ceph-mon[33616]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:14.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:14 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/788027333' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-27T02:53:15.229 INFO:teuthology.orchestra.run.smithi077.stdout:154618822671 2024-04-27T02:53:16.095 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822668 got 154618822671 for osd.5 2024-04-27T02:53:16.095 DEBUG:teuthology.parallel:result is None 2024-04-27T02:53:16.319 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:16 smithi077 ceph-mon[24011]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:16.319 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:16 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/2782235985' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-27T02:53:16.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:16 smithi110 ceph-mon[33616]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:16.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:16 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/2782235985' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-27T02:53:17.167 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:53:17.923 INFO:teuthology.orchestra.run.smithi077.stdout:124554051601 2024-04-27T02:53:18.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:18 smithi110 ceph-mon[33616]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:18.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:18 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/3052607022' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-27T02:53:18.569 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:18 smithi077 ceph-mon[24011]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:18.569 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:18 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/3052607022' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-27T02:53:18.717 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051599 got 124554051601 for osd.3 2024-04-27T02:53:18.717 DEBUG:teuthology.parallel:result is None 2024-04-27T02:53:19.367 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:19 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:53:19.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:19 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:53:20.211 INFO:teuthology.orchestra.run.smithi077.stdout:107374182419 2024-04-27T02:53:20.327 INFO:teuthology.orchestra.run.smithi077.stdout:171798691854 2024-04-27T02:53:20.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:20 smithi110 ceph-mon[33616]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:20.569 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:20 smithi077 ceph-mon[24011]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:20.986 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345938 got 85899345940 for osd.2 2024-04-27T02:53:20.986 DEBUG:teuthology.parallel:result is None 2024-04-27T02:53:21.281 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:21 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/2846546047' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-27T02:53:21.282 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:21 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/4176542114' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-04-27T02:53:21.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:21 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/2846546047' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-27T02:53:21.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:21 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/4176542114' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-04-27T02:53:22.319 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:22 smithi077 ceph-mon[24011]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:22.399 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:22 smithi110 ceph-mon[33616]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:22.803 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182415 got 107374182419 for osd.4 2024-04-27T02:53:22.803 DEBUG:teuthology.parallel:result is None 2024-04-27T02:53:22.828 INFO:tasks.cephadm.ceph_manager.ceph:need seq 171798691851 got 171798691854 for osd.7 2024-04-27T02:53:22.828 DEBUG:teuthology.parallel:result is None 2024-04-27T02:53:23.268 INFO:teuthology.orchestra.run.smithi077.stdout:124554051602 2024-04-27T02:53:23.923 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051598 got 124554051602 for osd.6 2024-04-27T02:53:23.923 DEBUG:teuthology.parallel:result is None 2024-04-27T02:53:24.178 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:24 smithi077 ceph-mon[24011]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:24.179 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:24 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/155939316' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-04-27T02:53:24.385 INFO:teuthology.orchestra.run.smithi077.stdout:94489280533 2024-04-27T02:53:24.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:24 smithi110 ceph-mon[33616]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:24.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:24 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/155939316' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-04-27T02:53:25.081 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280529 got 94489280533 for osd.1 2024-04-27T02:53:25.081 DEBUG:teuthology.parallel:result is None 2024-04-27T02:53:25.081 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-27T02:53:25.082 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph pg dump --format=json 2024-04-27T02:53:25.319 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:25 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/1864452824' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-27T02:53:25.337 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:53:25.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:25 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/1864452824' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-27T02:53:26.463 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:26 smithi077 ceph-mon[24011]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:26.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:26 smithi110 ceph-mon[33616]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:27.262 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:53:27.263 INFO:teuthology.orchestra.run.smithi077.stderr:dumped all 2024-04-27T02:53:27.955 INFO:teuthology.orchestra.run.smithi077.stdout:{"pg_ready":true,"pg_map":{"version":141,"stamp":"2024-04-27T02:53:27.041175+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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"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":197,"ondisk_log_size":197,"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":238076,"kb_used_data":5260,"kb_used_omap":12,"kb_used_meta":232691,"kb_avail":749690372,"statfs":{"total":767926730752,"available":767682940928,"internally_reserved":0,"allocated":5386240,"data_stored":3217808,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12750,"internal_metadata":238276146},"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.002248"},"pg_stats":[{"pgid":"1.0","version":"26'197","reported_seq":270,"reported_epoch":44,"state":"active+clean","last_fresh":"2024-04-27T02:52:23.089840+0000","last_change":"2024-04-27T02:52:23.089511+0000","last_active":"2024-04-27T02:52:23.089840+0000","last_peered":"2024-04-27T02:52:23.089840+0000","last_clean":"2024-04-27T02:52:23.089840+0000","last_became_active":"2024-04-27T02:52:23.089183+0000","last_became_peered":"2024-04-27T02:52:23.089183+0000","last_unstale":"2024-04-27T02:52:23.089840+0000","last_undegraded":"2024-04-27T02:52:23.089840+0000","last_fullsized":"2024-04-27T02:52:23.089840+0000","mapping_epoch":43,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":44,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-27T02:51:55.604754+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-27T02:51:55.604754+0000","last_clean_scrub_stamp":"2024-04-27T02:51:55.604754+0000","objects_scrubbed":0,"log_size":197,"log_dups_size":0,"ondisk_log_size":197,"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-04-28T06:42:13.062382+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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"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":197,"ondisk_log_size":197,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":40,"seq":171798691856,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28044,"kb_used_data":1020,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713012,"statfs":{"total":95990841344,"available":95962124288,"internally_reserved":0,"allocated":1044480,"data_stored":771206,"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":5,"up_from":36,"seq":154618822673,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27460,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713596,"statfs":{"total":95990841344,"available":95962722304,"internally_reserved":0,"allocated":450560,"data_stored":180838,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":2,"up_from":20,"seq":85899345942,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31620,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709436,"statfs":{"total":95990841344,"available":95958462464,"internally_reserved":0,"allocated":450560,"data_stored":180838,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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":0,"up_from":16,"seq":68719476758,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28040,"kb_used_data":1020,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713016,"statfs":{"total":95990841344,"available":95962128384,"internally_reserved":0,"allocated":1044480,"data_stored":771206,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":1,"up_from":22,"seq":94489280534,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31620,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709436,"statfs":{"total":95990841344,"available":95958462464,"internally_reserved":0,"allocated":450560,"data_stored":180838,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":4,"up_from":25,"seq":107374182420,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31624,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709432,"statfs":{"total":95990841344,"available":95958458368,"internally_reserved":0,"allocated":450560,"data_stored":180838,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":29,"seq":124554051603,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28044,"kb_used_data":1020,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713012,"statfs":{"total":95990841344,"available":95962124288,"internally_reserved":0,"allocated":1044480,"data_stored":771206,"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":6,"up_from":29,"seq":124554051603,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31624,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709432,"statfs":{"total":95990841344,"available":95958458368,"internally_reserved":0,"allocated":450560,"data_stored":180838,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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":[]}],"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-04-27T02:53:27.956 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph pg dump --format=json 2024-04-27T02:53:28.198 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:53:28.404 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:28 smithi077 ceph-mon[24011]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:28.404 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:28 smithi077 ceph-mon[24011]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:53:28.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:28 smithi110 ceph-mon[33616]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:28.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:28 smithi110 ceph-mon[33616]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:53:30.108 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:53:30.110 INFO:teuthology.orchestra.run.smithi077.stderr:dumped all 2024-04-27T02:53:30.415 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:30 smithi077 ceph-mon[24011]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:30.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:30 smithi110 ceph-mon[33616]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:30.819 INFO:teuthology.orchestra.run.smithi077.stdout:{"pg_ready":true,"pg_map":{"version":142,"stamp":"2024-04-27T02:53:29.041470+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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"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":197,"ondisk_log_size":197,"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":238076,"kb_used_data":5260,"kb_used_omap":12,"kb_used_meta":232691,"kb_avail":749690372,"statfs":{"total":767926730752,"available":767682940928,"internally_reserved":0,"allocated":5386240,"data_stored":3217808,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12750,"internal_metadata":238276146},"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.002210"},"pg_stats":[{"pgid":"1.0","version":"26'197","reported_seq":270,"reported_epoch":44,"state":"active+clean","last_fresh":"2024-04-27T02:52:23.089840+0000","last_change":"2024-04-27T02:52:23.089511+0000","last_active":"2024-04-27T02:52:23.089840+0000","last_peered":"2024-04-27T02:52:23.089840+0000","last_clean":"2024-04-27T02:52:23.089840+0000","last_became_active":"2024-04-27T02:52:23.089183+0000","last_became_peered":"2024-04-27T02:52:23.089183+0000","last_unstale":"2024-04-27T02:52:23.089840+0000","last_undegraded":"2024-04-27T02:52:23.089840+0000","last_fullsized":"2024-04-27T02:52:23.089840+0000","mapping_epoch":43,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":44,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-27T02:51:55.604754+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-27T02:51:55.604754+0000","last_clean_scrub_stamp":"2024-04-27T02:51:55.604754+0000","objects_scrubbed":0,"log_size":197,"log_dups_size":0,"ondisk_log_size":197,"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-04-28T06:42:13.062382+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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"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":197,"ondisk_log_size":197,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":40,"seq":171798691856,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28044,"kb_used_data":1020,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713012,"statfs":{"total":95990841344,"available":95962124288,"internally_reserved":0,"allocated":1044480,"data_stored":771206,"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":5,"up_from":36,"seq":154618822674,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27460,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713596,"statfs":{"total":95990841344,"available":95962722304,"internally_reserved":0,"allocated":450560,"data_stored":180838,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":2,"up_from":20,"seq":85899345943,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31620,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709436,"statfs":{"total":95990841344,"available":95958462464,"internally_reserved":0,"allocated":450560,"data_stored":180838,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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":0,"up_from":16,"seq":68719476759,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28040,"kb_used_data":1020,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713016,"statfs":{"total":95990841344,"available":95962128384,"internally_reserved":0,"allocated":1044480,"data_stored":771206,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":1,"up_from":22,"seq":94489280534,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31620,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709436,"statfs":{"total":95990841344,"available":95958462464,"internally_reserved":0,"allocated":450560,"data_stored":180838,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":4,"up_from":25,"seq":107374182421,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31624,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709432,"statfs":{"total":95990841344,"available":95958458368,"internally_reserved":0,"allocated":450560,"data_stored":180838,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":29,"seq":124554051604,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28044,"kb_used_data":1020,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713012,"statfs":{"total":95990841344,"available":95962124288,"internally_reserved":0,"allocated":1044480,"data_stored":771206,"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":6,"up_from":29,"seq":124554051604,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31624,"kb_used_data":440,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709432,"statfs":{"total":95990841344,"available":95958458368,"internally_reserved":0,"allocated":450560,"data_stored":180838,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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":[]}],"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-04-27T02:53:30.820 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-27T02:53:30.820 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-27T02:53:30.820 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-27T02:53:30.820 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph health --format=json 2024-04-27T02:53:31.060 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:53:31.419 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:31 smithi077 ceph-mon[24011]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:53:31.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:31 smithi110 ceph-mon[33616]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:53:32.319 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:32 smithi077 ceph-mon[24011]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:32.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:32 smithi110 ceph-mon[33616]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:33.135 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:53:33.135 INFO:teuthology.orchestra.run.smithi077.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-27T02:53:33.445 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:33 smithi077 ceph-mon[24011]: from='client.? 172.21.15.77:0/2756881234' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-27T02:53:33.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:33 smithi110 ceph-mon[33616]: from='client.? 172.21.15.77:0/2756881234' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-27T02:53:33.900 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-27T02:53:33.900 INFO:tasks.cephadm:Setup complete, yielding 2024-04-27T02:53:33.900 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-27T02:53:33.910 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi077.front.sepia.ceph.com 2024-04-27T02:53:33.910 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- bash -c 'ceph orch status' 2024-04-27T02:53:34.152 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:53:34.413 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:34 smithi077 ceph-mon[24011]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:34.413 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:34 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:53:34.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:34 smithi110 ceph-mon[33616]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:34.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:34 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:53:35.912 INFO:teuthology.orchestra.run.smithi077.stdout:Backend: cephadm 2024-04-27T02:53:35.912 INFO:teuthology.orchestra.run.smithi077.stdout:Available: Yes 2024-04-27T02:53:35.913 INFO:teuthology.orchestra.run.smithi077.stdout:Paused: No 2024-04-27T02:53:36.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:36 smithi110 ceph-mon[33616]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:36.541 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:36 smithi077 ceph-mon[24011]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:36.569 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- bash -c 'ceph orch ps' 2024-04-27T02:53:36.807 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:53:37.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:37 smithi110 ceph-mon[33616]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:53:37.569 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:37 smithi077 ceph-mon[24011]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:53:38.190 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:38 smithi077 ceph-mon[24011]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:38.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:38 smithi110 ceph-mon[33616]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:38.770 INFO:teuthology.orchestra.run.smithi077.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T02:53:38.771 INFO:teuthology.orchestra.run.smithi077.stdout:alertmanager.smithi077 smithi077 *:9093,9094 running (2m) 69s ago 4m 26.7M - 0.25.0 c8568f914cd2 e3379ee88d35 2024-04-27T02:53:38.771 INFO:teuthology.orchestra.run.smithi077.stdout:ceph-exporter.smithi077 smithi077 running (4m) 69s ago 4m 7478k - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 6f634c34900f 2024-04-27T02:53:38.771 INFO:teuthology.orchestra.run.smithi077.stdout:ceph-exporter.smithi110 smithi110 running (3m) 76s ago 3m 4911k - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ad7486756866 2024-04-27T02:53:38.771 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi077 smithi077 running (4m) 69s ago 4m 6660k - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 1fff9e88a115 2024-04-27T02:53:38.771 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi110 smithi110 running (3m) 76s ago 3m 6665k - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 27d150ce170d 2024-04-27T02:53:38.771 INFO:teuthology.orchestra.run.smithi077.stdout:grafana.smithi077 smithi077 *:3000 running (2m) 69s ago 4m 78.6M - 9.4.12 2bacad6d85d8 4372d5a2a060 2024-04-27T02:53:38.771 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi077.clwhwf smithi077 *:9283,8765,8443 running (5m) 69s ago 5m 498M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 a84c5320fc21 2024-04-27T02:53:38.771 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi110.vvnxlp smithi110 *:8443,9283,8765 running (3m) 76s ago 3m 451M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 0e81f349d1a8 2024-04-27T02:53:38.771 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi077 smithi077 running (5m) 69s ago 6m 49.5M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 14600a97c019 2024-04-27T02:53:38.771 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi110 smithi110 running (3m) 76s ago 3m 42.4M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 79a84725c943 2024-04-27T02:53:38.771 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi077 smithi077 *:9100 running (4m) 69s ago 4m 16.2M - 1.5.0 0da6a335fe13 03ddb90b73df 2024-04-27T02:53:38.771 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi110 smithi110 *:9100 running (3m) 76s ago 3m 15.9M - 1.5.0 0da6a335fe13 b82e07fe498a 2024-04-27T02:53:38.771 INFO:teuthology.orchestra.run.smithi077.stdout:osd.0 smithi110 running (118s) 76s ago 118s 37.8M 3728M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 c6980024328b 2024-04-27T02:53:38.772 INFO:teuthology.orchestra.run.smithi077.stdout:osd.1 smithi077 running (110s) 69s ago 109s 49.1M 2960M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 9d8096683101 2024-04-27T02:53:38.772 INFO:teuthology.orchestra.run.smithi077.stdout:osd.2 smithi110 running (112s) 76s ago 112s 46.1M 3728M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 cf1d57467ce3 2024-04-27T02:53:38.772 INFO:teuthology.orchestra.run.smithi077.stdout:osd.3 smithi077 running (101s) 69s ago 100s 36.9M 2960M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ad991f8811d7 2024-04-27T02:53:38.772 INFO:teuthology.orchestra.run.smithi077.stdout:osd.4 smithi110 running (106s) 76s ago 106s 37.6M 3728M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ea5d85be0269 2024-04-27T02:53:38.772 INFO:teuthology.orchestra.run.smithi077.stdout:osd.5 smithi077 running (93s) 69s ago 92s 36.0M 2960M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 42ccf219bf5e 2024-04-27T02:53:38.772 INFO:teuthology.orchestra.run.smithi077.stdout:osd.6 smithi110 running (101s) 76s ago 100s 36.1M 3728M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 c500cfa47472 2024-04-27T02:53:38.772 INFO:teuthology.orchestra.run.smithi077.stdout:osd.7 smithi077 running (85s) 69s ago 84s 36.1M 2960M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 2b83d4abb82d 2024-04-27T02:53:38.772 INFO:teuthology.orchestra.run.smithi077.stdout:prometheus.smithi077 smithi077 *:9095 running (2m) 69s ago 3m 42.6M - 2.43.0 a07b618ecd1d 69f4799eb1a0 2024-04-27T02:53:39.432 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- bash -c 'ceph orch ls' 2024-04-27T02:53:39.669 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:53:40.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:40 smithi110 ceph-mon[33616]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:53:40.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:40 smithi110 ceph-mon[33616]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:40.569 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:40 smithi077 ceph-mon[24011]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:53:40.569 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:40 smithi077 ceph-mon[24011]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:41.636 INFO:teuthology.orchestra.run.smithi077.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-04-27T02:53:41.636 INFO:teuthology.orchestra.run.smithi077.stdout:alertmanager ?:9093,9094 1/1 72s ago 5m count:1 2024-04-27T02:53:41.637 INFO:teuthology.orchestra.run.smithi077.stdout:ceph-exporter 2/2 79s ago 5m * 2024-04-27T02:53:41.637 INFO:teuthology.orchestra.run.smithi077.stdout:crash 2/2 79s ago 5m * 2024-04-27T02:53:41.637 INFO:teuthology.orchestra.run.smithi077.stdout:grafana ?:3000 1/1 72s ago 5m count:1 2024-04-27T02:53:41.637 INFO:teuthology.orchestra.run.smithi077.stdout:mgr 2/2 79s ago 5m count:2 2024-04-27T02:53:41.637 INFO:teuthology.orchestra.run.smithi077.stdout:mon 2/2 79s ago 4m smithi077:172.21.15.77=smithi077;smithi110:172.21.15.110=smithi110;count:2 2024-04-27T02:53:41.637 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter ?:9100 2/2 79s ago 5m * 2024-04-27T02:53:41.637 INFO:teuthology.orchestra.run.smithi077.stdout:osd.all-available-devices 8 79s ago 3m * 2024-04-27T02:53:41.637 INFO:teuthology.orchestra.run.smithi077.stdout:prometheus ?:9095 1/1 72s ago 5m count:1 2024-04-27T02:53:42.258 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:42 smithi077 ceph-mon[24011]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:42.286 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- bash -c 'ceph orch host ls' 2024-04-27T02:53:42.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:42 smithi110 ceph-mon[33616]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:42.524 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:53:43.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:43 smithi110 ceph-mon[33616]: from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:53:43.569 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:43 smithi077 ceph-mon[24011]: from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:53:44.319 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:44 smithi077 ceph-mon[24011]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:44.483 INFO:teuthology.orchestra.run.smithi077.stdout:HOST ADDR LABELS STATUS 2024-04-27T02:53:44.484 INFO:teuthology.orchestra.run.smithi077.stdout:smithi077 172.21.15.77 2024-04-27T02:53:44.484 INFO:teuthology.orchestra.run.smithi077.stdout:smithi110 172.21.15.110 2024-04-27T02:53:44.484 INFO:teuthology.orchestra.run.smithi077.stdout:2 hosts in cluster 2024-04-27T02:53:44.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:44 smithi110 ceph-mon[33616]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:45.199 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- bash -c 'ceph orch device ls' 2024-04-27T02:53:45.438 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:53:46.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:46 smithi110 ceph-mon[33616]: from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:53:46.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:46 smithi110 ceph-mon[33616]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:46.536 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:46 smithi077 ceph-mon[24011]: from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:53:46.536 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:46 smithi077 ceph-mon[24011]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:47.211 INFO:teuthology.orchestra.run.smithi077.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-04-27T02:53:47.211 INFO:teuthology.orchestra.run.smithi077.stdout:smithi077 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400ZJ400BGN 372G No 71s ago Has a FileSystem, LVM detected 2024-04-27T02:53:47.211 INFO:teuthology.orchestra.run.smithi077.stdout:smithi077 /dev/nvme1n1 ssd Linux_67b4ebc1bb8642dd161c 89.4G No 71s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-27T02:53:47.211 INFO:teuthology.orchestra.run.smithi077.stdout:smithi077 /dev/nvme2n1 ssd Linux_d5f421a2f146e74077ac 89.4G No 71s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-27T02:53:47.211 INFO:teuthology.orchestra.run.smithi077.stdout:smithi077 /dev/nvme3n1 ssd Linux_938336cad8ba8b962989 89.4G No 71s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-27T02:53:47.211 INFO:teuthology.orchestra.run.smithi077.stdout:smithi077 /dev/nvme4n1 ssd Linux_483dd8acdcf48e51d34a 89.4G No 71s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-27T02:53:47.211 INFO:teuthology.orchestra.run.smithi077.stdout:smithi110 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7476002T480DGN 447G No 80s ago Has a FileSystem, LVM detected 2024-04-27T02:53:47.211 INFO:teuthology.orchestra.run.smithi077.stdout:smithi110 /dev/nvme1n1 ssd Linux_6099f99f13c64490cefa 89.4G No 80s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-27T02:53:47.212 INFO:teuthology.orchestra.run.smithi077.stdout:smithi110 /dev/nvme2n1 ssd Linux_e71e6d8a7b023d89d467 89.4G No 80s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-27T02:53:47.212 INFO:teuthology.orchestra.run.smithi077.stdout:smithi110 /dev/nvme3n1 ssd Linux_f99435c24fb128c7dbed 89.4G No 80s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-27T02:53:47.212 INFO:teuthology.orchestra.run.smithi077.stdout:smithi110 /dev/nvme4n1 ssd Linux_3c2adeb7e53446a8a43f 89.4G No 80s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-27T02:53:47.857 INFO:teuthology.run_tasks:Running task vip... 2024-04-27T02:53:47.869 INFO:tasks.vip:Allocating static IPs for each host... 2024-04-27T02:53:47.869 INFO:tasks.vip:peername 172.21.15.77 2024-04-27T02:53:47.873 INFO:tasks.vip:172.21.15.77 in 172.21.0.0/20, pos 3916 2024-04-27T02:53:47.877 INFO:tasks.vip:smithi077.front.sepia.ceph.com static 10.0.15.77, vnet 10.0.0.0/16 2024-04-27T02:53:47.877 INFO:tasks.vip:VIPs are [IPv4Address('10.0.31.77')] 2024-04-27T02:53:47.877 DEBUG:teuthology.orchestra.run.smithi077:> sudo ip route ls 2024-04-27T02:53:47.901 INFO:teuthology.orchestra.run.smithi077.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.77 metric 100 2024-04-27T02:53:47.901 INFO:teuthology.orchestra.run.smithi077.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.77 metric 100 2024-04-27T02:53:47.902 INFO:tasks.vip:Configuring 10.0.15.77 on smithi077.front.sepia.ceph.com iface enp3s0f1... 2024-04-27T02:53:47.902 DEBUG:teuthology.orchestra.run.smithi077:> sudo ip addr add 10.0.15.77/16 dev enp3s0f1 2024-04-27T02:53:47.966 INFO:tasks.vip:peername 172.21.15.110 2024-04-27T02:53:47.969 INFO:tasks.vip:172.21.15.110 in 172.21.0.0/20, pos 3949 2024-04-27T02:53:47.973 INFO:tasks.vip:smithi110.front.sepia.ceph.com static 10.0.15.110, vnet 10.0.0.0/16 2024-04-27T02:53:47.973 DEBUG:teuthology.orchestra.run.smithi110:> sudo ip route ls 2024-04-27T02:53:48.004 INFO:teuthology.orchestra.run.smithi110.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.110 metric 100 2024-04-27T02:53:48.004 INFO:teuthology.orchestra.run.smithi110.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.110 metric 100 2024-04-27T02:53:48.006 INFO:tasks.vip:Configuring 10.0.15.110 on smithi110.front.sepia.ceph.com iface enp3s0f1... 2024-04-27T02:53:48.006 DEBUG:teuthology.orchestra.run.smithi110:> sudo ip addr add 10.0.15.110/16 dev enp3s0f1 2024-04-27T02:53:48.074 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-27T02:53:48.083 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi077.front.sepia.ceph.com 2024-04-27T02:53:48.084 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- bash -c 'ceph orch device ls --refresh' 2024-04-27T02:53:48.322 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:53:48.444 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:48 smithi077 ceph-mon[24011]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:48.444 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:48 smithi077 ceph-mon[24011]: from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:53:48.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:48 smithi110 ceph-mon[33616]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:48.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:48 smithi110 ceph-mon[33616]: from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:53:49.473 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:49 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:53:49.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:49 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:53:50.168 INFO:teuthology.orchestra.run.smithi077.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-04-27T02:53:50.168 INFO:teuthology.orchestra.run.smithi077.stdout:smithi077 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400ZJ400BGN 372G No 74s ago Has a FileSystem, LVM detected 2024-04-27T02:53:50.169 INFO:teuthology.orchestra.run.smithi077.stdout:smithi077 /dev/nvme1n1 ssd Linux_67b4ebc1bb8642dd161c 89.4G No 74s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-27T02:53:50.169 INFO:teuthology.orchestra.run.smithi077.stdout:smithi077 /dev/nvme2n1 ssd Linux_d5f421a2f146e74077ac 89.4G No 74s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-27T02:53:50.169 INFO:teuthology.orchestra.run.smithi077.stdout:smithi077 /dev/nvme3n1 ssd Linux_938336cad8ba8b962989 89.4G No 74s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-27T02:53:50.169 INFO:teuthology.orchestra.run.smithi077.stdout:smithi077 /dev/nvme4n1 ssd Linux_483dd8acdcf48e51d34a 89.4G No 74s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-27T02:53:50.169 INFO:teuthology.orchestra.run.smithi077.stdout:smithi110 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7476002T480DGN 447G No 83s ago Has a FileSystem, LVM detected 2024-04-27T02:53:50.169 INFO:teuthology.orchestra.run.smithi077.stdout:smithi110 /dev/nvme1n1 ssd Linux_6099f99f13c64490cefa 89.4G No 83s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-27T02:53:50.169 INFO:teuthology.orchestra.run.smithi077.stdout:smithi110 /dev/nvme2n1 ssd Linux_e71e6d8a7b023d89d467 89.4G No 83s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-27T02:53:50.169 INFO:teuthology.orchestra.run.smithi077.stdout:smithi110 /dev/nvme3n1 ssd Linux_f99435c24fb128c7dbed 89.4G No 83s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-27T02:53:50.169 INFO:teuthology.orchestra.run.smithi077.stdout:smithi110 /dev/nvme4n1 ssd Linux_3c2adeb7e53446a8a43f 89.4G No 83s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-27T02:53:50.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:50 smithi110 ceph-mon[33616]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:50.529 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:50 smithi077 ceph-mon[24011]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:50.838 INFO:teuthology.run_tasks:Running task vip.exec... 2024-04-27T02:53:50.847 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi077.front.sepia.ceph.com 2024-04-27T02:53:50.847 DEBUG:teuthology.orchestra.run.smithi077:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-04-27T02:53:50.872 INFO:teuthology.orchestra.run.smithi077.stderr:+ systemctl stop nfs-server 2024-04-27T02:53:50.881 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi110.front.sepia.ceph.com 2024-04-27T02:53:50.881 DEBUG:teuthology.orchestra.run.smithi110:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-04-27T02:53:50.903 INFO:teuthology.orchestra.run.smithi110.stderr:+ systemctl stop nfs-server 2024-04-27T02:53:50.910 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-27T02:53:50.920 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi077.front.sepia.ceph.com 2024-04-27T02:53:50.920 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- bash -c 'ceph fs volume create foofs' 2024-04-27T02:53:51.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:51 smithi110 ceph-mon[33616]: from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:53:51.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:51 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:53:51.569 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:51 smithi077 ceph-mon[24011]: from='client.14582 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:53:51.570 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:51 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:53:51.669 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:53:52.454 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:52 smithi110 ceph-mon[33616]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:52.538 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:52 smithi077 ceph-mon[24011]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:53.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:53 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:53:53.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:53 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:53:53.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:53 smithi110 ceph-mon[33616]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:53.792 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:53 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:53:53.792 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:53 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:53:53.792 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:53 smithi077 ceph-mon[24011]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:54.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:54 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:53:54.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:54 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:53:54.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:54 smithi110 ceph-mon[33616]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:53:54.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:54 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-04-27T02:53:54.819 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:54 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:53:54.819 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:54 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:53:54.820 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:54 smithi077 ceph-mon[24011]: from='client.14586 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:53:54.820 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:54 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-04-27T02:53:55.855 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:55 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-04-27T02:53:55.855 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:55 smithi110 ceph-mon[33616]: osdmap e45: 8 total, 8 up, 8 in 2024-04-27T02:53:55.855 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:55 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-04-27T02:53:55.855 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:55 smithi110 ceph-mon[33616]: pgmap v156: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:56.070 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:55 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-04-27T02:53:56.070 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:55 smithi077 ceph-mon[24011]: osdmap e45: 8 total, 8 up, 8 in 2024-04-27T02:53:56.070 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:55 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-04-27T02:53:56.070 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:55 smithi077 ceph-mon[24011]: pgmap v156: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:56.070 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:55 smithi077 ceph-38d07510-0440-11ef-bc93-c7b262605968-mon-smithi077[23989]: 2024-04-27T02:53:55.586+0000 7f0700451700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-27T02:53:56.628 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-04-27T02:53:56.642 INFO:tasks.cephadm:Applying spec(s): placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 --- service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: 10.0.31.77/16 2024-04-27T02:53:56.643 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph orch apply -i - 2024-04-27T02:53:56.817 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:56 smithi077 ceph-mon[24011]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-27T02:53:56.817 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:56 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-04-27T02:53:56.817 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:56 smithi077 ceph-mon[24011]: osdmap e46: 8 total, 8 up, 8 in 2024-04-27T02:53:56.817 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:56 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-04-27T02:53:56.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:56 smithi077 ceph-mon[24011]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-27T02:53:56.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:56 smithi077 ceph-mon[24011]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-04-27T02:53:56.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:56 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-04-27T02:53:56.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:56 smithi077 ceph-mon[24011]: osdmap e47: 8 total, 8 up, 8 in 2024-04-27T02:53:56.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:56 smithi077 ceph-mon[24011]: fsmap foofs:0 2024-04-27T02:53:56.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:56 smithi077 ceph-mon[24011]: Saving service mds.foofs spec with placement count:2 2024-04-27T02:53:56.818 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:56 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:53:56.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:56 smithi110 ceph-mon[33616]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-27T02:53:56.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:56 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-04-27T02:53:56.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:56 smithi110 ceph-mon[33616]: osdmap e46: 8 total, 8 up, 8 in 2024-04-27T02:53:56.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:56 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-04-27T02:53:56.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:56 smithi110 ceph-mon[33616]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-04-27T02:53:56.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:56 smithi110 ceph-mon[33616]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-04-27T02:53:56.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:56 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-04-27T02:53:56.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:56 smithi110 ceph-mon[33616]: osdmap e47: 8 total, 8 up, 8 in 2024-04-27T02:53:56.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:56 smithi110 ceph-mon[33616]: fsmap foofs:0 2024-04-27T02:53:56.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:56 smithi110 ceph-mon[33616]: Saving service mds.foofs spec with placement count:2 2024-04-27T02:53:56.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:56 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:53:57.217 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:53:57.594 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:57 smithi077 ceph-mon[24011]: osdmap e48: 8 total, 8 up, 8 in 2024-04-27T02:53:57.595 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:57 smithi077 ceph-mon[24011]: pgmap v160: 65 pgs: 1 creating+peering, 12 active+clean, 52 unknown; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:57.595 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:53:57.595 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:53:57.595 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:53:57.595 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:53:57.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:57 smithi110 ceph-mon[33616]: osdmap e48: 8 total, 8 up, 8 in 2024-04-27T02:53:57.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:57 smithi110 ceph-mon[33616]: pgmap v160: 65 pgs: 1 creating+peering, 12 active+clean, 52 unknown; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:57.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:53:57.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:53:57.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:53:57.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:53:58.788 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:58 smithi077 ceph-mon[24011]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-27T02:53:58.788 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:58 smithi077 ceph-mon[24011]: osdmap e49: 8 total, 8 up, 8 in 2024-04-27T02:53:58.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:58 smithi110 ceph-mon[33616]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-27T02:53:58.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:58 smithi110 ceph-mon[33616]: osdmap e49: 8 total, 8 up, 8 in 2024-04-27T02:53:59.285 INFO:teuthology.orchestra.run.smithi077.stdout:Scheduled nfs.foo update... 2024-04-27T02:53:59.285 INFO:teuthology.orchestra.run.smithi077.stdout:Scheduled ingress.nfs.foo update... 2024-04-27T02:53:59.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:59 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:53:59.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:59 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:53:59.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:59 smithi110 ceph-mon[33616]: pgmap v162: 65 pgs: 1 creating+peering, 54 active+clean, 10 unknown; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:53:59.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:59 smithi110 ceph-mon[33616]: from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:53:59.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:59 smithi110 ceph-mon[33616]: Saving service nfs.foo spec with placement count:2 2024-04-27T02:53:59.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:59 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:53:59.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:59 smithi110 ceph-mon[33616]: Saving service ingress.nfs.foo spec with placement count:2 2024-04-27T02:53:59.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:53:59 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:00.050 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:59 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:00.051 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:59 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:00.051 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:59 smithi077 ceph-mon[24011]: pgmap v162: 65 pgs: 1 creating+peering, 54 active+clean, 10 unknown; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:00.051 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:59 smithi077 ceph-mon[24011]: from='client.14590 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:54:00.051 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:59 smithi077 ceph-mon[24011]: Saving service nfs.foo spec with placement count:2 2024-04-27T02:54:00.051 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:59 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:00.051 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:59 smithi077 ceph-mon[24011]: Saving service ingress.nfs.foo spec with placement count:2 2024-04-27T02:54:00.051 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:53:59 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:00.428 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-04-27T02:54:00.438 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-04-27T02:54:00.438 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-27T02:54:01.439 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:54:02.320 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:02 smithi077 ceph-mon[24011]: pgmap v163: 65 pgs: 65 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:02.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:02 smithi110 ceph-mon[33616]: pgmap v163: 65 pgs: 65 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:04.010 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:54:04.011 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-27T02:48:31.382540Z", "last_refresh": "2024-04-27T02:53:57.328818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:50:01.620369Z 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-04-27T02:48:25.598685Z", "last_refresh": "2024-04-27T02:53:52.465653Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:05.354275Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-27T02:48:23.745852Z", "last_refresh": "2024-04-27T02:53:52.465801Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-27T02:48:28.667648Z", "last_refresh": "2024-04-27T02:53:57.328890Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:53:59.286290Z 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": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.77/16"}, "status": {"created": "2024-04-27T02:53:59.281364Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.77/16"}}, {"events": ["2024-04-27T02:53:55.612131Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-27T02:53:55.606836Z", "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:14.620524Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-27T02:48:22.496298Z", "last_refresh": "2024-04-27T02:53:52.465964Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:24.717079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi077:172.21.15.77=smithi077", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-27T02:49:15.968424Z", "last_refresh": "2024-04-27T02:53:52.466038Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:53:59.281060Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-04-27T02:53:59.277807Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:10.737571Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-27T02:48:30.143721Z", "last_refresh": "2024-04-27T02:53:52.465878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:32.003755Z 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-04-27T02:50:32.000377Z", "last_refresh": "2024-04-27T02:53:52.466109Z", "running": 8, "size": 8}}, {"events": ["2024-04-27T02:50:24.721500Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-27T02:48:26.922595Z", "last_refresh": "2024-04-27T02:53:57.328976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-27T02:54:04.308 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:04 smithi077 ceph-mon[24011]: pgmap v164: 65 pgs: 65 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:04.309 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:04 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:04.309 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:04 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:04.309 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:04 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:54:04.309 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:04 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:54:04.309 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:04 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:04.309 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:04 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:54:04.309 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:04 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.nqgzch", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-27T02:54:04.309 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:04 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.nqgzch", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-27T02:54:04.309 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:04 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:54:04.309 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:04 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:04.309 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:04 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:54:04.355 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:04 smithi110 ceph-mon[33616]: pgmap v164: 65 pgs: 65 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:04.355 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:04 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:04.355 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:04 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:04.355 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:04 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:54:04.355 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:04 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:54:04.355 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:04 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:04.355 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:04 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:54:04.355 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:04 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.nqgzch", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-27T02:54:04.355 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:04 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi110.nqgzch", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-27T02:54:04.356 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:04 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:54:04.356 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:04 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:04.356 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:04 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:54:04.611 INFO:tasks.cephadm:nfs.foo has 0/2 2024-04-27T02:54:05.223 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:05 smithi110 ceph-mon[33616]: Deploying daemon mds.foofs.smithi110.nqgzch on smithi110 2024-04-27T02:54:05.223 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:05 smithi110 ceph-mon[33616]: from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:54:05.570 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:05 smithi077 ceph-mon[24011]: Deploying daemon mds.foofs.smithi110.nqgzch on smithi110 2024-04-27T02:54:05.570 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:05 smithi077 ceph-mon[24011]: from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:54:05.611 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-27T02:54:05.865 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:54:06.269 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:06 smithi077 ceph-mon[24011]: pgmap v165: 65 pgs: 65 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:06.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:06 smithi110 ceph-mon[33616]: pgmap v165: 65 pgs: 65 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:07.492 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:07 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:07.492 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:07 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:07.492 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:07 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:07.492 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:07 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi077.hbszey", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-27T02:54:07.492 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:07 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi077.hbszey", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-27T02:54:07.492 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:07 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:54:07.492 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:07 smithi077 ceph-mon[24011]: Deploying daemon mds.foofs.smithi077.hbszey on smithi077 2024-04-27T02:54:07.492 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:07 smithi077 ceph-mon[24011]: pgmap v166: 65 pgs: 65 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:07.493 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:07 smithi077 ceph-mon[24011]: mds.? [v2:172.21.15.110:6832/1152624927,v1:172.21.15.110:6833/1152624927] up:boot 2024-04-27T02:54:07.493 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:07 smithi077 ceph-mon[24011]: daemon mds.foofs.smithi110.nqgzch assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-04-27T02:54:07.493 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:07 smithi077 ceph-mon[24011]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-04-27T02:54:07.493 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:07 smithi077 ceph-mon[24011]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-04-27T02:54:07.493 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:07 smithi077 ceph-mon[24011]: Cluster is now healthy 2024-04-27T02:54:07.493 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:07 smithi077 ceph-mon[24011]: fsmap foofs:0 1 up:standby 2024-04-27T02:54:07.493 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:07 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.nqgzch"}]: dispatch 2024-04-27T02:54:07.493 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:07 smithi077 ceph-mon[24011]: fsmap foofs:1 {0=foofs.smithi110.nqgzch=up:creating} 2024-04-27T02:54:07.493 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:07 smithi077 ceph-mon[24011]: daemon mds.foofs.smithi110.nqgzch is now active in filesystem foofs as rank 0 2024-04-27T02:54:07.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:07 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:07.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:07 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:07.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:07 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:07.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:07 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi077.hbszey", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-04-27T02:54:07.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:07 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi077.hbszey", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-04-27T02:54:07.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:07 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:54:07.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:07 smithi110 ceph-mon[33616]: Deploying daemon mds.foofs.smithi077.hbszey on smithi077 2024-04-27T02:54:07.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:07 smithi110 ceph-mon[33616]: pgmap v166: 65 pgs: 65 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:07.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:07 smithi110 ceph-mon[33616]: mds.? [v2:172.21.15.110:6832/1152624927,v1:172.21.15.110:6833/1152624927] up:boot 2024-04-27T02:54:07.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:07 smithi110 ceph-mon[33616]: daemon mds.foofs.smithi110.nqgzch assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-04-27T02:54:07.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:07 smithi110 ceph-mon[33616]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-04-27T02:54:07.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:07 smithi110 ceph-mon[33616]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-04-27T02:54:07.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:07 smithi110 ceph-mon[33616]: Cluster is now healthy 2024-04-27T02:54:07.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:07 smithi110 ceph-mon[33616]: fsmap foofs:0 1 up:standby 2024-04-27T02:54:07.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:07 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi110.nqgzch"}]: dispatch 2024-04-27T02:54:07.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:07 smithi110 ceph-mon[33616]: fsmap foofs:1 {0=foofs.smithi110.nqgzch=up:creating} 2024-04-27T02:54:07.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:07 smithi110 ceph-mon[33616]: daemon mds.foofs.smithi110.nqgzch is now active in filesystem foofs as rank 0 2024-04-27T02:54:08.188 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:54:08.188 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-27T02:48:31.382540Z", "last_refresh": "2024-04-27T02:53:57.328818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:50:01.620369Z 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-04-27T02:48:25.598685Z", "last_refresh": "2024-04-27T02:53:52.465653Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:05.354275Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-27T02:48:23.745852Z", "last_refresh": "2024-04-27T02:53:52.465801Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-27T02:48:28.667648Z", "last_refresh": "2024-04-27T02:53:57.328890Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:53:59.286290Z 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": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.77/16"}, "status": {"created": "2024-04-27T02:53:59.281364Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.77/16"}}, {"events": ["2024-04-27T02:54:06.355894Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-27T02:53:55.606836Z", "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:14.620524Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-27T02:48:22.496298Z", "last_refresh": "2024-04-27T02:53:52.465964Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:24.717079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi077:172.21.15.77=smithi077", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-27T02:49:15.968424Z", "last_refresh": "2024-04-27T02:53:52.466038Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:53:59.281060Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-04-27T02:53:59.277807Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:10.737571Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-27T02:48:30.143721Z", "last_refresh": "2024-04-27T02:53:52.465878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:32.003755Z 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-04-27T02:50:32.000377Z", "last_refresh": "2024-04-27T02:53:52.466109Z", "running": 8, "size": 8}}, {"events": ["2024-04-27T02:50:24.721500Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-27T02:48:26.922595Z", "last_refresh": "2024-04-27T02:53:57.328976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-27T02:54:09.498 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:09 smithi077 ceph-mon[24011]: mds.? [v2:172.21.15.110:6832/1152624927,v1:172.21.15.110:6833/1152624927] up:active 2024-04-27T02:54:09.498 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:09 smithi077 ceph-mon[24011]: fsmap foofs:1 {0=foofs.smithi110.nqgzch=up:active} 2024-04-27T02:54:09.498 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:09 smithi077 ceph-mon[24011]: from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:54:09.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:09 smithi110 ceph-mon[33616]: mds.? [v2:172.21.15.110:6832/1152624927,v1:172.21.15.110:6833/1152624927] up:active 2024-04-27T02:54:09.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:09 smithi110 ceph-mon[33616]: fsmap foofs:1 {0=foofs.smithi110.nqgzch=up:active} 2024-04-27T02:54:09.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:09 smithi110 ceph-mon[33616]: from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:54:09.551 INFO:tasks.cephadm:nfs.foo has 0/2 2024-04-27T02:54:10.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:10 smithi110 ceph-mon[33616]: pgmap v167: 65 pgs: 65 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s wr, 3 op/s 2024-04-27T02:54:10.552 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-27T02:54:10.570 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:10 smithi077 ceph-mon[24011]: pgmap v167: 65 pgs: 65 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s wr, 3 op/s 2024-04-27T02:54:10.795 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:54:11.168 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: mds.? [v2:172.21.15.77:6834/106612729,v1:172.21.15.77:6835/106612729] up:boot 2024-04-27T02:54:11.169 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: fsmap foofs:1 {0=foofs.smithi110.nqgzch=up:active} 1 up:standby 2024-04-27T02:54:11.169 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi077.hbszey"}]: dispatch 2024-04-27T02:54:11.169 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: fsmap foofs:1 {0=foofs.smithi110.nqgzch=up:active} 1 up:standby 2024-04-27T02:54:11.169 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:11.169 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:11.169 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:11.169 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:11.169 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:11.170 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:11.170 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: Creating key for client.nfs.foo.0.0.smithi077.zcapqo 2024-04-27T02:54:11.170 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi077.zcapqo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-27T02:54:11.170 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi077.zcapqo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-27T02:54:11.170 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-27T02:54:11.170 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-27T02:54:11.170 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-27T02:54:11.170 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:54:11.170 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: ganesha-rados-grace tool failed: rados_pool_create: -1 2024-04-27T02:54:11.171 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Can't connect to cluster: -1 2024-04-27T02:54:11.171 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-27T02:54:11.171 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-27T02:54:11.171 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: Failed while placing nfs.foo.0.0.smithi077.zcapqo on smithi077: grace tool failed: rados_pool_create: -1 2024-04-27T02:54:11.171 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Can't connect to cluster: -1 2024-04-27T02:54:11.171 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: Creating key for client.nfs.foo.1.0.smithi110.tqeres 2024-04-27T02:54:11.171 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi110.tqeres", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-27T02:54:11.171 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi110.tqeres", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-27T02:54:11.172 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-04-27T02:54:11.172 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-27T02:54:11.172 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-27T02:54:11.172 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:54:11.172 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: ganesha-rados-grace tool failed: rados_pool_create: -1 2024-04-27T02:54:11.172 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Can't connect to cluster: -1 2024-04-27T02:54:11.172 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-27T02:54:11.172 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-27T02:54:11.172 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:11 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-04-27T02:54:11.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: mds.? [v2:172.21.15.77:6834/106612729,v1:172.21.15.77:6835/106612729] up:boot 2024-04-27T02:54:11.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: fsmap foofs:1 {0=foofs.smithi110.nqgzch=up:active} 1 up:standby 2024-04-27T02:54:11.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi077.hbszey"}]: dispatch 2024-04-27T02:54:11.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: fsmap foofs:1 {0=foofs.smithi110.nqgzch=up:active} 1 up:standby 2024-04-27T02:54:11.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:11.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:11.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:11.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:11.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:11.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:11.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: Creating key for client.nfs.foo.0.0.smithi077.zcapqo 2024-04-27T02:54:11.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi077.zcapqo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-27T02:54:11.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi077.zcapqo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-27T02:54:11.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-27T02:54:11.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-27T02:54:11.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-27T02:54:11.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:54:11.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: ganesha-rados-grace tool failed: rados_pool_create: -1 2024-04-27T02:54:11.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Can't connect to cluster: -1 2024-04-27T02:54:11.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-27T02:54:11.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-27T02:54:11.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: Failed while placing nfs.foo.0.0.smithi077.zcapqo on smithi077: grace tool failed: rados_pool_create: -1 2024-04-27T02:54:11.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Can't connect to cluster: -1 2024-04-27T02:54:11.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: Creating key for client.nfs.foo.1.0.smithi110.tqeres 2024-04-27T02:54:11.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi110.tqeres", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-27T02:54:11.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi110.tqeres", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-27T02:54:11.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-04-27T02:54:11.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-27T02:54:11.501 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-27T02:54:11.501 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:54:11.501 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: ganesha-rados-grace tool failed: rados_pool_create: -1 2024-04-27T02:54:11.501 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Can't connect to cluster: -1 2024-04-27T02:54:11.501 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-27T02:54:11.501 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-27T02:54:11.501 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:11 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-04-27T02:54:12.275 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:12 smithi077 ceph-mon[24011]: Failed while placing nfs.foo.1.0.smithi110.tqeres on smithi110: grace tool failed: rados_pool_create: -1 2024-04-27T02:54:12.275 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout: Can't connect to cluster: -1 2024-04-27T02:54:12.275 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:12 smithi077 ceph-mon[24011]: pgmap v168: 65 pgs: 65 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 3 op/s 2024-04-27T02:54:12.275 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:12 smithi077 ceph-mon[24011]: Health check failed: Failed to place 2 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-04-27T02:54:12.275 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:12 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-04-27T02:54:12.275 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:12 smithi077 ceph-mon[24011]: osdmap e50: 8 total, 8 up, 8 in 2024-04-27T02:54:12.275 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:12 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-04-27T02:54:12.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:12 smithi110 ceph-mon[33616]: Failed while placing nfs.foo.1.0.smithi110.tqeres on smithi110: grace tool failed: rados_pool_create: -1 2024-04-27T02:54:12.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout: Can't connect to cluster: -1 2024-04-27T02:54:12.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:12 smithi110 ceph-mon[33616]: pgmap v168: 65 pgs: 65 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s wr, 3 op/s 2024-04-27T02:54:12.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:12 smithi110 ceph-mon[33616]: Health check failed: Failed to place 2 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-04-27T02:54:12.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:12 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-04-27T02:54:12.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:12 smithi110 ceph-mon[33616]: osdmap e50: 8 total, 8 up, 8 in 2024-04-27T02:54:12.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:12 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-04-27T02:54:12.737 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:54:12.738 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-27T02:48:31.382540Z", "last_refresh": "2024-04-27T02:53:57.328818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:50:01.620369Z 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-04-27T02:48:25.598685Z", "last_refresh": "2024-04-27T02:53:52.465653Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:05.354275Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-27T02:48:23.745852Z", "last_refresh": "2024-04-27T02:53:52.465801Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-27T02:48:28.667648Z", "last_refresh": "2024-04-27T02:53:57.328890Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:53:59.286290Z 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": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.77/16"}, "status": {"created": "2024-04-27T02:53:59.281364Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.77/16"}}, {"events": ["2024-04-27T02:54:10.190761Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-27T02:53:55.606836Z", "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:14.620524Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-27T02:48:22.496298Z", "last_refresh": "2024-04-27T02:53:52.465964Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:24.717079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi077:172.21.15.77=smithi077", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-27T02:49:15.968424Z", "last_refresh": "2024-04-27T02:53:52.466038Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:54:12.324317Z service:nfs.foo [INFO] \"service was created\"", "2024-04-27T02:54:10.249997Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi077.zcapqo on smithi077: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-04-27T02:54:10.304387Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tqeres on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-04-27T02:53:59.277807Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:10.737571Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-27T02:48:30.143721Z", "last_refresh": "2024-04-27T02:53:52.465878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:32.003755Z 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-04-27T02:50:32.000377Z", "last_refresh": "2024-04-27T02:53:52.466109Z", "running": 8, "size": 8}}, {"events": ["2024-04-27T02:50:24.721500Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-27T02:48:26.922595Z", "last_refresh": "2024-04-27T02:53:57.328976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-27T02:54:13.320 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:13 smithi077 ceph-mon[24011]: mds.? [v2:172.21.15.110:6832/1152624927,v1:172.21.15.110:6833/1152624927] up:active 2024-04-27T02:54:13.320 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:13 smithi077 ceph-mon[24011]: fsmap foofs:1 {0=foofs.smithi110.nqgzch=up:active} 1 up:standby 2024-04-27T02:54:13.320 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:13 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-04-27T02:54:13.320 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:13 smithi077 ceph-mon[24011]: osdmap e51: 8 total, 8 up, 8 in 2024-04-27T02:54:13.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:13 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:13.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:13 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:13.472 INFO:tasks.cephadm:nfs.foo has 0/2 2024-04-27T02:54:13.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:13 smithi110 ceph-mon[33616]: mds.? [v2:172.21.15.110:6832/1152624927,v1:172.21.15.110:6833/1152624927] up:active 2024-04-27T02:54:13.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:13 smithi110 ceph-mon[33616]: fsmap foofs:1 {0=foofs.smithi110.nqgzch=up:active} 1 up:standby 2024-04-27T02:54:13.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:13 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-04-27T02:54:13.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:13 smithi110 ceph-mon[33616]: osdmap e51: 8 total, 8 up, 8 in 2024-04-27T02:54:13.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:13 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:13.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:13 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:14.472 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-27T02:54:14.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:14 smithi110 ceph-mon[33616]: pgmap v170: 97 pgs: 9 creating+peering, 23 unknown, 65 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2024-04-27T02:54:14.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:14 smithi110 ceph-mon[33616]: Deploying daemon haproxy.nfs.foo.smithi110.suoxly on smithi110 2024-04-27T02:54:14.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:14 smithi110 ceph-mon[33616]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:54:14.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:14 smithi110 ceph-mon[33616]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-27T02:54:14.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:14 smithi110 ceph-mon[33616]: osdmap e52: 8 total, 8 up, 8 in 2024-04-27T02:54:14.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:14 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:14.510 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:14 smithi077 ceph-mon[24011]: pgmap v170: 97 pgs: 9 creating+peering, 23 unknown, 65 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s wr, 4 op/s 2024-04-27T02:54:14.510 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:14 smithi077 ceph-mon[24011]: Deploying daemon haproxy.nfs.foo.smithi110.suoxly on smithi110 2024-04-27T02:54:14.511 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:14 smithi077 ceph-mon[24011]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:54:14.511 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:14 smithi077 ceph-mon[24011]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-27T02:54:14.511 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:14 smithi077 ceph-mon[24011]: osdmap e52: 8 total, 8 up, 8 in 2024-04-27T02:54:14.511 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:14 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:14.728 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:54:15.570 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:15 smithi077 ceph-mon[24011]: pgmap v173: 97 pgs: 9 creating+peering, 4 unknown, 84 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 194 B/s wr, 1 op/s 2024-04-27T02:54:15.570 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:15 smithi077 ceph-mon[24011]: mds.? [v2:172.21.15.77:6834/106612729,v1:172.21.15.77:6835/106612729] up:standby 2024-04-27T02:54:15.570 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:15 smithi077 ceph-mon[24011]: fsmap foofs:1 {0=foofs.smithi110.nqgzch=up:active} 1 up:standby 2024-04-27T02:54:15.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:15 smithi077 ceph-mon[24011]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-27T02:54:15.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:15 smithi110 ceph-mon[33616]: pgmap v173: 97 pgs: 9 creating+peering, 4 unknown, 84 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 194 B/s wr, 1 op/s 2024-04-27T02:54:15.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:15 smithi110 ceph-mon[33616]: mds.? [v2:172.21.15.77:6834/106612729,v1:172.21.15.77:6835/106612729] up:standby 2024-04-27T02:54:15.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:15 smithi110 ceph-mon[33616]: fsmap foofs:1 {0=foofs.smithi110.nqgzch=up:active} 1 up:standby 2024-04-27T02:54:15.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:15 smithi110 ceph-mon[33616]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-27T02:54:16.537 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:54:16.537 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-27T02:48:31.382540Z", "last_refresh": "2024-04-27T02:53:57.328818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:50:01.620369Z 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-04-27T02:48:25.598685Z", "last_refresh": "2024-04-27T02:53:52.465653Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:05.354275Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-27T02:48:23.745852Z", "last_refresh": "2024-04-27T02:53:52.465801Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-27T02:48:28.667648Z", "last_refresh": "2024-04-27T02:53:57.328890Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:53:59.286290Z 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": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.77/16"}, "status": {"created": "2024-04-27T02:53:59.281364Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.77/16"}}, {"events": ["2024-04-27T02:54:10.190761Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-27T02:53:55.606836Z", "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:14.620524Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-27T02:48:22.496298Z", "last_refresh": "2024-04-27T02:53:52.465964Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:24.717079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi077:172.21.15.77=smithi077", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-27T02:49:15.968424Z", "last_refresh": "2024-04-27T02:53:52.466038Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:54:12.324317Z service:nfs.foo [INFO] \"service was created\"", "2024-04-27T02:54:10.249997Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi077.zcapqo on smithi077: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-04-27T02:54:10.304387Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tqeres on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-04-27T02:53:59.277807Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:10.737571Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-27T02:48:30.143721Z", "last_refresh": "2024-04-27T02:53:52.465878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:32.003755Z 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-04-27T02:50:32.000377Z", "last_refresh": "2024-04-27T02:53:52.466109Z", "running": 8, "size": 8}}, {"events": ["2024-04-27T02:50:24.721500Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-27T02:48:26.922595Z", "last_refresh": "2024-04-27T02:53:57.328976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-27T02:54:17.351 INFO:tasks.cephadm:nfs.foo has 0/2 2024-04-27T02:54:17.570 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:17 smithi077 ceph-mon[24011]: pgmap v174: 97 pgs: 9 creating+peering, 88 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-27T02:54:17.570 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:17 smithi077 ceph-mon[24011]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:54:17.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:17 smithi110 ceph-mon[33616]: pgmap v174: 97 pgs: 9 creating+peering, 88 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-27T02:54:17.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:17 smithi110 ceph-mon[33616]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:54:18.352 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-27T02:54:18.598 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:54:20.320 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:20 smithi077 ceph-mon[24011]: pgmap v175: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-27T02:54:20.320 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:20 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:20.320 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:20 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:54:20.490 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:54:20.490 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-27T02:48:31.382540Z", "last_refresh": "2024-04-27T02:53:57.328818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:50:01.620369Z 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-04-27T02:48:25.598685Z", "last_refresh": "2024-04-27T02:53:52.465653Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:05.354275Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-27T02:48:23.745852Z", "last_refresh": "2024-04-27T02:53:52.465801Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-27T02:48:28.667648Z", "last_refresh": "2024-04-27T02:53:57.328890Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:53:59.286290Z 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": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.77/16"}, "status": {"created": "2024-04-27T02:53:59.281364Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.77/16"}}, {"events": ["2024-04-27T02:54:10.190761Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-27T02:53:55.606836Z", "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:14.620524Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-27T02:48:22.496298Z", "last_refresh": "2024-04-27T02:53:52.465964Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:24.717079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi077:172.21.15.77=smithi077", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-27T02:49:15.968424Z", "last_refresh": "2024-04-27T02:53:52.466038Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:54:12.324317Z service:nfs.foo [INFO] \"service was created\"", "2024-04-27T02:54:10.249997Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi077.zcapqo on smithi077: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-04-27T02:54:10.304387Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tqeres on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-04-27T02:53:59.277807Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:10.737571Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-27T02:48:30.143721Z", "last_refresh": "2024-04-27T02:53:52.465878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:32.003755Z 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-04-27T02:50:32.000377Z", "last_refresh": "2024-04-27T02:53:52.466109Z", "running": 8, "size": 8}}, {"events": ["2024-04-27T02:50:24.721500Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-27T02:48:26.922595Z", "last_refresh": "2024-04-27T02:53:57.328976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-27T02:54:20.493 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:20 smithi110 ceph-mon[33616]: pgmap v175: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-27T02:54:20.493 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:20 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:20.493 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:20 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:54:21.088 INFO:tasks.cephadm:nfs.foo has 0/2 2024-04-27T02:54:22.090 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-27T02:54:22.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:22 smithi110 ceph-mon[33616]: pgmap v176: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-27T02:54:22.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:22 smithi110 ceph-mon[33616]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:54:22.320 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:22 smithi077 ceph-mon[24011]: pgmap v176: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-27T02:54:22.320 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:22 smithi077 ceph-mon[24011]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:54:22.344 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:54:23.705 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:23 smithi077 ceph-mon[24011]: pgmap v177: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-27T02:54:23.705 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:23 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:23.705 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:23 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:23.705 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:23 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:23.998 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:23 smithi110 ceph-mon[33616]: pgmap v177: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-27T02:54:23.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:23 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:23.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:23 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:23.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:23 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:23.999 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:23 smithi110 ceph-mon[33616]: Deploying daemon haproxy.nfs.foo.smithi077.hejgzn on smithi077 2024-04-27T02:54:24.070 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:23 smithi077 ceph-mon[24011]: Deploying daemon haproxy.nfs.foo.smithi077.hejgzn on smithi077 2024-04-27T02:54:24.169 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:54:24.170 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-27T02:48:31.382540Z", "last_refresh": "2024-04-27T02:53:57.328818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:50:01.620369Z 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-04-27T02:48:25.598685Z", "last_refresh": "2024-04-27T02:53:52.465653Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:05.354275Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-27T02:48:23.745852Z", "last_refresh": "2024-04-27T02:53:52.465801Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-27T02:48:28.667648Z", "last_refresh": "2024-04-27T02:53:57.328890Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:54:22.732264Z 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": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.77/16"}, "status": {"created": "2024-04-27T02:53:59.281364Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.77/16"}}, {"events": ["2024-04-27T02:54:10.190761Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-27T02:53:55.606836Z", "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:14.620524Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-27T02:48:22.496298Z", "last_refresh": "2024-04-27T02:53:52.465964Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:24.717079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi077:172.21.15.77=smithi077", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-27T02:49:15.968424Z", "last_refresh": "2024-04-27T02:53:52.466038Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:54:12.324317Z service:nfs.foo [INFO] \"service was created\"", "2024-04-27T02:54:10.249997Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi077.zcapqo on smithi077: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-04-27T02:54:10.304387Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tqeres on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-04-27T02:53:59.277807Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:10.737571Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-27T02:48:30.143721Z", "last_refresh": "2024-04-27T02:53:52.465878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:32.003755Z 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-04-27T02:50:32.000377Z", "last_refresh": "2024-04-27T02:53:52.466109Z", "running": 8, "size": 8}}, {"events": ["2024-04-27T02:50:24.721500Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-27T02:48:26.922595Z", "last_refresh": "2024-04-27T02:53:57.328976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-27T02:54:24.860 INFO:tasks.cephadm:nfs.foo has 0/2 2024-04-27T02:54:25.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:25 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:25.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:25 smithi110 ceph-mon[33616]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:54:25.570 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:25 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:25.570 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:25 smithi077 ceph-mon[24011]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:54:25.861 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-27T02:54:26.131 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:54:26.252 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:26 smithi077 ceph-mon[24011]: pgmap v178: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:26.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:26 smithi110 ceph-mon[33616]: pgmap v178: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:28.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:28 smithi110 ceph-mon[33616]: pgmap v179: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:28.570 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:28 smithi077 ceph-mon[24011]: pgmap v179: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:29.869 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:54:29.869 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-27T02:48:31.382540Z", "last_refresh": "2024-04-27T02:53:57.328818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:50:01.620369Z 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-04-27T02:48:25.598685Z", "last_refresh": "2024-04-27T02:53:52.465653Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:05.354275Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-27T02:48:23.745852Z", "last_refresh": "2024-04-27T02:53:52.465801Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-27T02:48:28.667648Z", "last_refresh": "2024-04-27T02:53:57.328890Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:54:22.732264Z 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": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.77/16"}, "status": {"created": "2024-04-27T02:53:59.281364Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.77/16"}}, {"events": ["2024-04-27T02:54:10.190761Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-27T02:53:55.606836Z", "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:14.620524Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-27T02:48:22.496298Z", "last_refresh": "2024-04-27T02:53:52.465964Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:24.717079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi077:172.21.15.77=smithi077", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-27T02:49:15.968424Z", "last_refresh": "2024-04-27T02:53:52.466038Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:54:12.324317Z service:nfs.foo [INFO] \"service was created\"", "2024-04-27T02:54:10.249997Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi077.zcapqo on smithi077: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-04-27T02:54:10.304387Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tqeres on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-04-27T02:53:59.277807Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:10.737571Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-27T02:48:30.143721Z", "last_refresh": "2024-04-27T02:53:52.465878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:32.003755Z 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-04-27T02:50:32.000377Z", "last_refresh": "2024-04-27T02:53:52.466109Z", "running": 8, "size": 8}}, {"events": ["2024-04-27T02:50:24.721500Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-27T02:48:26.922595Z", "last_refresh": "2024-04-27T02:53:57.328976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-27T02:54:30.345 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:30 smithi077 ceph-mon[24011]: pgmap v180: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:30.502 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:30 smithi110 ceph-mon[33616]: pgmap v180: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:31.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:31 smithi110 ceph-mon[33616]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:54:31.350 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:31 smithi077 ceph-mon[24011]: from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:54:31.673 INFO:tasks.cephadm:nfs.foo has 0/2 2024-04-27T02:54:32.320 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:32 smithi077 ceph-mon[24011]: pgmap v181: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:32.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:32 smithi110 ceph-mon[33616]: pgmap v181: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:32.674 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-27T02:54:32.918 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:54:33.592 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:33 smithi077 ceph-mon[24011]: pgmap v182: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:33.592 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:33 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:33.592 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:33 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:33.592 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:33 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:33.592 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:33 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:33.592 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:33 smithi077 ceph-mon[24011]: 10.0.31.77 is in 10.0.0.0/16 on smithi110 interface enp3s0f1 2024-04-27T02:54:33.593 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:33 smithi077 ceph-mon[24011]: 10.0.31.77 is in 10.0.0.0/16 on smithi077 interface enp3s0f1 2024-04-27T02:54:33.593 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:33 smithi077 ceph-mon[24011]: Deploying daemon keepalived.nfs.foo.smithi110.oooskw on smithi110 2024-04-27T02:54:33.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:33 smithi110 ceph-mon[33616]: pgmap v182: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:33.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:33 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:33.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:33 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:33.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:33 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:33.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:33 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:33.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:33 smithi110 ceph-mon[33616]: 10.0.31.77 is in 10.0.0.0/16 on smithi110 interface enp3s0f1 2024-04-27T02:54:33.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:33 smithi110 ceph-mon[33616]: 10.0.31.77 is in 10.0.0.0/16 on smithi077 interface enp3s0f1 2024-04-27T02:54:33.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:33 smithi110 ceph-mon[33616]: Deploying daemon keepalived.nfs.foo.smithi110.oooskw on smithi110 2024-04-27T02:54:34.455 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:34 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:54:34.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:34 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:54:35.182 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:54:35.182 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-27T02:48:31.382540Z", "last_refresh": "2024-04-27T02:53:57.328818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:50:01.620369Z 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-04-27T02:48:25.598685Z", "last_refresh": "2024-04-27T02:53:52.465653Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:05.354275Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-27T02:48:23.745852Z", "last_refresh": "2024-04-27T02:53:52.465801Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-27T02:48:28.667648Z", "last_refresh": "2024-04-27T02:53:57.328890Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:54:32.467769Z 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": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.77/16"}, "status": {"created": "2024-04-27T02:53:59.281364Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.77/16"}}, {"events": ["2024-04-27T02:54:10.190761Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-27T02:53:55.606836Z", "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:14.620524Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-27T02:48:22.496298Z", "last_refresh": "2024-04-27T02:53:52.465964Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:24.717079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi077:172.21.15.77=smithi077", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-27T02:49:15.968424Z", "last_refresh": "2024-04-27T02:53:52.466038Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:54:12.324317Z service:nfs.foo [INFO] \"service was created\"", "2024-04-27T02:54:10.249997Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi077.zcapqo on smithi077: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-04-27T02:54:10.304387Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tqeres on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-04-27T02:53:59.277807Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:10.737571Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-27T02:48:30.143721Z", "last_refresh": "2024-04-27T02:53:52.465878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:32.003755Z 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-04-27T02:50:32.000377Z", "last_refresh": "2024-04-27T02:53:52.466109Z", "running": 8, "size": 8}}, {"events": ["2024-04-27T02:50:24.721500Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-27T02:48:26.922595Z", "last_refresh": "2024-04-27T02:53:57.328976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-27T02:54:35.495 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:35 smithi077 ceph-mon[24011]: pgmap v183: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:35.495 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:35 smithi077 ceph-mon[24011]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:54:35.748 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:35 smithi110 ceph-mon[33616]: pgmap v183: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:35.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:35 smithi110 ceph-mon[33616]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:54:35.831 INFO:tasks.cephadm:nfs.foo has 0/2 2024-04-27T02:54:36.832 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-27T02:54:37.088 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:54:37.556 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:37 smithi077 ceph-mon[24011]: pgmap v184: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:37.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:37 smithi110 ceph-mon[33616]: pgmap v184: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:39.295 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:54:39.295 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-27T02:48:31.382540Z", "last_refresh": "2024-04-27T02:53:57.328818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:50:01.620369Z 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-04-27T02:48:25.598685Z", "last_refresh": "2024-04-27T02:53:52.465653Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:05.354275Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-27T02:48:23.745852Z", "last_refresh": "2024-04-27T02:53:52.465801Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-27T02:48:28.667648Z", "last_refresh": "2024-04-27T02:53:57.328890Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:54:38.954477Z 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": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.77/16"}, "status": {"created": "2024-04-27T02:53:59.281364Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.77/16"}}, {"events": ["2024-04-27T02:54:10.190761Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-27T02:53:55.606836Z", "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:14.620524Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-27T02:48:22.496298Z", "last_refresh": "2024-04-27T02:53:52.465964Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:24.717079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi077:172.21.15.77=smithi077", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-27T02:49:15.968424Z", "last_refresh": "2024-04-27T02:53:52.466038Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:54:12.324317Z service:nfs.foo [INFO] \"service was created\"", "2024-04-27T02:54:10.249997Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi077.zcapqo on smithi077: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-04-27T02:54:10.304387Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tqeres on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-04-27T02:53:59.277807Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:10.737571Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-27T02:48:30.143721Z", "last_refresh": "2024-04-27T02:53:52.465878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:32.003755Z 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-04-27T02:50:32.000377Z", "last_refresh": "2024-04-27T02:53:52.466109Z", "running": 8, "size": 8}}, {"events": ["2024-04-27T02:50:24.721500Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-27T02:48:26.922595Z", "last_refresh": "2024-04-27T02:53:57.328976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-27T02:54:39.995 INFO:tasks.cephadm:nfs.foo has 0/2 2024-04-27T02:54:40.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:39 smithi110 ceph-mon[33616]: pgmap v185: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:40.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:39 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:40.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:39 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:40.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:39 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:40.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:39 smithi110 ceph-mon[33616]: 10.0.31.77 is in 10.0.0.0/16 on smithi077 interface enp3s0f1 2024-04-27T02:54:40.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:39 smithi110 ceph-mon[33616]: 10.0.31.77 is in 10.0.0.0/16 on smithi110 interface enp3s0f1 2024-04-27T02:54:40.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:39 smithi110 ceph-mon[33616]: Deploying daemon keepalived.nfs.foo.smithi077.wjaaap on smithi077 2024-04-27T02:54:40.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:39 smithi110 ceph-mon[33616]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:54:40.320 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:39 smithi077 ceph-mon[24011]: pgmap v185: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:40.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:39 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:40.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:39 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:40.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:39 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:40.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:39 smithi077 ceph-mon[24011]: 10.0.31.77 is in 10.0.0.0/16 on smithi077 interface enp3s0f1 2024-04-27T02:54:40.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:39 smithi077 ceph-mon[24011]: 10.0.31.77 is in 10.0.0.0/16 on smithi110 interface enp3s0f1 2024-04-27T02:54:40.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:39 smithi077 ceph-mon[24011]: Deploying daemon keepalived.nfs.foo.smithi077.wjaaap on smithi077 2024-04-27T02:54:40.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:39 smithi077 ceph-mon[24011]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:54:40.997 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-27T02:54:41.255 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:54:42.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:41 smithi110 ceph-mon[33616]: pgmap v186: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:42.320 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:41 smithi077 ceph-mon[24011]: pgmap v186: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:44.243 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:43 smithi077 ceph-mon[24011]: pgmap v187: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:44.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:43 smithi110 ceph-mon[33616]: pgmap v187: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:45.234 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:54:45.234 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-27T02:48:31.382540Z", "last_refresh": "2024-04-27T02:53:57.328818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:50:01.620369Z 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-04-27T02:48:25.598685Z", "last_refresh": "2024-04-27T02:53:52.465653Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:05.354275Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-27T02:48:23.745852Z", "last_refresh": "2024-04-27T02:53:52.465801Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-27T02:48:28.667648Z", "last_refresh": "2024-04-27T02:53:57.328890Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:54:38.954477Z 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": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.77/16"}, "status": {"created": "2024-04-27T02:53:59.281364Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.77/16"}}, {"events": ["2024-04-27T02:54:10.190761Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-27T02:53:55.606836Z", "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:14.620524Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-27T02:48:22.496298Z", "last_refresh": "2024-04-27T02:53:52.465964Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:24.717079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi077:172.21.15.77=smithi077", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-27T02:49:15.968424Z", "last_refresh": "2024-04-27T02:53:52.466038Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:54:12.324317Z service:nfs.foo [INFO] \"service was created\"", "2024-04-27T02:54:10.249997Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi077.zcapqo on smithi077: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-04-27T02:54:10.304387Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tqeres on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-04-27T02:53:59.277807Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:10.737571Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-27T02:48:30.143721Z", "last_refresh": "2024-04-27T02:53:52.465878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:32.003755Z 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-04-27T02:50:32.000377Z", "last_refresh": "2024-04-27T02:53:52.466109Z", "running": 8, "size": 8}}, {"events": ["2024-04-27T02:50:24.721500Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-27T02:48:26.922595Z", "last_refresh": "2024-04-27T02:53:57.328976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-27T02:54:45.923 INFO:tasks.cephadm:nfs.foo has 0/2 2024-04-27T02:54:46.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:45 smithi110 ceph-mon[33616]: pgmap v188: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:46.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:45 smithi110 ceph-mon[33616]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:54:46.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:45 smithi077 ceph-mon[24011]: pgmap v188: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:46.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:45 smithi077 ceph-mon[24011]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:54:46.924 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-27T02:54:47.479 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:54:48.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:47 smithi110 ceph-mon[33616]: pgmap v189: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:48.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:47 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:48.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:47 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:48.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:47 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:48.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:47 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:48.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:47 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:54:48.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:47 smithi077 ceph-mon[24011]: pgmap v189: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:48.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:47 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:48.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:47 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:48.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:47 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:48.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:47 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:48.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:47 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:54:49.414 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:54:49.414 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-27T02:48:31.382540Z", "last_refresh": "2024-04-27T02:53:57.328818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:50:01.620369Z 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-04-27T02:48:25.598685Z", "last_refresh": "2024-04-27T02:53:52.465653Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:05.354275Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-27T02:48:23.745852Z", "last_refresh": "2024-04-27T02:53:52.465801Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-27T02:48:28.667648Z", "last_refresh": "2024-04-27T02:53:57.328890Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:54:47.496998Z 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": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.77/16"}, "status": {"created": "2024-04-27T02:53:59.281364Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.77/16"}}, {"events": ["2024-04-27T02:54:10.190761Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-27T02:53:55.606836Z", "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:14.620524Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-27T02:48:22.496298Z", "last_refresh": "2024-04-27T02:53:52.465964Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:24.717079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi077:172.21.15.77=smithi077", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-27T02:49:15.968424Z", "last_refresh": "2024-04-27T02:53:52.466038Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:54:12.324317Z service:nfs.foo [INFO] \"service was created\"", "2024-04-27T02:54:10.249997Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi077.zcapqo on smithi077: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-04-27T02:54:10.304387Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tqeres on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-04-27T02:53:59.277807Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:10.737571Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-27T02:48:30.143721Z", "last_refresh": "2024-04-27T02:53:52.465878Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:32.003755Z 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-04-27T02:50:32.000377Z", "last_refresh": "2024-04-27T02:53:52.466109Z", "running": 8, "size": 8}}, {"events": ["2024-04-27T02:50:24.721500Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-27T02:48:26.922595Z", "last_refresh": "2024-04-27T02:53:57.328976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-27T02:54:50.070 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:49 smithi077 ceph-mon[24011]: pgmap v190: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:50.071 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:49 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:54:50.071 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:49 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:50.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:49 smithi110 ceph-mon[33616]: pgmap v190: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:50.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:49 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:54:50.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:49 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:50.534 INFO:tasks.cephadm:nfs.foo has 0/2 2024-04-27T02:54:51.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:50 smithi110 ceph-mon[33616]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:54:51.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:50 smithi077 ceph-mon[24011]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:54:51.535 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-27T02:54:52.022 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:54:52.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:51 smithi110 ceph-mon[33616]: pgmap v191: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:52.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:51 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:52.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:51 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:52.308 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:51 smithi077 ceph-mon[24011]: pgmap v191: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:52.308 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:51 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:52.308 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:51 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:54.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:53 smithi110 ceph-mon[33616]: pgmap v192: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:54.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:53 smithi077 ceph-mon[24011]: pgmap v192: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:54.403 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:54:54.403 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-27T02:48:31.382540Z", "last_refresh": "2024-04-27T02:53:57.328818Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:50:01.620369Z 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-04-27T02:48:25.598685Z", "last_refresh": "2024-04-27T02:53:57.328602Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:05.354275Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-27T02:48:23.745852Z", "last_refresh": "2024-04-27T02:53:57.328675Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-27T02:48:28.667648Z", "last_refresh": "2024-04-27T02:53:57.328890Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:54:47.496998Z 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": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.77/16"}, "status": {"created": "2024-04-27T02:53:59.281364Z", "last_refresh": "2024-04-27T02:54:51.799057Z", "ports": [2049, 9002], "running": 2, "size": 4, "virtual_ip": "10.0.31.77/16"}}, {"events": ["2024-04-27T02:54:10.190761Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-27T02:53:55.606836Z", "last_refresh": "2024-04-27T02:54:51.798981Z", "running": 1, "size": 2}}, {"events": ["2024-04-27T02:50:14.620524Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-27T02:48:22.496298Z", "last_refresh": "2024-04-27T02:53:57.328526Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:24.717079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi077:172.21.15.77=smithi077", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-27T02:49:15.968424Z", "last_refresh": "2024-04-27T02:53:57.328429Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:54:12.324317Z service:nfs.foo [INFO] \"service was created\"", "2024-04-27T02:54:10.249997Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi077.zcapqo on smithi077: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-04-27T02:54:10.304387Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tqeres on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-04-27T02:53:59.277807Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:10.737571Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-27T02:48:30.143721Z", "last_refresh": "2024-04-27T02:53:57.328747Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:32.003755Z 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-04-27T02:50:32.000377Z", "last_refresh": "2024-04-27T02:53:57.329049Z", "running": 8, "size": 8}}, {"events": ["2024-04-27T02:50:24.721500Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-27T02:48:26.922595Z", "last_refresh": "2024-04-27T02:53:57.328976Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-27T02:54:55.179 INFO:tasks.cephadm:nfs.foo has 0/2 2024-04-27T02:54:56.180 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-27T02:54:56.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:55 smithi110 ceph-mon[33616]: pgmap v193: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:56.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:55 smithi110 ceph-mon[33616]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:54:56.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:55 smithi077 ceph-mon[24011]: pgmap v193: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:56.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:55 smithi077 ceph-mon[24011]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:54:56.549 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:54:58.233 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:57 smithi077 ceph-mon[24011]: pgmap v194: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:58.234 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:58.234 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:58.234 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:54:58.234 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:54:58.234 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:58.234 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:54:58.234 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:58.234 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi077.zcapqo"}]: dispatch 2024-04-27T02:54:58.234 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi077.zcapqo"}]': finished 2024-04-27T02:54:58.234 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:58.234 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi110.tqeres"}]: dispatch 2024-04-27T02:54:58.234 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi110.tqeres"}]': finished 2024-04-27T02:54:58.235 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:58.235 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi077.gytrgu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-27T02:54:58.235 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi077.gytrgu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-27T02:54:58.235 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-27T02:54:58.235 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-27T02:54:58.235 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:54:58.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:57 smithi110 ceph-mon[33616]: pgmap v194: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:58.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:58.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:58.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:54:58.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:54:58.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:58.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:54:58.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:58.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi077.zcapqo"}]: dispatch 2024-04-27T02:54:58.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi077.zcapqo"}]': finished 2024-04-27T02:54:58.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:58.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi110.tqeres"}]: dispatch 2024-04-27T02:54:58.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi110.tqeres"}]': finished 2024-04-27T02:54:58.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:54:58.252 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi077.gytrgu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-27T02:54:58.252 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi077.gytrgu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-27T02:54:58.252 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-27T02:54:58.252 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-27T02:54:58.252 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:54:59.045 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:54:59.045 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-27T02:48:31.382540Z", "last_refresh": "2024-04-27T02:54:57.910834Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:50:01.620369Z 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-04-27T02:48:25.598685Z", "last_refresh": "2024-04-27T02:54:51.798292Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:05.354275Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-27T02:48:23.745852Z", "last_refresh": "2024-04-27T02:54:51.798384Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-27T02:48:28.667648Z", "last_refresh": "2024-04-27T02:54:57.910905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:54:47.496998Z 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": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.77/16"}, "status": {"created": "2024-04-27T02:53:59.281364Z", "last_refresh": "2024-04-27T02:54:51.799057Z", "ports": [2049, 9002], "running": 4, "size": 4, "virtual_ip": "10.0.31.77/16"}}, {"events": ["2024-04-27T02:54:10.190761Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-27T02:53:55.606836Z", "last_refresh": "2024-04-27T02:54:51.798981Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:14.620524Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-27T02:48:22.496298Z", "last_refresh": "2024-04-27T02:54:51.798531Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:24.717079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi077:172.21.15.77=smithi077", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-27T02:49:15.968424Z", "last_refresh": "2024-04-27T02:54:51.798600Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:54:57.951492Z service:nfs.foo [INFO] \"service was created\"", "2024-04-27T02:54:10.249997Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi077.zcapqo on smithi077: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-04-27T02:54:10.304387Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tqeres on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-04-27T02:53:59.277807Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:10.737571Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-27T02:48:30.143721Z", "last_refresh": "2024-04-27T02:54:51.798460Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:32.003755Z 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-04-27T02:50:32.000377Z", "last_refresh": "2024-04-27T02:54:51.798669Z", "running": 8, "size": 8}}, {"events": ["2024-04-27T02:50:24.721500Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-27T02:48:26.922595Z", "last_refresh": "2024-04-27T02:54:57.910993Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-27T02:54:59.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:58 smithi110 ceph-mon[33616]: pgmap v195: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:59.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:58 smithi110 ceph-mon[33616]: Fencing old nfs.foo.0.0.smithi077.zcapqo 2024-04-27T02:54:59.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:58 smithi110 ceph-mon[33616]: Fencing old nfs.foo.1.0.smithi110.tqeres 2024-04-27T02:54:59.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:58 smithi110 ceph-mon[33616]: Creating key for client.nfs.foo.0.1.smithi077.gytrgu 2024-04-27T02:54:59.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:58 smithi110 ceph-mon[33616]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-27T02:54:59.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:58 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-27T02:54:59.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:58 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-27T02:54:59.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:58 smithi110 ceph-mon[33616]: Creating rados config object: conf-nfs.foo 2024-04-27T02:54:59.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:58 smithi110 ceph-mon[33616]: Creating key for client.nfs.foo.0.1.smithi077.gytrgu-rgw 2024-04-27T02:54:59.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:58 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi077.gytrgu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T02:54:59.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:58 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi077.gytrgu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-27T02:54:59.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:58 smithi110 ceph-mon[33616]: Bind address in nfs.foo.0.1.smithi077.gytrgu's ganesha conf is defaulting to empty 2024-04-27T02:54:59.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:58 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:54:59.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:58 smithi110 ceph-mon[33616]: Deploying daemon nfs.foo.0.1.smithi077.gytrgu on smithi077 2024-04-27T02:54:59.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:58 smithi110 ceph-mon[33616]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 2 daemon(s)) 2024-04-27T02:54:59.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:58 smithi110 ceph-mon[33616]: Cluster is now healthy 2024-04-27T02:54:59.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:58 smithi077 ceph-mon[24011]: pgmap v195: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-04-27T02:54:59.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:58 smithi077 ceph-mon[24011]: Fencing old nfs.foo.0.0.smithi077.zcapqo 2024-04-27T02:54:59.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:58 smithi077 ceph-mon[24011]: Fencing old nfs.foo.1.0.smithi110.tqeres 2024-04-27T02:54:59.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:58 smithi077 ceph-mon[24011]: Creating key for client.nfs.foo.0.1.smithi077.gytrgu 2024-04-27T02:54:59.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:58 smithi077 ceph-mon[24011]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-27T02:54:59.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:58 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-27T02:54:59.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:58 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-27T02:54:59.323 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:58 smithi077 ceph-mon[24011]: Creating rados config object: conf-nfs.foo 2024-04-27T02:54:59.323 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:58 smithi077 ceph-mon[24011]: Creating key for client.nfs.foo.0.1.smithi077.gytrgu-rgw 2024-04-27T02:54:59.323 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:58 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi077.gytrgu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T02:54:59.323 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:58 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi077.gytrgu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-27T02:54:59.323 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:58 smithi077 ceph-mon[24011]: Bind address in nfs.foo.0.1.smithi077.gytrgu's ganesha conf is defaulting to empty 2024-04-27T02:54:59.323 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:58 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:54:59.324 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:58 smithi077 ceph-mon[24011]: Deploying daemon nfs.foo.0.1.smithi077.gytrgu on smithi077 2024-04-27T02:54:59.324 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:58 smithi077 ceph-mon[24011]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 2 daemon(s)) 2024-04-27T02:54:59.324 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:58 smithi077 ceph-mon[24011]: Cluster is now healthy 2024-04-27T02:55:00.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:54:59 smithi110 ceph-mon[33616]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:55:00.302 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:54:59 smithi077 ceph-mon[24011]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:55:00.617 INFO:tasks.cephadm:nfs.foo has 0/2 2024-04-27T02:55:01.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:00 smithi110 ceph-mon[33616]: pgmap v196: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 88 B/s rd, 176 B/s wr, 0 op/s 2024-04-27T02:55:01.294 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:00 smithi077 ceph-mon[24011]: pgmap v196: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 88 B/s rd, 176 B/s wr, 0 op/s 2024-04-27T02:55:01.618 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-27T02:55:02.152 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:55:03.285 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:03 smithi077 ceph-mon[24011]: pgmap v197: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 88 B/s rd, 176 B/s wr, 0 op/s 2024-04-27T02:55:03.285 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:03 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:03.285 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:03 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:03.285 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:03 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:03.285 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:03 smithi077 ceph-mon[24011]: Creating key for client.nfs.foo.1.1.smithi110.bqbekg 2024-04-27T02:55:03.286 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:03 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi110.bqbekg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-27T02:55:03.286 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:03 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi110.bqbekg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-27T02:55:03.286 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:03 smithi077 ceph-mon[24011]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-04-27T02:55:03.286 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:03 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-27T02:55:03.286 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:03 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-27T02:55:03.286 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:03 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:55:03.449 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:03 smithi110 ceph-mon[33616]: pgmap v197: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 88 B/s rd, 176 B/s wr, 0 op/s 2024-04-27T02:55:03.449 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:03 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:03.449 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:03 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:03.449 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:03 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:03.450 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:03 smithi110 ceph-mon[33616]: Creating key for client.nfs.foo.1.1.smithi110.bqbekg 2024-04-27T02:55:03.450 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:03 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi110.bqbekg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-27T02:55:03.450 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:03 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi110.bqbekg", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-27T02:55:03.450 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:03 smithi110 ceph-mon[33616]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-04-27T02:55:03.450 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:03 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-27T02:55:03.450 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:03 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-27T02:55:03.450 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:03 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:55:04.058 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:55:04.059 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-27T02:48:31.382540Z", "last_refresh": "2024-04-27T02:54:57.910834Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:50:01.620369Z 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-04-27T02:48:25.598685Z", "last_refresh": "2024-04-27T02:54:51.798292Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:05.354275Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-27T02:48:23.745852Z", "last_refresh": "2024-04-27T02:54:51.798384Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-27T02:48:28.667648Z", "last_refresh": "2024-04-27T02:54:57.910905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:54:47.496998Z 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": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.77/16"}, "status": {"created": "2024-04-27T02:53:59.281364Z", "last_refresh": "2024-04-27T02:54:51.799057Z", "ports": [2049, 9002], "running": 4, "size": 4, "virtual_ip": "10.0.31.77/16"}}, {"events": ["2024-04-27T02:54:10.190761Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-27T02:53:55.606836Z", "last_refresh": "2024-04-27T02:54:51.798981Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:14.620524Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-27T02:48:22.496298Z", "last_refresh": "2024-04-27T02:54:51.798531Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:24.717079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi077:172.21.15.77=smithi077", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-27T02:49:15.968424Z", "last_refresh": "2024-04-27T02:54:51.798600Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:55:02.238042Z service:nfs.foo [INFO] \"service was created\"", "2024-04-27T02:54:10.249997Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi077.zcapqo on smithi077: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-04-27T02:54:10.304387Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tqeres on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-04-27T02:53:59.277807Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:10.737571Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-27T02:48:30.143721Z", "last_refresh": "2024-04-27T02:54:51.798460Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:32.003755Z 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-04-27T02:50:32.000377Z", "last_refresh": "2024-04-27T02:54:51.798669Z", "running": 8, "size": 8}}, {"events": ["2024-04-27T02:50:24.721500Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-27T02:48:26.922595Z", "last_refresh": "2024-04-27T02:54:57.910993Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-27T02:55:04.709 INFO:tasks.cephadm:nfs.foo has 0/2 2024-04-27T02:55:05.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:05 smithi077 ceph-mon[24011]: pgmap v198: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 793 B/s wr, 1 op/s 2024-04-27T02:55:05.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:05 smithi077 ceph-mon[24011]: from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:55:05.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:05 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:05.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:05 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:55:05.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:05 smithi110 ceph-mon[33616]: pgmap v198: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 793 B/s wr, 1 op/s 2024-04-27T02:55:05.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:05 smithi110 ceph-mon[33616]: from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:55:05.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:05 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:05.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:05 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:55:05.710 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-27T02:55:05.961 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:55:06.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:06 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-27T02:55:06.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:06 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-27T02:55:06.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:06 smithi077 ceph-mon[24011]: Rados config object exists: conf-nfs.foo 2024-04-27T02:55:06.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:06 smithi077 ceph-mon[24011]: Creating key for client.nfs.foo.1.1.smithi110.bqbekg-rgw 2024-04-27T02:55:06.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:06 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi110.bqbekg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T02:55:06.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:06 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi110.bqbekg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-27T02:55:06.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:06 smithi077 ceph-mon[24011]: Bind address in nfs.foo.1.1.smithi110.bqbekg's ganesha conf is defaulting to empty 2024-04-27T02:55:06.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:06 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:55:06.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:06 smithi077 ceph-mon[24011]: Deploying daemon nfs.foo.1.1.smithi110.bqbekg on smithi110 2024-04-27T02:55:06.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:06 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-27T02:55:06.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:06 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-27T02:55:06.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:06 smithi110 ceph-mon[33616]: Rados config object exists: conf-nfs.foo 2024-04-27T02:55:06.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:06 smithi110 ceph-mon[33616]: Creating key for client.nfs.foo.1.1.smithi110.bqbekg-rgw 2024-04-27T02:55:06.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:06 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi110.bqbekg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-27T02:55:06.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:06 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi110.bqbekg-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-27T02:55:06.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:06 smithi110 ceph-mon[33616]: Bind address in nfs.foo.1.1.smithi110.bqbekg's ganesha conf is defaulting to empty 2024-04-27T02:55:06.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:06 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:55:06.464 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:06 smithi110 ceph-mon[33616]: Deploying daemon nfs.foo.1.1.smithi110.bqbekg on smithi110 2024-04-27T02:55:07.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:07 smithi077 ceph-mon[24011]: pgmap v199: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 793 B/s wr, 1 op/s 2024-04-27T02:55:07.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:07 smithi110 ceph-mon[33616]: pgmap v199: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 793 B/s wr, 1 op/s 2024-04-27T02:55:07.861 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:55:07.861 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-27T02:48:31.382540Z", "last_refresh": "2024-04-27T02:54:57.910834Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:50:01.620369Z 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-04-27T02:48:25.598685Z", "last_refresh": "2024-04-27T02:54:51.798292Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:05.354275Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-27T02:48:23.745852Z", "last_refresh": "2024-04-27T02:54:51.798384Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-27T02:48:28.667648Z", "last_refresh": "2024-04-27T02:54:57.910905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:54:47.496998Z 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": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.77/16"}, "status": {"created": "2024-04-27T02:53:59.281364Z", "last_refresh": "2024-04-27T02:54:51.799057Z", "ports": [2049, 9002], "running": 4, "size": 4, "virtual_ip": "10.0.31.77/16"}}, {"events": ["2024-04-27T02:54:10.190761Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-27T02:53:55.606836Z", "last_refresh": "2024-04-27T02:54:51.798981Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:14.620524Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-27T02:48:22.496298Z", "last_refresh": "2024-04-27T02:54:51.798531Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:24.717079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi077:172.21.15.77=smithi077", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-27T02:49:15.968424Z", "last_refresh": "2024-04-27T02:54:51.798600Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:55:02.238042Z service:nfs.foo [INFO] \"service was created\"", "2024-04-27T02:54:10.249997Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi077.zcapqo on smithi077: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-04-27T02:54:10.304387Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tqeres on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-04-27T02:53:59.277807Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:10.737571Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-27T02:48:30.143721Z", "last_refresh": "2024-04-27T02:54:51.798460Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:32.003755Z 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-04-27T02:50:32.000377Z", "last_refresh": "2024-04-27T02:54:51.798669Z", "running": 8, "size": 8}}, {"events": ["2024-04-27T02:50:24.721500Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-27T02:48:26.922595Z", "last_refresh": "2024-04-27T02:54:57.910993Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-27T02:55:08.646 INFO:tasks.cephadm:nfs.foo has 0/2 2024-04-27T02:55:09.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:09 smithi110 ceph-mon[33616]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:55:09.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:09 smithi110 ceph-mon[33616]: pgmap v200: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 793 B/s wr, 1 op/s 2024-04-27T02:55:09.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:09 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:09.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:09 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:09.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:09 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:09.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:09 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:09.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:09 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:55:09.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:09 smithi077 ceph-mon[24011]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:55:09.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:09 smithi077 ceph-mon[24011]: pgmap v200: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 969 B/s rd, 793 B/s wr, 1 op/s 2024-04-27T02:55:09.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:09 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:09.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:09 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:09.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:09 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:09.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:09 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:09.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:09 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:55:09.647 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-27T02:55:10.303 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:55:10.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:10 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:10.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:10 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:11.410 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:11 smithi077 ceph-mon[24011]: pgmap v201: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2024-04-27T02:55:11.497 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:11 smithi110 ceph-mon[33616]: pgmap v201: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2024-04-27T02:55:12.541 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:55:12.541 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-27T02:48:31.382540Z", "last_refresh": "2024-04-27T02:54:57.910834Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:50:01.620369Z 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-04-27T02:48:25.598685Z", "last_refresh": "2024-04-27T02:54:51.798292Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:05.354275Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-27T02:48:23.745852Z", "last_refresh": "2024-04-27T02:54:51.798384Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-27T02:48:28.667648Z", "last_refresh": "2024-04-27T02:54:57.910905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:54:47.496998Z 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": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.77/16"}, "status": {"created": "2024-04-27T02:53:59.281364Z", "last_refresh": "2024-04-27T02:54:51.799057Z", "ports": [2049, 9002], "running": 4, "size": 4, "virtual_ip": "10.0.31.77/16"}}, {"events": ["2024-04-27T02:54:10.190761Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-27T02:53:55.606836Z", "last_refresh": "2024-04-27T02:54:51.798981Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:14.620524Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-27T02:48:22.496298Z", "last_refresh": "2024-04-27T02:54:51.798531Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:24.717079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi077:172.21.15.77=smithi077", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-27T02:49:15.968424Z", "last_refresh": "2024-04-27T02:54:51.798600Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:55:08.066020Z service:nfs.foo [INFO] \"service was created\"", "2024-04-27T02:54:10.249997Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi077.zcapqo on smithi077: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-04-27T02:54:10.304387Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tqeres on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-04-27T02:53:59.277807Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-04-27T02:50:10.737571Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-27T02:48:30.143721Z", "last_refresh": "2024-04-27T02:54:51.798460Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:32.003755Z 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-04-27T02:50:32.000377Z", "last_refresh": "2024-04-27T02:54:51.798669Z", "running": 8, "size": 8}}, {"events": ["2024-04-27T02:50:24.721500Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-27T02:48:26.922595Z", "last_refresh": "2024-04-27T02:54:57.910993Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-27T02:55:13.280 INFO:tasks.cephadm:nfs.foo has 0/2 2024-04-27T02:55:13.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:13 smithi077 ceph-mon[24011]: pgmap v202: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2024-04-27T02:55:13.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:13 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:13.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:13 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:13.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:13 smithi110 ceph-mon[33616]: pgmap v202: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2024-04-27T02:55:13.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:13 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:13.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:13 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:14.282 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-27T02:55:14.449 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:14 smithi077 ceph-mon[24011]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:55:14.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:14 smithi110 ceph-mon[33616]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:55:14.870 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:55:15.297 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:15 smithi077 ceph-mon[24011]: pgmap v203: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2024-04-27T02:55:15.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:15 smithi110 ceph-mon[33616]: pgmap v203: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2024-04-27T02:55:16.988 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:55:16.989 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-27T02:48:31.382540Z", "last_refresh": "2024-04-27T02:54:57.910834Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:50:01.620369Z 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-04-27T02:48:25.598685Z", "last_refresh": "2024-04-27T02:54:57.910616Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:05.354275Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-27T02:48:23.745852Z", "last_refresh": "2024-04-27T02:54:57.910691Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-27T02:48:28.667648Z", "last_refresh": "2024-04-27T02:54:57.910905Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:54:47.496998Z 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": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.77/16"}, "status": {"created": "2024-04-27T02:53:59.281364Z", "last_refresh": "2024-04-27T02:54:57.911434Z", "ports": [2049, 9002], "running": 4, "size": 4, "virtual_ip": "10.0.31.77/16"}}, {"events": ["2024-04-27T02:54:10.190761Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-27T02:53:55.606836Z", "last_refresh": "2024-04-27T02:54:57.911353Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:14.620524Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-27T02:48:22.496298Z", "last_refresh": "2024-04-27T02:54:57.910541Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:24.717079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi077:172.21.15.77=smithi077", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-27T02:49:15.968424Z", "last_refresh": "2024-04-27T02:54:57.910431Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:55:08.066020Z service:nfs.foo [INFO] \"service was created\"", "2024-04-27T02:54:10.249997Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi077.zcapqo on smithi077: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-04-27T02:54:10.304387Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tqeres on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-04-27T02:53:59.277807Z", "last_refresh": "2024-04-27T02:55:12.655164Z", "ports": [12049], "running": 1, "size": 2}}, {"events": ["2024-04-27T02:50:10.737571Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-27T02:48:30.143721Z", "last_refresh": "2024-04-27T02:54:57.910763Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:32.003755Z 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-04-27T02:50:32.000377Z", "last_refresh": "2024-04-27T02:54:57.911067Z", "running": 8, "size": 8}}, {"events": ["2024-04-27T02:50:24.721500Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-27T02:48:26.922595Z", "last_refresh": "2024-04-27T02:54:57.910993Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-27T02:55:17.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:17 smithi077 ceph-mon[24011]: pgmap v204: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 767 B/s wr, 3 op/s 2024-04-27T02:55:17.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:17 smithi110 ceph-mon[33616]: pgmap v204: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 767 B/s wr, 3 op/s 2024-04-27T02:55:18.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:18 smithi077 ceph-mon[24011]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:55:18.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:18 smithi110 ceph-mon[33616]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:55:19.498 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:19 smithi077 ceph-mon[24011]: pgmap v205: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 767 B/s wr, 3 op/s 2024-04-27T02:55:19.499 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:19 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:55:19.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:19 smithi110 ceph-mon[33616]: pgmap v205: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 767 B/s wr, 3 op/s 2024-04-27T02:55:19.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:19 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:55:19.540 INFO:tasks.cephadm:nfs.foo has 1/2 2024-04-27T02:55:20.541 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-27T02:55:20.924 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:55:21.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:21 smithi077 ceph-mon[24011]: pgmap v206: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 767 B/s wr, 3 op/s 2024-04-27T02:55:21.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:21 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:21.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:21 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:21.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:21 smithi110 ceph-mon[33616]: pgmap v206: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 767 B/s wr, 3 op/s 2024-04-27T02:55:21.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:21 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:21.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:21 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:22.401 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:22 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:55:22.401 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:22 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:55:22.401 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:22 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:22.401 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:22 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:55:22.401 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:22 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:22.433 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:22 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:55:22.434 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:22 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:55:22.434 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:22 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:22.434 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:22 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:55:22.434 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:22 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:22.888 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:55:22.888 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-27T02:48:31.382540Z", "last_refresh": "2024-04-27T02:55:20.928284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:50:01.620369Z 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-04-27T02:48:25.598685Z", "last_refresh": "2024-04-27T02:55:12.654222Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:05.354275Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-27T02:48:23.745852Z", "last_refresh": "2024-04-27T02:55:12.654332Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-27T02:48:28.667648Z", "last_refresh": "2024-04-27T02:55:20.928355Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:54:47.496998Z 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": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.77/16"}, "status": {"created": "2024-04-27T02:53:59.281364Z", "last_refresh": "2024-04-27T02:55:12.655018Z", "ports": [2049, 9002], "running": 4, "size": 4, "virtual_ip": "10.0.31.77/16"}}, {"events": ["2024-04-27T02:54:10.190761Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-27T02:53:55.606836Z", "last_refresh": "2024-04-27T02:55:12.654941Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:14.620524Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-27T02:48:22.496298Z", "last_refresh": "2024-04-27T02:55:12.654477Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:24.717079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi077:172.21.15.77=smithi077", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-27T02:49:15.968424Z", "last_refresh": "2024-04-27T02:55:12.654547Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:55:21.877956Z service:nfs.foo [INFO] \"service was created\"", "2024-04-27T02:54:10.249997Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi077.zcapqo on smithi077: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-04-27T02:54:10.304387Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tqeres on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-04-27T02:53:59.277807Z", "last_refresh": "2024-04-27T02:55:12.655164Z", "ports": [12049], "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:10.737571Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-27T02:48:30.143721Z", "last_refresh": "2024-04-27T02:55:12.654406Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:32.003755Z 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-04-27T02:50:32.000377Z", "last_refresh": "2024-04-27T02:55:12.654617Z", "running": 8, "size": 8}}, {"events": ["2024-04-27T02:50:24.721500Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-27T02:48:26.922595Z", "last_refresh": "2024-04-27T02:55:20.928426Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-27T02:55:23.419 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:23 smithi077 ceph-mon[24011]: pgmap v207: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-04-27T02:55:23.419 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:23 smithi077 ceph-mon[24011]: Reconfiguring prometheus.smithi077 (dependencies changed)... 2024-04-27T02:55:23.419 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:23 smithi077 ceph-mon[24011]: Reconfiguring daemon prometheus.smithi077 on smithi077 2024-04-27T02:55:23.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:23 smithi110 ceph-mon[33616]: pgmap v207: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-04-27T02:55:23.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:23 smithi110 ceph-mon[33616]: Reconfiguring prometheus.smithi077 (dependencies changed)... 2024-04-27T02:55:23.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:23 smithi110 ceph-mon[33616]: Reconfiguring daemon prometheus.smithi077 on smithi077 2024-04-27T02:55:24.142 INFO:tasks.cephadm:nfs.foo has 2/2 2024-04-27T02:55:24.142 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-04-27T02:55:24.158 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-04-27T02:55:24.159 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-27T02:55:24.502 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:24 smithi110 ceph-mon[33616]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:55:24.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:24 smithi077 ceph-mon[24011]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:55:25.239 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:25 smithi077 ceph-mon[24011]: pgmap v208: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:55:25.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:25 smithi110 ceph-mon[33616]: pgmap v208: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:55:26.078 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:55:27.260 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:27 smithi077 ceph-mon[24011]: pgmap v209: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:55:27.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:27 smithi110 ceph-mon[33616]: pgmap v209: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:55:28.820 INFO:teuthology.orchestra.run.smithi077.stdout: 2024-04-27T02:55:28.820 INFO:teuthology.orchestra.run.smithi077.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-27T02:48:31.382540Z", "last_refresh": "2024-04-27T02:55:20.928284Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:50:01.620369Z 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-04-27T02:48:25.598685Z", "last_refresh": "2024-04-27T02:55:12.654222Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:05.354275Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-27T02:48:23.745852Z", "last_refresh": "2024-04-27T02:55:12.654332Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-27T02:48:28.667648Z", "last_refresh": "2024-04-27T02:55:20.928355Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-27T02:54:47.496998Z 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": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.77/16"}, "status": {"created": "2024-04-27T02:53:59.281364Z", "last_refresh": "2024-04-27T02:55:12.655018Z", "ports": [2049, 9002], "running": 4, "size": 4, "virtual_ip": "10.0.31.77/16"}}, {"events": ["2024-04-27T02:54:10.190761Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-04-27T02:53:55.606836Z", "last_refresh": "2024-04-27T02:55:12.654941Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:14.620524Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-27T02:48:22.496298Z", "last_refresh": "2024-04-27T02:55:12.654477Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:24.717079Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi077:172.21.15.77=smithi077", "smithi110:172.21.15.110=smithi110"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-27T02:49:15.968424Z", "last_refresh": "2024-04-27T02:55:12.654547Z", "running": 2, "size": 2}}, {"events": ["2024-04-27T02:55:21.877956Z service:nfs.foo [INFO] \"service was created\"", "2024-04-27T02:54:10.249997Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi077.zcapqo on smithi077: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-04-27T02:54:10.304387Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi110.tqeres on smithi110: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-04-27T02:53:59.277807Z", "last_refresh": "2024-04-27T02:55:12.655164Z", "ports": [12049], "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:10.737571Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-27T02:48:30.143721Z", "last_refresh": "2024-04-27T02:55:12.654406Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-27T02:50:32.003755Z 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-04-27T02:50:32.000377Z", "last_refresh": "2024-04-27T02:55:12.654617Z", "running": 8, "size": 8}}, {"events": ["2024-04-27T02:50:24.721500Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-27T02:48:26.922595Z", "last_refresh": "2024-04-27T02:55:20.928426Z", "ports": [9095], "running": 1, "size": 1}}] 2024-04-27T02:55:29.411 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:29 smithi077 ceph-mon[24011]: pgmap v210: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:55:29.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:29 smithi110 ceph-mon[33616]: pgmap v210: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:55:29.817 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2024-04-27T02:55:29.818 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-27T02:55:29.829 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi077.front.sepia.ceph.com 2024-04-27T02:55:29.829 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-04-27T02:55:30.349 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:30 smithi077 ceph-mon[24011]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:55:30.349 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:30 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:30.350 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:30 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:30.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:30 smithi110 ceph-mon[33616]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-27T02:55:30.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:30 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:30.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:30 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:30.592 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:55:31.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:31 smithi077 ceph-mon[24011]: Reconfiguring haproxy.nfs.foo.smithi077.hejgzn (dependencies changed)... 2024-04-27T02:55:31.318 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:31 smithi077 ceph-mon[24011]: Reconfiguring daemon haproxy.nfs.foo.smithi077.hejgzn on smithi077 2024-04-27T02:55:31.319 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:31 smithi077 ceph-mon[24011]: pgmap v211: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-27T02:55:31.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:31 smithi110 ceph-mon[33616]: Reconfiguring haproxy.nfs.foo.smithi077.hejgzn (dependencies changed)... 2024-04-27T02:55:31.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:31 smithi110 ceph-mon[33616]: Reconfiguring daemon haproxy.nfs.foo.smithi077.hejgzn on smithi077 2024-04-27T02:55:31.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:31 smithi110 ceph-mon[33616]: pgmap v211: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-27T02:55:33.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:33 smithi077 ceph-mon[24011]: pgmap v212: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:55:33.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:33 smithi110 ceph-mon[33616]: pgmap v212: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:55:33.998 INFO:teuthology.orchestra.run.smithi077.stdout:{ 2024-04-27T02:55:33.999 INFO:teuthology.orchestra.run.smithi077.stdout: "bind": "/fake", 2024-04-27T02:55:33.999 INFO:teuthology.orchestra.run.smithi077.stdout: "cluster": "foo", 2024-04-27T02:55:33.999 INFO:teuthology.orchestra.run.smithi077.stdout: "fs": "foofs", 2024-04-27T02:55:33.999 INFO:teuthology.orchestra.run.smithi077.stdout: "mode": "RW", 2024-04-27T02:55:33.999 INFO:teuthology.orchestra.run.smithi077.stdout: "path": "/" 2024-04-27T02:55:33.999 INFO:teuthology.orchestra.run.smithi077.stdout:} 2024-04-27T02:55:34.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:34 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 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-04-27T02:55:34.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:34 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 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-04-27T02:55:34.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:34 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:55:34.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:34 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 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-04-27T02:55:34.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:34 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 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-04-27T02:55:34.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:34 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:55:34.873 INFO:teuthology.run_tasks:Running task vip.exec... 2024-04-27T02:55:34.887 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi077.front.sepia.ceph.com 2024-04-27T02:55:34.888 DEBUG:teuthology.orchestra.run.smithi077:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-04-27T02:55:34.914 INFO:teuthology.orchestra.run.smithi077.stderr:+ mkdir /mnt/foo 2024-04-27T02:55:34.924 DEBUG:teuthology.orchestra.run.smithi077:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2024-04-27T02:55:34.986 INFO:teuthology.orchestra.run.smithi077.stderr:+ sleep 5 2024-04-27T02:55:35.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:35 smithi110 ceph-mon[33616]: pgmap v213: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:55:35.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:35 smithi110 ceph-mon[33616]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:35.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:35 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:35.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:35 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:35.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:35 smithi110 ceph-mon[33616]: Reconfiguring haproxy.nfs.foo.smithi110.suoxly (dependencies changed)... 2024-04-27T02:55:35.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:35 smithi110 ceph-mon[33616]: Reconfiguring daemon haproxy.nfs.foo.smithi110.suoxly on smithi110 2024-04-27T02:55:35.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:35 smithi077 ceph-mon[24011]: pgmap v213: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:55:35.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:35 smithi077 ceph-mon[24011]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:35.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:35 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:35.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:35 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:35.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:35 smithi077 ceph-mon[24011]: Reconfiguring haproxy.nfs.foo.smithi110.suoxly (dependencies changed)... 2024-04-27T02:55:35.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:35 smithi077 ceph-mon[24011]: Reconfiguring daemon haproxy.nfs.foo.smithi110.suoxly on smithi110 2024-04-27T02:55:36.487 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:36 smithi110 ceph-mon[33616]: mgrmap e20: smithi077.clwhwf(active, since 5m), standbys: smithi110.vvnxlp 2024-04-27T02:55:36.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:36 smithi077 ceph-mon[24011]: mgrmap e20: smithi077.clwhwf(active, since 5m), standbys: smithi110.vvnxlp 2024-04-27T02:55:37.484 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:37 smithi110 ceph-mon[33616]: pgmap v214: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:55:37.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:37 smithi077 ceph-mon[24011]: pgmap v214: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:55:38.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:38 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:38.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:38 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:38.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:38 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T02:55:38.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:38 smithi110 ceph-mon[33616]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T02:55:38.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:38 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:55:38.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:38 smithi110 ceph-mon[33616]: pgmap v215: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 85 B/s wr, 0 op/s 2024-04-27T02:55:38.822 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:38 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:38.822 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:38 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:38.822 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:38 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T02:55:38.822 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:38 smithi077 ceph-mon[24011]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-27T02:55:38.823 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:38 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:55:38.823 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:38 smithi077 ceph-mon[24011]: pgmap v215: 97 pgs: 97 active+clean; 579 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 85 B/s wr, 0 op/s 2024-04-27T02:55:39.989 DEBUG:teuthology.orchestra.run.smithi077:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.77:/fake /mnt/foo' 2024-04-27T02:55:40.053 INFO:teuthology.orchestra.run.smithi077.stderr:+ mount -t nfs 10.0.31.77:/fake /mnt/foo 2024-04-27T02:55:40.640 DEBUG:teuthology.orchestra.run.smithi077:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-04-27T02:55:40.705 INFO:teuthology.orchestra.run.smithi077.stderr:+ echo test 2024-04-27T02:55:40.728 DEBUG:teuthology.orchestra.run.smithi077:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-04-27T02:55:40.790 INFO:teuthology.orchestra.run.smithi077.stderr:+ sync 2024-04-27T02:55:41.108 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-27T02:55:41.119 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi077.front.sepia.ceph.com 2024-04-27T02:55:41.119 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -v /mnt/foo:/mnt/foo -- bash -c 'echo "Check with each haproxy down in turn..." 2024-04-27T02:55:41.119 DEBUG:teuthology.orchestra.run.smithi077:> for haproxy in `ceph orch ps | grep ^haproxy.nfs.foo. | awk '"'"'{print $1}'"'"'`; do 2024-04-27T02:55:41.119 DEBUG:teuthology.orchestra.run.smithi077:> ceph orch daemon stop $haproxy 2024-04-27T02:55:41.119 DEBUG:teuthology.orchestra.run.smithi077:> while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done 2024-04-27T02:55:41.120 DEBUG:teuthology.orchestra.run.smithi077:> cat /mnt/foo/testfile 2024-04-27T02:55:41.120 DEBUG:teuthology.orchestra.run.smithi077:> echo $haproxy > /mnt/foo/testfile 2024-04-27T02:55:41.120 DEBUG:teuthology.orchestra.run.smithi077:> sync 2024-04-27T02:55:41.120 DEBUG:teuthology.orchestra.run.smithi077:> ceph orch daemon start $haproxy 2024-04-27T02:55:41.120 DEBUG:teuthology.orchestra.run.smithi077:> while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done 2024-04-27T02:55:41.120 DEBUG:teuthology.orchestra.run.smithi077:> done 2024-04-27T02:55:41.120 DEBUG:teuthology.orchestra.run.smithi077:> ' 2024-04-27T02:55:41.152 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:40 smithi110 ceph-mon[33616]: pgmap v216: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 853 B/s wr, 1 op/s 2024-04-27T02:55:41.302 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:40 smithi077 ceph-mon[24011]: pgmap v216: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 853 B/s wr, 1 op/s 2024-04-27T02:55:42.179 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:55:43.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:43 smithi110 ceph-mon[33616]: pgmap v217: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 853 B/s wr, 1 op/s 2024-04-27T02:55:43.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:43 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:43.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:43 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:43.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:43 smithi077 ceph-mon[24011]: pgmap v217: 97 pgs: 97 active+clean; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 853 B/s wr, 1 op/s 2024-04-27T02:55:43.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:43 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:43.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:43 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:44.093 INFO:teuthology.orchestra.run.smithi077.stdout:Check with each haproxy down in turn... 2024-04-27T02:55:44.726 INFO:teuthology.orchestra.run.smithi077.stdout:Scheduled to stop haproxy.nfs.foo.smithi077.hejgzn on host 'smithi077' 2024-04-27T02:55:45.475 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:45 smithi077 ceph-mon[24011]: pgmap v218: 97 pgs: 97 active+clean; 588 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-04-27T02:55:45.476 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:45 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:45.476 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:45 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:45.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:45 smithi110 ceph-mon[33616]: pgmap v218: 97 pgs: 97 active+clean; 588 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-04-27T02:55:45.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:45 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:45.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:45 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:46.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:46 smithi110 ceph-mon[33616]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:46.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:46 smithi110 ceph-mon[33616]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi077.hejgzn", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:46.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:46 smithi110 ceph-mon[33616]: Schedule stop daemon haproxy.nfs.foo.smithi077.hejgzn 2024-04-27T02:55:46.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:46 smithi110 ceph-mon[33616]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:46.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:46 smithi077 ceph-mon[24011]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:46.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:46 smithi077 ceph-mon[24011]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi077.hejgzn", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:46.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:46 smithi077 ceph-mon[24011]: Schedule stop daemon haproxy.nfs.foo.smithi077.hejgzn 2024-04-27T02:55:46.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:46 smithi077 ceph-mon[24011]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:47.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:47 smithi077 ceph-mon[24011]: pgmap v219: 97 pgs: 97 active+clean; 588 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1.7 KiB/s wr, 2 op/s 2024-04-27T02:55:47.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:47 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:47.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:47 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:47.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:47 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:55:47.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:47 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:55:47.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:47 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:47.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:47 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:55:47.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:47 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:47.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:47 smithi110 ceph-mon[33616]: pgmap v219: 97 pgs: 97 active+clean; 588 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1.7 KiB/s wr, 2 op/s 2024-04-27T02:55:47.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:47 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:47.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:47 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:47.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:47 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:55:47.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:47 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:55:47.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:47 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:47.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:47 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:55:47.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:47 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:48.502 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:48 smithi110 ceph-mon[33616]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:48.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:48 smithi077 ceph-mon[24011]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:49.498 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:49 smithi077 ceph-mon[24011]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:49.499 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:49 smithi077 ceph-mon[24011]: pgmap v220: 97 pgs: 97 active+clean; 588 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1.7 KiB/s wr, 2 op/s 2024-04-27T02:55:49.499 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:49 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:49.499 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:49 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:49.499 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:49 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:55:49.499 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:49 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:55:49.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:49 smithi110 ceph-mon[33616]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:49.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:49 smithi110 ceph-mon[33616]: pgmap v220: 97 pgs: 97 active+clean; 588 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1.7 KiB/s wr, 2 op/s 2024-04-27T02:55:49.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:49 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:49.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:49 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:49.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:49 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:55:49.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:49 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:55:50.321 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:50 smithi077 ceph-mon[24011]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:50.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:50 smithi110 ceph-mon[33616]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:51.499 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:51 smithi110 ceph-mon[33616]: pgmap v221: 97 pgs: 97 active+clean; 590 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1.8 KiB/s wr, 2 op/s 2024-04-27T02:55:51.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:51 smithi077 ceph-mon[24011]: pgmap v221: 97 pgs: 97 active+clean; 590 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1.8 KiB/s wr, 2 op/s 2024-04-27T02:55:52.567 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:52 smithi077 ceph-mon[24011]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:52.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:52 smithi110 ceph-mon[33616]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:53.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:53 smithi110 ceph-mon[33616]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:53.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:53 smithi110 ceph-mon[33616]: pgmap v222: 97 pgs: 97 active+clean; 590 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-04-27T02:55:53.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:53 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:53.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:53 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:53.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:53 smithi077 ceph-mon[24011]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:53.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:53 smithi077 ceph-mon[24011]: pgmap v222: 97 pgs: 97 active+clean; 590 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-04-27T02:55:53.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:53 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:53.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:53 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:54.525 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:54 smithi077 ceph-mon[24011]: from='client.24423 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:54.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:54 smithi110 ceph-mon[33616]: from='client.24423 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:55.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:55 smithi077 ceph-mon[24011]: pgmap v223: 97 pgs: 97 active+clean; 590 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-04-27T02:55:55.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:55 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:55.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:55 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:55.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:55 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:55:55.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:55 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:55:55.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:55 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:55.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:55 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:55:55.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:55 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:55.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:55 smithi110 ceph-mon[33616]: pgmap v223: 97 pgs: 97 active+clean; 590 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-04-27T02:55:55.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:55 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:55.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:55 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:55.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:55 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:55:55.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:55 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:55:55.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:55 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:55.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:55 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:55:55.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:55 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:55.981 INFO:teuthology.orchestra.run.smithi077.stdout:haproxy.nfs.foo.smithi077.hejgzn smithi077 *:2049,9002 stopped 1s ago 83s - - 2024-04-27T02:55:55.992 INFO:teuthology.orchestra.run.smithi077.stdout:test 2024-04-27T02:55:56.534 INFO:teuthology.orchestra.run.smithi077.stdout:Scheduled to start haproxy.nfs.foo.smithi077.hejgzn on host 'smithi077' 2024-04-27T02:55:56.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:56 smithi077 ceph-mon[24011]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:56.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:56 smithi110 ceph-mon[33616]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:57.564 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:57 smithi110 ceph-mon[33616]: pgmap v224: 97 pgs: 97 active+clean; 590 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-27T02:55:57.564 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:57 smithi110 ceph-mon[33616]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:57.564 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:57.564 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:57.564 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:57 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:55:57.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:57 smithi077 ceph-mon[24011]: pgmap v224: 97 pgs: 97 active+clean; 590 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-04-27T02:55:57.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:57 smithi077 ceph-mon[24011]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:57.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:57.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:55:57.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:57 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:55:58.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:58 smithi110 ceph-mon[33616]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi077.hejgzn", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:58.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:58 smithi110 ceph-mon[33616]: Schedule start daemon haproxy.nfs.foo.smithi077.hejgzn 2024-04-27T02:55:58.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:58 smithi110 ceph-mon[33616]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:58.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:58 smithi077 ceph-mon[24011]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi077.hejgzn", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:58.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:58 smithi077 ceph-mon[24011]: Schedule start daemon haproxy.nfs.foo.smithi077.hejgzn 2024-04-27T02:55:58.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:58 smithi077 ceph-mon[24011]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:59.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:59 smithi077 ceph-mon[24011]: pgmap v225: 97 pgs: 97 active+clean; 590 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-27T02:55:59.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:55:59 smithi077 ceph-mon[24011]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:55:59.749 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:59 smithi110 ceph-mon[33616]: pgmap v225: 97 pgs: 97 active+clean; 590 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-04-27T02:55:59.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:55:59 smithi110 ceph-mon[33616]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:01.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:01 smithi077 ceph-mon[24011]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:01.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:01 smithi077 ceph-mon[24011]: pgmap v226: 97 pgs: 97 active+clean; 599 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-04-27T02:56:01.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:01 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:01.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:01 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:01.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:01 smithi110 ceph-mon[33616]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:01.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:01 smithi110 ceph-mon[33616]: pgmap v226: 97 pgs: 97 active+clean; 599 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-04-27T02:56:01.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:01 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:01.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:01 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:02.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:02 smithi077 ceph-mon[24011]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:02.658 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:02 smithi110 ceph-mon[33616]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:03.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:03 smithi110 ceph-mon[33616]: pgmap v227: 97 pgs: 97 active+clean; 599 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-27T02:56:03.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:03 smithi110 ceph-mon[33616]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:03.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:03 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:03.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:03 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:03.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:03 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:56:03.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:03 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:56:03.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:03 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:03.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:03 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:56:03.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:03 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:03.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:03 smithi077 ceph-mon[24011]: pgmap v227: 97 pgs: 97 active+clean; 599 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-27T02:56:03.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:03 smithi077 ceph-mon[24011]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:03.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:03 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:03.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:03 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:03.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:03 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:56:03.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:03 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:56:03.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:03 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:03.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:03 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:56:03.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:03 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:04.523 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:04 smithi077 ceph-mon[24011]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:04.523 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:04 smithi077 ceph-mon[24011]: pgmap v228: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-04-27T02:56:04.524 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:04 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:56:04.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:04 smithi110 ceph-mon[33616]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:04.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:04 smithi110 ceph-mon[33616]: pgmap v228: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-04-27T02:56:04.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:04 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:56:06.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:05 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:06.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:05 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:06.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:05 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:56:06.000 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:05 smithi110 ceph-mon[33616]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:06.072 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:05 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:06.072 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:05 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:06.072 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:05 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:56:06.072 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:05 smithi077 ceph-mon[24011]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:07.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:06 smithi110 ceph-mon[33616]: pgmap v229: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-04-27T02:56:07.260 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:06 smithi077 ceph-mon[24011]: pgmap v229: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-04-27T02:56:08.056 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:07 smithi077 ceph-mon[24011]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:08.146 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:07 smithi110 ceph-mon[33616]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:09.072 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:08 smithi077 ceph-mon[24011]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:09.072 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:08 smithi077 ceph-mon[24011]: pgmap v230: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-04-27T02:56:09.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:08 smithi110 ceph-mon[33616]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:09.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:08 smithi110 ceph-mon[33616]: pgmap v230: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-04-27T02:56:10.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:10 smithi110 ceph-mon[33616]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:10.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:10 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:10.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:10 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:10.552 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:10 smithi077 ceph-mon[24011]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:10.552 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:10 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:10.552 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:10 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:11.448 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:11 smithi077 ceph-mon[24011]: pgmap v231: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-04-27T02:56:11.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:11 smithi110 ceph-mon[33616]: pgmap v231: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-04-27T02:56:11.799 INFO:teuthology.orchestra.run.smithi077.stdout:haproxy.nfs.foo.smithi077.hejgzn smithi077 *:2049,9002 running (7s) 0s ago 99s 6098k - 2.3.17-d1c9119 e85424b0d443 c4653089254b 2024-04-27T02:56:12.128 INFO:teuthology.orchestra.run.smithi077.stdout:Scheduled to stop haproxy.nfs.foo.smithi110.suoxly on host 'smithi110' 2024-04-27T02:56:12.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:12 smithi077 ceph-mon[24011]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:12.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:12 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:12.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:12 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:12.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:12 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:56:12.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:12 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:56:12.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:12 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:12.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:12 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:56:12.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:12 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:12.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:12 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:12.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:12 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:12.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:12 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:56:12.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:12 smithi110 ceph-mon[33616]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:12.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:12 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:12.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:12 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:12.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:12 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:56:12.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:12 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:56:12.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:12 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:12.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:12 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:56:12.751 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:12 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:12.751 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:12 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:12.751 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:12 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:12.751 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:12 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:56:13.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:13 smithi077 ceph-mon[24011]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:13.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:13 smithi077 ceph-mon[24011]: pgmap v232: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-27T02:56:13.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:13 smithi077 ceph-mon[24011]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi110.suoxly", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:13.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:13 smithi077 ceph-mon[24011]: Schedule stop daemon haproxy.nfs.foo.smithi110.suoxly 2024-04-27T02:56:13.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:13 smithi110 ceph-mon[33616]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:13.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:13 smithi110 ceph-mon[33616]: pgmap v232: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-27T02:56:13.751 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:13 smithi110 ceph-mon[33616]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi110.suoxly", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:13.751 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:13 smithi110 ceph-mon[33616]: Schedule stop daemon haproxy.nfs.foo.smithi110.suoxly 2024-04-27T02:56:14.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:14 smithi077 ceph-mon[24011]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:14.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:14 smithi110 ceph-mon[33616]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:15.552 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:15 smithi110 ceph-mon[33616]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:15.553 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:15 smithi110 ceph-mon[33616]: pgmap v233: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-27T02:56:15.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:15 smithi077 ceph-mon[24011]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:15.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:15 smithi077 ceph-mon[24011]: pgmap v233: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-27T02:56:16.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:16 smithi077 ceph-mon[24011]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:16.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:16 smithi110 ceph-mon[33616]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:17.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:17 smithi077 ceph-mon[24011]: pgmap v234: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:56:17.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:17 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:17.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:17 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:17.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:17 smithi110 ceph-mon[33616]: pgmap v234: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:56:17.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:17 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:17.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:17 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:18.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:18 smithi077 ceph-mon[24011]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:18.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:18 smithi110 ceph-mon[33616]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:19.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:19 smithi077 ceph-mon[24011]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:19.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:19 smithi077 ceph-mon[24011]: pgmap v235: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:56:19.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:19 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:19.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:19 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:19.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:19 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:56:19.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:19 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:56:19.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:19 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:19.573 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:19 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:56:19.573 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:19 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:19.573 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:19 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:56:19.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:19 smithi110 ceph-mon[33616]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:19.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:19 smithi110 ceph-mon[33616]: pgmap v235: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:56:19.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:19 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:19.751 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:19 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:19.751 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:19 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:56:19.751 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:19 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:56:19.751 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:19 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:19.751 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:19 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:56:19.751 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:19 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:19.751 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:19 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:56:20.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:20 smithi110 ceph-mon[33616]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:20.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:20 smithi077 ceph-mon[24011]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:21.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:21 smithi077 ceph-mon[24011]: pgmap v236: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-27T02:56:21.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:21 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:21.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:21 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:21.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:21 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:56:21.651 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:21 smithi110 ceph-mon[33616]: pgmap v236: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-27T02:56:21.652 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:21 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:21.652 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:21 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:21.652 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:21 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:56:22.602 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:22 smithi077 ceph-mon[24011]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:22.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:22 smithi110 ceph-mon[33616]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:23.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:23 smithi110 ceph-mon[33616]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:23.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:23 smithi110 ceph-mon[33616]: pgmap v237: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:56:23.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:23 smithi110 ceph-mon[33616]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:23.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:23 smithi077 ceph-mon[24011]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:23.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:23 smithi077 ceph-mon[24011]: pgmap v237: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:56:23.572 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:23 smithi077 ceph-mon[24011]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:24.571 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:24 smithi077 ceph-mon[24011]: pgmap v238: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:56:24.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:24 smithi110 ceph-mon[33616]: pgmap v238: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:56:25.946 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:25 smithi077 ceph-mon[24011]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:25.946 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:25 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:25.946 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:25 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:25.974 INFO:teuthology.orchestra.run.smithi077.stdout:haproxy.nfs.foo.smithi110.suoxly smithi110 *:2049,9002 stopped 1s ago 2m - - 2024-04-27T02:56:25.985 INFO:teuthology.orchestra.run.smithi077.stdout:haproxy.nfs.foo.smithi077.hejgzn 2024-04-27T02:56:26.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:25 smithi110 ceph-mon[33616]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:26.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:25 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:26.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:25 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:26.597 INFO:teuthology.orchestra.run.smithi077.stdout:Scheduled to start haproxy.nfs.foo.smithi110.suoxly on host 'smithi110' 2024-04-27T02:56:26.822 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:26 smithi077 ceph-mon[24011]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:26.822 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:26 smithi077 ceph-mon[24011]: pgmap v239: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:56:26.822 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:26 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:26.822 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:26 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:27.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:26 smithi110 ceph-mon[33616]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:27.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:26 smithi110 ceph-mon[33616]: pgmap v239: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:56:27.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:26 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:27.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:26 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:28.072 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:27 smithi077 ceph-mon[24011]: from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi110.suoxly", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:28.072 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:27 smithi077 ceph-mon[24011]: Schedule start daemon haproxy.nfs.foo.smithi110.suoxly 2024-04-27T02:56:28.072 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:27 smithi077 ceph-mon[24011]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:28.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:27 smithi110 ceph-mon[33616]: from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi110.suoxly", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:28.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:27 smithi110 ceph-mon[33616]: Schedule start daemon haproxy.nfs.foo.smithi110.suoxly 2024-04-27T02:56:28.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:27 smithi110 ceph-mon[33616]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:29.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:28 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:29.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:28 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:29.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:28 smithi110 ceph-mon[33616]: pgmap v240: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-04-27T02:56:29.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:28 smithi110 ceph-mon[33616]: from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:29.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:28 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:56:29.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:28 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:56:29.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:28 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:29.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:28 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:56:29.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:28 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:29.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:28 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:29.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:28 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:29.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:28 smithi077 ceph-mon[24011]: pgmap v240: 97 pgs: 97 active+clean; 600 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2024-04-27T02:56:29.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:28 smithi077 ceph-mon[24011]: from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:29.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:28 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:56:29.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:28 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:56:29.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:28 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:29.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:28 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:56:29.323 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:28 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:31.182 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:31 smithi110 ceph-mon[33616]: from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:31.182 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:31 smithi110 ceph-mon[33616]: pgmap v241: 97 pgs: 97 active+clean; 610 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-04-27T02:56:31.182 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:31 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:31.182 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:31 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:31.182 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:31 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:56:31.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:31 smithi077 ceph-mon[24011]: from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:31.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:31 smithi077 ceph-mon[24011]: pgmap v241: 97 pgs: 97 active+clean; 610 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-04-27T02:56:31.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:31 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:31.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:31 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:31.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:31 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-27T02:56:32.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:32 smithi077 ceph-mon[24011]: from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:32.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:32 smithi110 ceph-mon[33616]: from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:33.255 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:33 smithi110 ceph-mon[33616]: pgmap v242: 97 pgs: 97 active+clean; 610 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-27T02:56:33.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:33 smithi077 ceph-mon[24011]: pgmap v242: 97 pgs: 97 active+clean; 610 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-04-27T02:56:34.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:34 smithi110 ceph-mon[33616]: from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:34.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:34 smithi077 ceph-mon[24011]: from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:35.112 INFO:teuthology.orchestra.run.smithi077.stdout:haproxy.nfs.foo.smithi110.suoxly smithi110 *:2049,9002 running (5s) 0s ago 2m 14.1M - 2.3.17-d1c9119 e85424b0d443 1f5a5b4e12fe 2024-04-27T02:56:35.292 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:35 smithi077 ceph-mon[24011]: from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:35.292 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:35 smithi077 ceph-mon[24011]: pgmap v243: 97 pgs: 97 active+clean; 611 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-04-27T02:56:35.292 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:35 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:56:35.293 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:35 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:35.293 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:35 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:35.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:35 smithi110 ceph-mon[33616]: from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:35.501 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:35 smithi110 ceph-mon[33616]: pgmap v243: 97 pgs: 97 active+clean; 611 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-04-27T02:56:35.501 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:35 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:56:35.501 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:35 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:35.501 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:35 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:35.973 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-27T02:56:35.985 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi077.front.sepia.ceph.com 2024-04-27T02:56:35.985 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- bash -c 'stat -c '"'"'%u %g'"'"' /var/log/ceph | grep '"'"'167 167'"'"'' 2024-04-27T02:56:36.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:36 smithi110 ceph-mon[33616]: from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:36.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:36 smithi077 ceph-mon[24011]: from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:36.471 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:56:37.262 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:37 smithi077 ceph-mon[24011]: pgmap v244: 97 pgs: 97 active+clean; 611 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-04-27T02:56:37.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:37 smithi110 ceph-mon[33616]: pgmap v244: 97 pgs: 97 active+clean; 611 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-04-27T02:56:39.312 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:39 smithi077 ceph-mon[24011]: pgmap v245: 97 pgs: 97 active+clean; 611 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-04-27T02:56:39.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:39 smithi110 ceph-mon[33616]: pgmap v245: 97 pgs: 97 active+clean; 611 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-04-27T02:56:39.541 INFO:teuthology.orchestra.run.smithi077.stdout:167 167 2024-04-27T02:56:40.249 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- bash -c 'ceph orch status' 2024-04-27T02:56:40.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:40 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:40.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:40 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:40.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:40 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:56:40.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:40 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:56:40.323 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:40 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:40.323 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:40 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:56:40.323 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:40 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:40.492 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:56:40.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:40 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:40.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:40 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:40.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:40 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-27T02:56:40.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:40 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-27T02:56:40.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:40 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:40.501 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:40 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-27T02:56:40.501 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:40 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' 2024-04-27T02:56:41.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:41 smithi110 ceph-mon[33616]: pgmap v246: 97 pgs: 97 active+clean; 611 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-04-27T02:56:41.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:41 smithi077 ceph-mon[24011]: pgmap v246: 97 pgs: 97 active+clean; 611 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-04-27T02:56:42.618 INFO:teuthology.orchestra.run.smithi077.stdout:Backend: cephadm 2024-04-27T02:56:42.618 INFO:teuthology.orchestra.run.smithi077.stdout:Available: Yes 2024-04-27T02:56:42.618 INFO:teuthology.orchestra.run.smithi077.stdout:Paused: No 2024-04-27T02:56:43.276 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:43 smithi077 ceph-mon[24011]: pgmap v247: 97 pgs: 97 active+clean; 611 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-27T02:56:43.305 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- bash -c 'ceph orch ps' 2024-04-27T02:56:43.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:43 smithi110 ceph-mon[33616]: pgmap v247: 97 pgs: 97 active+clean; 611 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-27T02:56:43.549 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:56:44.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:44 smithi077 ceph-mon[24011]: from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:44.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:44 smithi110 ceph-mon[33616]: from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:45.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:45 smithi110 ceph-mon[33616]: pgmap v248: 97 pgs: 97 active+clean; 611 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-27T02:56:45.562 INFO:teuthology.orchestra.run.smithi077.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-27T02:56:45.562 INFO:teuthology.orchestra.run.smithi077.stdout:alertmanager.smithi077 smithi077 *:9093,9094 running (6m) 6s ago 7m 25.4M - 0.25.0 c8568f914cd2 e3379ee88d35 2024-04-27T02:56:45.562 INFO:teuthology.orchestra.run.smithi077.stdout:ceph-exporter.smithi077 smithi077 running (7m) 6s ago 7m 8024k - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 6f634c34900f 2024-04-27T02:56:45.563 INFO:teuthology.orchestra.run.smithi077.stdout:ceph-exporter.smithi110 smithi110 running (6m) 10s ago 6m 4911k - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ad7486756866 2024-04-27T02:56:45.563 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi077 smithi077 running (7m) 6s ago 7m 6660k - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 1fff9e88a115 2024-04-27T02:56:45.563 INFO:teuthology.orchestra.run.smithi077.stdout:crash.smithi110 smithi110 running (6m) 10s ago 6m 6665k - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 27d150ce170d 2024-04-27T02:56:45.563 INFO:teuthology.orchestra.run.smithi077.stdout:grafana.smithi077 smithi077 *:3000 running (5m) 6s ago 7m 80.9M - 9.4.12 2bacad6d85d8 4372d5a2a060 2024-04-27T02:56:45.563 INFO:teuthology.orchestra.run.smithi077.stdout:haproxy.nfs.foo.smithi077.hejgzn smithi077 *:2049,9002 running (41s) 6s ago 2m 6483k - 2.3.17-d1c9119 e85424b0d443 c4653089254b 2024-04-27T02:56:45.563 INFO:teuthology.orchestra.run.smithi077.stdout:haproxy.nfs.foo.smithi110.suoxly smithi110 *:2049,9002 running (15s) 10s ago 2m 14.1M - 2.3.17-d1c9119 e85424b0d443 1f5a5b4e12fe 2024-04-27T02:56:45.563 INFO:teuthology.orchestra.run.smithi077.stdout:keepalived.nfs.foo.smithi077.wjaaap smithi077 running (118s) 6s ago 118s 1770k - 2.2.4 4a3a1ff181d9 07ccaef9ad1e 2024-04-27T02:56:45.563 INFO:teuthology.orchestra.run.smithi077.stdout:keepalived.nfs.foo.smithi110.oooskw smithi110 running (2m) 10s ago 2m 1765k - 2.2.4 4a3a1ff181d9 9f960a93b594 2024-04-27T02:56:45.563 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi077.hbszey smithi077 running (2m) 6s ago 2m 13.6M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 f2157640f081 2024-04-27T02:56:45.563 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs.smithi110.nqgzch smithi110 running (2m) 10s ago 2m 16.6M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 e385d092b5bf 2024-04-27T02:56:45.563 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi077.clwhwf smithi077 *:9283,8765,8443 running (9m) 6s ago 8m 518M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 a84c5320fc21 2024-04-27T02:56:45.563 INFO:teuthology.orchestra.run.smithi077.stdout:mgr.smithi110.vvnxlp smithi110 *:8443,9283,8765 running (6m) 10s ago 6m 453M - 19.0.0-2447-gb22e2ebd 87e5280d5ae8 0e81f349d1a8 2024-04-27T02:56:45.563 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi077 smithi077 running (9m) 6s ago 9m 51.2M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 14600a97c019 2024-04-27T02:56:45.563 INFO:teuthology.orchestra.run.smithi077.stdout:mon.smithi110 smithi110 running (6m) 10s ago 6m 39.0M 2048M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 79a84725c943 2024-04-27T02:56:45.563 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.0.1.smithi077.gytrgu smithi077 *:12049 running (103s) 6s ago 103s 54.2M - 5.7 87e5280d5ae8 a20fb3ed76c6 2024-04-27T02:56:45.564 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo.1.1.smithi110.bqbekg smithi110 *:12049 running (98s) 10s ago 97s 74.2M - 5.7 87e5280d5ae8 e512fc2b0a33 2024-04-27T02:56:45.564 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi077 smithi077 *:9100 running (7m) 6s ago 7m 17.1M - 1.5.0 0da6a335fe13 03ddb90b73df 2024-04-27T02:56:45.564 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter.smithi110 smithi110 *:9100 running (6m) 10s ago 6m 16.1M - 1.5.0 0da6a335fe13 b82e07fe498a 2024-04-27T02:56:45.564 INFO:teuthology.orchestra.run.smithi077.stdout:osd.0 smithi110 running (5m) 10s ago 5m 44.6M 3728M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 c6980024328b 2024-04-27T02:56:45.564 INFO:teuthology.orchestra.run.smithi077.stdout:osd.1 smithi077 running (4m) 6s ago 4m 54.9M 2960M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 9d8096683101 2024-04-27T02:56:45.564 INFO:teuthology.orchestra.run.smithi077.stdout:osd.2 smithi110 running (4m) 10s ago 4m 51.4M 3728M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 cf1d57467ce3 2024-04-27T02:56:45.564 INFO:teuthology.orchestra.run.smithi077.stdout:osd.3 smithi077 running (4m) 6s ago 4m 45.5M 2960M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ad991f8811d7 2024-04-27T02:56:45.564 INFO:teuthology.orchestra.run.smithi077.stdout:osd.4 smithi110 running (4m) 10s ago 4m 47.9M 3728M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 ea5d85be0269 2024-04-27T02:56:45.564 INFO:teuthology.orchestra.run.smithi077.stdout:osd.5 smithi077 running (4m) 6s ago 4m 49.0M 2960M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 42ccf219bf5e 2024-04-27T02:56:45.564 INFO:teuthology.orchestra.run.smithi077.stdout:osd.6 smithi110 running (4m) 10s ago 4m 47.3M 3728M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 c500cfa47472 2024-04-27T02:56:45.564 INFO:teuthology.orchestra.run.smithi077.stdout:osd.7 smithi077 running (4m) 6s ago 4m 50.9M 2960M 19.0.0-2447-gb22e2ebd 87e5280d5ae8 2b83d4abb82d 2024-04-27T02:56:45.564 INFO:teuthology.orchestra.run.smithi077.stdout:prometheus.smithi077 smithi077 *:9095 running (76s) 6s ago 7m 46.9M - 2.43.0 a07b618ecd1d 51b20ad106e7 2024-04-27T02:56:45.564 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:45 smithi077 ceph-mon[24011]: pgmap v248: 97 pgs: 97 active+clean; 611 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-04-27T02:56:46.143 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- bash -c 'ceph orch ls' 2024-04-27T02:56:46.391 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:56:47.330 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:47 smithi077 ceph-mon[24011]: from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:47.330 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:47 smithi077 ceph-mon[24011]: pgmap v249: 97 pgs: 97 active+clean; 611 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:56:47.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:47 smithi110 ceph-mon[33616]: from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:47.501 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:47 smithi110 ceph-mon[33616]: pgmap v249: 97 pgs: 97 active+clean; 611 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:56:48.433 INFO:teuthology.orchestra.run.smithi077.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-04-27T02:56:48.471 INFO:teuthology.orchestra.run.smithi077.stdout:alertmanager ?:9093,9094 1/1 9s ago 8m count:1 2024-04-27T02:56:48.471 INFO:teuthology.orchestra.run.smithi077.stdout:ceph-exporter 2/2 13s ago 8m * 2024-04-27T02:56:48.471 INFO:teuthology.orchestra.run.smithi077.stdout:crash 2/2 13s ago 8m * 2024-04-27T02:56:48.471 INFO:teuthology.orchestra.run.smithi077.stdout:grafana ?:3000 1/1 9s ago 8m count:1 2024-04-27T02:56:48.471 INFO:teuthology.orchestra.run.smithi077.stdout:ingress.nfs.foo 10.0.31.77:2049,9002 4/4 13s ago 2m count:2 2024-04-27T02:56:48.472 INFO:teuthology.orchestra.run.smithi077.stdout:mds.foofs 2/2 13s ago 2m count:2 2024-04-27T02:56:48.472 INFO:teuthology.orchestra.run.smithi077.stdout:mgr 2/2 13s ago 8m count:2 2024-04-27T02:56:48.472 INFO:teuthology.orchestra.run.smithi077.stdout:mon 2/2 13s ago 7m smithi077:172.21.15.77=smithi077;smithi110:172.21.15.110=smithi110;count:2 2024-04-27T02:56:48.472 INFO:teuthology.orchestra.run.smithi077.stdout:nfs.foo ?:12049 2/2 13s ago 2m count:2 2024-04-27T02:56:48.472 INFO:teuthology.orchestra.run.smithi077.stdout:node-exporter ?:9100 2/2 13s ago 8m * 2024-04-27T02:56:48.472 INFO:teuthology.orchestra.run.smithi077.stdout:osd.all-available-devices 8 13s ago 6m * 2024-04-27T02:56:48.472 INFO:teuthology.orchestra.run.smithi077.stdout:prometheus ?:9095 1/1 9s ago 8m count:1 2024-04-27T02:56:49.056 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- bash -c 'ceph orch host ls' 2024-04-27T02:56:49.301 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:56:49.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:49 smithi077 ceph-mon[24011]: pgmap v250: 97 pgs: 97 active+clean; 611 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:56:49.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:49 smithi077 ceph-mon[24011]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:56:49.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:49 smithi110 ceph-mon[33616]: pgmap v250: 97 pgs: 97 active+clean; 611 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:56:49.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:49 smithi110 ceph-mon[33616]: from='mgr.14211 172.21.15.77:0/1435631103' entity='mgr.smithi077.clwhwf' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-27T02:56:50.323 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:50 smithi077 ceph-mon[24011]: from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:50.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:50 smithi110 ceph-mon[33616]: from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:51.164 INFO:teuthology.orchestra.run.smithi077.stdout:HOST ADDR LABELS STATUS 2024-04-27T02:56:51.165 INFO:teuthology.orchestra.run.smithi077.stdout:smithi077 172.21.15.77 2024-04-27T02:56:51.165 INFO:teuthology.orchestra.run.smithi077.stdout:smithi110 172.21.15.110 2024-04-27T02:56:51.165 INFO:teuthology.orchestra.run.smithi077.stdout:2 hosts in cluster 2024-04-27T02:56:51.250 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:51 smithi110 ceph-mon[33616]: pgmap v251: 97 pgs: 97 active+clean; 611 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-27T02:56:51.509 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:51 smithi077 ceph-mon[24011]: pgmap v251: 97 pgs: 97 active+clean; 611 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-04-27T02:56:51.913 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- bash -c 'ceph orch device ls' 2024-04-27T02:56:52.158 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:56:52.280 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:52 smithi077 ceph-mon[24011]: from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:52.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:52 smithi110 ceph-mon[33616]: from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:53.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:53 smithi077 ceph-mon[24011]: pgmap v252: 97 pgs: 97 active+clean; 611 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:56:53.401 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:53 smithi110 ceph-mon[33616]: pgmap v252: 97 pgs: 97 active+clean; 611 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:56:54.116 INFO:teuthology.orchestra.run.smithi077.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-04-27T02:56:54.116 INFO:teuthology.orchestra.run.smithi077.stdout:smithi077 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400ZJ400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-04-27T02:56:54.116 INFO:teuthology.orchestra.run.smithi077.stdout:smithi077 /dev/nvme1n1 ssd Linux_67b4ebc1bb8642dd161c 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-27T02:56:54.117 INFO:teuthology.orchestra.run.smithi077.stdout:smithi077 /dev/nvme2n1 ssd Linux_d5f421a2f146e74077ac 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-27T02:56:54.117 INFO:teuthology.orchestra.run.smithi077.stdout:smithi077 /dev/nvme3n1 ssd Linux_938336cad8ba8b962989 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-27T02:56:54.117 INFO:teuthology.orchestra.run.smithi077.stdout:smithi077 /dev/nvme4n1 ssd Linux_483dd8acdcf48e51d34a 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-27T02:56:54.117 INFO:teuthology.orchestra.run.smithi077.stdout:smithi110 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7476002T480DGN 447G No 2m ago Has a FileSystem, LVM detected 2024-04-27T02:56:54.117 INFO:teuthology.orchestra.run.smithi077.stdout:smithi110 /dev/nvme1n1 ssd Linux_6099f99f13c64490cefa 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-27T02:56:54.117 INFO:teuthology.orchestra.run.smithi077.stdout:smithi110 /dev/nvme2n1 ssd Linux_e71e6d8a7b023d89d467 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-27T02:56:54.117 INFO:teuthology.orchestra.run.smithi077.stdout:smithi110 /dev/nvme3n1 ssd Linux_f99435c24fb128c7dbed 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-27T02:56:54.117 INFO:teuthology.orchestra.run.smithi077.stdout:smithi110 /dev/nvme4n1 ssd Linux_3c2adeb7e53446a8a43f 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-27T02:56:54.855 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 38d07510-0440-11ef-bc93-c7b262605968 -- bash -c 'ceph orch ls | grep '"'"'^osd.all-available-devices '"'"'' 2024-04-27T02:56:55.108 INFO:teuthology.orchestra.run.smithi077.stderr:Inferring config /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/mon.smithi077/config 2024-04-27T02:56:55.348 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:55 smithi077 ceph-mon[24011]: pgmap v253: 97 pgs: 97 active+clean; 611 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:56:55.348 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:55 smithi077 ceph-mon[24011]: from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:55.501 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:55 smithi110 ceph-mon[33616]: pgmap v253: 97 pgs: 97 active+clean; 611 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:56:55.501 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:55 smithi110 ceph-mon[33616]: from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:56.920 INFO:teuthology.orchestra.run.smithi077.stdout:osd.all-available-devices 8 21s ago 6m * 2024-04-27T02:56:57.228 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:57 smithi077 ceph-mon[24011]: pgmap v254: 97 pgs: 97 active+clean; 611 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:56:57.501 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:57 smithi110 ceph-mon[33616]: pgmap v254: 97 pgs: 97 active+clean; 611 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-04-27T02:56:57.764 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-04-27T02:56:57.775 INFO:tasks.vip:Removing 10.0.15.77 (and any VIPs) on smithi077.front.sepia.ceph.com iface enp3s0f1... 2024-04-27T02:56:57.775 DEBUG:teuthology.orchestra.run.smithi077:> sudo ip addr del 10.0.15.77/16 dev enp3s0f1 2024-04-27T02:56:57.802 DEBUG:teuthology.orchestra.run.smithi077:> sudo ip addr del 10.0.31.77/16 dev enp3s0f1 2024-04-27T02:56:57.866 INFO:tasks.vip:Removing 10.0.15.110 (and any VIPs) on smithi110.front.sepia.ceph.com iface enp3s0f1... 2024-04-27T02:56:57.866 DEBUG:teuthology.orchestra.run.smithi110:> sudo ip addr del 10.0.15.110/16 dev enp3s0f1 2024-04-27T02:56:57.899 DEBUG:teuthology.orchestra.run.smithi110:> sudo ip addr del 10.0.31.77/16 dev enp3s0f1 2024-04-27T02:56:57.965 INFO:teuthology.orchestra.run.smithi110.stderr:Error: ipv4: Address not found. 2024-04-27T02:56:57.966 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-04-27T02:56:57.966 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-27T02:56:57.977 INFO:tasks.cephadm:Teardown begin 2024-04-27T02:56:57.977 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-27T02:56:58.001 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-27T02:56:58.034 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-27T02:56:58.034 DEBUG:teuthology.orchestra.run.smithi077:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-27T02:56:58.057 DEBUG:teuthology.orchestra.run.smithi110:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-27T02:56:58.090 INFO:tasks.cephadm:Stopping all daemons... 2024-04-27T02:56:58.090 INFO:tasks.cephadm.mon.smithi077:Stopping mon.smithi077... 2024-04-27T02:56:58.090 DEBUG:teuthology.orchestra.run.smithi077:> sudo systemctl stop ceph-38d07510-0440-11ef-bc93-c7b262605968@mon.smithi077 2024-04-27T02:56:58.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:58 smithi110 ceph-mon[33616]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:58.322 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:58 smithi077 ceph-mon[24011]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-27T02:56:58.323 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:58 smithi077 systemd[1]: Stopping Ceph mon.smithi077 for 38d07510-0440-11ef-bc93-c7b262605968... 2024-04-27T02:56:58.767 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:58 smithi077 ceph-38d07510-0440-11ef-bc93-c7b262605968-mon-smithi077[23989]: 2024-04-27T02:56:58.408+0000 7f0705c5c700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi077 -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-04-27T02:56:58.767 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:58 smithi077 ceph-38d07510-0440-11ef-bc93-c7b262605968-mon-smithi077[23989]: 2024-04-27T02:56:58.408+0000 7f0705c5c700 -1 mon.smithi077@0(leader) e2 *** Got Signal Terminated *** 2024-04-27T02:56:58.767 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:58 smithi077 podman[101117]: 2024-04-27 02:56:58.459750755 +0000 UTC m=+0.179771226 container died 14600a97c019540858cad7e6b1229993a9debc46b67603638773a8841b1fae21 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a, name=ceph-38d07510-0440-11ef-bc93-c7b262605968-mon-smithi077, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=squid-b22e2eb, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.33.5, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240424) 2024-04-27T02:56:59.072 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:58 smithi077 podman[101117]: 2024-04-27 02:56:58.955927228 +0000 UTC m=+0.675947695 container cleanup 14600a97c019540858cad7e6b1229993a9debc46b67603638773a8841b1fae21 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b22e2ebdeb24376882b7bda2a7329c8cccc2276a, name=ceph-38d07510-0440-11ef-bc93-c7b262605968-mon-smithi077, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=squid-b22e2eb, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240424, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image) 2024-04-27T02:56:59.072 INFO:journalctl@ceph.mon.smithi077.smithi077.stdout:Apr 27 02:56:58 smithi077 bash[101117]: ceph-38d07510-0440-11ef-bc93-c7b262605968-mon-smithi077 2024-04-27T02:56:59.355 DEBUG:teuthology.orchestra.run.smithi077:> sudo pkill -f 'journalctl -f -n 0 -u ceph-38d07510-0440-11ef-bc93-c7b262605968@mon.smithi077.service' 2024-04-27T02:56:59.409 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-27T02:56:59.409 INFO:tasks.cephadm.mon.smithi077:Stopped mon.smithi077 2024-04-27T02:56:59.409 INFO:tasks.cephadm.mon.smithi110:Stopping mon.smithi110... 2024-04-27T02:56:59.409 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-38d07510-0440-11ef-bc93-c7b262605968@mon.smithi110 2024-04-27T02:56:59.750 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:56:59 smithi110 systemd[1]: Stopping Ceph mon.smithi110 for 38d07510-0440-11ef-bc93-c7b262605968... 2024-04-27T02:57:00.751 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:57:00 smithi110 ceph-38d07510-0440-11ef-bc93-c7b262605968-mon-smithi110[33585]: 2024-04-27T02:57:00.347+0000 7f7be98de700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi110 -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-04-27T02:57:00.751 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:57:00 smithi110 ceph-38d07510-0440-11ef-bc93-c7b262605968-mon-smithi110[33585]: 2024-04-27T02:57:00.347+0000 7f7be98de700 -1 mon.smithi110@1(peon) e2 *** Got Signal Terminated *** 2024-04-27T02:57:00.751 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:57:00 smithi110 podman[67486]: 2024-04-27 02:57:00.482894661 +0000 UTC m=+0.270330764 container died 79a84725c943606bc2cccca6194605e10ab8fcb7cc4926208760f56812105666 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:265587011b499c966b9dbaf00ce5756e85851e17df544df961d9e3203c8e39d6, name=ceph-38d07510-0440-11ef-bc93-c7b262605968-mon-smithi110, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240424, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, RELEASE=squid-b22e2eb) 2024-04-27T02:57:01.174 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:57:00 smithi110 podman[67486]: 2024-04-27 02:57:00.962705014 +0000 UTC m=+0.750141117 container cleanup 79a84725c943606bc2cccca6194605e10ab8fcb7cc4926208760f56812105666 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:265587011b499c966b9dbaf00ce5756e85851e17df544df961d9e3203c8e39d6, name=ceph-38d07510-0440-11ef-bc93-c7b262605968-mon-smithi110, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.build-date=20240424, org.label-schema.license=GPLv2, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_BRANCH=HEAD, RELEASE=squid-b22e2eb, ceph=True, org.label-schema.vendor=CentOS) 2024-04-27T02:57:01.174 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:57:00 smithi110 bash[67486]: ceph-38d07510-0440-11ef-bc93-c7b262605968-mon-smithi110 2024-04-27T02:57:01.501 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Apr 27 02:57:01 smithi110 podman[67526]: 2024-04-27 02:57:01.172561443 +0000 UTC m=+0.789101007 container remove 79a84725c943606bc2cccca6194605e10ab8fcb7cc4926208760f56812105666 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:265587011b499c966b9dbaf00ce5756e85851e17df544df961d9e3203c8e39d6, name=ceph-38d07510-0440-11ef-bc93-c7b262605968-mon-smithi110, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240424, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=squid-b22e2eb, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=318fe5928e744a8c3fe408a2f9ccaca3c31b552b, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-04-27T02:57:01.627 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-38d07510-0440-11ef-bc93-c7b262605968@mon.smithi110.service' 2024-04-27T02:57:01.674 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-27T02:57:01.674 INFO:tasks.cephadm.mon.smithi110:Stopped mon.smithi110 2024-04-27T02:57:01.674 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 38d07510-0440-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-27T02:57:01.855 INFO:teuthology.orchestra.run.smithi077.stdout:Deleting cluster with fsid: 38d07510-0440-11ef-bc93-c7b262605968 2024-04-27T02:58:06.446 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 38d07510-0440-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-27T02:58:06.638 INFO:teuthology.orchestra.run.smithi110.stdout:Deleting cluster with fsid: 38d07510-0440-11ef-bc93-c7b262605968 2024-04-27T02:59:09.856 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-27T02:59:09.889 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-27T02:59:09.915 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-27T02:59:09.916 DEBUG:teuthology.misc:Transferring archived files from smithi077:/var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675606/remote/smithi077/crash 2024-04-27T02:59:09.918 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/crash -- . 2024-04-27T02:59:09.977 INFO:teuthology.orchestra.run.smithi077.stderr:tar: /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-27T02:59:09.977 INFO:teuthology.orchestra.run.smithi077.stderr:tar: Error is not recoverable: exiting now 2024-04-27T02:59:09.979 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675606/remote/smithi110/crash 2024-04-27T02:59:09.980 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/crash -- . 2024-04-27T02:59:10.031 INFO:teuthology.orchestra.run.smithi110.stderr:tar: /var/lib/ceph/38d07510-0440-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-27T02:59:10.032 INFO:teuthology.orchestra.run.smithi110.stderr:tar: Error is not recoverable: exiting now 2024-04-27T02:59:10.033 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-27T02:59:10.033 DEBUG:teuthology.orchestra.run.smithi077:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-27T02:59:10.061 INFO:tasks.cephadm:Compressing logs... 2024-04-27T02:59:10.061 DEBUG:teuthology.orchestra.run.smithi077:> 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-04-27T02:59:10.103 DEBUG:teuthology.orchestra.run.smithi110:> 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-04-27T02:59:10.126 INFO:teuthology.orchestra.run.smithi077.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph.log 2024-04-27T02:59:10.126 INFO:teuthology.orchestra.run.smithi077.stderr:: No such file or directory 2024-04-27T02:59:10.126 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-27T02:59:10.126 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-osd.7.log 2024-04-27T02:59:10.126 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph.log: /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-osd.5.log 2024-04-27T02:59:10.135 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-osd.3.log 2024-04-27T02:59:10.135 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-mgr.smithi077.clwhwf.log 2024-04-27T02:59:10.135 INFO:teuthology.orchestra.run.smithi077.stderr: 87.5% -- replaced with /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-27T02:59:10.135 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-osd.1.log 2024-04-27T02:59:10.136 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-mgr.smithi077.clwhwf.log: gzip -5 --verbose -- /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-27T02:59:10.136 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-mon.smithi077.log 2024-04-27T02:59:10.136 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-mds.foofs.smithi077.hbszey.log 2024-04-27T02:59:10.136 INFO:teuthology.orchestra.run.smithi077.stderr: 91.2% -- replaced with /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-27T02:59:10.136 INFO:teuthology.orchestra.run.smithi077.stderr: 84.1%/var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-mon.smithi077.log: -- replaced with /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-27T02:59:10.136 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-27T02:59:10.136 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-mds.foofs.smithi077.hbszey.log: 78.6% -- replaced with /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-mds.foofs.smithi077.hbszey.log.gz 2024-04-27T02:59:10.136 INFO:teuthology.orchestra.run.smithi077.stderr:gzip -5 --verbose -- /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi077.log 2024-04-27T02:59:10.136 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-27T02:59:10.136 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi077.log: 93.9% -- replaced with /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi077.log.gz 2024-04-27T02:59:10.138 INFO:teuthology.orchestra.run.smithi110.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose: No such file or directory -- 2024-04-27T02:59:10.138 INFO:teuthology.orchestra.run.smithi110.stderr: /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph.log 2024-04-27T02:59:10.138 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-osd.2.log 2024-04-27T02:59:10.138 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-27T02:59:10.138 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph.log: /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-mds.foofs.smithi110.nqgzch.log 2024-04-27T02:59:10.138 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-osd.4.log 2024-04-27T02:59:10.139 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-mds.foofs.smithi110.nqgzch.log: 87.3% -- replaced with /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-27T02:59:10.139 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-osd.0.log 2024-04-27T02:59:10.139 INFO:teuthology.orchestra.run.smithi110.stderr: 87.7% -- replaced with /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-mds.foofs.smithi110.nqgzch.log.gz 2024-04-27T02:59:10.139 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-mgr.smithi110.vvnxlp.log 2024-04-27T02:59:10.139 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-osd.4.log: /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-osd.6.log 2024-04-27T02:59:10.139 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-mgr.smithi110.vvnxlp.log: gzip -5 --verbose -- /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi110.log 2024-04-27T02:59:10.139 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-mon.smithi110.log 2024-04-27T02:59:10.139 INFO:teuthology.orchestra.run.smithi110.stderr: 91.5% -- replaced with /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-27T02:59:10.139 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi110.log: gzip 30.5% -- replaced with /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi110.log.gz 2024-04-27T02:59:10.139 INFO:teuthology.orchestra.run.smithi110.stderr: -5 --verbose -- /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-27T02:59:10.139 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-mon.smithi110.log: gzip -5 --verbose -- /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-27T02:59:10.139 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-27T02:59:10.139 INFO:teuthology.orchestra.run.smithi110.stderr: 83.7% -- replaced with /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-27T02:59:10.140 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-volume.log: /var/log/ceph/cephadm.log: 91.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-27T02:59:10.140 INFO:teuthology.orchestra.run.smithi110.stderr: 92.1% -- replaced with /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-mgr.smithi110.vvnxlp.log.gz 2024-04-27T02:59:10.140 INFO:teuthology.orchestra.run.smithi110.stderr: 91.2% -- replaced with /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-27T02:59:10.143 INFO:teuthology.orchestra.run.smithi077.stderr: 91.1% -- replaced with /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-27T02:59:10.171 INFO:teuthology.orchestra.run.smithi077.stderr:/var/log/ceph/cephadm.log: 91.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-27T02:59:10.246 INFO:teuthology.orchestra.run.smithi110.stderr: 92.4% -- replaced with /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-mon.smithi110.log.gz 2024-04-27T02:59:10.276 INFO:teuthology.orchestra.run.smithi077.stderr: 88.5% -- replaced with /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-mgr.smithi077.clwhwf.log.gz 2024-04-27T02:59:10.300 INFO:teuthology.orchestra.run.smithi077.stderr: 93.2% -- replaced with /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-osd.5.log.gz 2024-04-27T02:59:10.310 INFO:teuthology.orchestra.run.smithi110.stderr: 93.1% -- replaced with /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-osd.4.log.gz 2024-04-27T02:59:10.310 INFO:teuthology.orchestra.run.smithi110.stderr: 93.4% -- replaced with /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-osd.2.log.gz 2024-04-27T02:59:10.320 INFO:teuthology.orchestra.run.smithi077.stderr: 93.3% -- replaced with /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-osd.1.log.gz 2024-04-27T02:59:10.326 INFO:teuthology.orchestra.run.smithi110.stderr: 93.2% -- replaced with /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-osd.0.log.gz 2024-04-27T02:59:10.329 INFO:teuthology.orchestra.run.smithi077.stderr: 93.1% -- replaced with /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-osd.7.log.gz 2024-04-27T02:59:10.340 INFO:teuthology.orchestra.run.smithi110.stderr: 93.1% -- replaced with /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-osd.6.log.gz 2024-04-27T02:59:10.342 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-04-27T02:59:10.342 INFO:teuthology.orchestra.run.smithi110.stderr:real 0m0.225s 2024-04-27T02:59:10.342 INFO:teuthology.orchestra.run.smithi110.stderr:user 0m0.891s 2024-04-27T02:59:10.342 INFO:teuthology.orchestra.run.smithi110.stderr:sys 0m0.049s 2024-04-27T02:59:10.356 INFO:teuthology.orchestra.run.smithi077.stderr: 93.3% -- replaced with /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-osd.3.log.gz 2024-04-27T02:59:10.430 INFO:teuthology.orchestra.run.smithi077.stderr: 90.9% -- replaced with /var/log/ceph/38d07510-0440-11ef-bc93-c7b262605968/ceph-mon.smithi077.log.gz 2024-04-27T02:59:10.432 INFO:teuthology.orchestra.run.smithi077.stderr: 2024-04-27T02:59:10.432 INFO:teuthology.orchestra.run.smithi077.stderr:real 0m0.316s 2024-04-27T02:59:10.433 INFO:teuthology.orchestra.run.smithi077.stderr:user 0m1.258s 2024-04-27T02:59:10.433 INFO:teuthology.orchestra.run.smithi077.stderr:sys 0m0.061s 2024-04-27T02:59:10.433 INFO:tasks.cephadm:Archiving logs... 2024-04-27T02:59:10.433 DEBUG:teuthology.misc:Transferring archived files from smithi077:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675606/remote/smithi077/log 2024-04-27T02:59:10.434 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-27T02:59:10.674 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675606/remote/smithi110/log 2024-04-27T02:59:10.675 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-27T02:59:10.829 INFO:tasks.cephadm:Removing cluster... 2024-04-27T02:59:10.830 DEBUG:teuthology.orchestra.run.smithi077:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 38d07510-0440-11ef-bc93-c7b262605968 --force 2024-04-27T02:59:11.004 INFO:teuthology.orchestra.run.smithi077.stdout:Deleting cluster with fsid: 38d07510-0440-11ef-bc93-c7b262605968 2024-04-27T02:59:11.121 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 38d07510-0440-11ef-bc93-c7b262605968 --force 2024-04-27T02:59:11.299 INFO:teuthology.orchestra.run.smithi110.stdout:Deleting cluster with fsid: 38d07510-0440-11ef-bc93-c7b262605968 2024-04-27T02:59:11.414 INFO:tasks.cephadm:Removing cephadm ... 2024-04-27T02:59:11.414 DEBUG:teuthology.orchestra.run.smithi077:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-27T02:59:11.429 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-27T02:59:11.444 INFO:tasks.cephadm:Teardown complete 2024-04-27T02:59:11.444 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-27T02:59:11.457 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi077:/dev/vg_nvme/lv_1... 2024-04-27T02:59:11.457 DEBUG:teuthology.orchestra.run.smithi077:> sudo nvme disconnect -n lv_1 2024-04-27T02:59:11.599 INFO:teuthology.orchestra.run.smithi077.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-27T02:59:11.600 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T02:59:11.601 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi077:/dev/vg_nvme/lv_2... 2024-04-27T02:59:11.601 DEBUG:teuthology.orchestra.run.smithi077:> sudo nvme disconnect -n lv_2 2024-04-27T02:59:11.730 INFO:teuthology.orchestra.run.smithi077.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-27T02:59:11.731 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T02:59:11.731 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi077:/dev/vg_nvme/lv_3... 2024-04-27T02:59:11.732 DEBUG:teuthology.orchestra.run.smithi077:> sudo nvme disconnect -n lv_3 2024-04-27T02:59:11.902 INFO:teuthology.orchestra.run.smithi077.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-27T02:59:11.904 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T02:59:11.904 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi077:/dev/vg_nvme/lv_4... 2024-04-27T02:59:11.904 DEBUG:teuthology.orchestra.run.smithi077:> sudo nvme disconnect -n lv_4 2024-04-27T02:59:12.054 INFO:teuthology.orchestra.run.smithi077.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-27T02:59:12.055 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T02:59:12.056 DEBUG:teuthology.orchestra.run.smithi077:> set -ex 2024-04-27T02:59:12.056 DEBUG:teuthology.orchestra.run.smithi077:> sudo dd of=/scratch_devs 2024-04-27T02:59:12.079 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi110:/dev/vg_nvme/lv_1... 2024-04-27T02:59:12.079 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme disconnect -n lv_1 2024-04-27T02:59:12.223 INFO:teuthology.orchestra.run.smithi110.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-27T02:59:12.224 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T02:59:12.224 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi110:/dev/vg_nvme/lv_2... 2024-04-27T02:59:12.224 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme disconnect -n lv_2 2024-04-27T02:59:12.359 INFO:teuthology.orchestra.run.smithi110.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-27T02:59:12.361 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T02:59:12.361 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi110:/dev/vg_nvme/lv_3... 2024-04-27T02:59:12.362 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme disconnect -n lv_3 2024-04-27T02:59:12.524 INFO:teuthology.orchestra.run.smithi110.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-27T02:59:12.526 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T02:59:12.526 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi110:/dev/vg_nvme/lv_4... 2024-04-27T02:59:12.526 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme disconnect -n lv_4 2024-04-27T02:59:12.703 INFO:teuthology.orchestra.run.smithi110.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-27T02:59:12.705 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T02:59:12.705 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-04-27T02:59:12.706 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/scratch_devs 2024-04-27T02:59:12.730 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-27T02:59:12.742 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-27T02:59:12.742 DEBUG:teuthology.orchestra.run.smithi077:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-27T02:59:12.745 DEBUG:teuthology.orchestra.run.smithi110:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-27T02:59:12.756 INFO:teuthology.orchestra.run.smithi077.stderr:bash: line 1: ntpq: command not found 2024-04-27T02:59:12.761 INFO:teuthology.orchestra.run.smithi077.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-27T02:59:12.761 INFO:teuthology.orchestra.run.smithi077.stdout:=============================================================================== 2024-04-27T02:59:12.761 INFO:teuthology.orchestra.run.smithi077.stdout:^* hv01.front.sepia.ceph.com 3 6 377 44 +1817us[+1813us] +/- 44ms 2024-04-27T02:59:12.761 INFO:teuthology.orchestra.run.smithi077.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 46 -3014us[-3019us] +/- 76ms 2024-04-27T02:59:12.761 INFO:teuthology.orchestra.run.smithi077.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 43 +128us[ +128us] +/- 73ms 2024-04-27T02:59:12.761 INFO:teuthology.orchestra.run.smithi077.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-27T02:59:12.784 INFO:teuthology.orchestra.run.smithi110.stderr:bash: line 1: ntpq: command not found 2024-04-27T02:59:12.788 INFO:teuthology.orchestra.run.smithi110.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-27T02:59:12.788 INFO:teuthology.orchestra.run.smithi110.stdout:=============================================================================== 2024-04-27T02:59:12.788 INFO:teuthology.orchestra.run.smithi110.stdout:^* hv01.front.sepia.ceph.com 3 6 377 47 +1839us[+1840us] +/- 44ms 2024-04-27T02:59:12.788 INFO:teuthology.orchestra.run.smithi110.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 45 -3003us[-3003us] +/- 76ms 2024-04-27T02:59:12.788 INFO:teuthology.orchestra.run.smithi110.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 42 +119us[ +119us] +/- 73ms 2024-04-27T02:59:12.788 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-27T02:59:12.789 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-27T02:59:12.800 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-27T02:59:12.801 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-27T02:59:12.813 DEBUG:teuthology.orchestra.run.smithi077:> 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-04-27T02:59:12.886 DEBUG:teuthology.orchestra.run.smithi110:> 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-04-27T02:59:12.950 DEBUG:teuthology.orchestra.run.smithi077:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-27T02:59:12.978 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T02:59:12.979 DEBUG:teuthology.orchestra.run.smithi110:> 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 scontext=system_u:system_r:logrotate_t:s0 2024-04-27T02:59:13.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T02:59:13.006 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-27T02:59:13.018 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-27T02:59:13.058 INFO:teuthology.task.internal:Duration was 1041.723982 seconds 2024-04-27T02:59:13.058 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-27T02:59:13.072 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-27T02:59:13.073 DEBUG:teuthology.orchestra.run.smithi077:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-27T02:59:13.075 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-27T02:59:13.108 INFO:teuthology.orchestra.run.smithi077.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-27T02:59:13.111 INFO:teuthology.orchestra.run.smithi110.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-27T02:59:13.609 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-27T02:59:13.610 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi077.front.sepia.ceph.com 2024-04-27T02:59:13.610 DEBUG:teuthology.orchestra.run.smithi077:> 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-04-27T02:59:13.669 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi110.front.sepia.ceph.com 2024-04-27T02:59:13.669 DEBUG:teuthology.orchestra.run.smithi110:> 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-04-27T02:59:13.695 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-27T02:59:13.695 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-27T02:59:13.711 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-27T02:59:13.760 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-27T02:59:13.760 DEBUG:teuthology.orchestra.run.smithi077:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-27T02:59:13.781 DEBUG:teuthology.orchestra.run.smithi110:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-27T02:59:14.064 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-27T02:59:14.078 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-27T02:59:14.079 DEBUG:teuthology.orchestra.run.smithi077:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-27T02:59:14.102 DEBUG:teuthology.orchestra.run.smithi110:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-27T02:59:14.126 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-27T02:59:14.149 DEBUG:teuthology.orchestra.run.smithi077:> 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-04-27T02:59:14.151 DEBUG:teuthology.orchestra.run.smithi110:> 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-04-27T02:59:14.170 INFO:teuthology.orchestra.run.smithi077.stdout:kernel.core_pattern = core 2024-04-27T02:59:14.189 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = core 2024-04-27T02:59:14.217 DEBUG:teuthology.orchestra.run.smithi077:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-27T02:59:14.240 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T02:59:14.240 DEBUG:teuthology.orchestra.run.smithi110:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-27T02:59:14.272 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-27T02:59:14.272 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-27T02:59:14.285 INFO:teuthology.task.internal:Transferring archived files... 2024-04-27T02:59:14.286 DEBUG:teuthology.misc:Transferring archived files from smithi077:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675606/remote/smithi077 2024-04-27T02:59:14.286 DEBUG:teuthology.orchestra.run.smithi077:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-27T02:59:14.324 DEBUG:teuthology.misc:Transferring archived files from smithi110:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-26_21:08:03-orch-squid-distro-default-smithi/7675606/remote/smithi110 2024-04-27T02:59:14.324 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-27T02:59:14.359 INFO:teuthology.task.internal:Removing archive directory... 2024-04-27T02:59:14.359 DEBUG:teuthology.orchestra.run.smithi077:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-27T02:59:14.362 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-27T02:59:14.408 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-27T02:59:14.420 INFO:teuthology.task.internal:Not uploading archives. 2024-04-27T02:59:14.420 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-27T02:59:14.432 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-27T02:59:14.433 DEBUG:teuthology.orchestra.run.smithi077:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-27T02:59:14.436 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-27T02:59:14.447 INFO:teuthology.orchestra.run.smithi077.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 27 02:59 /home/ubuntu/cephtest 2024-04-27T02:59:14.462 INFO:teuthology.orchestra.run.smithi110.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 27 02:59 /home/ubuntu/cephtest 2024-04-27T02:59:14.463 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-27T02:59:14.476 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-27T02:59:14.504 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} duration: 1041.7239818572998 owner: scheduled_teuthology@teuthology success: true 2024-04-27T02:59:14.504 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-27T02:59:14.575 INFO:teuthology.run:pass