2024-06-18T01:42:19.848 INFO:root:teuthology version: 0.0.1.dev325+g8e97141 2024-06-18T01:42:19.848 DEBUG:teuthology.run:Teuthology command: teuthology --description orch/cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --verbose --owner scheduled_teuthology@teuthology --archive /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760389 --name teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi -- /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760389/orig.config.yaml 2024-06-18T01:42:19.880 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-18T01:42:19.967 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760389 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: '7760389' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false 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: 3781e3a592387d16e8020f5db99cdee4198f6d00 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 3781e3a592387d16e8020f5db99cdee4198f6d00 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: f18f3f1cbd11e4a41c557e616d172f24deb91473 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 4712 sha1: 3781e3a592387d16e8020f5db99cdee4198f6d00 sleep_before_teardown: 0 subset: 61/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_f18f3f1cbd11e4a41c557e616d172f24deb91473/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: f18f3f1cbd11e4a41c557e616d172f24deb91473 targets: smithi049.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOLSc8lekyYzMOspft1+lbRxaAg5IPSUnDRAql1woqiCfdCGZPaZHMJs9nR7b6qAld9mciOTP13at8CqEBZkEXw= smithi129.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPyH3q5FkYT+IdgoLoBqMUzzDMzrFnM3lRQZZ8c+n9MDKdupmfofjM1I1vPsShhsm7rel2j7bhSWdVoQ+dZ5TFY= 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: 8e9714173de9e92c97e8ef1045d333e96b793454 timestamp: 2024-06-17_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2698841 2024-06-18T01:42:19.968 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_f18f3f1cbd11e4a41c557e616d172f24deb91473/qa; will attempt to use it 2024-06-18T01:42:19.968 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_f18f3f1cbd11e4a41c557e616d172f24deb91473/qa/tasks 2024-06-18T01:42:19.969 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-06-18T01:42:19.970 INFO:teuthology.task.internal:Checking packages... 2024-06-18T01:42:19.990 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '3781e3a592387d16e8020f5db99cdee4198f6d00' 2024-06-18T01:42:19.990 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-06-18T01:42:19.990 INFO:teuthology.packaging:ref: None 2024-06-18T01:42:19.991 INFO:teuthology.packaging:tag: None 2024-06-18T01:42:19.991 INFO:teuthology.packaging:branch: squid 2024-06-18T01:42:19.991 INFO:teuthology.packaging:sha1: 3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T01:42:19.991 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-06-18T01:42:20.186 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3145.gf18f3f1c 2024-06-18T01:42:20.188 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-06-18T01:42:20.194 INFO:teuthology.task.internal:no buildpackages task found 2024-06-18T01:42:20.194 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-06-18T01:42:20.209 INFO:teuthology.task.internal:Saving configuration 2024-06-18T01:42:20.222 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-06-18T01:42:20.228 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-06-18T01:42:20.252 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi049.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760389', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-06-18 01:36:16.640860', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOLSc8lekyYzMOspft1+lbRxaAg5IPSUnDRAql1woqiCfdCGZPaZHMJs9nR7b6qAld9mciOTP13at8CqEBZkEXw='} 2024-06-18T01:42:20.274 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi129.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760389', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-06-18 01:36:16.642336', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPyH3q5FkYT+IdgoLoBqMUzzDMzrFnM3lRQZZ8c+n9MDKdupmfofjM1I1vPsShhsm7rel2j7bhSWdVoQ+dZ5TFY='} 2024-06-18T01:42:20.274 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-06-18T01:42:20.280 INFO:teuthology.task.internal:roles: ubuntu@smithi049.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-06-18T01:42:20.281 INFO:teuthology.task.internal:roles: ubuntu@smithi129.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-06-18T01:42:20.281 INFO:teuthology.run_tasks:Running task console_log... 2024-06-18T01:42:20.350 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff55483fac0>, signals=[15]) 2024-06-18T01:42:20.350 INFO:teuthology.run_tasks:Running task internal.connect... 2024-06-18T01:42:20.356 INFO:teuthology.task.internal:Opening connections... 2024-06-18T01:42:20.357 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi049.front.sepia.ceph.com 2024-06-18T01:42:20.358 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:42:20.439 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi129.front.sepia.ceph.com 2024-06-18T01:42:20.440 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:42:20.519 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-06-18T01:42:20.526 DEBUG:teuthology.orchestra.run.smithi049:> uname -m 2024-06-18T01:42:20.545 INFO:teuthology.orchestra.run.smithi049.stdout:x86_64 2024-06-18T01:42:20.546 DEBUG:teuthology.orchestra.run.smithi049:> cat /etc/os-release 2024-06-18T01:42:20.604 INFO:teuthology.orchestra.run.smithi049.stdout:NAME="CentOS Stream" 2024-06-18T01:42:20.605 INFO:teuthology.orchestra.run.smithi049.stdout:VERSION="9" 2024-06-18T01:42:20.605 INFO:teuthology.orchestra.run.smithi049.stdout:ID="centos" 2024-06-18T01:42:20.605 INFO:teuthology.orchestra.run.smithi049.stdout:ID_LIKE="rhel fedora" 2024-06-18T01:42:20.605 INFO:teuthology.orchestra.run.smithi049.stdout:VERSION_ID="9" 2024-06-18T01:42:20.605 INFO:teuthology.orchestra.run.smithi049.stdout:PLATFORM_ID="platform:el9" 2024-06-18T01:42:20.605 INFO:teuthology.orchestra.run.smithi049.stdout:PRETTY_NAME="CentOS Stream 9" 2024-06-18T01:42:20.605 INFO:teuthology.orchestra.run.smithi049.stdout:ANSI_COLOR="0;31" 2024-06-18T01:42:20.605 INFO:teuthology.orchestra.run.smithi049.stdout:LOGO="fedora-logo-icon" 2024-06-18T01:42:20.606 INFO:teuthology.orchestra.run.smithi049.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-06-18T01:42:20.606 INFO:teuthology.orchestra.run.smithi049.stdout:HOME_URL="https://centos.org/" 2024-06-18T01:42:20.606 INFO:teuthology.orchestra.run.smithi049.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-18T01:42:20.606 INFO:teuthology.orchestra.run.smithi049.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-06-18T01:42:20.606 INFO:teuthology.orchestra.run.smithi049.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-06-18T01:42:20.606 INFO:teuthology.lock.ops:Updating smithi049.front.sepia.ceph.com on lock server 2024-06-18T01:42:20.635 DEBUG:teuthology.orchestra.run.smithi129:> uname -m 2024-06-18T01:42:20.653 INFO:teuthology.orchestra.run.smithi129.stdout:x86_64 2024-06-18T01:42:20.653 DEBUG:teuthology.orchestra.run.smithi129:> cat /etc/os-release 2024-06-18T01:42:20.710 INFO:teuthology.orchestra.run.smithi129.stdout:NAME="CentOS Stream" 2024-06-18T01:42:20.710 INFO:teuthology.orchestra.run.smithi129.stdout:VERSION="9" 2024-06-18T01:42:20.710 INFO:teuthology.orchestra.run.smithi129.stdout:ID="centos" 2024-06-18T01:42:20.710 INFO:teuthology.orchestra.run.smithi129.stdout:ID_LIKE="rhel fedora" 2024-06-18T01:42:20.710 INFO:teuthology.orchestra.run.smithi129.stdout:VERSION_ID="9" 2024-06-18T01:42:20.710 INFO:teuthology.orchestra.run.smithi129.stdout:PLATFORM_ID="platform:el9" 2024-06-18T01:42:20.710 INFO:teuthology.orchestra.run.smithi129.stdout:PRETTY_NAME="CentOS Stream 9" 2024-06-18T01:42:20.710 INFO:teuthology.orchestra.run.smithi129.stdout:ANSI_COLOR="0;31" 2024-06-18T01:42:20.710 INFO:teuthology.orchestra.run.smithi129.stdout:LOGO="fedora-logo-icon" 2024-06-18T01:42:20.710 INFO:teuthology.orchestra.run.smithi129.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-06-18T01:42:20.710 INFO:teuthology.orchestra.run.smithi129.stdout:HOME_URL="https://centos.org/" 2024-06-18T01:42:20.710 INFO:teuthology.orchestra.run.smithi129.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-06-18T01:42:20.711 INFO:teuthology.orchestra.run.smithi129.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-06-18T01:42:20.711 INFO:teuthology.orchestra.run.smithi129.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-06-18T01:42:20.711 INFO:teuthology.lock.ops:Updating smithi129.front.sepia.ceph.com on lock server 2024-06-18T01:42:20.735 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-06-18T01:42:20.748 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-06-18T01:42:20.754 INFO:teuthology.task.internal:Checking for old test directory... 2024-06-18T01:42:20.754 DEBUG:teuthology.orchestra.run.smithi049:> test '!' -e /home/ubuntu/cephtest 2024-06-18T01:42:20.757 DEBUG:teuthology.orchestra.run.smithi129:> test '!' -e /home/ubuntu/cephtest 2024-06-18T01:42:20.774 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-06-18T01:42:20.780 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-06-18T01:42:20.780 DEBUG:teuthology.orchestra.run.smithi049:> test -z $(ls -A /var/lib/ceph) 2024-06-18T01:42:20.815 DEBUG:teuthology.orchestra.run.smithi129:> test -z $(ls -A /var/lib/ceph) 2024-06-18T01:42:20.916 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-06-18T01:42:20.971 INFO:teuthology.run_tasks:Running task kernel... 2024-06-18T01:42:20.987 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-06-18T01:42:20.987 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-06-18T01:42:20.988 DEBUG:teuthology.orchestra.run.smithi049:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-18T01:42:20.988 DEBUG:teuthology.orchestra.run.smithi129:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-18T01:42:21.004 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T01:42:21.005 DEBUG:teuthology.orchestra.run.smithi129:> uname -r 2024-06-18T01:42:21.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T01:42:21.006 DEBUG:teuthology.orchestra.run.smithi049:> uname -r 2024-06-18T01:42:21.062 INFO:teuthology.orchestra.run.smithi129.stdout:5.14.0-437.el9.x86_64 2024-06-18T01:42:21.062 INFO:teuthology.task.kernel:Running kernel on smithi129: 5.14.0-437.el9.x86_64 2024-06-18T01:42:21.062 DEBUG:teuthology.orchestra.run.smithi129:> sudo yum install -y kernel 2024-06-18T01:42:21.065 INFO:teuthology.orchestra.run.smithi049.stdout:5.14.0-437.el9.x86_64 2024-06-18T01:42:21.065 INFO:teuthology.task.kernel:Running kernel on smithi049: 5.14.0-437.el9.x86_64 2024-06-18T01:42:21.065 DEBUG:teuthology.orchestra.run.smithi049:> sudo yum install -y kernel 2024-06-18T01:42:24.110 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS Stream 9 - BaseOS 5.7 MB/s | 8.1 MB 00:01 2024-06-18T01:42:24.124 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 9 - BaseOS 5.7 MB/s | 8.1 MB 00:01 2024-06-18T01:42:28.614 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 9 - AppStream 5.8 MB/s | 20 MB 00:03 2024-06-18T01:42:34.417 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 9 - CRB 3.0 MB/s | 6.3 MB 00:02 2024-06-18T01:42:35.782 INFO:teuthology.orchestra.run.smithi129.stdout:CentOS Stream 9 - Extras packages 110 kB/s | 17 kB 00:00 2024-06-18T01:42:36.611 INFO:teuthology.orchestra.run.smithi129.stdout:Extra Packages for Enterprise Linux 31 MB/s | 21 MB 00:00 2024-06-18T01:42:41.992 INFO:teuthology.orchestra.run.smithi129.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-06-18T01:42:43.333 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS Stream 9 - AppStream 1.1 MB/s | 20 MB 00:18 2024-06-18T01:42:44.056 INFO:teuthology.orchestra.run.smithi129.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-06-18T01:42:44.057 INFO:teuthology.orchestra.run.smithi129.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-06-18T01:42:44.141 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-06-18T01:42:44.147 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-06-18T01:42:44.148 INFO:teuthology.orchestra.run.smithi129.stdout: Package Architecture Version Repository Size 2024-06-18T01:42:44.148 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-06-18T01:42:44.148 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-06-18T01:42:44.148 INFO:teuthology.orchestra.run.smithi129.stdout: kernel x86_64 5.14.0-460.el9 baseos 1.1 M 2024-06-18T01:42:44.148 INFO:teuthology.orchestra.run.smithi129.stdout:Installing dependencies: 2024-06-18T01:42:44.148 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-core x86_64 5.14.0-460.el9 baseos 16 M 2024-06-18T01:42:44.148 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-modules x86_64 5.14.0-460.el9 baseos 35 M 2024-06-18T01:42:44.148 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-modules-core x86_64 5.14.0-460.el9 baseos 29 M 2024-06-18T01:42:44.148 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:42:44.148 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-06-18T01:42:44.148 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-06-18T01:42:44.148 INFO:teuthology.orchestra.run.smithi129.stdout:Install 4 Packages 2024-06-18T01:42:44.148 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:42:44.149 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 81 M 2024-06-18T01:42:44.149 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 124 M 2024-06-18T01:42:44.149 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-06-18T01:42:44.493 INFO:teuthology.orchestra.run.smithi129.stdout:(1/4): kernel-5.14.0-460.el9.x86_64.rpm 3.4 MB/s | 1.1 MB 00:00 2024-06-18T01:42:48.613 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS Stream 9 - CRB 4.3 MB/s | 6.3 MB 00:01 2024-06-18T01:42:48.718 INFO:teuthology.orchestra.run.smithi129.stdout:(2/4): kernel-core-5.14.0-460.el9.x86_64.rpm 3.6 MB/s | 16 MB 00:04 2024-06-18T01:42:49.710 INFO:teuthology.orchestra.run.smithi129.stdout:(3/4): kernel-modules-core-5.14.0-460.el9.x86_6 5.6 MB/s | 29 MB 00:05 2024-06-18T01:42:50.611 INFO:teuthology.orchestra.run.smithi049.stdout:CentOS Stream 9 - Extras packages 22 kB/s | 17 kB 00:00 2024-06-18T01:42:50.668 INFO:teuthology.orchestra.run.smithi129.stdout:(4/4): kernel-modules-5.14.0-460.el9.x86_64.rpm 5.4 MB/s | 35 MB 00:06 2024-06-18T01:42:50.669 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-06-18T01:42:50.669 INFO:teuthology.orchestra.run.smithi129.stdout:Total 12 MB/s | 81 MB 00:06 2024-06-18T01:42:51.382 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-06-18T01:42:51.738 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-06-18T01:42:51.739 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-06-18T01:42:51.865 INFO:teuthology.orchestra.run.smithi049.stdout:Extra Packages for Enterprise Linux 19 MB/s | 21 MB 00:01 2024-06-18T01:42:52.676 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-06-18T01:42:52.676 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-06-18T01:42:55.109 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-06-18T01:42:55.730 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : kernel-modules-core-5.14.0-460.el9.x86_64 1/4 2024-06-18T01:42:55.835 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : kernel-core-5.14.0-460.el9.x86_64 2/4 2024-06-18T01:42:57.271 INFO:teuthology.orchestra.run.smithi049.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-06-18T01:42:58.501 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-core-5.14.0-460.el9.x86_64 2/4 2024-06-18T01:42:58.644 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : kernel-modules-5.14.0-460.el9.x86_64 3/4 2024-06-18T01:42:59.393 INFO:teuthology.orchestra.run.smithi049.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-06-18T01:42:59.394 INFO:teuthology.orchestra.run.smithi049.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-06-18T01:42:59.488 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-06-18T01:42:59.500 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-06-18T01:42:59.500 INFO:teuthology.orchestra.run.smithi049.stdout: Package Architecture Version Repository Size 2024-06-18T01:42:59.500 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-06-18T01:42:59.501 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2024-06-18T01:42:59.501 INFO:teuthology.orchestra.run.smithi049.stdout: kernel x86_64 5.14.0-460.el9 baseos 1.1 M 2024-06-18T01:42:59.501 INFO:teuthology.orchestra.run.smithi049.stdout:Installing dependencies: 2024-06-18T01:42:59.501 INFO:teuthology.orchestra.run.smithi049.stdout: kernel-core x86_64 5.14.0-460.el9 baseos 16 M 2024-06-18T01:42:59.501 INFO:teuthology.orchestra.run.smithi049.stdout: kernel-modules x86_64 5.14.0-460.el9 baseos 35 M 2024-06-18T01:42:59.501 INFO:teuthology.orchestra.run.smithi049.stdout: kernel-modules-core x86_64 5.14.0-460.el9 baseos 29 M 2024-06-18T01:42:59.501 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:42:59.501 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2024-06-18T01:42:59.501 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-06-18T01:42:59.501 INFO:teuthology.orchestra.run.smithi049.stdout:Install 4 Packages 2024-06-18T01:42:59.501 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:42:59.502 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 81 M 2024-06-18T01:42:59.502 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 124 M 2024-06-18T01:42:59.502 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2024-06-18T01:43:00.147 INFO:teuthology.orchestra.run.smithi049.stdout:(1/4): kernel-5.14.0-460.el9.x86_64.rpm 3.1 MB/s | 1.1 MB 00:00 2024-06-18T01:43:02.889 INFO:teuthology.orchestra.run.smithi049.stdout:(2/4): kernel-core-5.14.0-460.el9.x86_64.rpm 5.2 MB/s | 16 MB 00:03 2024-06-18T01:43:03.382 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-modules-5.14.0-460.el9.x86_64 3/4 2024-06-18T01:43:03.442 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : kernel-5.14.0-460.el9.x86_64 4/4 2024-06-18T01:43:03.714 INFO:teuthology.orchestra.run.smithi049.stdout:(3/4): kernel-modules-core-5.14.0-460.el9.x86_6 8.2 MB/s | 29 MB 00:03 2024-06-18T01:43:05.597 INFO:teuthology.orchestra.run.smithi049.stdout:(4/4): kernel-modules-5.14.0-460.el9.x86_64.rpm 6.0 MB/s | 35 MB 00:05 2024-06-18T01:43:05.597 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2024-06-18T01:43:05.597 INFO:teuthology.orchestra.run.smithi049.stdout:Total 13 MB/s | 81 MB 00:06 2024-06-18T01:43:06.333 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2024-06-18T01:43:06.729 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2024-06-18T01:43:06.729 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2024-06-18T01:43:07.709 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2024-06-18T01:43:07.710 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2024-06-18T01:43:08.201 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-modules-core-5.14.0-460.el9.x86_64 4/4 2024-06-18T01:43:10.258 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2024-06-18T01:43:10.910 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : kernel-modules-core-5.14.0-460.el9.x86_64 1/4 2024-06-18T01:43:11.006 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : kernel-core-5.14.0-460.el9.x86_64 2/4 2024-06-18T01:43:13.814 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: kernel-core-5.14.0-460.el9.x86_64 2/4 2024-06-18T01:43:13.954 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : kernel-modules-5.14.0-460.el9.x86_64 3/4 2024-06-18T01:43:19.056 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: kernel-modules-5.14.0-460.el9.x86_64 3/4 2024-06-18T01:43:19.118 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : kernel-5.14.0-460.el9.x86_64 4/4 2024-06-18T01:43:24.252 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: kernel-modules-core-5.14.0-460.el9.x86_64 4/4 2024-06-18T01:43:37.774 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-core-5.14.0-460.el9.x86_64 4/4 2024-06-18T01:43:37.815 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-modules-5.14.0-460.el9.x86_64 4/4 2024-06-18T01:43:38.104 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: kernel-5.14.0-460.el9.x86_64 4/4 2024-06-18T01:43:38.104 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : kernel-5.14.0-460.el9.x86_64 1/4 2024-06-18T01:43:38.104 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : kernel-core-5.14.0-460.el9.x86_64 2/4 2024-06-18T01:43:38.104 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : kernel-modules-5.14.0-460.el9.x86_64 3/4 2024-06-18T01:43:38.886 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : kernel-modules-core-5.14.0-460.el9.x86_64 4/4 2024-06-18T01:43:38.886 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:43:38.886 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-06-18T01:43:38.886 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-5.14.0-460.el9.x86_64 2024-06-18T01:43:38.886 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-core-5.14.0-460.el9.x86_64 2024-06-18T01:43:38.886 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-modules-5.14.0-460.el9.x86_64 2024-06-18T01:43:38.886 INFO:teuthology.orchestra.run.smithi129.stdout: kernel-modules-core-5.14.0-460.el9.x86_64 2024-06-18T01:43:38.886 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:43:38.887 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-06-18T01:43:39.262 DEBUG:teuthology.orchestra.run.smithi129:> rpm -q kernel | sort -rV | head -n 1 2024-06-18T01:43:39.340 INFO:teuthology.orchestra.run.smithi129.stdout:kernel-5.14.0-460.el9.x86_64 2024-06-18T01:43:39.341 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-460.el9.x86_64 2024-06-18T01:43:39.341 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-460.el9.x86_64 2024-06-18T01:43:39.341 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-06-18T01:43:39.341 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-06-18T01:43:39.342 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-06-18T01:43:39.342 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi129.front.sepia.ceph.com, path=None, version=distro) 2024-06-18T01:43:39.342 DEBUG:teuthology.orchestra.run.smithi129:> rpm -q kernel | sort -rV | head -n 1 2024-06-18T01:43:39.395 INFO:teuthology.orchestra.run.smithi129.stdout:kernel-5.14.0-460.el9.x86_64 2024-06-18T01:43:39.395 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-460.el9.x86_64 2024-06-18T01:43:39.395 DEBUG:teuthology.orchestra.run.smithi129:> sudo rpm -qi grub2-tools 2024-06-18T01:43:39.425 INFO:teuthology.orchestra.run.smithi129.stdout:Name : grub2-tools 2024-06-18T01:43:39.425 INFO:teuthology.orchestra.run.smithi129.stdout:Epoch : 1 2024-06-18T01:43:39.425 INFO:teuthology.orchestra.run.smithi129.stdout:Version : 2.06 2024-06-18T01:43:39.425 INFO:teuthology.orchestra.run.smithi129.stdout:Release : 68.el9 2024-06-18T01:43:39.425 INFO:teuthology.orchestra.run.smithi129.stdout:Architecture: x86_64 2024-06-18T01:43:39.425 INFO:teuthology.orchestra.run.smithi129.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-06-18T01:43:39.425 INFO:teuthology.orchestra.run.smithi129.stdout:Group : Unspecified 2024-06-18T01:43:39.425 INFO:teuthology.orchestra.run.smithi129.stdout:Size : 8264254 2024-06-18T01:43:39.426 INFO:teuthology.orchestra.run.smithi129.stdout:License : GPLv3+ 2024-06-18T01:43:39.426 INFO:teuthology.orchestra.run.smithi129.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-06-18T01:43:39.426 INFO:teuthology.orchestra.run.smithi129.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-06-18T01:43:39.426 INFO:teuthology.orchestra.run.smithi129.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-06-18T01:43:39.426 INFO:teuthology.orchestra.run.smithi129.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-06-18T01:43:39.426 INFO:teuthology.orchestra.run.smithi129.stdout:Packager : builder@centos.org 2024-06-18T01:43:39.426 INFO:teuthology.orchestra.run.smithi129.stdout:Vendor : CentOS 2024-06-18T01:43:39.426 INFO:teuthology.orchestra.run.smithi129.stdout:URL : http://www.gnu.org/software/grub/ 2024-06-18T01:43:39.426 INFO:teuthology.orchestra.run.smithi129.stdout:Summary : Support tools for GRUB. 2024-06-18T01:43:39.426 INFO:teuthology.orchestra.run.smithi129.stdout:Description : 2024-06-18T01:43:39.426 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:43:39.426 INFO:teuthology.orchestra.run.smithi129.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-06-18T01:43:39.427 INFO:teuthology.orchestra.run.smithi129.stdout:customizable bootloader with modular architecture. It supports a rich 2024-06-18T01:43:39.427 INFO:teuthology.orchestra.run.smithi129.stdout:variety of kernel formats, file systems, computer architectures and 2024-06-18T01:43:39.427 INFO:teuthology.orchestra.run.smithi129.stdout:hardware devices. 2024-06-18T01:43:39.427 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:43:39.427 INFO:teuthology.orchestra.run.smithi129.stdout:This subpackage provides tools for support of all platforms. 2024-06-18T01:43:39.428 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-06-18T01:43:39.428 INFO:teuthology.task.kernel:Updating grub on smithi129 to boot 5.14.0-460.el9.x86_64 2024-06-18T01:43:39.428 DEBUG:teuthology.orchestra.run.smithi129:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-06-18T01:43:40.020 INFO:teuthology.orchestra.run.smithi129.stderr:Generating grub configuration file ... 2024-06-18T01:43:41.387 INFO:teuthology.orchestra.run.smithi129.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-06-18T01:43:41.419 INFO:teuthology.orchestra.run.smithi129.stderr:done 2024-06-18T01:43:41.421 DEBUG:teuthology.orchestra.run.smithi129:> mktemp 2024-06-18T01:43:41.437 INFO:teuthology.orchestra.run.smithi129.stdout:/tmp/tmp.xjFl2kpkrj 2024-06-18T01:43:41.437 DEBUG:teuthology.orchestra.run.smithi129:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.xjFl2kpkrj 2024-06-18T01:43:41.512 DEBUG:teuthology.orchestra.run.smithi129:> sudo chmod 0666 /tmp/tmp.xjFl2kpkrj 2024-06-18T01:43:41.653 DEBUG:teuthology.orchestra.remote:smithi129:/tmp/tmp.xjFl2kpkrj is 6KB 2024-06-18T01:43:41.701 DEBUG:teuthology.orchestra.run.smithi129:> rm -fr /tmp/tmp.xjFl2kpkrj 2024-06-18T01:43:41.715 DEBUG:teuthology.orchestra.run.smithi129:> sudo /bin/ls /boot/loader/entries || true 2024-06-18T01:43:41.785 INFO:teuthology.orchestra.run.smithi129.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-06-18T01:43:41.786 INFO:teuthology.orchestra.run.smithi129.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-06-18T01:43:41.786 INFO:teuthology.orchestra.run.smithi129.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-06-18T01:43:41.786 INFO:teuthology.orchestra.run.smithi129.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-460.el9.x86_64.conf 2024-06-18T01:43:41.787 DEBUG:teuthology.orchestra.run.smithi129:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-460.el9.x86_64 2024-06-18T01:43:41.933 DEBUG:teuthology.orchestra.run.smithi129:> sudo shutdown -r now 2024-06-18T01:43:55.156 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: kernel-core-5.14.0-460.el9.x86_64 4/4 2024-06-18T01:43:55.198 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: kernel-modules-5.14.0-460.el9.x86_64 4/4 2024-06-18T01:43:55.581 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: kernel-5.14.0-460.el9.x86_64 4/4 2024-06-18T01:43:55.581 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : kernel-5.14.0-460.el9.x86_64 1/4 2024-06-18T01:43:55.581 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : kernel-core-5.14.0-460.el9.x86_64 2/4 2024-06-18T01:43:55.581 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : kernel-modules-5.14.0-460.el9.x86_64 3/4 2024-06-18T01:43:56.399 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : kernel-modules-core-5.14.0-460.el9.x86_64 4/4 2024-06-18T01:43:56.400 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:43:56.400 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2024-06-18T01:43:56.400 INFO:teuthology.orchestra.run.smithi049.stdout: kernel-5.14.0-460.el9.x86_64 2024-06-18T01:43:56.400 INFO:teuthology.orchestra.run.smithi049.stdout: kernel-core-5.14.0-460.el9.x86_64 2024-06-18T01:43:56.400 INFO:teuthology.orchestra.run.smithi049.stdout: kernel-modules-5.14.0-460.el9.x86_64 2024-06-18T01:43:56.400 INFO:teuthology.orchestra.run.smithi049.stdout: kernel-modules-core-5.14.0-460.el9.x86_64 2024-06-18T01:43:56.400 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:43:56.400 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-06-18T01:43:56.775 DEBUG:teuthology.orchestra.run.smithi049:> rpm -q kernel | sort -rV | head -n 1 2024-06-18T01:43:56.866 INFO:teuthology.orchestra.run.smithi049.stdout:kernel-5.14.0-460.el9.x86_64 2024-06-18T01:43:56.867 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-460.el9.x86_64 2024-06-18T01:43:56.867 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-437.el9.x86_64 Expected: 5.14.0-460.el9.x86_64 2024-06-18T01:43:56.867 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-06-18T01:43:56.867 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-06-18T01:43:56.867 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-06-18T01:43:56.867 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi049.front.sepia.ceph.com, path=None, version=distro) 2024-06-18T01:43:56.867 DEBUG:teuthology.orchestra.run.smithi049:> rpm -q kernel | sort -rV | head -n 1 2024-06-18T01:43:56.923 INFO:teuthology.orchestra.run.smithi049.stdout:kernel-5.14.0-460.el9.x86_64 2024-06-18T01:43:56.923 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-460.el9.x86_64 2024-06-18T01:43:56.923 DEBUG:teuthology.orchestra.run.smithi049:> sudo rpm -qi grub2-tools 2024-06-18T01:43:56.958 INFO:teuthology.orchestra.run.smithi049.stdout:Name : grub2-tools 2024-06-18T01:43:56.958 INFO:teuthology.orchestra.run.smithi049.stdout:Epoch : 1 2024-06-18T01:43:56.958 INFO:teuthology.orchestra.run.smithi049.stdout:Version : 2.06 2024-06-18T01:43:56.958 INFO:teuthology.orchestra.run.smithi049.stdout:Release : 68.el9 2024-06-18T01:43:56.959 INFO:teuthology.orchestra.run.smithi049.stdout:Architecture: x86_64 2024-06-18T01:43:56.959 INFO:teuthology.orchestra.run.smithi049.stdout:Install Date: Fri 19 Apr 2024 09:32:39 PM UTC 2024-06-18T01:43:56.959 INFO:teuthology.orchestra.run.smithi049.stdout:Group : Unspecified 2024-06-18T01:43:56.959 INFO:teuthology.orchestra.run.smithi049.stdout:Size : 8264254 2024-06-18T01:43:56.959 INFO:teuthology.orchestra.run.smithi049.stdout:License : GPLv3+ 2024-06-18T01:43:56.959 INFO:teuthology.orchestra.run.smithi049.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-06-18T01:43:56.959 INFO:teuthology.orchestra.run.smithi049.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-06-18T01:43:56.959 INFO:teuthology.orchestra.run.smithi049.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-06-18T01:43:56.959 INFO:teuthology.orchestra.run.smithi049.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-06-18T01:43:56.959 INFO:teuthology.orchestra.run.smithi049.stdout:Packager : builder@centos.org 2024-06-18T01:43:56.959 INFO:teuthology.orchestra.run.smithi049.stdout:Vendor : CentOS 2024-06-18T01:43:56.959 INFO:teuthology.orchestra.run.smithi049.stdout:URL : http://www.gnu.org/software/grub/ 2024-06-18T01:43:56.959 INFO:teuthology.orchestra.run.smithi049.stdout:Summary : Support tools for GRUB. 2024-06-18T01:43:56.960 INFO:teuthology.orchestra.run.smithi049.stdout:Description : 2024-06-18T01:43:56.960 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:43:56.960 INFO:teuthology.orchestra.run.smithi049.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-06-18T01:43:56.960 INFO:teuthology.orchestra.run.smithi049.stdout:customizable bootloader with modular architecture. It supports a rich 2024-06-18T01:43:56.960 INFO:teuthology.orchestra.run.smithi049.stdout:variety of kernel formats, file systems, computer architectures and 2024-06-18T01:43:56.960 INFO:teuthology.orchestra.run.smithi049.stdout:hardware devices. 2024-06-18T01:43:56.960 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:43:56.960 INFO:teuthology.orchestra.run.smithi049.stdout:This subpackage provides tools for support of all platforms. 2024-06-18T01:43:56.961 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-06-18T01:43:56.961 INFO:teuthology.task.kernel:Updating grub on smithi049 to boot 5.14.0-460.el9.x86_64 2024-06-18T01:43:56.961 DEBUG:teuthology.orchestra.run.smithi049:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-06-18T01:43:57.591 INFO:teuthology.orchestra.run.smithi049.stderr:Generating grub configuration file ... 2024-06-18T01:43:59.067 INFO:teuthology.orchestra.run.smithi049.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-06-18T01:43:59.107 INFO:teuthology.orchestra.run.smithi049.stderr:done 2024-06-18T01:43:59.109 DEBUG:teuthology.orchestra.run.smithi049:> mktemp 2024-06-18T01:43:59.125 INFO:teuthology.orchestra.run.smithi049.stdout:/tmp/tmp.M6oHAAl3Wn 2024-06-18T01:43:59.125 DEBUG:teuthology.orchestra.run.smithi049:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.M6oHAAl3Wn 2024-06-18T01:43:59.194 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod 0666 /tmp/tmp.M6oHAAl3Wn 2024-06-18T01:43:59.331 DEBUG:teuthology.orchestra.remote:smithi049:/tmp/tmp.M6oHAAl3Wn is 6KB 2024-06-18T01:43:59.379 DEBUG:teuthology.orchestra.run.smithi049:> rm -fr /tmp/tmp.M6oHAAl3Wn 2024-06-18T01:43:59.393 DEBUG:teuthology.orchestra.run.smithi049:> sudo /bin/ls /boot/loader/entries || true 2024-06-18T01:43:59.455 INFO:teuthology.orchestra.run.smithi049.stdout:7fc8828e06d0482694bcf4a447d13cb6-0-rescue.conf 2024-06-18T01:43:59.456 INFO:teuthology.orchestra.run.smithi049.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-239.el9.x86_64.conf 2024-06-18T01:43:59.456 INFO:teuthology.orchestra.run.smithi049.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-437.el9.x86_64.conf 2024-06-18T01:43:59.456 INFO:teuthology.orchestra.run.smithi049.stdout:7fc8828e06d0482694bcf4a447d13cb6-5.14.0-460.el9.x86_64.conf 2024-06-18T01:43:59.457 DEBUG:teuthology.orchestra.run.smithi049:> sudo grub2-set-default 7fc8828e06d0482694bcf4a447d13cb6-5.14.0-460.el9.x86_64 2024-06-18T01:43:59.611 DEBUG:teuthology.orchestra.run.smithi049:> sudo shutdown -r now 2024-06-18T01:44:11.944 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-06-18T01:44:11.945 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-06-18T01:44:11.945 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:44:29.630 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-06-18T01:44:29.631 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-06-18T01:44:29.633 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:44:30.494 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.129 2024-06-18T01:44:39.502 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-06-18T01:44:39.503 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:44:42.562 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.129 2024-06-18T01:44:48.158 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2024-06-18T01:44:54.570 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-06-18T01:44:54.571 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:44:57.162 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-06-18T01:44:57.163 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:45:00.226 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2024-06-18T01:45:12.234 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-06-18T01:45:12.236 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:45:12.990 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.129 2024-06-18T01:45:15.294 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2024-06-18T01:45:28.002 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-06-18T01:45:28.004 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:45:28.428 DEBUG:teuthology.orchestra.run.smithi129:> true 2024-06-18T01:45:28.786 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-06-18T01:45:28.786 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-460.el9.x86_64"... 2024-06-18T01:45:28.787 DEBUG:teuthology.orchestra.run.smithi129:> uname -r 2024-06-18T01:45:28.801 INFO:teuthology.orchestra.run.smithi129.stdout:5.14.0-460.el9.x86_64 2024-06-18T01:45:28.801 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-460.el9.x86_64 vs 5.14.0-460.el9.x86_64 2024-06-18T01:45:28.802 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-06-18T01:45:28.802 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-06-18T01:45:29.802 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-06-18T01:45:29.803 DEBUG:teuthology.orchestra.run.smithi129:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-06-18T01:45:29.930 INFO:teuthology.orchestra.run.smithi129.stdout:ttyS1 2024-06-18T01:45:29.968 DEBUG:teuthology.parallel:result is None 2024-06-18T01:45:30.296 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-06-18T01:45:30.296 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:45:33.374 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2024-06-18T01:45:51.375 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-06-18T01:45:51.376 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:46:23.260 DEBUG:teuthology.orchestra.run.smithi049:> true 2024-06-18T01:46:23.621 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-06-18T01:46:23.622 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-460.el9.x86_64"... 2024-06-18T01:46:23.622 DEBUG:teuthology.orchestra.run.smithi049:> uname -r 2024-06-18T01:46:23.638 INFO:teuthology.orchestra.run.smithi049.stdout:5.14.0-460.el9.x86_64 2024-06-18T01:46:23.638 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-460.el9.x86_64 vs 5.14.0-460.el9.x86_64 2024-06-18T01:46:23.638 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-06-18T01:46:23.638 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-06-18T01:46:24.639 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-06-18T01:46:24.639 DEBUG:teuthology.orchestra.run.smithi049:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-06-18T01:46:24.700 INFO:teuthology.orchestra.run.smithi049.stdout:ttyS1 2024-06-18T01:46:24.739 DEBUG:teuthology.parallel:result is None 2024-06-18T01:46:24.740 INFO:teuthology.run_tasks:Running task internal.base... 2024-06-18T01:46:24.752 INFO:teuthology.task.internal:Creating test directory... 2024-06-18T01:46:24.752 DEBUG:teuthology.orchestra.run.smithi049:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-06-18T01:46:24.755 DEBUG:teuthology.orchestra.run.smithi129:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-06-18T01:46:24.774 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-06-18T01:46:24.785 INFO:teuthology.run_tasks:Running task internal.archive... 2024-06-18T01:46:24.798 INFO:teuthology.task.internal:Creating archive directory... 2024-06-18T01:46:24.799 DEBUG:teuthology.orchestra.run.smithi049:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-06-18T01:46:24.813 DEBUG:teuthology.orchestra.run.smithi129:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-06-18T01:46:24.855 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-06-18T01:46:24.867 INFO:teuthology.task.internal:Enabling coredump saving... 2024-06-18T01:46:24.867 DEBUG:teuthology.orchestra.run.smithi049:> 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-06-18T01:46:24.883 DEBUG:teuthology.orchestra.run.smithi129:> 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-06-18T01:46:24.913 INFO:teuthology.orchestra.run.smithi049.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-18T01:46:24.921 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-18T01:46:24.924 INFO:teuthology.orchestra.run.smithi049.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-18T01:46:24.932 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-18T01:46:24.933 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-06-18T01:46:24.944 INFO:teuthology.task.internal:Configuring sudo... 2024-06-18T01:46:24.945 DEBUG:teuthology.orchestra.run.smithi049:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-06-18T01:46:24.969 DEBUG:teuthology.orchestra.run.smithi129:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-06-18T01:46:25.001 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-06-18T01:46:25.011 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-06-18T01:46:25.012 DEBUG:teuthology.orchestra.run.smithi049:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-06-18T01:46:25.037 DEBUG:teuthology.orchestra.run.smithi129:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-06-18T01:46:25.057 DEBUG:teuthology.orchestra.run.smithi049:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-18T01:46:25.139 DEBUG:teuthology.orchestra.run.smithi049:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-18T01:46:25.190 DEBUG:teuthology.orchestra.run.smithi049:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-18T01:46:25.275 DEBUG:teuthology.orchestra.run.smithi049:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-18T01:46:25.317 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-06-18T01:46:25.317 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-06-18T01:46:25.383 DEBUG:teuthology.orchestra.run.smithi129:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-18T01:46:25.431 DEBUG:teuthology.orchestra.run.smithi129:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-18T01:46:25.480 DEBUG:teuthology.orchestra.run.smithi129:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-18T01:46:25.564 DEBUG:teuthology.orchestra.run.smithi129:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-18T01:46:25.606 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-06-18T01:46:25.606 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-06-18T01:46:25.671 DEBUG:teuthology.orchestra.run.smithi049:> sudo service rsyslog restart 2024-06-18T01:46:25.674 DEBUG:teuthology.orchestra.run.smithi129:> sudo service rsyslog restart 2024-06-18T01:46:25.713 INFO:teuthology.orchestra.run.smithi049.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-06-18T01:46:25.764 INFO:teuthology.orchestra.run.smithi129.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-06-18T01:46:26.072 INFO:teuthology.run_tasks:Running task internal.timer... 2024-06-18T01:46:26.079 INFO:teuthology.task.internal:Starting timer... 2024-06-18T01:46:26.079 INFO:teuthology.run_tasks:Running task pcp... 2024-06-18T01:46:26.091 INFO:teuthology.run_tasks:Running task selinux... 2024-06-18T01:46:26.099 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-06-18T01:46:26.099 DEBUG:teuthology.orchestra.run.smithi049:> sudo service auditd rotate 2024-06-18T01:46:26.147 INFO:teuthology.orchestra.run.smithi049.stdout:Rotating logs: 2024-06-18T01:46:26.149 DEBUG:teuthology.orchestra.run.smithi129:> sudo service auditd rotate 2024-06-18T01:46:26.233 INFO:teuthology.orchestra.run.smithi129.stdout:Rotating logs: 2024-06-18T01:46:26.235 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-06-18T01:46:26.235 DEBUG:teuthology.orchestra.run.smithi049:> /usr/sbin/getenforce 2024-06-18T01:46:26.258 INFO:teuthology.orchestra.run.smithi049.stdout:Permissive 2024-06-18T01:46:26.259 DEBUG:teuthology.orchestra.run.smithi129:> /usr/sbin/getenforce 2024-06-18T01:46:26.291 INFO:teuthology.orchestra.run.smithi129.stdout:Permissive 2024-06-18T01:46:26.292 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi049.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi129.front.sepia.ceph.com': 'permissive'} 2024-06-18T01:46:26.292 DEBUG:teuthology.orchestra.run.smithi049:> 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-06-18T01:46:26.328 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T01:46:26.328 DEBUG:teuthology.orchestra.run.smithi129:> 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-06-18T01:46:26.357 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T01:46:26.358 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-06-18T01:46:26.358 DEBUG:teuthology.orchestra.run.smithi049:> sudo /usr/sbin/setenforce permissive 2024-06-18T01:46:26.397 DEBUG:teuthology.orchestra.run.smithi129:> sudo /usr/sbin/setenforce permissive 2024-06-18T01:46:26.426 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-06-18T01:46:26.439 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-06-18T01:46:26.451 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-06-18T01:46:26.452 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi049.front.sepia.ceph.com,smithi129.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-06-18T01:50:53.162 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi049.front.sepia.ceph.com'), Remote(name='ubuntu@smithi129.front.sepia.ceph.com')] 2024-06-18T01:50:53.164 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-06-18T01:50:53.165 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:50:53.242 DEBUG:teuthology.orchestra.run.smithi049:> true 2024-06-18T01:50:53.323 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-06-18T01:50:53.323 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-06-18T01:50:53.324 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi129.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-18T01:50:53.399 DEBUG:teuthology.orchestra.run.smithi129:> true 2024-06-18T01:50:53.474 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi129.front.sepia.ceph.com' 2024-06-18T01:50:53.474 INFO:teuthology.run_tasks:Running task clock... 2024-06-18T01:50:53.488 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-06-18T01:50:53.489 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-06-18T01:50:53.489 DEBUG:teuthology.orchestra.run.smithi049:> 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-06-18T01:50:53.491 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-06-18T01:50:53.491 DEBUG:teuthology.orchestra.run.smithi129:> 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-06-18T01:50:53.519 INFO:teuthology.orchestra.run.smithi049.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-06-18T01:50:53.535 INFO:teuthology.orchestra.run.smithi049.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-06-18T01:50:53.543 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-06-18T01:50:53.558 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-06-18T01:50:53.560 INFO:teuthology.orchestra.run.smithi049.stderr:sudo: ntpd: command not found 2024-06-18T01:50:53.572 INFO:teuthology.orchestra.run.smithi049.stdout:506 Cannot talk to daemon 2024-06-18T01:50:53.582 INFO:teuthology.orchestra.run.smithi129.stderr:sudo: ntpd: command not found 2024-06-18T01:50:53.587 INFO:teuthology.orchestra.run.smithi049.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-06-18T01:50:53.593 INFO:teuthology.orchestra.run.smithi129.stdout:506 Cannot talk to daemon 2024-06-18T01:50:53.601 INFO:teuthology.orchestra.run.smithi049.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-06-18T01:50:53.608 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-06-18T01:50:53.622 INFO:teuthology.orchestra.run.smithi129.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-06-18T01:50:53.664 INFO:teuthology.orchestra.run.smithi049.stderr:bash: line 1: ntpq: command not found 2024-06-18T01:50:53.667 INFO:teuthology.orchestra.run.smithi049.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-06-18T01:50:53.667 INFO:teuthology.orchestra.run.smithi049.stdout:=============================================================================== 2024-06-18T01:50:53.667 INFO:teuthology.orchestra.run.smithi049.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-18T01:50:53.667 INFO:teuthology.orchestra.run.smithi049.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-18T01:50:53.667 INFO:teuthology.orchestra.run.smithi049.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-18T01:50:53.668 INFO:teuthology.orchestra.run.smithi049.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-18T01:50:53.677 INFO:teuthology.orchestra.run.smithi129.stderr:bash: line 1: ntpq: command not found 2024-06-18T01:50:53.680 INFO:teuthology.orchestra.run.smithi129.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-06-18T01:50:53.680 INFO:teuthology.orchestra.run.smithi129.stdout:=============================================================================== 2024-06-18T01:50:53.680 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-18T01:50:53.680 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-18T01:50:53.680 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-18T01:50:53.680 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-06-18T01:50:53.681 INFO:teuthology.run_tasks:Running task pexec... 2024-06-18T01:50:53.690 INFO:teuthology.task.pexec:Executing custom commands... 2024-06-18T01:50:53.690 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi049.front.sepia.ceph.com 2024-06-18T01:50:53.691 DEBUG:teuthology.orchestra.run.smithi049:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-06-18T01:50:53.691 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi129.front.sepia.ceph.com 2024-06-18T01:50:53.691 DEBUG:teuthology.orchestra.run.smithi129:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-06-18T01:50:54.318 INFO:teuthology.orchestra.run.smithi129.stdout:Last metadata expiration check: 0:01:15 ago on Tue 18 Jun 2024 01:49:39 AM UTC. 2024-06-18T01:50:54.331 INFO:teuthology.orchestra.run.smithi049.stdout:Last metadata expiration check: 0:01:09 ago on Tue 18 Jun 2024 01:49:45 AM UTC. 2024-06-18T01:50:54.441 INFO:teuthology.orchestra.run.smithi129.stdout:Dependencies resolved. 2024-06-18T01:50:54.456 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-06-18T01:50:54.456 INFO:teuthology.orchestra.run.smithi129.stdout: Package Architecture Version Repository Size 2024-06-18T01:50:54.456 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-06-18T01:50:54.456 INFO:teuthology.orchestra.run.smithi129.stdout:Installing: 2024-06-18T01:50:54.456 INFO:teuthology.orchestra.run.smithi129.stdout: runc x86_64 4:1.1.13-1.el9 appstream 3.2 M 2024-06-18T01:50:54.456 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:50:54.456 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction Summary 2024-06-18T01:50:54.456 INFO:teuthology.orchestra.run.smithi129.stdout:================================================================================ 2024-06-18T01:50:54.456 INFO:teuthology.orchestra.run.smithi129.stdout:Install 1 Package 2024-06-18T01:50:54.456 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:50:54.456 INFO:teuthology.orchestra.run.smithi129.stdout:Total download size: 3.2 M 2024-06-18T01:50:54.457 INFO:teuthology.orchestra.run.smithi129.stdout:Installed size: 10 M 2024-06-18T01:50:54.457 INFO:teuthology.orchestra.run.smithi129.stdout:Downloading Packages: 2024-06-18T01:50:54.458 INFO:teuthology.orchestra.run.smithi049.stdout:Dependencies resolved. 2024-06-18T01:50:54.471 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-06-18T01:50:54.471 INFO:teuthology.orchestra.run.smithi049.stdout: Package Architecture Version Repository Size 2024-06-18T01:50:54.471 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-06-18T01:50:54.471 INFO:teuthology.orchestra.run.smithi049.stdout:Installing: 2024-06-18T01:50:54.472 INFO:teuthology.orchestra.run.smithi049.stdout: runc x86_64 4:1.1.13-1.el9 appstream 3.2 M 2024-06-18T01:50:54.472 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:50:54.472 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction Summary 2024-06-18T01:50:54.472 INFO:teuthology.orchestra.run.smithi049.stdout:================================================================================ 2024-06-18T01:50:54.472 INFO:teuthology.orchestra.run.smithi049.stdout:Install 1 Package 2024-06-18T01:50:54.472 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:50:54.472 INFO:teuthology.orchestra.run.smithi049.stdout:Total download size: 3.2 M 2024-06-18T01:50:54.472 INFO:teuthology.orchestra.run.smithi049.stdout:Installed size: 10 M 2024-06-18T01:50:54.472 INFO:teuthology.orchestra.run.smithi049.stdout:Downloading Packages: 2024-06-18T01:50:54.987 INFO:teuthology.orchestra.run.smithi129.stdout:runc-1.1.13-1.el9.x86_64.rpm 7.8 MB/s | 3.2 MB 00:00 2024-06-18T01:50:54.987 INFO:teuthology.orchestra.run.smithi129.stdout:-------------------------------------------------------------------------------- 2024-06-18T01:50:54.987 INFO:teuthology.orchestra.run.smithi129.stdout:Total 6.0 MB/s | 3.2 MB 00:00 2024-06-18T01:50:55.024 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction check 2024-06-18T01:50:55.029 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction check succeeded. 2024-06-18T01:50:55.030 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction test 2024-06-18T01:50:55.113 INFO:teuthology.orchestra.run.smithi129.stdout:Transaction test succeeded. 2024-06-18T01:50:55.114 INFO:teuthology.orchestra.run.smithi129.stdout:Running transaction 2024-06-18T01:50:55.325 INFO:teuthology.orchestra.run.smithi129.stdout: Preparing : 1/1 2024-06-18T01:50:55.422 INFO:teuthology.orchestra.run.smithi129.stdout: Installing : runc-4:1.1.13-1.el9.x86_64 1/1 2024-06-18T01:50:55.490 INFO:teuthology.orchestra.run.smithi049.stdout:runc-1.1.13-1.el9.x86_64.rpm 4.3 MB/s | 3.2 MB 00:00 2024-06-18T01:50:55.490 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2024-06-18T01:50:55.490 INFO:teuthology.orchestra.run.smithi049.stdout:Total 3.1 MB/s | 3.2 MB 00:01 2024-06-18T01:50:55.529 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction check 2024-06-18T01:50:55.536 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction check succeeded. 2024-06-18T01:50:55.536 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction test 2024-06-18T01:50:55.625 INFO:teuthology.orchestra.run.smithi049.stdout:Transaction test succeeded. 2024-06-18T01:50:55.626 INFO:teuthology.orchestra.run.smithi049.stdout:Running transaction 2024-06-18T01:50:55.860 INFO:teuthology.orchestra.run.smithi049.stdout: Preparing : 1/1 2024-06-18T01:50:55.961 INFO:teuthology.orchestra.run.smithi049.stdout: Installing : runc-4:1.1.13-1.el9.x86_64 1/1 2024-06-18T01:50:55.970 INFO:teuthology.orchestra.run.smithi129.stdout: Running scriptlet: runc-4:1.1.13-1.el9.x86_64 1/1 2024-06-18T01:50:56.242 INFO:teuthology.orchestra.run.smithi129.stdout: Verifying : runc-4:1.1.13-1.el9.x86_64 1/1 2024-06-18T01:50:56.242 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:50:56.242 INFO:teuthology.orchestra.run.smithi129.stdout:Installed: 2024-06-18T01:50:56.242 INFO:teuthology.orchestra.run.smithi129.stdout: runc-4:1.1.13-1.el9.x86_64 2024-06-18T01:50:56.242 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:50:56.242 INFO:teuthology.orchestra.run.smithi129.stdout:Complete! 2024-06-18T01:50:56.494 INFO:teuthology.orchestra.run.smithi049.stdout: Running scriptlet: runc-4:1.1.13-1.el9.x86_64 1/1 2024-06-18T01:50:56.498 DEBUG:teuthology.parallel:result is None 2024-06-18T01:50:56.770 INFO:teuthology.orchestra.run.smithi049.stdout: Verifying : runc-4:1.1.13-1.el9.x86_64 1/1 2024-06-18T01:50:56.770 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:50:56.770 INFO:teuthology.orchestra.run.smithi049.stdout:Installed: 2024-06-18T01:50:56.770 INFO:teuthology.orchestra.run.smithi049.stdout: runc-4:1.1.13-1.el9.x86_64 2024-06-18T01:50:56.770 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:50:56.770 INFO:teuthology.orchestra.run.smithi049.stdout:Complete! 2024-06-18T01:50:57.009 DEBUG:teuthology.parallel:result is None 2024-06-18T01:50:57.009 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-06-18T01:50:57.021 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-06-18T01:50:57.021 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-06-18T01:50:57.021 DEBUG:teuthology.orchestra.run.smithi049:> dd if=/scratch_devs of=/dev/stdout 2024-06-18T01:50:57.037 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-06-18T01:50:57.037 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/vg_nvme/lv_1 2024-06-18T01:50:57.093 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-06-18T01:50:57.093 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T01:50:57.093 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 5h/5d Inode: 676 Links: 1 2024-06-18T01:50:57.093 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T01:50:57.093 INFO:teuthology.orchestra.run.smithi049.stdout:Context: system_u:object_r:device_t:s0 2024-06-18T01:50:57.094 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-06-18 01:50:52.210268612 +0000 2024-06-18T01:50:57.094 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-06-18 01:50:09.829422505 +0000 2024-06-18T01:50:57.094 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-06-18 01:50:09.829422505 +0000 2024-06-18T01:50:57.094 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: 2024-06-18 01:50:09.829422505 +0000 2024-06-18T01:50:57.094 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-06-18T01:50:57.157 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-06-18T01:50:57.157 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-06-18T01:50:57.157 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 9.5676e-05 s, 5.4 MB/s 2024-06-18T01:50:57.159 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-06-18T01:50:57.215 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/vg_nvme/lv_2 2024-06-18T01:50:57.271 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-06-18T01:50:57.271 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T01:50:57.272 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 5h/5d Inode: 692 Links: 1 2024-06-18T01:50:57.272 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T01:50:57.272 INFO:teuthology.orchestra.run.smithi049.stdout:Context: system_u:object_r:device_t:s0 2024-06-18T01:50:57.272 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-06-18 01:50:52.210268612 +0000 2024-06-18T01:50:57.272 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-06-18 01:50:10.153413676 +0000 2024-06-18T01:50:57.272 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-06-18 01:50:10.153413676 +0000 2024-06-18T01:50:57.272 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: 2024-06-18 01:50:10.153413676 +0000 2024-06-18T01:50:57.272 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-06-18T01:50:57.336 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-06-18T01:50:57.336 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-06-18T01:50:57.336 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 8.6599e-05 s, 5.9 MB/s 2024-06-18T01:50:57.337 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-06-18T01:50:57.393 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/vg_nvme/lv_3 2024-06-18T01:50:57.450 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-06-18T01:50:57.451 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T01:50:57.451 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 5h/5d Inode: 713 Links: 1 2024-06-18T01:50:57.451 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T01:50:57.451 INFO:teuthology.orchestra.run.smithi049.stdout:Context: system_u:object_r:device_t:s0 2024-06-18T01:50:57.451 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-06-18 01:50:52.210268612 +0000 2024-06-18T01:50:57.451 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-06-18 01:50:10.478404821 +0000 2024-06-18T01:50:57.451 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-06-18 01:50:10.478404821 +0000 2024-06-18T01:50:57.451 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: 2024-06-18 01:50:10.478404821 +0000 2024-06-18T01:50:57.451 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-06-18T01:50:57.514 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-06-18T01:50:57.514 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-06-18T01:50:57.514 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000104583 s, 4.9 MB/s 2024-06-18T01:50:57.516 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-06-18T01:50:57.572 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/vg_nvme/lv_4 2024-06-18T01:50:57.628 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-06-18T01:50:57.629 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T01:50:57.629 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 5h/5d Inode: 733 Links: 1 2024-06-18T01:50:57.629 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T01:50:57.629 INFO:teuthology.orchestra.run.smithi049.stdout:Context: system_u:object_r:device_t:s0 2024-06-18T01:50:57.629 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-06-18 01:50:52.210268612 +0000 2024-06-18T01:50:57.629 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-06-18 01:50:10.804395938 +0000 2024-06-18T01:50:57.629 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-06-18 01:50:10.804395938 +0000 2024-06-18T01:50:57.629 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: 2024-06-18 01:50:10.804395938 +0000 2024-06-18T01:50:57.629 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-06-18T01:50:57.698 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-06-18T01:50:57.698 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-06-18T01:50:57.698 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000100118 s, 5.1 MB/s 2024-06-18T01:50:57.699 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-06-18T01:50:57.756 DEBUG:teuthology.orchestra.run.smithi049:> 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-06-18T01:50:57.892 INFO:teuthology.orchestra.run.smithi049.stdout:loop 2024-06-18T01:50:57.894 INFO:tasks.nvme_loop:Connecting nvme_loop smithi049:/dev/vg_nvme/lv_1... 2024-06-18T01:50:57.894 DEBUG:teuthology.orchestra.run.smithi049:> 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-06-18T01:50:57.928 INFO:teuthology.orchestra.run.smithi049.stdout:1 2024-06-18T01:50:57.959 INFO:teuthology.orchestra.run.smithi049.stdout:/dev/vg_nvme/lv_11 2024-06-18T01:50:57.995 INFO:tasks.nvme_loop:Connecting nvme_loop smithi049:/dev/vg_nvme/lv_2... 2024-06-18T01:50:57.996 DEBUG:teuthology.orchestra.run.smithi049:> 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-06-18T01:50:58.071 INFO:teuthology.orchestra.run.smithi049.stdout:1 2024-06-18T01:50:58.101 INFO:teuthology.orchestra.run.smithi049.stdout:/dev/vg_nvme/lv_21 2024-06-18T01:50:58.137 INFO:tasks.nvme_loop:Connecting nvme_loop smithi049:/dev/vg_nvme/lv_3... 2024-06-18T01:50:58.137 DEBUG:teuthology.orchestra.run.smithi049:> 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-06-18T01:50:58.212 INFO:teuthology.orchestra.run.smithi049.stdout:1 2024-06-18T01:50:58.242 INFO:teuthology.orchestra.run.smithi049.stdout:/dev/vg_nvme/lv_31 2024-06-18T01:50:58.278 INFO:tasks.nvme_loop:Connecting nvme_loop smithi049:/dev/vg_nvme/lv_4... 2024-06-18T01:50:58.278 DEBUG:teuthology.orchestra.run.smithi049:> 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-06-18T01:50:58.352 INFO:teuthology.orchestra.run.smithi049.stdout:1 2024-06-18T01:50:58.382 INFO:teuthology.orchestra.run.smithi049.stdout:/dev/vg_nvme/lv_41 2024-06-18T01:50:58.418 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-06-18T01:50:58.418 DEBUG:teuthology.orchestra.run.smithi049:> dd if=/scratch_devs of=/dev/stdout 2024-06-18T01:50:58.476 DEBUG:teuthology.orchestra.run.smithi049:> sudo nvme list 2024-06-18T01:50:58.539 INFO:teuthology.orchestra.run.smithi049.stdout:Node SN Model Namespace Usage Format FW Rev 2024-06-18T01:50:58.540 INFO:teuthology.orchestra.run.smithi049.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-06-18T01:50:58.540 INFO:teuthology.orchestra.run.smithi049.stdout:/dev/nvme0n1 PHMB747500D2480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-06-18T01:50:58.540 INFO:teuthology.orchestra.run.smithi049.stdout:/dev/nvme1n1 5470d438aa1ba34b7876 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-18T01:50:58.540 INFO:teuthology.orchestra.run.smithi049.stdout:/dev/nvme2n1 002fe25e355e2b534028 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-18T01:50:58.540 INFO:teuthology.orchestra.run.smithi049.stdout:/dev/nvme3n1 f478739eb543c5f38213 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-18T01:50:58.540 INFO:teuthology.orchestra.run.smithi049.stdout:/dev/nvme4n1 57d223209944f3fb4f9d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-18T01:50:58.541 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-06-18T01:50:58.541 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-06-18T01:50:58.541 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/scratch_devs 2024-06-18T01:50:58.606 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-06-18T01:50:58.607 DEBUG:teuthology.orchestra.run.smithi129:> dd if=/scratch_devs of=/dev/stdout 2024-06-18T01:50:58.626 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-06-18T01:50:58.626 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/vg_nvme/lv_1 2024-06-18T01:50:58.685 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-06-18T01:50:58.685 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T01:50:58.685 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-06-18T01:50:58.685 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T01:50:58.685 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:device_t:s0 2024-06-18T01:50:58.685 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2024-06-18 01:50:52.149862211 +0000 2024-06-18T01:50:58.685 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2024-06-18 01:50:05.317817956 +0000 2024-06-18T01:50:58.685 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2024-06-18 01:50:05.317817956 +0000 2024-06-18T01:50:58.685 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: 2024-06-18 01:50:05.317817956 +0000 2024-06-18T01:50:58.685 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-06-18T01:50:58.753 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2024-06-18T01:50:58.753 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2024-06-18T01:50:58.753 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000226456 s, 2.3 MB/s 2024-06-18T01:50:58.754 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-06-18T01:50:58.814 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/vg_nvme/lv_2 2024-06-18T01:50:58.872 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-06-18T01:50:58.873 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T01:50:58.873 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-06-18T01:50:58.873 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T01:50:58.873 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:device_t:s0 2024-06-18T01:50:58.873 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2024-06-18 01:50:52.149862211 +0000 2024-06-18T01:50:58.873 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2024-06-18 01:50:05.653811102 +0000 2024-06-18T01:50:58.873 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2024-06-18 01:50:05.653811102 +0000 2024-06-18T01:50:58.873 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: 2024-06-18 01:50:05.653811102 +0000 2024-06-18T01:50:58.873 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-06-18T01:50:58.939 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2024-06-18T01:50:58.939 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2024-06-18T01:50:58.939 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000266069 s, 1.9 MB/s 2024-06-18T01:50:58.940 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-06-18T01:50:58.998 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/vg_nvme/lv_3 2024-06-18T01:50:59.056 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-06-18T01:50:59.056 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T01:50:59.056 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-06-18T01:50:59.056 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T01:50:59.056 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:device_t:s0 2024-06-18T01:50:59.056 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2024-06-18 01:50:52.149862211 +0000 2024-06-18T01:50:59.056 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2024-06-18 01:50:05.991804204 +0000 2024-06-18T01:50:59.056 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2024-06-18 01:50:05.991804204 +0000 2024-06-18T01:50:59.057 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: 2024-06-18 01:50:05.991804204 +0000 2024-06-18T01:50:59.057 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-06-18T01:50:59.123 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2024-06-18T01:50:59.123 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2024-06-18T01:50:59.123 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000209915 s, 2.4 MB/s 2024-06-18T01:50:59.125 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-06-18T01:50:59.184 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/vg_nvme/lv_4 2024-06-18T01:50:59.241 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-06-18T01:50:59.241 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-18T01:50:59.241 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-06-18T01:50:59.241 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-18T01:50:59.241 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:device_t:s0 2024-06-18T01:50:59.242 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2024-06-18 01:50:52.149862211 +0000 2024-06-18T01:50:59.242 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2024-06-18 01:50:06.329797307 +0000 2024-06-18T01:50:59.242 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2024-06-18 01:50:06.329797307 +0000 2024-06-18T01:50:59.242 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: 2024-06-18 01:50:06.329797307 +0000 2024-06-18T01:50:59.242 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-06-18T01:50:59.307 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2024-06-18T01:50:59.307 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2024-06-18T01:50:59.308 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000205222 s, 2.5 MB/s 2024-06-18T01:50:59.309 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-06-18T01:50:59.367 DEBUG:teuthology.orchestra.run.smithi129:> 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-06-18T01:50:59.506 INFO:teuthology.orchestra.run.smithi129.stdout:loop 2024-06-18T01:50:59.507 INFO:tasks.nvme_loop:Connecting nvme_loop smithi129:/dev/vg_nvme/lv_1... 2024-06-18T01:50:59.507 DEBUG:teuthology.orchestra.run.smithi129:> 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-06-18T01:50:59.540 INFO:teuthology.orchestra.run.smithi129.stdout:1 2024-06-18T01:50:59.570 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/vg_nvme/lv_11 2024-06-18T01:50:59.606 INFO:tasks.nvme_loop:Connecting nvme_loop smithi129:/dev/vg_nvme/lv_2... 2024-06-18T01:50:59.606 DEBUG:teuthology.orchestra.run.smithi129:> 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-06-18T01:50:59.680 INFO:teuthology.orchestra.run.smithi129.stdout:1 2024-06-18T01:50:59.709 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/vg_nvme/lv_21 2024-06-18T01:50:59.743 INFO:tasks.nvme_loop:Connecting nvme_loop smithi129:/dev/vg_nvme/lv_3... 2024-06-18T01:50:59.743 DEBUG:teuthology.orchestra.run.smithi129:> 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-06-18T01:50:59.817 INFO:teuthology.orchestra.run.smithi129.stdout:1 2024-06-18T01:50:59.847 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/vg_nvme/lv_31 2024-06-18T01:50:59.881 INFO:tasks.nvme_loop:Connecting nvme_loop smithi129:/dev/vg_nvme/lv_4... 2024-06-18T01:50:59.881 DEBUG:teuthology.orchestra.run.smithi129:> 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-06-18T01:50:59.954 INFO:teuthology.orchestra.run.smithi129.stdout:1 2024-06-18T01:50:59.983 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/vg_nvme/lv_41 2024-06-18T01:51:00.018 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-06-18T01:51:00.018 DEBUG:teuthology.orchestra.run.smithi129:> dd if=/scratch_devs of=/dev/stdout 2024-06-18T01:51:00.074 DEBUG:teuthology.orchestra.run.smithi129:> sudo nvme list 2024-06-18T01:51:00.137 INFO:teuthology.orchestra.run.smithi129.stdout:Node SN Model Namespace Usage Format FW Rev 2024-06-18T01:51:00.137 INFO:teuthology.orchestra.run.smithi129.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-06-18T01:51:00.137 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/nvme0n1 CVFT623300HY400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-06-18T01:51:00.137 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/nvme1n1 b24ccb72ef0f33de483d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-18T01:51:00.137 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/nvme2n1 519a79d47ee1026d6959 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-18T01:51:00.138 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/nvme3n1 d8e51fbf25b094090c29 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-18T01:51:00.138 INFO:teuthology.orchestra.run.smithi129.stdout:/dev/nvme4n1 850bd6a9267d677b65a0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-06-18T01:51:00.139 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-06-18T01:51:00.139 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-06-18T01:51:00.139 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/scratch_devs 2024-06-18T01:51:00.204 INFO:teuthology.run_tasks:Running task cephadm... 2024-06-18T01:51:00.303 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': '3781e3a592387d16e8020f5db99cdee4198f6d00'} 2024-06-18T01:51:00.303 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T01:51:00.303 INFO:tasks.cephadm:Cluster fsid is 3675f062-2d15-11ef-bc9d-c7b262605968 2024-06-18T01:51:00.303 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-06-18T01:51:00.304 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-06-18T01:51:00.304 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi049': '172.21.15.49', 'mon.smithi129': '172.21.15.129'} 2024-06-18T01:51:00.304 INFO:tasks.cephadm:Normalizing hostnames... 2024-06-18T01:51:00.304 DEBUG:teuthology.orchestra.run.smithi049:> sudo hostname $(hostname -s) 2024-06-18T01:51:00.336 DEBUG:teuthology.orchestra.run.smithi129:> sudo hostname $(hostname -s) 2024-06-18T01:51:00.361 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-06-18T01:51:00.362 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T01:51:00.507 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '3781e3a592387d16e8020f5db99cdee4198f6d00', '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/55401/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3124-g3781e3a5', 'node_name': '172.21.5.32+adami02', '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-3124.g3781e3a5'}, 'url': 'https://1.chacra.ceph.com/r/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-06-17 16:23:30.607990', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-06-18T01:51:00.650 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref squid, sha1 3781e3a592387d16e8020f5db99cdee4198f6d00 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T01:51:00.651 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/centos/9/x86_64/flavors/default/cephadm 2024-06-18T01:51:00.652 DEBUG:teuthology.orchestra.run.smithi049:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-06-18T01:51:01.128 INFO:teuthology.orchestra.run.smithi049.stdout:-rw-r--r--. 1 ubuntu ubuntu 781806 Jun 18 01:51 /home/ubuntu/cephtest/cephadm 2024-06-18T01:51:01.128 DEBUG:teuthology.orchestra.run.smithi129:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/3781e3a592387d16e8020f5db99cdee4198f6d00/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-06-18T01:51:01.835 INFO:teuthology.orchestra.run.smithi129.stdout:-rw-r--r--. 1 ubuntu ubuntu 781806 Jun 18 01:51 /home/ubuntu/cephtest/cephadm 2024-06-18T01:51:01.835 DEBUG:teuthology.orchestra.run.smithi049:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-06-18T01:51:01.856 DEBUG:teuthology.orchestra.run.smithi129:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-06-18T01:51:01.895 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 on all hosts... 2024-06-18T01:51:01.896 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 pull 2024-06-18T01:51:01.899 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 pull 2024-06-18T01:51:02.698 INFO:teuthology.orchestra.run.smithi129.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00... 2024-06-18T01:51:02.760 INFO:teuthology.orchestra.run.smithi049.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00... 2024-06-18T01:51:30.242 INFO:teuthology.orchestra.run.smithi049.stdout:{ 2024-06-18T01:51:30.243 INFO:teuthology.orchestra.run.smithi049.stdout: "ceph_version": "ceph version 19.0.0-3124-g3781e3a5 (3781e3a592387d16e8020f5db99cdee4198f6d00) squid (rc)", 2024-06-18T01:51:30.243 INFO:teuthology.orchestra.run.smithi049.stdout: "image_id": "af93c036e0161a7a6f4fcb3f1f48acaac5cf4ef8953c6a8b104629a4b86fec44", 2024-06-18T01:51:30.243 INFO:teuthology.orchestra.run.smithi049.stdout: "repo_digests": [ 2024-06-18T01:51:30.243 INFO:teuthology.orchestra.run.smithi049.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:64b08d1c422bf6aa753839cabed8a69924a54ceb6ef0660c2e561d19ca874314" 2024-06-18T01:51:30.243 INFO:teuthology.orchestra.run.smithi049.stdout: ] 2024-06-18T01:51:30.243 INFO:teuthology.orchestra.run.smithi049.stdout:} 2024-06-18T01:51:35.180 INFO:teuthology.orchestra.run.smithi129.stdout:{ 2024-06-18T01:51:35.180 INFO:teuthology.orchestra.run.smithi129.stdout: "ceph_version": "ceph version 19.0.0-3124-g3781e3a5 (3781e3a592387d16e8020f5db99cdee4198f6d00) squid (rc)", 2024-06-18T01:51:35.180 INFO:teuthology.orchestra.run.smithi129.stdout: "image_id": "af93c036e0161a7a6f4fcb3f1f48acaac5cf4ef8953c6a8b104629a4b86fec44", 2024-06-18T01:51:35.180 INFO:teuthology.orchestra.run.smithi129.stdout: "repo_digests": [ 2024-06-18T01:51:35.181 INFO:teuthology.orchestra.run.smithi129.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:64b08d1c422bf6aa753839cabed8a69924a54ceb6ef0660c2e561d19ca874314" 2024-06-18T01:51:35.181 INFO:teuthology.orchestra.run.smithi129.stdout: ] 2024-06-18T01:51:35.181 INFO:teuthology.orchestra.run.smithi129.stdout:} 2024-06-18T01:51:35.205 DEBUG:teuthology.orchestra.run.smithi049:> sudo mkdir -p /etc/ceph 2024-06-18T01:51:35.240 DEBUG:teuthology.orchestra.run.smithi129:> sudo mkdir -p /etc/ceph 2024-06-18T01:51:35.268 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod 777 /etc/ceph 2024-06-18T01:51:35.310 DEBUG:teuthology.orchestra.run.smithi129:> sudo chmod 777 /etc/ceph 2024-06-18T01:51:35.336 INFO:tasks.cephadm:Writing seed config... 2024-06-18T01:51:35.337 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-06-18T01:51:35.337 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-06-18T01:51:35.337 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-06-18T01:51:35.337 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-06-18T01:51:35.337 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-06-18T01:51:35.338 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-06-18T01:51:35.338 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-06-18T01:51:35.338 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-06-18T01:51:35.338 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-06-18T01:51:35.338 DEBUG:teuthology.orchestra.run.smithi049:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-06-18T01:51:35.369 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 = 3675f062-2d15-11ef-bc9d-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-06-18T01:51:35.370 DEBUG:teuthology.orchestra.run.smithi049:mon.smithi049> sudo journalctl -f -n 0 -u ceph-3675f062-2d15-11ef-bc9d-c7b262605968@mon.smithi049.service 2024-06-18T01:51:35.413 INFO:tasks.cephadm:Bootstrapping... 2024-06-18T01:51:35.413 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 -v bootstrap --fsid 3675f062-2d15-11ef-bc9d-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.49 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-06-18T01:51:35.618 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2024-06-18T01:51:35.618 INFO:teuthology.orchestra.run.smithi049.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00', '-v', 'bootstrap', '--fsid', '3675f062-2d15-11ef-bc9d-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.49', '--skip-admin-label'] 2024-06-18T01:51:35.618 INFO:teuthology.orchestra.run.smithi049.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-06-18T01:51:35.619 INFO:teuthology.orchestra.run.smithi049.stdout:Verifying podman|docker is present... 2024-06-18T01:51:35.646 INFO:teuthology.orchestra.run.smithi049.stdout:/bin/podman: stdout 5.1.0 2024-06-18T01:51:35.646 INFO:teuthology.orchestra.run.smithi049.stdout:Verifying lvm2 is present... 2024-06-18T01:51:35.646 INFO:teuthology.orchestra.run.smithi049.stdout:Verifying time synchronization is in place... 2024-06-18T01:51:35.654 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-06-18T01:51:35.654 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-06-18T01:51:35.661 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-06-18T01:51:35.661 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout inactive 2024-06-18T01:51:35.668 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout enabled 2024-06-18T01:51:35.674 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout active 2024-06-18T01:51:35.674 INFO:teuthology.orchestra.run.smithi049.stdout:Unit chronyd.service is enabled and running 2024-06-18T01:51:35.674 INFO:teuthology.orchestra.run.smithi049.stdout:Repeating the final host check... 2024-06-18T01:51:35.699 INFO:teuthology.orchestra.run.smithi049.stdout:/bin/podman: stdout 5.1.0 2024-06-18T01:51:35.699 INFO:teuthology.orchestra.run.smithi049.stdout:podman (/bin/podman) version 5.1.0 is present 2024-06-18T01:51:35.699 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl is present 2024-06-18T01:51:35.699 INFO:teuthology.orchestra.run.smithi049.stdout:lvcreate is present 2024-06-18T01:51:35.705 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-06-18T01:51:35.705 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-06-18T01:51:35.712 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-06-18T01:51:35.712 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout inactive 2024-06-18T01:51:35.719 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout enabled 2024-06-18T01:51:35.725 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout active 2024-06-18T01:51:35.725 INFO:teuthology.orchestra.run.smithi049.stdout:Unit chronyd.service is enabled and running 2024-06-18T01:51:35.725 INFO:teuthology.orchestra.run.smithi049.stdout:Host looks OK 2024-06-18T01:51:35.726 INFO:teuthology.orchestra.run.smithi049.stdout:Cluster fsid: 3675f062-2d15-11ef-bc9d-c7b262605968 2024-06-18T01:51:35.726 INFO:teuthology.orchestra.run.smithi049.stdout:Acquiring lock 140321777447936 on /run/cephadm/3675f062-2d15-11ef-bc9d-c7b262605968.lock 2024-06-18T01:51:35.727 INFO:teuthology.orchestra.run.smithi049.stdout:Lock 140321777447936 acquired on /run/cephadm/3675f062-2d15-11ef-bc9d-c7b262605968.lock 2024-06-18T01:51:35.728 INFO:teuthology.orchestra.run.smithi049.stdout:Verifying IP 172.21.15.49 port 3300 ... 2024-06-18T01:51:35.728 INFO:teuthology.orchestra.run.smithi049.stdout:Verifying IP 172.21.15.49 port 6789 ... 2024-06-18T01:51:35.728 INFO:teuthology.orchestra.run.smithi049.stdout:Base mon IP(s) is [172.21.15.49:3300, 172.21.15.49:6789], mon addrv is [v2:172.21.15.49:3300,v1:172.21.15.49:6789] 2024-06-18T01:51:35.730 INFO:teuthology.orchestra.run.smithi049.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.49 metric 100 2024-06-18T01:51:35.730 INFO:teuthology.orchestra.run.smithi049.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.49 metric 100 2024-06-18T01:51:35.733 INFO:teuthology.orchestra.run.smithi049.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-06-18T01:51:35.733 INFO:teuthology.orchestra.run.smithi049.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-06-18T01:51:35.733 INFO:teuthology.orchestra.run.smithi049.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-06-18T01:51:35.735 INFO:teuthology.orchestra.run.smithi049.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-06-18T01:51:35.735 INFO:teuthology.orchestra.run.smithi049.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-06-18T01:51:35.735 INFO:teuthology.orchestra.run.smithi049.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-06-18T01:51:35.735 INFO:teuthology.orchestra.run.smithi049.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-06-18T01:51:35.736 INFO:teuthology.orchestra.run.smithi049.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1566/64 scope link noprefixroute 2024-06-18T01:51:35.736 INFO:teuthology.orchestra.run.smithi049.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-06-18T01:51:35.736 INFO:teuthology.orchestra.run.smithi049.stdout:Mon IP `172.21.15.49` is in CIDR network `172.21.0.0/20` 2024-06-18T01:51:35.736 INFO:teuthology.orchestra.run.smithi049.stdout:Mon IP `172.21.15.49` is in CIDR network `172.21.0.0/20` 2024-06-18T01:51:35.736 INFO:teuthology.orchestra.run.smithi049.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-06-18T01:51:35.737 INFO:teuthology.orchestra.run.smithi049.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-06-18T01:51:35.737 INFO:teuthology.orchestra.run.smithi049.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00... 2024-06-18T01:51:36.164 INFO:teuthology.orchestra.run.smithi049.stdout:/bin/podman: stdout af93c036e0161a7a6f4fcb3f1f48acaac5cf4ef8953c6a8b104629a4b86fec44 2024-06-18T01:51:36.164 INFO:teuthology.orchestra.run.smithi049.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00... 2024-06-18T01:51:36.164 INFO:teuthology.orchestra.run.smithi049.stdout:/bin/podman: stderr Getting image source signatures 2024-06-18T01:51:36.164 INFO:teuthology.orchestra.run.smithi049.stdout:/bin/podman: stderr Copying blob sha256:2e26d1010ba3f18af1bbb340ee0d21697ea3adcaa248a1e6e2a1168cffe78001 2024-06-18T01:51:36.164 INFO:teuthology.orchestra.run.smithi049.stdout:/bin/podman: stderr Copying blob sha256:9065cd298533077f0006921bb12bd331d24f6c140cc8fa972c2e6c4e382038d1 2024-06-18T01:51:36.164 INFO:teuthology.orchestra.run.smithi049.stdout:/bin/podman: stderr Copying config sha256:af93c036e0161a7a6f4fcb3f1f48acaac5cf4ef8953c6a8b104629a4b86fec44 2024-06-18T01:51:36.164 INFO:teuthology.orchestra.run.smithi049.stdout:/bin/podman: stderr Writing manifest to image destination 2024-06-18T01:51:37.027 INFO:teuthology.orchestra.run.smithi049.stdout:ceph: stdout ceph version 19.0.0-3124-g3781e3a5 (3781e3a592387d16e8020f5db99cdee4198f6d00) squid (rc) 2024-06-18T01:51:37.027 INFO:teuthology.orchestra.run.smithi049.stdout:Ceph version: ceph version 19.0.0-3124-g3781e3a5 (3781e3a592387d16e8020f5db99cdee4198f6d00) squid (rc) 2024-06-18T01:51:37.027 INFO:teuthology.orchestra.run.smithi049.stdout:Extracting ceph user uid/gid from container image... 2024-06-18T01:51:38.007 INFO:teuthology.orchestra.run.smithi049.stdout:stat: stdout 167 167 2024-06-18T01:51:38.007 INFO:teuthology.orchestra.run.smithi049.stdout:Creating initial keys... 2024-06-18T01:51:38.996 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-authtool: stdout AQAq6HBmjFeTExAAqwV4Txqu/CFrfj8f9LwnuQ== 2024-06-18T01:51:39.926 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-authtool: stdout AQAr6HBmzfzlEhAAWPts6JNybjCdbZeqiY7uhQ== 2024-06-18T01:51:43.945 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-authtool: stdout AQAs6HBm1AUnERAA3U3suoSqRb9dy8T1r5QckA== 2024-06-18T01:51:43.946 INFO:teuthology.orchestra.run.smithi049.stdout:Creating initial monmap... 2024-06-18T01:51:52.976 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-06-18T01:51:52.976 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-06-18T01:51:52.976 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 3675f062-2d15-11ef-bc9d-c7b262605968 2024-06-18T01:51:52.976 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-06-18T01:51:52.976 INFO:teuthology.orchestra.run.smithi049.stdout:monmaptool for smithi049 [v2:172.21.15.49:3300,v1:172.21.15.49:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-06-18T01:51:52.976 INFO:teuthology.orchestra.run.smithi049.stdout:setting min_mon_release = quincy 2024-06-18T01:51:52.976 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/monmaptool: set fsid to 3675f062-2d15-11ef-bc9d-c7b262605968 2024-06-18T01:51:52.976 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-06-18T01:51:52.977 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:51:52.977 INFO:teuthology.orchestra.run.smithi049.stdout:Creating mon... 2024-06-18T01:51:54.521 INFO:teuthology.orchestra.run.smithi049.stdout:create mon.smithi049 on 2024-06-18T01:51:54.898 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-06-18T01:51:55.100 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-3675f062-2d15-11ef-bc9d-c7b262605968.target → /etc/systemd/system/ceph-3675f062-2d15-11ef-bc9d-c7b262605968.target. 2024-06-18T01:51:55.101 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-3675f062-2d15-11ef-bc9d-c7b262605968.target → /etc/systemd/system/ceph-3675f062-2d15-11ef-bc9d-c7b262605968.target. 2024-06-18T01:51:55.335 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-3675f062-2d15-11ef-bc9d-c7b262605968@mon.smithi049 2024-06-18T01:51:55.335 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Failed to reset failed state of unit ceph-3675f062-2d15-11ef-bc9d-c7b262605968@mon.smithi049.service: Unit ceph-3675f062-2d15-11ef-bc9d-c7b262605968@mon.smithi049.service not loaded. 2024-06-18T01:51:55.511 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-3675f062-2d15-11ef-bc9d-c7b262605968.target.wants/ceph-3675f062-2d15-11ef-bc9d-c7b262605968@mon.smithi049.service → /etc/systemd/system/ceph-3675f062-2d15-11ef-bc9d-c7b262605968@.service. 2024-06-18T01:51:55.872 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:51:55 smithi049 podman[25549]: 2024-06-18 01:51:55.762845555 +0000 UTC m=+0.122299120 container create e91da96900430b993ff030eb1673488056b62aafd2cd2ff0807a254c3c33fa28 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00, name=ceph-3675f062-2d15-11ef-bc9d-c7b262605968-mon-smithi049, org.label-schema.license=GPLv2, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=4a8012357b057f80e264ea5a6c36c04375a85d47, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=squid-3781e3a, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240612, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image) 2024-06-18T01:51:56.069 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-06-18T01:51:56.070 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout disabled 2024-06-18T01:51:56.076 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-06-18T01:51:56.077 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout inactive 2024-06-18T01:51:56.077 INFO:teuthology.orchestra.run.smithi049.stdout:firewalld.service is not enabled 2024-06-18T01:51:56.077 INFO:teuthology.orchestra.run.smithi049.stdout:Not possible to enable service . firewalld.service is not available 2024-06-18T01:51:56.077 INFO:teuthology.orchestra.run.smithi049.stdout:Waiting for mon to start... 2024-06-18T01:51:56.077 INFO:teuthology.orchestra.run.smithi049.stdout:Waiting for mon... 2024-06-18T01:51:56.198 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:51:55 smithi049 podman[25549]: 2024-06-18 01:51:55.94821812 +0000 UTC m=+0.307671650 container init e91da96900430b993ff030eb1673488056b62aafd2cd2ff0807a254c3c33fa28 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00, name=ceph-3675f062-2d15-11ef-bc9d-c7b262605968-mon-smithi049, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=4a8012357b057f80e264ea5a6c36c04375a85d47, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240612, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=squid-3781e3a) 2024-06-18T01:51:56.199 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:51:55 smithi049 podman[25549]: 2024-06-18 01:51:55.954418025 +0000 UTC m=+0.313871546 container start e91da96900430b993ff030eb1673488056b62aafd2cd2ff0807a254c3c33fa28 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00, name=ceph-3675f062-2d15-11ef-bc9d-c7b262605968-mon-smithi049, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=4a8012357b057f80e264ea5a6c36c04375a85d47, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, RELEASE=squid-3781e3a, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240612, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0) 2024-06-18T01:51:56.199 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:51:55 smithi049 ceph-mon[25588]: mkfs 3675f062-2d15-11ef-bc9d-c7b262605968 2024-06-18T01:51:56.199 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:51:55 smithi049 ceph-mon[25588]: mon.smithi049 is new leader, mons smithi049 in quorum (ranks 0) 2024-06-18T01:51:56.199 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:51:56 smithi049 bash[25549]: e91da96900430b993ff030eb1673488056b62aafd2cd2ff0807a254c3c33fa28 2024-06-18T01:51:56.199 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:51:56 smithi049 systemd[1]: Started Ceph mon.smithi049 for 3675f062-2d15-11ef-bc9d-c7b262605968. 2024-06-18T01:51:57.162 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:51:56 smithi049 ceph-mon[25588]: mon.smithi049 is new leader, mons smithi049 in quorum (ranks 0) 2024-06-18T01:51:57.162 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:51:56 smithi049 ceph-mon[25588]: monmap epoch 1 2024-06-18T01:51:57.162 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:51:56 smithi049 ceph-mon[25588]: fsid 3675f062-2d15-11ef-bc9d-c7b262605968 2024-06-18T01:51:57.162 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:51:56 smithi049 ceph-mon[25588]: last_changed 2024-06-18T01:51:46.515930+0000 2024-06-18T01:51:57.162 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:51:56 smithi049 ceph-mon[25588]: created 2024-06-18T01:51:46.515930+0000 2024-06-18T01:51:57.162 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:51:56 smithi049 ceph-mon[25588]: min_mon_release 19 (squid) 2024-06-18T01:51:57.162 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:51:56 smithi049 ceph-mon[25588]: election_strategy: 1 2024-06-18T01:51:57.163 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:51:56 smithi049 ceph-mon[25588]: 0: [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon.smithi049 2024-06-18T01:51:57.163 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:51:56 smithi049 ceph-mon[25588]: fsmap 2024-06-18T01:51:57.163 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:51:56 smithi049 ceph-mon[25588]: osdmap e1: 0 total, 0 up, 0 in 2024-06-18T01:51:57.163 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:51:56 smithi049 ceph-mon[25588]: mgrmap e1: no daemons active 2024-06-18T01:51:57.163 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:51:56 smithi049 ceph-mon[25588]: from='client.? 172.21.15.49:0/2275450582' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-06-18T01:51:57.166 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout cluster: 2024-06-18T01:51:57.166 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout id: 3675f062-2d15-11ef-bc9d-c7b262605968 2024-06-18T01:51:57.166 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-06-18T01:51:57.166 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-06-18T01:51:57.166 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout services: 2024-06-18T01:51:57.166 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi049 (age 0.585135s) 2024-06-18T01:51:57.167 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-06-18T01:51:57.167 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-06-18T01:51:57.167 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-06-18T01:51:57.167 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout data: 2024-06-18T01:51:57.167 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-06-18T01:51:57.167 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-06-18T01:51:57.167 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-06-18T01:51:57.167 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout pgs: 2024-06-18T01:51:57.167 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-06-18T01:51:57.167 INFO:teuthology.orchestra.run.smithi049.stdout:mon is available 2024-06-18T01:51:57.167 INFO:teuthology.orchestra.run.smithi049.stdout:Assimilating anything we can from ceph.conf... 2024-06-18T01:51:58.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:51:57 smithi049 ceph-mon[25588]: from='client.? 172.21.15.49:0/3467201567' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-06-18T01:51:58.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:51:57 smithi049 ceph-mon[25588]: from='client.? 172.21.15.49:0/3467201567' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-06-18T01:51:58.398 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-06-18T01:51:58.398 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout [global] 2024-06-18T01:51:58.398 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout fsid = 3675f062-2d15-11ef-bc9d-c7b262605968 2024-06-18T01:51:58.398 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.49:3300,v1:172.21.15.49:6789] 2024-06-18T01:51:58.398 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-06-18T01:51:58.398 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-06-18T01:51:58.398 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-06-18T01:51:58.398 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-06-18T01:51:58.399 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-06-18T01:51:58.399 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout [mgr] 2024-06-18T01:51:58.399 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-06-18T01:51:58.399 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-06-18T01:51:58.399 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout [osd] 2024-06-18T01:51:58.399 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-06-18T01:51:58.399 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-06-18T01:51:58.399 INFO:teuthology.orchestra.run.smithi049.stdout:Generating new minimal ceph.conf... 2024-06-18T01:51:59.334 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:51:58 smithi049 ceph-mon[25588]: from='client.? 172.21.15.49:0/934845257' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:51:59.578 INFO:teuthology.orchestra.run.smithi049.stdout:Restarting the monitor... 2024-06-18T01:51:59.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:51:59 smithi049 systemd[1]: Stopping Ceph mon.smithi049 for 3675f062-2d15-11ef-bc9d-c7b262605968... 2024-06-18T01:51:59.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:51:59 smithi049 ceph-3675f062-2d15-11ef-bc9d-c7b262605968-mon-smithi049[25565]: 2024-06-18T01:51:59.857+0000 7f9899930640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi049 -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-06-18T01:51:59.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:51:59 smithi049 ceph-3675f062-2d15-11ef-bc9d-c7b262605968-mon-smithi049[25565]: 2024-06-18T01:51:59.857+0000 7f9899930640 -1 mon.smithi049@0(leader) e1 *** Got Signal Terminated *** 2024-06-18T01:52:00.362 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:00 smithi049 podman[25920]: 2024-06-18 01:52:00.113326923 +0000 UTC m=+0.346891709 container died e91da96900430b993ff030eb1673488056b62aafd2cd2ff0807a254c3c33fa28 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00, name=ceph-3675f062-2d15-11ef-bc9d-c7b262605968-mon-smithi049, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240612, org.label-schema.schema-version=1.0, RELEASE=squid-3781e3a, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=4a8012357b057f80e264ea5a6c36c04375a85d47, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image) 2024-06-18T01:52:00.620 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:00 smithi049 podman[25920]: 2024-06-18 01:52:00.462002605 +0000 UTC m=+0.695567390 container cleanup e91da96900430b993ff030eb1673488056b62aafd2cd2ff0807a254c3c33fa28 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00, name=ceph-3675f062-2d15-11ef-bc9d-c7b262605968-mon-smithi049, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, io.buildah.version=1.36.0, org.label-schema.build-date=20240612, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=squid-3781e3a, GIT_COMMIT=4a8012357b057f80e264ea5a6c36c04375a85d47) 2024-06-18T01:52:00.620 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:00 smithi049 bash[25920]: ceph-3675f062-2d15-11ef-bc9d-c7b262605968-mon-smithi049 2024-06-18T01:52:00.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:00 smithi049 podman[25938]: 2024-06-18 01:52:00.62111518 +0000 UTC m=+0.503172226 container remove e91da96900430b993ff030eb1673488056b62aafd2cd2ff0807a254c3c33fa28 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00, name=ceph-3675f062-2d15-11ef-bc9d-c7b262605968-mon-smithi049, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240612, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=4a8012357b057f80e264ea5a6c36c04375a85d47, io.buildah.version=1.36.0, RELEASE=squid-3781e3a, org.label-schema.name=CentOS Stream 9 Base Image) 2024-06-18T01:52:00.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:00 smithi049 systemd[1]: ceph-3675f062-2d15-11ef-bc9d-c7b262605968@mon.smithi049.service: Deactivated successfully. 2024-06-18T01:52:00.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:00 smithi049 systemd[1]: Stopped Ceph mon.smithi049 for 3675f062-2d15-11ef-bc9d-c7b262605968. 2024-06-18T01:52:00.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:00 smithi049 systemd[1]: Starting Ceph mon.smithi049 for 3675f062-2d15-11ef-bc9d-c7b262605968... 2024-06-18T01:52:01.306 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 podman[26039]: 2024-06-18 01:52:00.958204554 +0000 UTC m=+0.017234931 image pull af93c036e0161a7a6f4fcb3f1f48acaac5cf4ef8953c6a8b104629a4b86fec44 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 2024-06-18T01:52:01.306 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 podman[26039]: 2024-06-18 01:52:01.080411942 +0000 UTC m=+0.139442305 container create 11b7b7b110cac3c96f25780a29aa017f1d25ec6d7fdd1ce4c498a41a54d0b5e2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00, name=ceph-3675f062-2d15-11ef-bc9d-c7b262605968-mon-smithi049, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=4a8012357b057f80e264ea5a6c36c04375a85d47, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240612, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=squid-3781e3a, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=) 2024-06-18T01:52:01.306 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 podman[26039]: 2024-06-18 01:52:01.307711134 +0000 UTC m=+0.366741508 container init 11b7b7b110cac3c96f25780a29aa017f1d25ec6d7fdd1ce4c498a41a54d0b5e2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00, name=ceph-3675f062-2d15-11ef-bc9d-c7b262605968-mon-smithi049, RELEASE=squid-3781e3a, org.label-schema.build-date=20240612, ceph=True, GIT_COMMIT=4a8012357b057f80e264ea5a6c36c04375a85d47, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , io.buildah.version=1.36.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image) 2024-06-18T01:52:01.402 INFO:teuthology.orchestra.run.smithi049.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-06-18T01:52:01.618 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 podman[26039]: 2024-06-18 01:52:01.314279424 +0000 UTC m=+0.373309791 container start 11b7b7b110cac3c96f25780a29aa017f1d25ec6d7fdd1ce4c498a41a54d0b5e2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00, name=ceph-3675f062-2d15-11ef-bc9d-c7b262605968-mon-smithi049, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240612, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, io.buildah.version=1.36.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, RELEASE=squid-3781e3a, GIT_COMMIT=4a8012357b057f80e264ea5a6c36c04375a85d47, ceph=True) 2024-06-18T01:52:01.618 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: set uid:gid to 167:167 (ceph:ceph) 2024-06-18T01:52:01.618 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: ceph version 19.0.0-3124-g3781e3a5 (3781e3a592387d16e8020f5db99cdee4198f6d00) squid (rc), process ceph-mon, pid 7 2024-06-18T01:52:01.618 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: pidfile_write: ignore empty --pid-file 2024-06-18T01:52:01.619 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: load: jerasure load: lrc 2024-06-18T01:52:01.619 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: RocksDB version: 7.9.2 2024-06-18T01:52:01.619 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Git sha 0 2024-06-18T01:52:01.619 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Compile date 2024-06-17 15:21:02 2024-06-18T01:52:01.619 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: DB SUMMARY 2024-06-18T01:52:01.619 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: DB Session ID: FCVRBZVDHIUAK4SCR4WE 2024-06-18T01:52:01.619 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: CURRENT file: CURRENT 2024-06-18T01:52:01.620 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: IDENTITY file: IDENTITY 2024-06-18T01:52:01.620 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-06-18T01:52:01.620 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi049/store.db dir, Total Num: 1, files: 000008.sst 2024-06-18T01:52:01.620 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi049/store.db: 000009.log size: 89035 ; 2024-06-18T01:52:01.620 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.error_if_exists: 0 2024-06-18T01:52:01.620 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.create_if_missing: 0 2024-06-18T01:52:01.621 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.paranoid_checks: 1 2024-06-18T01:52:01.621 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.flush_verify_memtable_count: 1 2024-06-18T01:52:01.621 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-06-18T01:52:01.621 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-06-18T01:52:01.621 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.env: 0x55e11dd40740 2024-06-18T01:52:01.621 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.fs: PosixFileSystem 2024-06-18T01:52:01.622 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.info_log: 0x55e11f589240 2024-06-18T01:52:01.622 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_file_opening_threads: 16 2024-06-18T01:52:01.622 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.statistics: (nil) 2024-06-18T01:52:01.622 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.use_fsync: 0 2024-06-18T01:52:01.622 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_log_file_size: 0 2024-06-18T01:52:01.622 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-06-18T01:52:01.622 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.log_file_time_to_roll: 0 2024-06-18T01:52:01.623 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.keep_log_file_num: 1000 2024-06-18T01:52:01.623 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.recycle_log_file_num: 0 2024-06-18T01:52:01.623 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.allow_fallocate: 1 2024-06-18T01:52:01.625 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.allow_mmap_reads: 0 2024-06-18T01:52:01.625 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.allow_mmap_writes: 0 2024-06-18T01:52:01.625 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.use_direct_reads: 0 2024-06-18T01:52:01.625 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-06-18T01:52:01.625 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.create_missing_column_families: 0 2024-06-18T01:52:01.625 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.db_log_dir: 2024-06-18T01:52:01.625 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.wal_dir: 2024-06-18T01:52:01.625 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.table_cache_numshardbits: 6 2024-06-18T01:52:01.625 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.WAL_ttl_seconds: 0 2024-06-18T01:52:01.626 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.WAL_size_limit_MB: 0 2024-06-18T01:52:01.626 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-06-18T01:52:01.626 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-06-18T01:52:01.626 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.is_fd_close_on_exec: 1 2024-06-18T01:52:01.626 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.advise_random_on_open: 1 2024-06-18T01:52:01.626 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.db_write_buffer_size: 0 2024-06-18T01:52:01.626 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.write_buffer_manager: 0x55e11f5981e0 2024-06-18T01:52:01.626 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-06-18T01:52:01.626 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-06-18T01:52:01.626 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.use_adaptive_mutex: 0 2024-06-18T01:52:01.626 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.rate_limiter: (nil) 2024-06-18T01:52:01.627 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-06-18T01:52:01.627 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.wal_recovery_mode: 2 2024-06-18T01:52:01.627 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.enable_thread_tracking: 0 2024-06-18T01:52:01.627 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.enable_pipelined_write: 0 2024-06-18T01:52:01.627 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.unordered_write: 0 2024-06-18T01:52:01.627 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-06-18T01:52:01.627 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-06-18T01:52:01.627 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-06-18T01:52:01.627 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-06-18T01:52:01.627 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.row_cache: None 2024-06-18T01:52:01.627 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.wal_filter: None 2024-06-18T01:52:01.628 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-06-18T01:52:01.628 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.allow_ingest_behind: 0 2024-06-18T01:52:01.628 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.two_write_queues: 0 2024-06-18T01:52:01.628 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.manual_wal_flush: 0 2024-06-18T01:52:01.628 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.wal_compression: 0 2024-06-18T01:52:01.628 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.atomic_flush: 0 2024-06-18T01:52:01.628 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-06-18T01:52:01.628 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.persist_stats_to_disk: 0 2024-06-18T01:52:01.628 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.write_dbid_to_manifest: 0 2024-06-18T01:52:01.628 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.log_readahead_size: 0 2024-06-18T01:52:01.628 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-06-18T01:52:01.628 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.best_efforts_recovery: 0 2024-06-18T01:52:01.629 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-06-18T01:52:01.629 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-06-18T01:52:01.629 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.allow_data_in_errors: 0 2024-06-18T01:52:01.629 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.db_host_id: __hostname__ 2024-06-18T01:52:01.629 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.enforce_single_del_contracts: true 2024-06-18T01:52:01.629 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_background_jobs: 2 2024-06-18T01:52:01.629 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_background_compactions: -1 2024-06-18T01:52:01.629 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_subcompactions: 1 2024-06-18T01:52:01.629 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-06-18T01:52:01.629 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-06-18T01:52:01.629 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.delayed_write_rate : 16777216 2024-06-18T01:52:01.629 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_total_wal_size: 0 2024-06-18T01:52:01.630 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-06-18T01:52:01.630 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.stats_dump_period_sec: 600 2024-06-18T01:52:01.630 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.stats_persist_period_sec: 600 2024-06-18T01:52:01.630 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-06-18T01:52:01.630 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_open_files: -1 2024-06-18T01:52:01.630 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.bytes_per_sync: 0 2024-06-18T01:52:01.630 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.wal_bytes_per_sync: 0 2024-06-18T01:52:01.630 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.strict_bytes_per_sync: 0 2024-06-18T01:52:01.630 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.compaction_readahead_size: 0 2024-06-18T01:52:01.630 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_background_flushes: -1 2024-06-18T01:52:01.630 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Compression algorithms supported: 2024-06-18T01:52:01.631 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: kZSTD supported: 0 2024-06-18T01:52:01.631 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: kXpressCompression supported: 0 2024-06-18T01:52:01.631 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: kBZip2Compression supported: 0 2024-06-18T01:52:01.631 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-06-18T01:52:01.631 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: kLZ4Compression supported: 1 2024-06-18T01:52:01.631 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: kZlibCompression supported: 1 2024-06-18T01:52:01.631 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: kLZ4HCCompression supported: 1 2024-06-18T01:52:01.631 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: kSnappyCompression supported: 1 2024-06-18T01:52:01.631 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Fast CRC32 supported: Supported on x86 2024-06-18T01:52:01.631 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: DMutex implementation: pthread_mutex_t 2024-06-18T01:52:01.631 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi049/store.db/MANIFEST-000010 2024-06-18T01:52:01.631 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-06-18T01:52:01.631 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-06-18T01:52:01.632 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.merge_operator: 2024-06-18T01:52:01.632 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.compaction_filter: None 2024-06-18T01:52:01.632 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.compaction_filter_factory: None 2024-06-18T01:52:01.632 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.sst_partitioner_factory: None 2024-06-18T01:52:01.632 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.memtable_factory: SkipListFactory 2024-06-18T01:52:01.632 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.table_factory: BlockBasedTable 2024-06-18T01:52:01.632 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e11f588ec0) 2024-06-18T01:52:01.632 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: cache_index_and_filter_blocks: 1 2024-06-18T01:52:01.632 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-06-18T01:52:01.632 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-06-18T01:52:01.632 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: pin_top_level_index_and_filter: 1 2024-06-18T01:52:01.633 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: index_type: 0 2024-06-18T01:52:01.633 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: data_block_index_type: 0 2024-06-18T01:52:01.633 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: index_shortening: 1 2024-06-18T01:52:01.633 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: data_block_hash_table_util_ratio: 0.750000 2024-06-18T01:52:01.633 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: checksum: 4 2024-06-18T01:52:01.633 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: no_block_cache: 0 2024-06-18T01:52:01.633 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: block_cache: 0x55e11f57f090 2024-06-18T01:52:01.633 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: block_cache_name: BinnedLRUCache 2024-06-18T01:52:01.633 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: block_cache_options: 2024-06-18T01:52:01.633 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: capacity : 536870912 2024-06-18T01:52:01.633 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: num_shard_bits : 4 2024-06-18T01:52:01.634 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: strict_capacity_limit : 0 2024-06-18T01:52:01.634 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: high_pri_pool_ratio: 0.000 2024-06-18T01:52:01.634 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: block_cache_compressed: (nil) 2024-06-18T01:52:01.634 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: persistent_cache: (nil) 2024-06-18T01:52:01.634 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: block_size: 4096 2024-06-18T01:52:01.634 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: block_size_deviation: 10 2024-06-18T01:52:01.634 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: block_restart_interval: 16 2024-06-18T01:52:01.634 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: index_block_restart_interval: 1 2024-06-18T01:52:01.634 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: metadata_block_size: 4096 2024-06-18T01:52:01.634 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: partition_filters: 0 2024-06-18T01:52:01.634 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: use_delta_encoding: 1 2024-06-18T01:52:01.635 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: filter_policy: bloomfilter 2024-06-18T01:52:01.635 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: whole_key_filtering: 1 2024-06-18T01:52:01.635 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: verify_compression: 0 2024-06-18T01:52:01.635 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: read_amp_bytes_per_bit: 0 2024-06-18T01:52:01.635 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: format_version: 5 2024-06-18T01:52:01.635 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: enable_index_compression: 1 2024-06-18T01:52:01.635 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: block_align: 0 2024-06-18T01:52:01.635 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: max_auto_readahead_size: 262144 2024-06-18T01:52:01.635 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: prepopulate_block_cache: 0 2024-06-18T01:52:01.635 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: initial_auto_readahead_size: 8192 2024-06-18T01:52:01.635 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: num_file_reads_for_auto_readahead: 2 2024-06-18T01:52:01.635 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.write_buffer_size: 33554432 2024-06-18T01:52:01.636 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_write_buffer_number: 2 2024-06-18T01:52:01.636 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.compression: NoCompression 2024-06-18T01:52:01.636 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.bottommost_compression: Disabled 2024-06-18T01:52:01.636 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.prefix_extractor: nullptr 2024-06-18T01:52:01.636 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-06-18T01:52:01.636 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.num_levels: 7 2024-06-18T01:52:01.636 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-06-18T01:52:01.636 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-06-18T01:52:01.636 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-06-18T01:52:01.636 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-06-18T01:52:01.636 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-06-18T01:52:01.637 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-06-18T01:52:01.637 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-06-18T01:52:01.637 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-06-18T01:52:01.637 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-06-18T01:52:01.637 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-06-18T01:52:01.637 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-06-18T01:52:01.637 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-06-18T01:52:01.637 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.compression_opts.window_bits: -14 2024-06-18T01:52:01.637 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.compression_opts.level: 32767 2024-06-18T01:52:01.637 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.compression_opts.strategy: 0 2024-06-18T01:52:01.638 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-06-18T01:52:01.638 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-06-18T01:52:01.638 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-06-18T01:52:01.638 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-06-18T01:52:01.638 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.compression_opts.enabled: false 2024-06-18T01:52:01.638 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-06-18T01:52:01.638 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-06-18T01:52:01.638 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-06-18T01:52:01.638 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-06-18T01:52:01.638 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.target_file_size_base: 67108864 2024-06-18T01:52:01.638 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.target_file_size_multiplier: 1 2024-06-18T01:52:01.638 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-06-18T01:52:01.639 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-06-18T01:52:01.639 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-06-18T01:52:01.639 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-06-18T01:52:01.639 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-06-18T01:52:01.639 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-06-18T01:52:01.639 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-06-18T01:52:01.639 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-06-18T01:52:01.639 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-06-18T01:52:01.639 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-06-18T01:52:01.639 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-06-18T01:52:01.639 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-06-18T01:52:01.639 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-06-18T01:52:01.640 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.arena_block_size: 1048576 2024-06-18T01:52:01.640 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-06-18T01:52:01.640 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-06-18T01:52:01.640 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.disable_auto_compactions: 0 2024-06-18T01:52:01.640 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-06-18T01:52:01.640 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-06-18T01:52:01.640 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-06-18T01:52:01.640 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-06-18T01:52:01.640 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-06-18T01:52:01.640 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-06-18T01:52:01.640 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-06-18T01:52:01.641 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-06-18T01:52:01.641 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-06-18T01:52:01.641 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-06-18T01:52:01.641 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.table_properties_collectors: 2024-06-18T01:52:01.641 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.inplace_update_support: 0 2024-06-18T01:52:01.641 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.inplace_update_num_locks: 10000 2024-06-18T01:52:01.641 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-06-18T01:52:01.641 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-06-18T01:52:01.641 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.memtable_huge_page_size: 0 2024-06-18T01:52:01.641 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.bloom_locality: 0 2024-06-18T01:52:01.641 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.max_successive_merges: 0 2024-06-18T01:52:01.641 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.optimize_filters_for_hits: 0 2024-06-18T01:52:01.642 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.paranoid_file_checks: 0 2024-06-18T01:52:01.642 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.force_consistency_checks: 1 2024-06-18T01:52:01.642 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.report_bg_io_stats: 0 2024-06-18T01:52:01.642 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.ttl: 2592000 2024-06-18T01:52:01.642 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.periodic_compaction_seconds: 0 2024-06-18T01:52:01.642 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-06-18T01:52:01.642 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-06-18T01:52:01.642 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.enable_blob_files: false 2024-06-18T01:52:01.642 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.min_blob_size: 0 2024-06-18T01:52:01.642 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.blob_file_size: 268435456 2024-06-18T01:52:01.642 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.blob_compression_type: NoCompression 2024-06-18T01:52:01.643 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.enable_blob_garbage_collection: false 2024-06-18T01:52:01.643 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-06-18T01:52:01.643 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-06-18T01:52:01.643 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-06-18T01:52:01.643 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.blob_file_starting_level: 0 2024-06-18T01:52:01.643 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-06-18T01:52:01.643 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi049/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-06-18T01:52:01.643 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-06-18T01:52:01.643 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: fa7f806a-e1dd-4c8e-974b-0f6119ee85f5 2024-06-18T01:52:01.643 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: EVENT_LOG_v1 {"time_micros": 1718675521341273, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-06-18T01:52:01.644 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-06-18T01:52:01.644 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: EVENT_LOG_v1 {"time_micros": 1718675521342154, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85735, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83908, "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": 78139, "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": 1718675521, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "fa7f806a-e1dd-4c8e-974b-0f6119ee85f5", "db_session_id": "FCVRBZVDHIUAK4SCR4WE", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-06-18T01:52:01.644 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: EVENT_LOG_v1 {"time_micros": 1718675521342253, "job": 1, "event": "recovery_finished"} 2024-06-18T01:52:01.644 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-06-18T01:52:01.644 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi049/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-06-18T01:52:01.644 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e11f5ace00 2024-06-18T01:52:01.644 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: DB pointer 0x55e11f6a2000 2024-06-18T01:52:01.644 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-06-18T01:52:01.644 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-06-18T01:52:01.644 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: ** DB Stats ** 2024-06-18T01:52:01.644 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-06-18T01:52:01.645 INFO:journalctl@ceph.mon.smithi049.smithi049.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-06-18T01:52:01.645 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-06-18T01:52:01.645 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-06-18T01:52:01.645 INFO:journalctl@ceph.mon.smithi049.smithi049.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-06-18T01:52:01.645 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-06-18T01:52:01.645 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-06-18T01:52:01.645 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: 2024-06-18T01:52:01.645 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: ** Compaction Stats [default] ** 2024-06-18T01:52:01.645 INFO:journalctl@ceph.mon.smithi049.smithi049.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-06-18T01:52:01.645 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-06-18T01:52:01.645 INFO:journalctl@ceph.mon.smithi049.smithi049.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 152.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-06-18T01:52:01.645 INFO:journalctl@ceph.mon.smithi049.smithi049.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 152.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-06-18T01:52:01.646 INFO:journalctl@ceph.mon.smithi049.smithi049.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 152.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-06-18T01:52:01.646 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: 2024-06-18T01:52:01.646 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: ** Compaction Stats [default] ** 2024-06-18T01:52:01.646 INFO:journalctl@ceph.mon.smithi049.smithi049.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-06-18T01:52:01.646 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-06-18T01:52:01.646 INFO:journalctl@ceph.mon.smithi049.smithi049.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 152.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-06-18T01:52:01.646 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: 2024-06-18T01:52:01.646 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-06-18T01:52:01.646 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: 2024-06-18T01:52:01.646 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-06-18T01:52:01.646 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-06-18T01:52:01.647 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-06-18T01:52:01.647 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-06-18T01:52:01.647 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-06-18T01:52:01.647 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: AddFile(Keys): cumulative 0, interval 0 2024-06-18T01:52:01.647 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: Cumulative compaction: 0.00 GB write, 26.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-06-18T01:52:01.647 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: Interval compaction: 0.00 GB write, 26.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-06-18T01:52:01.647 INFO:journalctl@ceph.mon.smithi049.smithi049.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-06-18T01:52:01.647 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: Block cache BinnedLRUCache@0x55e11f57f090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-06-18T01:52:01.647 INFO:journalctl@ceph.mon.smithi049.smithi049.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-06-18T01:52:01.647 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: 2024-06-18T01:52:01.647 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: ** File Read Latency Histogram By Level [default] ** 2024-06-18T01:52:01.647 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: starting mon.smithi049 rank 0 at public addrs [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] at bind addrs [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi049 fsid 3675f062-2d15-11ef-bc9d-c7b262605968 2024-06-18T01:52:01.648 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: mon.smithi049@-1(???) e1 preinit fsid 3675f062-2d15-11ef-bc9d-c7b262605968 2024-06-18T01:52:01.648 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: mon.smithi049@-1(???).mds e1 new map 2024-06-18T01:52:01.648 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: mon.smithi049@-1(???).mds e1 print_map 2024-06-18T01:52:01.648 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: e1 2024-06-18T01:52:01.648 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-06-18T01:52:01.648 INFO:journalctl@ceph.mon.smithi049.smithi049.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-06-18T01:52:01.648 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: legacy client fscid: -1 2024-06-18T01:52:01.648 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: 2024-06-18T01:52:01.648 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: No filesystems configured 2024-06-18T01:52:01.648 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: mon.smithi049@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-06-18T01:52:01.648 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: mon.smithi049@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-06-18T01:52:01.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: mon.smithi049@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-06-18T01:52:01.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: mon.smithi049@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-06-18T01:52:01.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: mon.smithi049@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-06-18T01:52:01.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 bash[26039]: 11b7b7b110cac3c96f25780a29aa017f1d25ec6d7fdd1ce4c498a41a54d0b5e2 2024-06-18T01:52:01.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: mon.smithi049 is new leader, mons smithi049 in quorum (ranks 0) 2024-06-18T01:52:01.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: monmap epoch 1 2024-06-18T01:52:01.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: fsid 3675f062-2d15-11ef-bc9d-c7b262605968 2024-06-18T01:52:01.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: last_changed 2024-06-18T01:51:46.515930+0000 2024-06-18T01:52:01.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: created 2024-06-18T01:51:46.515930+0000 2024-06-18T01:52:01.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: min_mon_release 19 (squid) 2024-06-18T01:52:01.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: election_strategy: 1 2024-06-18T01:52:01.649 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: 0: [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon.smithi049 2024-06-18T01:52:01.650 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: fsmap 2024-06-18T01:52:01.650 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: osdmap e1: 0 total, 0 up, 0 in 2024-06-18T01:52:01.650 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 ceph-mon[26077]: mgrmap e1: no daemons active 2024-06-18T01:52:01.650 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:01 smithi049 systemd[1]: Started Ceph mon.smithi049 for 3675f062-2d15-11ef-bc9d-c7b262605968. 2024-06-18T01:52:02.498 INFO:teuthology.orchestra.run.smithi049.stdout:Wrote config to /etc/ceph/ceph.conf 2024-06-18T01:52:02.520 INFO:teuthology.orchestra.run.smithi049.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-06-18T01:52:02.520 INFO:teuthology.orchestra.run.smithi049.stdout:Creating mgr... 2024-06-18T01:52:02.521 INFO:teuthology.orchestra.run.smithi049.stdout:Verifying port 0.0.0.0:9283 ... 2024-06-18T01:52:02.522 INFO:teuthology.orchestra.run.smithi049.stdout:Verifying port 0.0.0.0:8765 ... 2024-06-18T01:52:02.522 INFO:teuthology.orchestra.run.smithi049.stdout:Verifying port 0.0.0.0:8443 ... 2024-06-18T01:52:02.785 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-3675f062-2d15-11ef-bc9d-c7b262605968@mgr.smithi049.bfvfpy 2024-06-18T01:52:02.785 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Failed to reset failed state of unit ceph-3675f062-2d15-11ef-bc9d-c7b262605968@mgr.smithi049.bfvfpy.service: Unit ceph-3675f062-2d15-11ef-bc9d-c7b262605968@mgr.smithi049.bfvfpy.service not loaded. 2024-06-18T01:52:02.951 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-3675f062-2d15-11ef-bc9d-c7b262605968.target.wants/ceph-3675f062-2d15-11ef-bc9d-c7b262605968@mgr.smithi049.bfvfpy.service → /etc/systemd/system/ceph-3675f062-2d15-11ef-bc9d-c7b262605968@.service. 2024-06-18T01:52:03.181 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:02 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/1032270145' entity='client.admin' 2024-06-18T01:52:03.489 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-06-18T01:52:03.489 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout disabled 2024-06-18T01:52:03.496 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-06-18T01:52:03.496 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout inactive 2024-06-18T01:52:03.497 INFO:teuthology.orchestra.run.smithi049.stdout:firewalld.service is not enabled 2024-06-18T01:52:03.497 INFO:teuthology.orchestra.run.smithi049.stdout:Not possible to enable service . firewalld.service is not available 2024-06-18T01:52:03.505 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-06-18T01:52:03.505 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout disabled 2024-06-18T01:52:03.514 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-06-18T01:52:03.514 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout inactive 2024-06-18T01:52:03.514 INFO:teuthology.orchestra.run.smithi049.stdout:firewalld.service is not enabled 2024-06-18T01:52:03.514 INFO:teuthology.orchestra.run.smithi049.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-06-18T01:52:03.514 INFO:teuthology.orchestra.run.smithi049.stdout:Waiting for mgr to start... 2024-06-18T01:52:03.514 INFO:teuthology.orchestra.run.smithi049.stdout:Waiting for mgr... 2024-06-18T01:52:04.355 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:04 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/3149573297' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-06-18T01:52:04.623 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-06-18T01:52:04.624 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout { 2024-06-18T01:52:04.624 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "fsid": "3675f062-2d15-11ef-bc9d-c7b262605968", 2024-06-18T01:52:04.624 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "health": { 2024-06-18T01:52:04.624 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-06-18T01:52:04.624 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-06-18T01:52:04.624 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-06-18T01:52:04.624 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-06-18T01:52:04.625 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-06-18T01:52:04.625 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-06-18T01:52:04.625 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 0 2024-06-18T01:52:04.625 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-06-18T01:52:04.625 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-06-18T01:52:04.625 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "smithi049" 2024-06-18T01:52:04.625 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-06-18T01:52:04.625 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-06-18T01:52:04.626 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "monmap": { 2024-06-18T01:52:04.626 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T01:52:04.626 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-06-18T01:52:04.626 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-06-18T01:52:04.626 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-06-18T01:52:04.626 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-06-18T01:52:04.626 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T01:52:04.626 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-06-18T01:52:04.627 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-06-18T01:52:04.627 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-06-18T01:52:04.627 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-06-18T01:52:04.627 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-06-18T01:52:04.627 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-06-18T01:52:04.627 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-06-18T01:52:04.628 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-06-18T01:52:04.628 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-06-18T01:52:04.628 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-06-18T01:52:04.628 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-06-18T01:52:04.628 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-06-18T01:52:04.628 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-06-18T01:52:04.629 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-06-18T01:52:04.629 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-06-18T01:52:04.629 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-06-18T01:52:04.629 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-06-18T01:52:04.629 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-06-18T01:52:04.629 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T01:52:04.629 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-06-18T01:52:04.629 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-06-18T01:52:04.629 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-06-18T01:52:04.629 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-06-18T01:52:04.629 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "available": false, 2024-06-18T01:52:04.630 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-06-18T01:52:04.630 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "modules": [ 2024-06-18T01:52:04.630 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "iostat", 2024-06-18T01:52:04.630 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "nfs", 2024-06-18T01:52:04.630 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "restful" 2024-06-18T01:52:04.630 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-06-18T01:52:04.630 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "services": {} 2024-06-18T01:52:04.630 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-06-18T01:52:04.630 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-06-18T01:52:04.630 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T01:52:04.630 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "modified": "2024-06-18T01:51:55.991586+0000", 2024-06-18T01:52:04.630 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "services": {} 2024-06-18T01:52:04.630 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-06-18T01:52:04.631 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-06-18T01:52:04.631 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout } 2024-06-18T01:52:04.631 INFO:teuthology.orchestra.run.smithi049.stdout:mgr not available, waiting (1/15)... 2024-06-18T01:52:07.443 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:07 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/3718526141' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-06-18T01:52:07.820 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-06-18T01:52:07.821 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout { 2024-06-18T01:52:07.821 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "fsid": "3675f062-2d15-11ef-bc9d-c7b262605968", 2024-06-18T01:52:07.821 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "health": { 2024-06-18T01:52:07.821 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-06-18T01:52:07.821 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-06-18T01:52:07.821 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-06-18T01:52:07.821 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-06-18T01:52:07.821 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-06-18T01:52:07.821 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-06-18T01:52:07.821 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 0 2024-06-18T01:52:07.821 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-06-18T01:52:07.821 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-06-18T01:52:07.821 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "smithi049" 2024-06-18T01:52:07.822 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-06-18T01:52:07.822 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-06-18T01:52:07.822 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "monmap": { 2024-06-18T01:52:07.822 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T01:52:07.822 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-06-18T01:52:07.822 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-06-18T01:52:07.822 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-06-18T01:52:07.822 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-06-18T01:52:07.822 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T01:52:07.822 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-06-18T01:52:07.822 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-06-18T01:52:07.822 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-06-18T01:52:07.822 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-06-18T01:52:07.823 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-06-18T01:52:07.823 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-06-18T01:52:07.823 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-06-18T01:52:07.823 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-06-18T01:52:07.823 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-06-18T01:52:07.823 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-06-18T01:52:07.823 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-06-18T01:52:07.823 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-06-18T01:52:07.823 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-06-18T01:52:07.823 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-06-18T01:52:07.823 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-06-18T01:52:07.823 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-06-18T01:52:07.823 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-06-18T01:52:07.823 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-06-18T01:52:07.824 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T01:52:07.824 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-06-18T01:52:07.824 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-06-18T01:52:07.824 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-06-18T01:52:07.824 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-06-18T01:52:07.824 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "available": false, 2024-06-18T01:52:07.824 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-06-18T01:52:07.824 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "modules": [ 2024-06-18T01:52:07.824 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "iostat", 2024-06-18T01:52:07.824 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "nfs", 2024-06-18T01:52:07.824 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "restful" 2024-06-18T01:52:07.824 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-06-18T01:52:07.824 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "services": {} 2024-06-18T01:52:07.824 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-06-18T01:52:07.825 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-06-18T01:52:07.825 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T01:52:07.825 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "modified": "2024-06-18T01:51:55.991586+0000", 2024-06-18T01:52:07.825 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "services": {} 2024-06-18T01:52:07.825 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-06-18T01:52:07.825 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-06-18T01:52:07.825 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout } 2024-06-18T01:52:07.825 INFO:teuthology.orchestra.run.smithi049.stdout:mgr not available, waiting (2/15)... 2024-06-18T01:52:08.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:08 smithi049 ceph-mon[26077]: Activating manager daemon smithi049.bfvfpy 2024-06-18T01:52:08.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:08 smithi049 ceph-mon[26077]: mgrmap e2: smithi049.bfvfpy(active, starting, since 0.00334394s) 2024-06-18T01:52:08.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:08 smithi049 ceph-mon[26077]: from='mgr.14100 172.21.15.49:0/655749348' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-06-18T01:52:08.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:08 smithi049 ceph-mon[26077]: from='mgr.14100 172.21.15.49:0/655749348' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-06-18T01:52:08.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:08 smithi049 ceph-mon[26077]: from='mgr.14100 172.21.15.49:0/655749348' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-06-18T01:52:08.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:08 smithi049 ceph-mon[26077]: from='mgr.14100 172.21.15.49:0/655749348' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata", "id": "smithi049"}]: dispatch 2024-06-18T01:52:08.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:08 smithi049 ceph-mon[26077]: from='mgr.14100 172.21.15.49:0/655749348' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mgr metadata", "who": "smithi049.bfvfpy", "id": "smithi049.bfvfpy"}]: dispatch 2024-06-18T01:52:08.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:08 smithi049 ceph-mon[26077]: Manager daemon smithi049.bfvfpy is now available 2024-06-18T01:52:08.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:08 smithi049 ceph-mon[26077]: from='mgr.14100 172.21.15.49:0/655749348' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi049.bfvfpy/mirror_snapshot_schedule"}]: dispatch 2024-06-18T01:52:08.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:08 smithi049 ceph-mon[26077]: from='mgr.14100 172.21.15.49:0/655749348' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi049.bfvfpy/trash_purge_schedule"}]: dispatch 2024-06-18T01:52:08.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:08 smithi049 ceph-mon[26077]: from='mgr.14100 172.21.15.49:0/655749348' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:08.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:08 smithi049 ceph-mon[26077]: from='mgr.14100 172.21.15.49:0/655749348' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:08.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:08 smithi049 ceph-mon[26077]: from='mgr.14100 172.21.15.49:0/655749348' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:10.860 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:10 smithi049 ceph-mon[26077]: mgrmap e3: smithi049.bfvfpy(active, since 1.00757s) 2024-06-18T01:52:10.860 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:10 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/2622247785' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-06-18T01:52:11.140 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-06-18T01:52:11.140 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout { 2024-06-18T01:52:11.140 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "fsid": "3675f062-2d15-11ef-bc9d-c7b262605968", 2024-06-18T01:52:11.140 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "health": { 2024-06-18T01:52:11.140 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-06-18T01:52:11.140 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-06-18T01:52:11.140 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-06-18T01:52:11.140 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-06-18T01:52:11.140 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-06-18T01:52:11.140 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-06-18T01:52:11.140 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 0 2024-06-18T01:52:11.141 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-06-18T01:52:11.141 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-06-18T01:52:11.141 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "smithi049" 2024-06-18T01:52:11.141 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-06-18T01:52:11.141 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-06-18T01:52:11.141 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "monmap": { 2024-06-18T01:52:11.141 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T01:52:11.141 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-06-18T01:52:11.141 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-06-18T01:52:11.141 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-06-18T01:52:11.141 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-06-18T01:52:11.141 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T01:52:11.141 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-06-18T01:52:11.141 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-06-18T01:52:11.141 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-06-18T01:52:11.142 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-06-18T01:52:11.142 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-06-18T01:52:11.142 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-06-18T01:52:11.145 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-06-18T01:52:11.145 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-06-18T01:52:11.145 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-06-18T01:52:11.145 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-06-18T01:52:11.145 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-06-18T01:52:11.145 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-06-18T01:52:11.145 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-06-18T01:52:11.145 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-06-18T01:52:11.145 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-06-18T01:52:11.145 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-06-18T01:52:11.146 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-06-18T01:52:11.146 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-06-18T01:52:11.146 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T01:52:11.146 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-06-18T01:52:11.146 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-06-18T01:52:11.146 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-06-18T01:52:11.146 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-06-18T01:52:11.146 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "available": true, 2024-06-18T01:52:11.146 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-06-18T01:52:11.146 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "modules": [ 2024-06-18T01:52:11.146 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "iostat", 2024-06-18T01:52:11.146 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "nfs", 2024-06-18T01:52:11.146 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "restful" 2024-06-18T01:52:11.146 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-06-18T01:52:11.146 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "services": {} 2024-06-18T01:52:11.146 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-06-18T01:52:11.147 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-06-18T01:52:11.147 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-18T01:52:11.147 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "modified": "2024-06-18T01:51:55.991586+0000", 2024-06-18T01:52:11.147 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "services": {} 2024-06-18T01:52:11.147 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-06-18T01:52:11.147 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-06-18T01:52:11.147 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout } 2024-06-18T01:52:11.147 INFO:teuthology.orchestra.run.smithi049.stdout:mgr is available 2024-06-18T01:52:11.766 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:11 smithi049 ceph-mon[26077]: mgrmap e4: smithi049.bfvfpy(active, since 2s) 2024-06-18T01:52:12.329 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-06-18T01:52:12.329 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout [global] 2024-06-18T01:52:12.329 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout fsid = 3675f062-2d15-11ef-bc9d-c7b262605968 2024-06-18T01:52:12.329 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-06-18T01:52:12.329 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-06-18T01:52:12.329 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-06-18T01:52:12.329 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-06-18T01:52:12.329 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-06-18T01:52:12.329 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout [mgr] 2024-06-18T01:52:12.329 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-06-18T01:52:12.329 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-06-18T01:52:12.330 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout [osd] 2024-06-18T01:52:12.330 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-06-18T01:52:12.330 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-06-18T01:52:12.330 INFO:teuthology.orchestra.run.smithi049.stdout:Enabling cephadm module... 2024-06-18T01:52:12.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:12 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/3300348185' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-06-18T01:52:13.889 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:13 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/188754278' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-06-18T01:52:14.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:14 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/188754278' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-06-18T01:52:14.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:14 smithi049 ceph-mon[26077]: mgrmap e5: smithi049.bfvfpy(active, since 5s) 2024-06-18T01:52:15.390 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout { 2024-06-18T01:52:15.391 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-06-18T01:52:15.391 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "available": true, 2024-06-18T01:52:15.391 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "active_name": "smithi049.bfvfpy", 2024-06-18T01:52:15.391 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-06-18T01:52:15.391 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout } 2024-06-18T01:52:15.391 INFO:teuthology.orchestra.run.smithi049.stdout:Waiting for the mgr to restart... 2024-06-18T01:52:15.391 INFO:teuthology.orchestra.run.smithi049.stdout:Waiting for mgr epoch 5... 2024-06-18T01:52:15.652 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:15 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/905098774' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-06-18T01:52:18.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:18 smithi049 ceph-mon[26077]: Active manager daemon smithi049.bfvfpy restarted 2024-06-18T01:52:18.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:18 smithi049 ceph-mon[26077]: Activating manager daemon smithi049.bfvfpy 2024-06-18T01:52:18.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:18 smithi049 ceph-mon[26077]: osdmap e2: 0 total, 0 up, 0 in 2024-06-18T01:52:18.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:18 smithi049 ceph-mon[26077]: mgrmap e6: smithi049.bfvfpy(active, starting, since 0.00325589s) 2024-06-18T01:52:18.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:18 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata", "id": "smithi049"}]: dispatch 2024-06-18T01:52:18.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:18 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mgr metadata", "who": "smithi049.bfvfpy", "id": "smithi049.bfvfpy"}]: dispatch 2024-06-18T01:52:18.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:18 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-06-18T01:52:18.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:18 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-06-18T01:52:18.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:18 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-06-18T01:52:18.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:18 smithi049 ceph-mon[26077]: Manager daemon smithi049.bfvfpy is now available 2024-06-18T01:52:18.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:18 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:18.986 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:18 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:18.986 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:18 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:52:18.986 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:18 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:52:18.986 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:18 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi049.bfvfpy/mirror_snapshot_schedule"}]: dispatch 2024-06-18T01:52:18.986 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:18 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi049.bfvfpy/trash_purge_schedule"}]: dispatch 2024-06-18T01:52:20.348 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout { 2024-06-18T01:52:20.348 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-06-18T01:52:20.348 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "initialized": true 2024-06-18T01:52:20.349 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout } 2024-06-18T01:52:20.349 INFO:teuthology.orchestra.run.smithi049.stdout:mgr epoch 5 is available 2024-06-18T01:52:20.349 INFO:teuthology.orchestra.run.smithi049.stdout:Setting orchestrator backend to cephadm... 2024-06-18T01:52:20.704 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:20 smithi049 ceph-mon[26077]: Found migration_current of "None". Setting to last migration. 2024-06-18T01:52:20.705 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:20 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:20.705 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:20 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:20.705 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:20 smithi049 ceph-mon[26077]: mgrmap e7: smithi049.bfvfpy(active, since 1.00462s) 2024-06-18T01:52:21.631 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:21 smithi049 ceph-mon[26077]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-06-18T01:52:21.631 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:21 smithi049 ceph-mon[26077]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-06-18T01:52:21.632 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:21 smithi049 ceph-mon[26077]: [18/Jun/2024:01:52:20] ENGINE Bus STARTING 2024-06-18T01:52:21.632 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:21 smithi049 ceph-mon[26077]: [18/Jun/2024:01:52:20] ENGINE Serving on http://172.21.15.49:8765 2024-06-18T01:52:21.633 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:21 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:52:21.633 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:21 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:21.633 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:21 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:52:22.713 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout value unchanged 2024-06-18T01:52:22.714 INFO:teuthology.orchestra.run.smithi049.stdout:Generating ssh key... 2024-06-18T01:52:22.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:22 smithi049 ceph-mon[26077]: [18/Jun/2024:01:52:20] ENGINE Serving on https://172.21.15.49:7150 2024-06-18T01:52:22.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:22 smithi049 ceph-mon[26077]: [18/Jun/2024:01:52:20] ENGINE Bus STARTED 2024-06-18T01:52:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:22 smithi049 ceph-mon[26077]: [18/Jun/2024:01:52:20] ENGINE Error in HTTPServer.serve 2024-06-18T01:52:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: Traceback (most recent call last): 2024-06-18T01:52:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-06-18T01:52:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: self._connections.run(self.expiration_interval) 2024-06-18T01:52:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-06-18T01:52:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: self._run(expiration_interval) 2024-06-18T01:52:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-06-18T01:52:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-06-18T01:52:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-06-18T01:52:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-06-18T01:52:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-06-18T01:52:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: s = self.context.wrap_socket( 2024-06-18T01:52:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-06-18T01:52:22.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: return self.sslsocket_class._create( 2024-06-18T01:52:22.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-06-18T01:52:22.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: self.do_handshake() 2024-06-18T01:52:22.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-06-18T01:52:22.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: self._sslobj.do_handshake() 2024-06-18T01:52:22.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1129) 2024-06-18T01:52:22.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:22 smithi049 ceph-mon[26077]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:52:22.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:22 smithi049 ceph-mon[26077]: mgrmap e8: smithi049.bfvfpy(active, since 2s) 2024-06-18T01:52:23.793 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:23 smithi049 ceph-mon[26077]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:52:24.704 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:24 smithi049 ceph-mon[26077]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:52:24.704 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:24 smithi049 ceph-mon[26077]: Generating ssh key... 2024-06-18T01:52:24.705 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:24 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:24.705 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:24 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:25.536 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/2Z4E5Wo7geBcdfpe2csl+b09DpB0Nxp2Is2+JY5JFEmu7Sk9OYH9SCNCIU+HZid0x3c5xcFuxj2fdjHl+Q5cS+5Cq5phuYBOiI8h/bROvHyTEwJ3js2iTg8octmJzxOfsmyi7670wAMArksLu+qh1kDtVGvFRUCGfjeuug8NzZQmr/Dq3DerfCNs5oj6kxIc4CZinUMu64u6Cm/3zblc82lYObby4zGSZ8QkX8XXmVUOJtnRrIQH8pdvAFiAjnWhzeuiBRcKFR4E+6o2I2eWhP2b6kyBZuzptMlmXk1wfwL+5gK5uXgwKjJH52CE+89ScFbIXwSaS2LBcIG/fDnLKdiGbajkXny6x2QkXYE71pHIzo6ldBnISK0WRQyr+dElyt69fRsVVeukh4lbGYfuj4+RANSDAaKiRF5wm/ej+ujiB3nwpzkuXPVCE2nxp47wl0A5w6JcsBVM9vMWZ9tSAYfRZESRDB83qT11Uh9pzEypZVxnseC7r7mj5IvwYq0= ceph-3675f062-2d15-11ef-bc9d-c7b262605968 2024-06-18T01:52:25.536 INFO:teuthology.orchestra.run.smithi049.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-06-18T01:52:25.536 INFO:teuthology.orchestra.run.smithi049.stdout:Adding key to root@localhost authorized_keys... 2024-06-18T01:52:25.537 INFO:teuthology.orchestra.run.smithi049.stdout:Adding host smithi049... 2024-06-18T01:52:25.953 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:25 smithi049 ceph-mon[26077]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:52:26.865 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:26 smithi049 ceph-mon[26077]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi049", "addr": "172.21.15.49", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:52:27.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:27 smithi049 ceph-mon[26077]: Deploying cephadm binary to smithi049 2024-06-18T01:52:30.670 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout Added host 'smithi049' with addr '172.21.15.49' 2024-06-18T01:52:30.671 INFO:teuthology.orchestra.run.smithi049.stdout:Deploying mon service with default placement... 2024-06-18T01:52:31.375 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:31 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:31.376 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:31 smithi049 ceph-mon[26077]: Added host smithi049 2024-06-18T01:52:31.376 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:31 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:52:31.977 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-06-18T01:52:31.978 INFO:teuthology.orchestra.run.smithi049.stdout:Deploying mgr service with default placement... 2024-06-18T01:52:32.730 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:32 smithi049 ceph-mon[26077]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:52:32.730 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:32 smithi049 ceph-mon[26077]: Saving service mon spec with placement count:5 2024-06-18T01:52:32.730 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:32 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:34.045 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:33 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:34.045 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:33 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:34.045 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:33 smithi049 ceph-mon[26077]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:52:34.045 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:33 smithi049 ceph-mon[26077]: Saving service mgr spec with placement count:2 2024-06-18T01:52:34.045 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:33 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:34.634 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-06-18T01:52:34.634 INFO:teuthology.orchestra.run.smithi049.stdout:Deploying crash service with default placement... 2024-06-18T01:52:35.366 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:35 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:35.366 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:35 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:36.438 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-06-18T01:52:36.439 INFO:teuthology.orchestra.run.smithi049.stdout:Deploying ceph-exporter service with default placement... 2024-06-18T01:52:36.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:36 smithi049 ceph-mon[26077]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:52:36.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:36 smithi049 ceph-mon[26077]: Saving service crash spec with placement * 2024-06-18T01:52:36.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:36 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:37.974 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-06-18T01:52:37.974 INFO:teuthology.orchestra.run.smithi049.stdout:Deploying prometheus service with default placement... 2024-06-18T01:52:38.632 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:38 smithi049 ceph-mon[26077]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:52:38.632 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:38 smithi049 ceph-mon[26077]: Saving service ceph-exporter spec with placement * 2024-06-18T01:52:38.632 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:38 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:39.191 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-06-18T01:52:39.191 INFO:teuthology.orchestra.run.smithi049.stdout:Deploying grafana service with default placement... 2024-06-18T01:52:39.830 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:39 smithi049 ceph-mon[26077]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:52:39.831 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:39 smithi049 ceph-mon[26077]: Saving service prometheus spec with placement count:1 2024-06-18T01:52:39.831 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:39 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:40.372 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-06-18T01:52:40.372 INFO:teuthology.orchestra.run.smithi049.stdout:Deploying node-exporter service with default placement... 2024-06-18T01:52:40.731 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:40 smithi049 ceph-mon[26077]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:52:40.731 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:40 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:41.711 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-06-18T01:52:41.711 INFO:teuthology.orchestra.run.smithi049.stdout:Deploying alertmanager service with default placement... 2024-06-18T01:52:41.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:41 smithi049 ceph-mon[26077]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:52:41.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:41 smithi049 ceph-mon[26077]: Saving service grafana spec with placement count:1 2024-06-18T01:52:41.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:41 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:42.931 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:42 smithi049 ceph-mon[26077]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:52:42.931 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:42 smithi049 ceph-mon[26077]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:52:42.931 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:42 smithi049 ceph-mon[26077]: Saving service node-exporter spec with placement * 2024-06-18T01:52:42.932 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:42 smithi049 ceph-mon[26077]: from='mgr.14118 172.21.15.49:0/3780377094' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:42.934 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-06-18T01:52:43.911 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:43 smithi049 ceph-mon[26077]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:52:43.912 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:43 smithi049 ceph-mon[26077]: Saving service alertmanager spec with placement count:1 2024-06-18T01:52:43.912 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:43 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/169586990' entity='client.admin' 2024-06-18T01:52:44.813 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:44 smithi049 ceph-mon[26077]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:52:45.262 INFO:teuthology.orchestra.run.smithi049.stdout:Enabling the dashboard module... 2024-06-18T01:52:45.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:45 smithi049 ceph-mon[26077]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:52:45.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:45 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/332452633' entity='client.admin' 2024-06-18T01:52:47.124 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:46 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/1373651652' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-06-18T01:52:47.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:47 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/1373651652' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-06-18T01:52:47.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:47 smithi049 ceph-mon[26077]: mgrmap e9: smithi049.bfvfpy(active, since 28s) 2024-06-18T01:52:48.809 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout { 2024-06-18T01:52:48.809 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-06-18T01:52:48.809 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "available": true, 2024-06-18T01:52:48.809 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "active_name": "smithi049.bfvfpy", 2024-06-18T01:52:48.809 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-06-18T01:52:48.809 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout } 2024-06-18T01:52:48.809 INFO:teuthology.orchestra.run.smithi049.stdout:Waiting for the mgr to restart... 2024-06-18T01:52:48.809 INFO:teuthology.orchestra.run.smithi049.stdout:Waiting for mgr epoch 9... 2024-06-18T01:52:49.111 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:48 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/2119923892' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-06-18T01:52:52.227 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:52 smithi049 ceph-mon[26077]: Active manager daemon smithi049.bfvfpy restarted 2024-06-18T01:52:52.228 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:52 smithi049 ceph-mon[26077]: Activating manager daemon smithi049.bfvfpy 2024-06-18T01:52:52.228 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:52 smithi049 ceph-mon[26077]: osdmap e3: 0 total, 0 up, 0 in 2024-06-18T01:52:52.228 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:52 smithi049 ceph-mon[26077]: mgrmap e10: smithi049.bfvfpy(active, starting, since 0.00312259s) 2024-06-18T01:52:52.228 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:52 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata", "id": "smithi049"}]: dispatch 2024-06-18T01:52:52.228 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:52 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mgr metadata", "who": "smithi049.bfvfpy", "id": "smithi049.bfvfpy"}]: dispatch 2024-06-18T01:52:52.228 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:52 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-06-18T01:52:52.228 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:52 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-06-18T01:52:52.228 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:52 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-06-18T01:52:52.228 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:52 smithi049 ceph-mon[26077]: Manager daemon smithi049.bfvfpy is now available 2024-06-18T01:52:52.228 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:52 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:52:52.228 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:52 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi049.bfvfpy/mirror_snapshot_schedule"}]: dispatch 2024-06-18T01:52:52.228 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:52 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi049.bfvfpy/trash_purge_schedule"}]: dispatch 2024-06-18T01:52:53.951 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout { 2024-06-18T01:52:53.951 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-06-18T01:52:53.951 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "initialized": true 2024-06-18T01:52:53.951 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout } 2024-06-18T01:52:53.951 INFO:teuthology.orchestra.run.smithi049.stdout:mgr epoch 9 is available 2024-06-18T01:52:53.951 INFO:teuthology.orchestra.run.smithi049.stdout:Generating a dashboard self-signed certificate... 2024-06-18T01:52:54.384 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:54 smithi049 ceph-mon[26077]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-06-18T01:52:54.384 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:54 smithi049 ceph-mon[26077]: mgrmap e11: smithi049.bfvfpy(active, since 1.00567s) 2024-06-18T01:52:54.384 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:54 smithi049 ceph-mon[26077]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-06-18T01:52:54.385 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:54 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:55.508 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-06-18T01:52:55.508 INFO:teuthology.orchestra.run.smithi049.stdout:Creating initial admin user... 2024-06-18T01:52:55.631 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:55 smithi049 ceph-mon[26077]: mgrmap e12: smithi049.bfvfpy(active, since 2s) 2024-06-18T01:52:55.631 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:55 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:55.631 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:55 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:55.631 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:55 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:55.631 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:55 smithi049 ceph-mon[26077]: [18/Jun/2024:01:52:54] ENGINE Bus STARTING 2024-06-18T01:52:56.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:56 smithi049 ceph-mon[26077]: [18/Jun/2024:01:52:54] ENGINE Serving on https://172.21.15.49:7150 2024-06-18T01:52:56.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:56 smithi049 ceph-mon[26077]: [18/Jun/2024:01:52:54] ENGINE Error in HTTPServer.serve 2024-06-18T01:52:56.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: Traceback (most recent call last): 2024-06-18T01:52:56.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-06-18T01:52:56.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: self._connections.run(self.expiration_interval) 2024-06-18T01:52:56.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-06-18T01:52:56.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: self._run(expiration_interval) 2024-06-18T01:52:56.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-06-18T01:52:56.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-06-18T01:52:56.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-06-18T01:52:56.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-06-18T01:52:56.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-06-18T01:52:56.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: s = self.context.wrap_socket( 2024-06-18T01:52:56.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-06-18T01:52:56.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: return self.sslsocket_class._create( 2024-06-18T01:52:56.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-06-18T01:52:56.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: self.do_handshake() 2024-06-18T01:52:56.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-06-18T01:52:56.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: self._sslobj.do_handshake() 2024-06-18T01:52:56.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1129) 2024-06-18T01:52:56.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:56 smithi049 ceph-mon[26077]: [18/Jun/2024:01:52:55] ENGINE Serving on http://172.21.15.49:8765 2024-06-18T01:52:56.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:56 smithi049 ceph-mon[26077]: [18/Jun/2024:01:52:55] ENGINE Bus STARTED 2024-06-18T01:52:56.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:56 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:52:57.059 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$PwIZcrDB4ZAzwJmu9knqjOjf92t59Nk.xJtbCfh45lUM./EXhny0G", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1718675576, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-06-18T01:52:57.059 INFO:teuthology.orchestra.run.smithi049.stdout:Fetching dashboard port number... 2024-06-18T01:52:57.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:57 smithi049 ceph-mon[26077]: 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-06-18T01:52:58.689 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:58 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/1713135118' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-06-18T01:52:58.691 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 8443 2024-06-18T01:52:58.702 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-06-18T01:52:58.702 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout disabled 2024-06-18T01:52:58.710 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-06-18T01:52:58.710 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout inactive 2024-06-18T01:52:58.710 INFO:teuthology.orchestra.run.smithi049.stdout:firewalld.service is not enabled 2024-06-18T01:52:58.710 INFO:teuthology.orchestra.run.smithi049.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-06-18T01:52:58.712 INFO:teuthology.orchestra.run.smithi049.stdout:Ceph Dashboard is now available at: 2024-06-18T01:52:58.712 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:52:58.712 INFO:teuthology.orchestra.run.smithi049.stdout: URL: https://smithi049.front.sepia.ceph.com:8443/ 2024-06-18T01:52:58.712 INFO:teuthology.orchestra.run.smithi049.stdout: User: admin 2024-06-18T01:52:58.712 INFO:teuthology.orchestra.run.smithi049.stdout: Password: as2a4ljnej 2024-06-18T01:52:58.712 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:52:58.713 INFO:teuthology.orchestra.run.smithi049.stdout:Saving cluster configuration to /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/config directory 2024-06-18T01:52:58.713 INFO:teuthology.orchestra.run.smithi049.stdout:Enabling autotune for osd_memory_target 2024-06-18T01:52:59.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:52:59 smithi049 ceph-mon[26077]: mgrmap e13: smithi049.bfvfpy(active, since 6s) 2024-06-18T01:53:01.429 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-06-18T01:53:01.429 INFO:teuthology.orchestra.run.smithi049.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-06-18T01:53:01.429 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:53:01.429 INFO:teuthology.orchestra.run.smithi049.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-06-18T01:53:01.430 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:53:01.430 INFO:teuthology.orchestra.run.smithi049.stdout:Or, if you are only running a single cluster on this host: 2024-06-18T01:53:01.430 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:53:01.430 INFO:teuthology.orchestra.run.smithi049.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-06-18T01:53:01.430 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:53:01.430 INFO:teuthology.orchestra.run.smithi049.stdout:Please consider enabling telemetry to help improve Ceph: 2024-06-18T01:53:01.430 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:53:01.430 INFO:teuthology.orchestra.run.smithi049.stdout: ceph telemetry on 2024-06-18T01:53:01.430 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:53:01.430 INFO:teuthology.orchestra.run.smithi049.stdout:For more information see: 2024-06-18T01:53:01.430 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:53:01.430 INFO:teuthology.orchestra.run.smithi049.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-06-18T01:53:01.430 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:53:01.431 INFO:teuthology.orchestra.run.smithi049.stdout:Bootstrap complete. 2024-06-18T01:53:01.483 INFO:tasks.cephadm:Fetching config... 2024-06-18T01:53:01.484 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-06-18T01:53:01.484 DEBUG:teuthology.orchestra.run.smithi049:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-06-18T01:53:01.502 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-06-18T01:53:01.503 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-06-18T01:53:01.503 DEBUG:teuthology.orchestra.run.smithi049:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-06-18T01:53:01.559 INFO:tasks.cephadm:Fetching mon keyring... 2024-06-18T01:53:01.560 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-06-18T01:53:01.560 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/keyring of=/dev/stdout 2024-06-18T01:53:01.626 INFO:tasks.cephadm:Fetching pub ssh key... 2024-06-18T01:53:01.626 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-06-18T01:53:01.626 DEBUG:teuthology.orchestra.run.smithi049:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-06-18T01:53:01.682 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-06-18T01:53:01.682 DEBUG:teuthology.orchestra.run.smithi049:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/2Z4E5Wo7geBcdfpe2csl+b09DpB0Nxp2Is2+JY5JFEmu7Sk9OYH9SCNCIU+HZid0x3c5xcFuxj2fdjHl+Q5cS+5Cq5phuYBOiI8h/bROvHyTEwJ3js2iTg8octmJzxOfsmyi7670wAMArksLu+qh1kDtVGvFRUCGfjeuug8NzZQmr/Dq3DerfCNs5oj6kxIc4CZinUMu64u6Cm/3zblc82lYObby4zGSZ8QkX8XXmVUOJtnRrIQH8pdvAFiAjnWhzeuiBRcKFR4E+6o2I2eWhP2b6kyBZuzptMlmXk1wfwL+5gK5uXgwKjJH52CE+89ScFbIXwSaS2LBcIG/fDnLKdiGbajkXny6x2QkXYE71pHIzo6ldBnISK0WRQyr+dElyt69fRsVVeukh4lbGYfuj4+RANSDAaKiRF5wm/ej+ujiB3nwpzkuXPVCE2nxp47wl0A5w6JcsBVM9vMWZ9tSAYfRZESRDB83qT11Uh9pzEypZVxnseC7r7mj5IvwYq0= ceph-3675f062-2d15-11ef-bc9d-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-06-18T01:53:01.757 INFO:teuthology.orchestra.run.smithi049.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/2Z4E5Wo7geBcdfpe2csl+b09DpB0Nxp2Is2+JY5JFEmu7Sk9OYH9SCNCIU+HZid0x3c5xcFuxj2fdjHl+Q5cS+5Cq5phuYBOiI8h/bROvHyTEwJ3js2iTg8octmJzxOfsmyi7670wAMArksLu+qh1kDtVGvFRUCGfjeuug8NzZQmr/Dq3DerfCNs5oj6kxIc4CZinUMu64u6Cm/3zblc82lYObby4zGSZ8QkX8XXmVUOJtnRrIQH8pdvAFiAjnWhzeuiBRcKFR4E+6o2I2eWhP2b6kyBZuzptMlmXk1wfwL+5gK5uXgwKjJH52CE+89ScFbIXwSaS2LBcIG/fDnLKdiGbajkXny6x2QkXYE71pHIzo6ldBnISK0WRQyr+dElyt69fRsVVeukh4lbGYfuj4+RANSDAaKiRF5wm/ej+ujiB3nwpzkuXPVCE2nxp47wl0A5w6JcsBVM9vMWZ9tSAYfRZESRDB83qT11Uh9pzEypZVxnseC7r7mj5IvwYq0= ceph-3675f062-2d15-11ef-bc9d-c7b262605968 2024-06-18T01:53:01.770 DEBUG:teuthology.orchestra.run.smithi129:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/2Z4E5Wo7geBcdfpe2csl+b09DpB0Nxp2Is2+JY5JFEmu7Sk9OYH9SCNCIU+HZid0x3c5xcFuxj2fdjHl+Q5cS+5Cq5phuYBOiI8h/bROvHyTEwJ3js2iTg8octmJzxOfsmyi7670wAMArksLu+qh1kDtVGvFRUCGfjeuug8NzZQmr/Dq3DerfCNs5oj6kxIc4CZinUMu64u6Cm/3zblc82lYObby4zGSZ8QkX8XXmVUOJtnRrIQH8pdvAFiAjnWhzeuiBRcKFR4E+6o2I2eWhP2b6kyBZuzptMlmXk1wfwL+5gK5uXgwKjJH52CE+89ScFbIXwSaS2LBcIG/fDnLKdiGbajkXny6x2QkXYE71pHIzo6ldBnISK0WRQyr+dElyt69fRsVVeukh4lbGYfuj4+RANSDAaKiRF5wm/ej+ujiB3nwpzkuXPVCE2nxp47wl0A5w6JcsBVM9vMWZ9tSAYfRZESRDB83qT11Uh9pzEypZVxnseC7r7mj5IvwYq0= ceph-3675f062-2d15-11ef-bc9d-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-06-18T01:53:01.814 INFO:teuthology.orchestra.run.smithi129.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC/2Z4E5Wo7geBcdfpe2csl+b09DpB0Nxp2Is2+JY5JFEmu7Sk9OYH9SCNCIU+HZid0x3c5xcFuxj2fdjHl+Q5cS+5Cq5phuYBOiI8h/bROvHyTEwJ3js2iTg8octmJzxOfsmyi7670wAMArksLu+qh1kDtVGvFRUCGfjeuug8NzZQmr/Dq3DerfCNs5oj6kxIc4CZinUMu64u6Cm/3zblc82lYObby4zGSZ8QkX8XXmVUOJtnRrIQH8pdvAFiAjnWhzeuiBRcKFR4E+6o2I2eWhP2b6kyBZuzptMlmXk1wfwL+5gK5uXgwKjJH52CE+89ScFbIXwSaS2LBcIG/fDnLKdiGbajkXny6x2QkXYE71pHIzo6ldBnISK0WRQyr+dElyt69fRsVVeukh4lbGYfuj4+RANSDAaKiRF5wm/ej+ujiB3nwpzkuXPVCE2nxp47wl0A5w6JcsBVM9vMWZ9tSAYfRZESRDB83qT11Uh9pzEypZVxnseC7r7mj5IvwYq0= ceph-3675f062-2d15-11ef-bc9d-c7b262605968 2024-06-18T01:53:01.826 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-06-18T01:53:01.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:01 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/2033943597' entity='client.admin' 2024-06-18T01:53:02.220 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:53:05.152 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-06-18T01:53:05.152 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-06-18T01:53:05.777 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:05 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/3809683345' entity='client.admin' 2024-06-18T01:53:05.815 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:53:07.009 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:06 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:07.009 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:06 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:07.009 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:06 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config rm", "who": "osd/host:smithi049", "name": "osd_memory_target"}]: dispatch 2024-06-18T01:53:07.009 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:06 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:07.009 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:06 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi049", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-06-18T01:53:07.009 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:06 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi049", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-06-18T01:53:07.009 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:06 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:53:07.009 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:06 smithi049 ceph-mon[26077]: Deploying daemon ceph-exporter.smithi049 on smithi049 2024-06-18T01:53:07.969 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi129 2024-06-18T01:53:07.969 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-06-18T01:53:07.969 DEBUG:teuthology.orchestra.run.smithi129:> dd of=/etc/ceph/ceph.conf 2024-06-18T01:53:07.988 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-06-18T01:53:07.988 DEBUG:teuthology.orchestra.run.smithi129:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-06-18T01:53:08.046 INFO:tasks.cephadm:Adding host smithi129 to orchestrator... 2024-06-18T01:53:08.046 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph orch host add smithi129 2024-06-18T01:53:08.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:08 smithi049 ceph-mon[26077]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:53:08.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:08 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:08.854 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:53:11.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:10 smithi049 ceph-mon[26077]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi129", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:53:11.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:11 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:11.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:11 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:11.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:11 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:11.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:11 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:11.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:11 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi049", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-06-18T01:53:11.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:11 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi049", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-06-18T01:53:11.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:11 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:53:11.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:11 smithi049 ceph-mon[26077]: Deploying daemon crash.smithi049 on smithi049 2024-06-18T01:53:13.343 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:13 smithi049 ceph-mon[26077]: Deploying cephadm binary to smithi129 2024-06-18T01:53:13.344 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:13 smithi049 ceph-mon[26077]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:53:13.344 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:13 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:14.889 INFO:teuthology.orchestra.run.smithi049.stdout:Added host 'smithi129' with addr '172.21.15.129' 2024-06-18T01:53:15.190 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:15 smithi049 ceph-mon[26077]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:53:15.190 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:15 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:15.190 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:15 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:15.190 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:15 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:15.191 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:15 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:15.191 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:15 smithi049 ceph-mon[26077]: Deploying daemon node-exporter.smithi049 on smithi049 2024-06-18T01:53:15.191 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:15 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:15.477 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph orch host ls --format=json 2024-06-18T01:53:15.725 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:53:16.117 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:16 smithi049 ceph-mon[26077]: Added host smithi129 2024-06-18T01:53:17.318 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:17 smithi049 ceph-mon[26077]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:53:18.206 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:18 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:18.365 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:53:18.365 INFO:teuthology.orchestra.run.smithi049.stdout:[{"addr": "172.21.15.49", "hostname": "smithi049", "labels": [], "status": ""}, {"addr": "172.21.15.129", "hostname": "smithi129", "labels": [], "status": ""}] 2024-06-18T01:53:18.990 INFO:tasks.cephadm:Setting crush tunables to default 2024-06-18T01:53:18.990 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd crush tunables default 2024-06-18T01:53:19.322 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:53:19.446 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:19 smithi049 ceph-mon[26077]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:53:19.446 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:19 smithi049 ceph-mon[26077]: from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:53:20.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:20 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:20.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:20 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:20.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:20 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:20.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:20 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:20.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:20 smithi049 ceph-mon[26077]: Deploying daemon alertmanager.smithi049 on smithi049 2024-06-18T01:53:21.308 INFO:teuthology.orchestra.run.smithi049.stderr:adjusted tunables profile to default 2024-06-18T01:53:21.577 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:21 smithi049 ceph-mon[26077]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:53:21.578 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:21 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/100539468' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-06-18T01:53:21.998 INFO:tasks.cephadm:Adding mon.smithi049 on smithi049 2024-06-18T01:53:21.998 INFO:tasks.cephadm:Adding mon.smithi129 on smithi129 2024-06-18T01:53:21.999 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph orch apply mon '2;smithi049:172.21.15.49=smithi049;smithi129:172.21.15.129=smithi129' 2024-06-18T01:53:22.232 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-18T01:53:22.280 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-18T01:53:22.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:22 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/100539468' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-06-18T01:53:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:22 smithi049 ceph-mon[26077]: osdmap e4: 0 total, 0 up, 0 in 2024-06-18T01:53:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:22 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:23.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:23 smithi049 ceph-mon[26077]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:53:23.880 INFO:teuthology.orchestra.run.smithi129.stdout:Scheduled mon update... 2024-06-18T01:53:24.384 DEBUG:teuthology.orchestra.run.smithi129:mon.smithi129> sudo journalctl -f -n 0 -u ceph-3675f062-2d15-11ef-bc9d-c7b262605968@mon.smithi129.service 2024-06-18T01:53:24.387 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-06-18T01:53:24.387 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph mon dump -f json 2024-06-18T01:53:24.649 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-18T01:53:24.696 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-18T01:53:25.109 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:24 smithi049 ceph-mon[26077]: from='client.14195 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi049:172.21.15.49=smithi049;smithi129:172.21.15.129=smithi129", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:53:25.109 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:24 smithi049 ceph-mon[26077]: Saving service mon spec with placement smithi049:172.21.15.49=smithi049;smithi129:172.21.15.129=smithi129;count:2 2024-06-18T01:53:25.109 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:24 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:25.109 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:24 smithi049 ceph-mon[26077]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:53:26.572 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:53:26.572 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"3675f062-2d15-11ef-bc9d-c7b262605968","modified":"2024-06-18T01:51:46.515930Z","created":"2024-06-18T01:51:46.515930Z","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":"smithi049","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-06-18T01:53:26.573 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-06-18T01:53:27.451 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:27 smithi049 ceph-mon[26077]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:53:27.451 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:27 smithi049 ceph-mon[26077]: from='client.? 172.21.15.129:0/2604428418' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T01:53:28.158 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-06-18T01:53:28.159 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph mon dump -f json 2024-06-18T01:53:28.394 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-18T01:53:28.441 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-18T01:53:29.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:29 smithi049 ceph-mon[26077]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:53:29.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:29 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:29.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:29 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:29.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:29 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:29.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:29 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:29.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:29 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:29.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:29 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:29.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:29 smithi049 ceph-mon[26077]: Regenerating cephadm self-signed grafana TLS certificates 2024-06-18T01:53:29.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:29 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:29.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:29 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:29.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:29 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-06-18T01:53:29.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:29 smithi049 ceph-mon[26077]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-06-18T01:53:29.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:29 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:29.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:29 smithi049 ceph-mon[26077]: Deploying daemon grafana.smithi049 on smithi049 2024-06-18T01:53:30.219 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:53:30.220 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"3675f062-2d15-11ef-bc9d-c7b262605968","modified":"2024-06-18T01:51:46.515930Z","created":"2024-06-18T01:51:46.515930Z","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":"smithi049","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-06-18T01:53:30.220 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-06-18T01:53:30.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:30 smithi049 ceph-mon[26077]: from='client.? 172.21.15.129:0/475955695' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T01:53:31.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:31 smithi049 ceph-mon[26077]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:53:31.745 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-06-18T01:53:31.745 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph mon dump -f json 2024-06-18T01:53:31.982 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-18T01:53:32.029 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-18T01:53:33.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:33 smithi049 ceph-mon[26077]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:53:33.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:33 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:33.655 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:53:33.655 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"3675f062-2d15-11ef-bc9d-c7b262605968","modified":"2024-06-18T01:51:46.515930Z","created":"2024-06-18T01:51:46.515930Z","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":"smithi049","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-06-18T01:53:33.655 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-06-18T01:53:34.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:34 smithi049 ceph-mon[26077]: from='client.? 172.21.15.129:0/1989680717' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T01:53:35.175 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-06-18T01:53:35.175 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph mon dump -f json 2024-06-18T01:53:35.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:35 smithi049 ceph-mon[26077]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:53:35.413 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-18T01:53:35.460 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-18T01:53:37.117 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:37 smithi049 ceph-mon[26077]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:53:37.201 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:53:37.201 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"3675f062-2d15-11ef-bc9d-c7b262605968","modified":"2024-06-18T01:51:46.515930Z","created":"2024-06-18T01:51:46.515930Z","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":"smithi049","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-06-18T01:53:37.201 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-06-18T01:53:38.153 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:38 smithi049 ceph-mon[26077]: from='client.? 172.21.15.129:0/2353261732' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T01:53:38.153 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:38 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:38.153 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:38 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:38.153 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:38 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:38.153 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:38 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:38.153 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:38 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:38.754 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-06-18T01:53:38.755 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph mon dump -f json 2024-06-18T01:53:38.991 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-18T01:53:39.038 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-18T01:53:39.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:39 smithi049 ceph-mon[26077]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:53:39.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:39 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:39.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:39 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:39.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:39 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:39.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:39 smithi049 ceph-mon[26077]: Deploying daemon prometheus.smithi049 on smithi049 2024-06-18T01:53:40.833 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:53:40.834 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"3675f062-2d15-11ef-bc9d-c7b262605968","modified":"2024-06-18T01:51:46.515930Z","created":"2024-06-18T01:51:46.515930Z","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":"smithi049","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-06-18T01:53:40.834 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-06-18T01:53:41.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:41 smithi049 ceph-mon[26077]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:53:41.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:41 smithi049 ceph-mon[26077]: from='client.? 172.21.15.129:0/3304028' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T01:53:42.500 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-06-18T01:53:42.501 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph mon dump -f json 2024-06-18T01:53:42.737 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-18T01:53:42.784 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-18T01:53:43.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:43 smithi049 ceph-mon[26077]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:53:43.490 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:43 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:44.546 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:53:44.546 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"3675f062-2d15-11ef-bc9d-c7b262605968","modified":"2024-06-18T01:51:46.515930Z","created":"2024-06-18T01:51:46.515930Z","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":"smithi049","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-06-18T01:53:44.547 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-06-18T01:53:45.136 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:45 smithi049 ceph-mon[26077]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:53:45.136 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:45 smithi049 ceph-mon[26077]: from='client.? 172.21.15.129:0/1820193349' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T01:53:46.121 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-06-18T01:53:46.121 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph mon dump -f json 2024-06-18T01:53:46.354 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-18T01:53:46.401 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-18T01:53:47.224 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:47 smithi049 ceph-mon[26077]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:53:48.112 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:53:48.112 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"3675f062-2d15-11ef-bc9d-c7b262605968","modified":"2024-06-18T01:51:46.515930Z","created":"2024-06-18T01:51:46.515930Z","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":"smithi049","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-06-18T01:53:48.112 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-06-18T01:53:49.351 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:49 smithi049 ceph-mon[26077]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:53:49.351 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:49 smithi049 ceph-mon[26077]: from='client.? 172.21.15.129:0/2001570536' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T01:53:49.351 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:49 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:49.352 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:49 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:49.352 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:49 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:49.352 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:49 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-06-18T01:53:49.684 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-06-18T01:53:49.684 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph mon dump -f json 2024-06-18T01:53:49.921 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-18T01:53:49.968 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-18T01:53:50.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:50 smithi049 ceph-mon[26077]: from='mgr.14162 172.21.15.49:0/946177091' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-06-18T01:53:50.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:50 smithi049 ceph-mon[26077]: mgrmap e14: smithi049.bfvfpy(active, since 57s) 2024-06-18T01:53:51.723 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:53:51.723 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"3675f062-2d15-11ef-bc9d-c7b262605968","modified":"2024-06-18T01:51:46.515930Z","created":"2024-06-18T01:51:46.515930Z","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":"smithi049","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-06-18T01:53:51.723 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-06-18T01:53:52.177 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:51 smithi049 ceph-mon[26077]: from='client.? 172.21.15.129:0/2617826328' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T01:53:53.247 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-06-18T01:53:53.248 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph mon dump -f json 2024-06-18T01:53:53.473 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-18T01:53:53.520 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-18T01:53:54.635 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:54 smithi049 ceph-mon[26077]: Active manager daemon smithi049.bfvfpy restarted 2024-06-18T01:53:54.635 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:54 smithi049 ceph-mon[26077]: Activating manager daemon smithi049.bfvfpy 2024-06-18T01:53:54.635 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:54 smithi049 ceph-mon[26077]: osdmap e5: 0 total, 0 up, 0 in 2024-06-18T01:53:54.635 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:54 smithi049 ceph-mon[26077]: mgrmap e15: smithi049.bfvfpy(active, starting, since 0.00311157s) 2024-06-18T01:53:54.635 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:54 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata", "id": "smithi049"}]: dispatch 2024-06-18T01:53:54.635 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:54 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mgr metadata", "who": "smithi049.bfvfpy", "id": "smithi049.bfvfpy"}]: dispatch 2024-06-18T01:53:54.635 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:54 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-06-18T01:53:54.635 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:54 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-06-18T01:53:54.636 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:54 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-06-18T01:53:54.636 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:54 smithi049 ceph-mon[26077]: Manager daemon smithi049.bfvfpy is now available 2024-06-18T01:53:54.636 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:54 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:53:54.636 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:54 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:54.636 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:54 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:53:55.229 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:53:55.229 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"3675f062-2d15-11ef-bc9d-c7b262605968","modified":"2024-06-18T01:51:46.515930Z","created":"2024-06-18T01:51:46.515930Z","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":"smithi049","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-06-18T01:53:55.229 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-06-18T01:53:55.925 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi049.bfvfpy/mirror_snapshot_schedule"}]: dispatch 2024-06-18T01:53:55.925 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi049.bfvfpy/trash_purge_schedule"}]: dispatch 2024-06-18T01:53:55.925 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:55 smithi049 ceph-mon[26077]: from='client.? 172.21.15.129:0/3923753688' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T01:53:55.925 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:55.925 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:55 smithi049 ceph-mon[26077]: mgrmap e16: smithi049.bfvfpy(active, since 1.00534s) 2024-06-18T01:53:56.809 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-06-18T01:53:56.809 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph mon dump -f json 2024-06-18T01:53:56.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:56 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:56.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:56 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:57.398 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-18T01:53:57.452 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-18T01:53:57.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:57 smithi049 ceph-mon[26077]: [18/Jun/2024:01:53:56] ENGINE Bus STARTING 2024-06-18T01:53:57.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:57 smithi049 ceph-mon[26077]: [18/Jun/2024:01:53:56] ENGINE Serving on https://172.21.15.49:7150 2024-06-18T01:53:57.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:57 smithi049 ceph-mon[26077]: [18/Jun/2024:01:53:56] ENGINE Error in HTTPServer.serve 2024-06-18T01:53:57.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: Traceback (most recent call last): 2024-06-18T01:53:57.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-06-18T01:53:57.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: self._connections.run(self.expiration_interval) 2024-06-18T01:53:57.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-06-18T01:53:57.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: self._run(expiration_interval) 2024-06-18T01:53:57.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-06-18T01:53:57.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-06-18T01:53:57.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-06-18T01:53:57.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-06-18T01:53:57.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-06-18T01:53:57.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: s = self.context.wrap_socket( 2024-06-18T01:53:57.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-06-18T01:53:57.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: return self.sslsocket_class._create( 2024-06-18T01:53:57.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-06-18T01:53:57.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: self.do_handshake() 2024-06-18T01:53:57.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-06-18T01:53:57.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: self._sslobj.do_handshake() 2024-06-18T01:53:57.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1129) 2024-06-18T01:53:57.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:57 smithi049 ceph-mon[26077]: [18/Jun/2024:01:53:56] ENGINE Serving on http://172.21.15.49:8765 2024-06-18T01:53:57.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:57 smithi049 ceph-mon[26077]: [18/Jun/2024:01:53:56] ENGINE Bus STARTED 2024-06-18T01:53:57.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:57 smithi049 ceph-mon[26077]: mgrmap e17: smithi049.bfvfpy(active, since 2s) 2024-06-18T01:53:59.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:59 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:59.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:59 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:59.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:59 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:59.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:59 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:53:59.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:53:59 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config rm", "who": "osd/host:smithi049", "name": "osd_memory_target"}]: dispatch 2024-06-18T01:54:00.835 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:54:00.836 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"3675f062-2d15-11ef-bc9d-c7b262605968","modified":"2024-06-18T01:51:46.515930Z","created":"2024-06-18T01:51:46.515930Z","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":"smithi049","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-06-18T01:54:00.836 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-06-18T01:54:01.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:01 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:01.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:01 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:01.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:01 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:01.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:01 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:01.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:01 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config rm", "who": "osd/host:smithi129", "name": "osd_memory_target"}]: dispatch 2024-06-18T01:54:01.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:01 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:54:01.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:01 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T01:54:01.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:01 smithi049 ceph-mon[26077]: Updating smithi049:/etc/ceph/ceph.conf 2024-06-18T01:54:01.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:01 smithi049 ceph-mon[26077]: Updating smithi129:/etc/ceph/ceph.conf 2024-06-18T01:54:01.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:01 smithi049 ceph-mon[26077]: Updating smithi129:/var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T01:54:01.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:01 smithi049 ceph-mon[26077]: Updating smithi049:/var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T01:54:01.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:01 smithi049 ceph-mon[26077]: from='client.? 172.21.15.129:0/3330746' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T01:54:01.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:01 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:01.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:01 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:01.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:01 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:01.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:01 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:01.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:01 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:01.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:01 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi129", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-06-18T01:54:01.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:01 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi129", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-06-18T01:54:01.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:01 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:54:02.482 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-06-18T01:54:02.482 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph mon dump -f json 2024-06-18T01:54:02.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:02 smithi049 ceph-mon[26077]: Updating smithi129:/etc/ceph/ceph.client.admin.keyring 2024-06-18T01:54:02.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:02 smithi049 ceph-mon[26077]: Updating smithi049:/etc/ceph/ceph.client.admin.keyring 2024-06-18T01:54:02.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:02 smithi049 ceph-mon[26077]: Updating smithi129:/var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/config/ceph.client.admin.keyring 2024-06-18T01:54:02.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:02 smithi049 ceph-mon[26077]: Updating smithi049:/var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/config/ceph.client.admin.keyring 2024-06-18T01:54:02.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:02 smithi049 ceph-mon[26077]: Deploying daemon ceph-exporter.smithi129 on smithi129 2024-06-18T01:54:02.811 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T01:54:04.782 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:54:04.783 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"3675f062-2d15-11ef-bc9d-c7b262605968","modified":"2024-06-18T01:51:46.515930Z","created":"2024-06-18T01:51:46.515930Z","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":"smithi049","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-06-18T01:54:04.783 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-06-18T01:54:05.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:04 smithi049 ceph-mon[26077]: from='client.? 172.21.15.129:0/4210384767' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T01:54:06.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:05 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:06.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:05 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:06.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:05 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:06.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:05 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:06.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:05 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi129", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-06-18T01:54:06.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:05 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi129", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-06-18T01:54:06.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:05 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:54:06.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:05 smithi049 ceph-mon[26077]: Deploying daemon crash.smithi129 on smithi129 2024-06-18T01:54:06.512 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-06-18T01:54:06.512 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph mon dump -f json 2024-06-18T01:54:06.762 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T01:54:08.604 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:54:08.604 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"3675f062-2d15-11ef-bc9d-c7b262605968","modified":"2024-06-18T01:51:46.515930Z","created":"2024-06-18T01:51:46.515930Z","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":"smithi049","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-06-18T01:54:08.604 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-06-18T01:54:08.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:08 smithi049 ceph-mon[26077]: from='client.? 172.21.15.129:0/3744124753' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T01:54:10.452 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-06-18T01:54:10.452 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph mon dump -f json 2024-06-18T01:54:10.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:10.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:10.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:10.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:10.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:10 smithi049 ceph-mon[26077]: Deploying daemon node-exporter.smithi129 on smithi129 2024-06-18T01:54:10.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:10.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:54:10.686 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T01:54:13.622 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:54:13.622 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"3675f062-2d15-11ef-bc9d-c7b262605968","modified":"2024-06-18T01:51:46.515930Z","created":"2024-06-18T01:51:46.515930Z","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":"smithi049","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-06-18T01:54:13.623 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-06-18T01:54:13.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:13 smithi049 ceph-mon[26077]: from='client.? 172.21.15.129:0/221379390' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T01:54:15.364 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-06-18T01:54:15.364 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph mon dump -f json 2024-06-18T01:54:15.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:15 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:15.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:15 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:15.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:15 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:15.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:15 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:15.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:15 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi129.rtqsbz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T01:54:15.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:15 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi129.rtqsbz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-06-18T01:54:15.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:15 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T01:54:15.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:15 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:54:15.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:15 smithi049 ceph-mon[26077]: Deploying daemon mgr.smithi129.rtqsbz on smithi129 2024-06-18T01:54:15.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:15 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:15.599 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T01:54:16.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:16 smithi049 ceph-mon[26077]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:18.000 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:54:18.000 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"3675f062-2d15-11ef-bc9d-c7b262605968","modified":"2024-06-18T01:51:46.515930Z","created":"2024-06-18T01:51:46.515930Z","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":"smithi049","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-06-18T01:54:18.000 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-06-18T01:54:18.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:18 smithi049 ceph-mon[26077]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:18.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:18 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:18.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:18 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:18.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:18 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:18.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:18 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:18.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:18 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T01:54:18.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:18 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:54:18.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:18 smithi049 ceph-mon[26077]: from='client.? 172.21.15.129:0/3763426680' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T01:54:19.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:19 smithi049 ceph-mon[26077]: Deploying daemon mon.smithi129 on smithi129 2024-06-18T01:54:19.733 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-06-18T01:54:19.733 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph mon dump -f json 2024-06-18T01:54:20.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:20 smithi049 ceph-mon[26077]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:20.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:20 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:20.592 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi129/config 2024-06-18T01:54:22.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:22 smithi049 ceph-mon[26077]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:22.658 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:54:22.658 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":1,"fsid":"3675f062-2d15-11ef-bc9d-c7b262605968","modified":"2024-06-18T01:51:46.515930Z","created":"2024-06-18T01:51:46.515930Z","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":"smithi049","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-06-18T01:54:22.659 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 1 2024-06-18T01:54:24.463 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-06-18T01:54:24.463 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph mon dump -f json 2024-06-18T01:54:24.721 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi129/config 2024-06-18T01:54:27.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:27.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-06-18T01:54:27.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata", "id": "smithi049"}]: dispatch 2024-06-18T01:54:27.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: mon.smithi049 calling monitor election 2024-06-18T01:54:27.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-06-18T01:54:27.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-06-18T01:54:27.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:27.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:54:27.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-06-18T01:54:27.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: mon.smithi129 calling monitor election 2024-06-18T01:54:27.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-06-18T01:54:27.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:27.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-06-18T01:54:27.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-06-18T01:54:27.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: mon.smithi049 is new leader, mons smithi049,smithi129 in quorum (ranks 0,1) 2024-06-18T01:54:27.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: monmap epoch 2 2024-06-18T01:54:27.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: fsid 3675f062-2d15-11ef-bc9d-c7b262605968 2024-06-18T01:54:27.986 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: last_changed 2024-06-18T01:54:22.797994+0000 2024-06-18T01:54:27.986 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: created 2024-06-18T01:51:46.515930+0000 2024-06-18T01:54:27.986 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: min_mon_release 19 (squid) 2024-06-18T01:54:27.986 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: election_strategy: 1 2024-06-18T01:54:27.986 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: 0: [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon.smithi049 2024-06-18T01:54:27.986 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: 1: [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] mon.smithi129 2024-06-18T01:54:27.986 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: fsmap 2024-06-18T01:54:27.986 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: osdmap e5: 0 total, 0 up, 0 in 2024-06-18T01:54:27.986 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: mgrmap e17: smithi049.bfvfpy(active, since 33s) 2024-06-18T01:54:27.986 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: overall HEALTH_OK 2024-06-18T01:54:27.986 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: Standby manager daemon smithi129.rtqsbz started 2024-06-18T01:54:27.986 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:27.986 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:27.986 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:27.987 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:27.987 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:27 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:28.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:27 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:29.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:28 smithi049 ceph-mon[26077]: mgrmap e18: smithi049.bfvfpy(active, since 33s), standbys: smithi129.rtqsbz 2024-06-18T01:54:29.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:28 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mgr metadata", "who": "smithi129.rtqsbz", "id": "smithi129.rtqsbz"}]: dispatch 2024-06-18T01:54:29.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:28 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:54:29.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:28 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-06-18T01:54:29.235 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:28 smithi129 ceph-mon[34969]: mgrmap e18: smithi049.bfvfpy(active, since 33s), standbys: smithi129.rtqsbz 2024-06-18T01:54:29.235 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:28 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mgr metadata", "who": "smithi129.rtqsbz", "id": "smithi129.rtqsbz"}]: dispatch 2024-06-18T01:54:29.235 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:28 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:54:29.235 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:28 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-06-18T01:54:29.507 INFO:teuthology.orchestra.run.smithi129.stdout: 2024-06-18T01:54:29.507 INFO:teuthology.orchestra.run.smithi129.stdout:{"epoch":2,"fsid":"3675f062-2d15-11ef-bc9d-c7b262605968","modified":"2024-06-18T01:54:22.797994Z","created":"2024-06-18T01:51:46.515930Z","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":"smithi049","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi129","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:3300","nonce":0},{"type":"v1","addr":"172.21.15.129:6789","nonce":0}]},"addr":"172.21.15.129:6789/0","public_addr":"172.21.15.129:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-06-18T01:54:29.507 INFO:teuthology.orchestra.run.smithi129.stderr:dumped monmap epoch 2 2024-06-18T01:54:30.135 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:29 smithi049 ceph-mon[26077]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:30.135 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:29 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:30.135 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:29 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:30.135 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:29 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:54:30.135 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:29 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T01:54:30.135 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:29 smithi049 ceph-mon[26077]: from='client.? 172.21.15.129:0/3477504324' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T01:54:30.135 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:29 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:30.207 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:29 smithi129 ceph-mon[34969]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:30.207 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:29 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:30.207 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:29 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:30.207 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:29 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:54:30.207 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:29 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T01:54:30.207 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:29 smithi129 ceph-mon[34969]: from='client.? 172.21.15.129:0/3477504324' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-18T01:54:30.207 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:29 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:30.232 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-06-18T01:54:30.232 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph config generate-minimal-conf 2024-06-18T01:54:31.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:30 smithi049 ceph-mon[26077]: Updating smithi049:/etc/ceph/ceph.conf 2024-06-18T01:54:31.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:30 smithi049 ceph-mon[26077]: Updating smithi129:/etc/ceph/ceph.conf 2024-06-18T01:54:31.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:30 smithi049 ceph-mon[26077]: Updating smithi129:/var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T01:54:31.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:30 smithi049 ceph-mon[26077]: Updating smithi049:/var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T01:54:31.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:30 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:31.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:30 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:31.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:30 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:31.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:30 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:31.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:30 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:31.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:30 smithi049 ceph-mon[26077]: Reconfiguring mon.smithi049 (unknown last config time)... 2024-06-18T01:54:31.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:30 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T01:54:31.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:30 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T01:54:31.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:30 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:54:31.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:30 smithi049 ceph-mon[26077]: Reconfiguring daemon mon.smithi049 on smithi049 2024-06-18T01:54:31.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:30 smithi129 ceph-mon[34969]: Updating smithi049:/etc/ceph/ceph.conf 2024-06-18T01:54:31.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:30 smithi129 ceph-mon[34969]: Updating smithi129:/etc/ceph/ceph.conf 2024-06-18T01:54:31.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:30 smithi129 ceph-mon[34969]: Updating smithi129:/var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T01:54:31.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:30 smithi129 ceph-mon[34969]: Updating smithi049:/var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/config/ceph.conf 2024-06-18T01:54:31.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:30 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:31.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:30 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:31.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:30 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:31.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:30 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:31.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:30 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:31.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:30 smithi129 ceph-mon[34969]: Reconfiguring mon.smithi049 (unknown last config time)... 2024-06-18T01:54:31.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:30 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T01:54:31.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:30 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T01:54:31.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:30 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:54:31.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:30 smithi129 ceph-mon[34969]: Reconfiguring daemon mon.smithi049 on smithi049 2024-06-18T01:54:31.408 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:54:32.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:31 smithi049 ceph-mon[26077]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:32.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:31 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:32.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:31 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:32.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:31 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi049.bfvfpy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T01:54:32.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:31 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T01:54:32.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:31 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:54:32.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:31 smithi129 ceph-mon[34969]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:32.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:31 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:32.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:31 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:32.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:31 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi049.bfvfpy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T01:54:32.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:31 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T01:54:32.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:31 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:54:33.214 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:32 smithi049 ceph-mon[26077]: Reconfiguring mgr.smithi049.bfvfpy (unknown last config time)... 2024-06-18T01:54:33.214 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:32 smithi049 ceph-mon[26077]: Reconfiguring daemon mgr.smithi049.bfvfpy on smithi049 2024-06-18T01:54:33.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:32 smithi129 ceph-mon[34969]: Reconfiguring mgr.smithi049.bfvfpy (unknown last config time)... 2024-06-18T01:54:33.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:32 smithi129 ceph-mon[34969]: Reconfiguring daemon mgr.smithi049.bfvfpy on smithi049 2024-06-18T01:54:33.419 INFO:teuthology.orchestra.run.smithi049.stdout:# minimal ceph.conf for 3675f062-2d15-11ef-bc9d-c7b262605968 2024-06-18T01:54:33.419 INFO:teuthology.orchestra.run.smithi049.stdout:[global] 2024-06-18T01:54:33.420 INFO:teuthology.orchestra.run.smithi049.stdout: fsid = 3675f062-2d15-11ef-bc9d-c7b262605968 2024-06-18T01:54:33.420 INFO:teuthology.orchestra.run.smithi049.stdout: mon_host = [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] [v2:172.21.15.129:3300/0,v1:172.21.15.129:6789/0] 2024-06-18T01:54:34.018 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:33 smithi049 ceph-mon[26077]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:34.019 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:33 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/4178364623' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:54:34.048 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-06-18T01:54:34.048 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-06-18T01:54:34.048 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/ceph/ceph.conf 2024-06-18T01:54:34.078 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-06-18T01:54:34.078 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-06-18T01:54:34.144 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-06-18T01:54:34.144 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/etc/ceph/ceph.conf 2024-06-18T01:54:34.178 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-06-18T01:54:34.178 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-06-18T01:54:34.243 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:33 smithi129 ceph-mon[34969]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:34.243 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:33 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/4178364623' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:54:34.247 INFO:tasks.cephadm:Deploying OSDs... 2024-06-18T01:54:34.247 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-06-18T01:54:34.247 DEBUG:teuthology.orchestra.run.smithi049:> dd if=/scratch_devs of=/dev/stdout 2024-06-18T01:54:34.264 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-06-18T01:54:34.264 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/nvme1n1 2024-06-18T01:54:34.320 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/nvme1n1 2024-06-18T01:54:34.320 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-06-18T01:54:34.320 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 5h/5d Inode: 772 Links: 1 Device type: 103,2 2024-06-18T01:54:34.320 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-06-18T01:54:34.320 INFO:teuthology.orchestra.run.smithi049.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-06-18T01:54:34.320 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-06-18 01:53:04.765746034 +0000 2024-06-18T01:54:34.321 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-06-18 01:50:57.998230251 +0000 2024-06-18T01:54:34.321 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-06-18 01:50:57.998230251 +0000 2024-06-18T01:54:34.321 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: 2024-06-18 01:50:57.995230332 +0000 2024-06-18T01:54:34.321 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-06-18T01:54:34.384 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-06-18T01:54:34.384 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-06-18T01:54:34.384 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000105956 s, 4.8 MB/s 2024-06-18T01:54:34.385 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-06-18T01:54:34.443 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/nvme2n1 2024-06-18T01:54:34.500 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/nvme2n1 2024-06-18T01:54:34.500 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-06-18T01:54:34.500 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 5h/5d Inode: 784 Links: 1 Device type: 103,4 2024-06-18T01:54:34.501 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-06-18T01:54:34.501 INFO:teuthology.orchestra.run.smithi049.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-06-18T01:54:34.501 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-06-18 01:53:04.773745817 +0000 2024-06-18T01:54:34.501 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-06-18 01:50:58.139226423 +0000 2024-06-18T01:54:34.501 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-06-18 01:50:58.139226423 +0000 2024-06-18T01:54:34.501 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: 2024-06-18 01:50:58.136226504 +0000 2024-06-18T01:54:34.501 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-06-18T01:54:34.565 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-06-18T01:54:34.565 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-06-18T01:54:34.565 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000114017 s, 4.5 MB/s 2024-06-18T01:54:34.567 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-06-18T01:54:34.623 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/nvme3n1 2024-06-18T01:54:34.679 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/nvme3n1 2024-06-18T01:54:34.679 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-06-18T01:54:34.679 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 5h/5d Inode: 796 Links: 1 Device type: 103,6 2024-06-18T01:54:34.679 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-06-18T01:54:34.679 INFO:teuthology.orchestra.run.smithi049.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-06-18T01:54:34.679 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-06-18 01:53:04.782745572 +0000 2024-06-18T01:54:34.679 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-06-18 01:50:58.280222595 +0000 2024-06-18T01:54:34.679 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-06-18 01:50:58.280222595 +0000 2024-06-18T01:54:34.679 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: 2024-06-18 01:50:58.277222676 +0000 2024-06-18T01:54:34.679 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-06-18T01:54:34.744 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-06-18T01:54:34.744 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-06-18T01:54:34.744 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000113708 s, 4.5 MB/s 2024-06-18T01:54:34.745 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-06-18T01:54:34.803 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/nvme4n1 2024-06-18T01:54:34.859 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/nvme4n1 2024-06-18T01:54:34.859 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-06-18T01:54:34.859 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 5h/5d Inode: 807 Links: 1 Device type: 103,8 2024-06-18T01:54:34.859 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-06-18T01:54:34.859 INFO:teuthology.orchestra.run.smithi049.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-06-18T01:54:34.859 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-06-18 01:53:04.790745355 +0000 2024-06-18T01:54:34.859 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-06-18 01:50:58.421218767 +0000 2024-06-18T01:54:34.860 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-06-18 01:50:58.421218767 +0000 2024-06-18T01:54:34.860 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: 2024-06-18 01:50:58.417218875 +0000 2024-06-18T01:54:34.860 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-06-18T01:54:34.922 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-06-18T01:54:34.923 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-06-18T01:54:34.923 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000114337 s, 4.5 MB/s 2024-06-18T01:54:34.924 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-06-18T01:54:34.981 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-06-18T01:54:34.981 DEBUG:teuthology.orchestra.run.smithi129:> dd if=/scratch_devs of=/dev/stdout 2024-06-18T01:54:35.000 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-06-18T01:54:35.000 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/nvme1n1 2024-06-18T01:54:35.058 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/nvme1n1 2024-06-18T01:54:35.058 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-06-18T01:54:35.058 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 5h/5d Inode: 764 Links: 1 Device type: 103,2 2024-06-18T01:54:35.058 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-06-18T01:54:35.058 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-06-18T01:54:35.058 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2024-06-18 01:53:58.841991291 +0000 2024-06-18T01:54:35.058 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2024-06-18 01:50:59.610660503 +0000 2024-06-18T01:54:35.058 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2024-06-18 01:50:59.610660503 +0000 2024-06-18T01:54:35.058 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: 2024-06-18 01:50:59.605660605 +0000 2024-06-18T01:54:35.059 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-06-18T01:54:35.130 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2024-06-18T01:54:35.130 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2024-06-18T01:54:35.130 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000259588 s, 2.0 MB/s 2024-06-18T01:54:35.132 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-06-18T01:54:35.192 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/nvme2n1 2024-06-18T01:54:35.250 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/nvme2n1 2024-06-18T01:54:35.250 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-06-18T01:54:35.250 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 5h/5d Inode: 775 Links: 1 Device type: 103,4 2024-06-18T01:54:35.250 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-06-18T01:54:35.250 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-06-18T01:54:35.251 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2024-06-18 01:53:58.852991066 +0000 2024-06-18T01:54:35.251 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2024-06-18 01:50:59.748657674 +0000 2024-06-18T01:54:35.251 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2024-06-18 01:50:59.748657674 +0000 2024-06-18T01:54:35.251 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: 2024-06-18 01:50:59.743657777 +0000 2024-06-18T01:54:35.251 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-06-18T01:54:35.317 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2024-06-18T01:54:35.317 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2024-06-18T01:54:35.317 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000311623 s, 1.6 MB/s 2024-06-18T01:54:35.318 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-06-18T01:54:35.376 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/nvme3n1 2024-06-18T01:54:35.433 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/nvme3n1 2024-06-18T01:54:35.433 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-06-18T01:54:35.433 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 5h/5d Inode: 787 Links: 1 Device type: 103,6 2024-06-18T01:54:35.433 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-06-18T01:54:35.433 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-06-18T01:54:35.433 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2024-06-18 01:53:58.862990861 +0000 2024-06-18T01:54:35.434 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2024-06-18 01:50:59.884654886 +0000 2024-06-18T01:54:35.434 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2024-06-18 01:50:59.884654886 +0000 2024-06-18T01:54:35.434 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: 2024-06-18 01:50:59.880654968 +0000 2024-06-18T01:54:35.434 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-06-18T01:54:35.498 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2024-06-18T01:54:35.498 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2024-06-18T01:54:35.499 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000236303 s, 2.2 MB/s 2024-06-18T01:54:35.501 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-06-18T01:54:35.558 DEBUG:teuthology.orchestra.run.smithi129:> stat /dev/nvme4n1 2024-06-18T01:54:35.614 INFO:teuthology.orchestra.run.smithi129.stdout: File: /dev/nvme4n1 2024-06-18T01:54:35.614 INFO:teuthology.orchestra.run.smithi129.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-06-18T01:54:35.614 INFO:teuthology.orchestra.run.smithi129.stdout:Device: 5h/5d Inode: 800 Links: 1 Device type: 103,8 2024-06-18T01:54:35.614 INFO:teuthology.orchestra.run.smithi129.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-06-18T01:54:35.614 INFO:teuthology.orchestra.run.smithi129.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-06-18T01:54:35.614 INFO:teuthology.orchestra.run.smithi129.stdout:Access: 2024-06-18 01:53:58.873990636 +0000 2024-06-18T01:54:35.614 INFO:teuthology.orchestra.run.smithi129.stdout:Modify: 2024-06-18 01:51:00.022652057 +0000 2024-06-18T01:54:35.614 INFO:teuthology.orchestra.run.smithi129.stdout:Change: 2024-06-18 01:51:00.022652057 +0000 2024-06-18T01:54:35.614 INFO:teuthology.orchestra.run.smithi129.stdout: Birth: 2024-06-18 01:51:00.017652159 +0000 2024-06-18T01:54:35.615 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-06-18T01:54:35.676 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:35 smithi129 ceph-mon[34969]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:35.676 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:35 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:35.676 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:35 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:35.676 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:35 smithi129 ceph-mon[34969]: Reconfiguring ceph-exporter.smithi049 (monmap changed)... 2024-06-18T01:54:35.676 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:35 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi049", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-06-18T01:54:35.676 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:35 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:54:35.676 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:35 smithi129 ceph-mon[34969]: Reconfiguring daemon ceph-exporter.smithi049 on smithi049 2024-06-18T01:54:35.678 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records in 2024-06-18T01:54:35.678 INFO:teuthology.orchestra.run.smithi129.stderr:1+0 records out 2024-06-18T01:54:35.678 INFO:teuthology.orchestra.run.smithi129.stderr:512 bytes copied, 0.000197066 s, 2.6 MB/s 2024-06-18T01:54:35.679 DEBUG:teuthology.orchestra.run.smithi129:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-06-18T01:54:35.736 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph orch apply osd --all-available-devices 2024-06-18T01:54:35.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:35 smithi049 ceph-mon[26077]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:35.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:35 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:35.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:35 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:35.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:35 smithi049 ceph-mon[26077]: Reconfiguring ceph-exporter.smithi049 (monmap changed)... 2024-06-18T01:54:35.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:35 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi049", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-06-18T01:54:35.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:35 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:54:35.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:35 smithi049 ceph-mon[26077]: Reconfiguring daemon ceph-exporter.smithi049 on smithi049 2024-06-18T01:54:36.009 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi129/config 2024-06-18T01:54:37.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:36 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:37.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:36 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:37.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:36 smithi129 ceph-mon[34969]: Reconfiguring crash.smithi049 (monmap changed)... 2024-06-18T01:54:37.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:36 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi049", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-06-18T01:54:37.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:36 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:54:37.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:36 smithi129 ceph-mon[34969]: Reconfiguring daemon crash.smithi049 on smithi049 2024-06-18T01:54:37.042 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:36 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:37.042 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:36 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:37.042 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:36 smithi049 ceph-mon[26077]: Reconfiguring crash.smithi049 (monmap changed)... 2024-06-18T01:54:37.042 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:36 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi049", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-06-18T01:54:37.042 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:36 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:54:37.042 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:36 smithi049 ceph-mon[26077]: Reconfiguring daemon crash.smithi049 on smithi049 2024-06-18T01:54:37.693 INFO:teuthology.orchestra.run.smithi129.stdout:Scheduled osd.all-available-devices update... 2024-06-18T01:54:38.270 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:38 smithi129 ceph-mon[34969]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:38.270 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:38 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:38.270 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:38 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:38.270 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:38 smithi129 ceph-mon[34969]: Reconfiguring alertmanager.smithi049 (dependencies changed)... 2024-06-18T01:54:38.270 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:38 smithi129 ceph-mon[34969]: Reconfiguring daemon alertmanager.smithi049 on smithi049 2024-06-18T01:54:38.270 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:38 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:38.271 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-06-18T01:54:38.272 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd stat -f json 2024-06-18T01:54:38.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:38 smithi049 ceph-mon[26077]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:38.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:38 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:38.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:38 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:38.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:38 smithi049 ceph-mon[26077]: Reconfiguring alertmanager.smithi049 (dependencies changed)... 2024-06-18T01:54:38.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:38 smithi049 ceph-mon[26077]: Reconfiguring daemon alertmanager.smithi049 on smithi049 2024-06-18T01:54:38.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:38 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:39.362 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:39 smithi049 ceph-mon[26077]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:54:39.363 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:39 smithi049 ceph-mon[26077]: Marking host: smithi049 for OSDSpec preview refresh. 2024-06-18T01:54:39.363 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:39 smithi049 ceph-mon[26077]: Marking host: smithi129 for OSDSpec preview refresh. 2024-06-18T01:54:39.363 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:39 smithi049 ceph-mon[26077]: Saving service osd.all-available-devices spec with placement * 2024-06-18T01:54:39.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:39 smithi129 ceph-mon[34969]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:54:39.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:39 smithi129 ceph-mon[34969]: Marking host: smithi049 for OSDSpec preview refresh. 2024-06-18T01:54:39.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:39 smithi129 ceph-mon[34969]: Marking host: smithi129 for OSDSpec preview refresh. 2024-06-18T01:54:39.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:39 smithi129 ceph-mon[34969]: Saving service osd.all-available-devices spec with placement * 2024-06-18T01:54:39.600 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:54:40.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:40 smithi049 ceph-mon[26077]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:40.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:40 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:54:40.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:40 smithi129 ceph-mon[34969]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:40.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:40 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:54:42.179 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:42 smithi049 ceph-mon[26077]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:42.194 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:54:42.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:42 smithi129 ceph-mon[34969]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:42.786 INFO:teuthology.orchestra.run.smithi049.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-06-18T01:54:43.349 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:43 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/3104459147' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:54:43.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:43 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/3104459147' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:54:43.787 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd stat -f json 2024-06-18T01:54:44.114 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:54:44.363 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:44 smithi049 ceph-mon[26077]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:44.363 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:44 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:44.363 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:44 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:44.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:44 smithi129 ceph-mon[34969]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:44.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:44 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:44.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:44 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:45.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:45 smithi129 ceph-mon[34969]: Reconfiguring grafana.smithi049 (dependencies changed)... 2024-06-18T01:54:45.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:45 smithi129 ceph-mon[34969]: Reconfiguring daemon grafana.smithi049 on smithi049 2024-06-18T01:54:45.394 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:45 smithi049 ceph-mon[26077]: Reconfiguring grafana.smithi049 (dependencies changed)... 2024-06-18T01:54:45.394 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:45 smithi049 ceph-mon[26077]: Reconfiguring daemon grafana.smithi049 on smithi049 2024-06-18T01:54:46.097 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:54:46.353 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:46 smithi049 ceph-mon[26077]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:46.353 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:46 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/3782932523' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:54:46.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:46 smithi129 ceph-mon[34969]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:46.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:46 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/3782932523' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:54:47.163 INFO:teuthology.orchestra.run.smithi049.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-06-18T01:54:48.165 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd stat -f json 2024-06-18T01:54:48.394 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:48 smithi049 ceph-mon[26077]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:48.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:48 smithi129 ceph-mon[34969]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:49.026 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:54:50.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:50 smithi129 ceph-mon[34969]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:50.329 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:50 smithi049 ceph-mon[26077]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:50.744 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:54:51.333 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:51 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/3258778057' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:54:51.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:51 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/3258778057' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:54:51.640 INFO:teuthology.orchestra.run.smithi049.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-06-18T01:54:52.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:52 smithi049 ceph-mon[26077]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:52.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:52 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:52.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:52 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:52.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:52 smithi049 ceph-mon[26077]: Reconfiguring prometheus.smithi049 (dependencies changed)... 2024-06-18T01:54:52.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:52 smithi129 ceph-mon[34969]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:52.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:52 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:52.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:52 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:52.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:52 smithi129 ceph-mon[34969]: Reconfiguring prometheus.smithi049 (dependencies changed)... 2024-06-18T01:54:52.642 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd stat -f json 2024-06-18T01:54:53.284 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:53 smithi049 ceph-mon[26077]: Reconfiguring daemon prometheus.smithi049 on smithi049 2024-06-18T01:54:53.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:53 smithi129 ceph-mon[34969]: Reconfiguring daemon prometheus.smithi049 on smithi049 2024-06-18T01:54:54.215 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:54 smithi049 ceph-mon[26077]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:54.359 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:54:54.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:54 smithi129 ceph-mon[34969]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:55.305 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:54:55.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:54:56.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:56 smithi049 ceph-mon[26077]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:56.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:56 smithi129 ceph-mon[34969]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:56.759 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:54:57.335 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:57 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/1553978472' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:54:57.336 INFO:teuthology.orchestra.run.smithi049.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-06-18T01:54:57.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:57 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/1553978472' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:54:58.338 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd stat -f json 2024-06-18T01:54:58.405 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:58 smithi129 ceph-mon[34969]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:58.405 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:58 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:58.405 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:58 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:58.405 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:58 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi129", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-06-18T01:54:58.406 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:58 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:54:58.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:58 smithi049 ceph-mon[26077]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:54:58.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:58 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:58.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:58 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:58.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:58 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi129", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-06-18T01:54:58.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:58 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:54:58.592 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:54:59.317 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:59 smithi049 ceph-mon[26077]: Reconfiguring ceph-exporter.smithi129 (monmap changed)... 2024-06-18T01:54:59.317 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:59 smithi049 ceph-mon[26077]: Reconfiguring daemon ceph-exporter.smithi129 on smithi129 2024-06-18T01:54:59.317 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:59 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:59.317 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:59 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:59.318 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:59 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi129", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-06-18T01:54:59.318 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:54:59 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:54:59.518 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:59 smithi129 ceph-mon[34969]: Reconfiguring ceph-exporter.smithi129 (monmap changed)... 2024-06-18T01:54:59.518 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:59 smithi129 ceph-mon[34969]: Reconfiguring daemon ceph-exporter.smithi129 on smithi129 2024-06-18T01:54:59.518 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:59 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:59.519 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:59 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:54:59.519 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:59 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi129", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-06-18T01:54:59.519 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:54:59 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:00.249 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:55:00.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:00 smithi049 ceph-mon[26077]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:00.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:00 smithi049 ceph-mon[26077]: Reconfiguring crash.smithi129 (monmap changed)... 2024-06-18T01:55:00.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:00 smithi049 ceph-mon[26077]: Reconfiguring daemon crash.smithi129 on smithi129 2024-06-18T01:55:00.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:00 smithi129 ceph-mon[34969]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:00.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:00 smithi129 ceph-mon[34969]: Reconfiguring crash.smithi129 (monmap changed)... 2024-06-18T01:55:00.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:00 smithi129 ceph-mon[34969]: Reconfiguring daemon crash.smithi129 on smithi129 2024-06-18T01:55:00.952 INFO:teuthology.orchestra.run.smithi049.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-06-18T01:55:01.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:01 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/3336630417' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:01.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:01 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:01.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:01 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:01.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:01 smithi129 ceph-mon[34969]: Reconfiguring mgr.smithi129.rtqsbz (monmap changed)... 2024-06-18T01:55:01.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:01 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi129.rtqsbz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T01:55:01.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:01 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T01:55:01.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:01 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:01.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:01 smithi129 ceph-mon[34969]: Reconfiguring daemon mgr.smithi129.rtqsbz on smithi129 2024-06-18T01:55:01.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:01 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/3336630417' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:01.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:01 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:01.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:01 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:01.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:01 smithi049 ceph-mon[26077]: Reconfiguring mgr.smithi129.rtqsbz (monmap changed)... 2024-06-18T01:55:01.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:01 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi129.rtqsbz", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-18T01:55:01.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:01 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-18T01:55:01.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:01 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:01.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:01 smithi049 ceph-mon[26077]: Reconfiguring daemon mgr.smithi129.rtqsbz on smithi129 2024-06-18T01:55:01.953 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd stat -f json 2024-06-18T01:55:02.205 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:55:02.594 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:02 smithi049 ceph-mon[26077]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:02.594 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:02 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:02.594 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:02 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:02.594 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:02 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T01:55:02.594 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:02 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T01:55:02.594 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:02 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:02.752 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:02 smithi129 ceph-mon[34969]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:02.752 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:02 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:02.752 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:02 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:02.753 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:02 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-18T01:55:02.753 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:02 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-18T01:55:02.753 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:02 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:03.565 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:03 smithi049 ceph-mon[26077]: Reconfiguring mon.smithi129 (monmap changed)... 2024-06-18T01:55:03.566 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:03 smithi049 ceph-mon[26077]: Reconfiguring daemon mon.smithi129 on smithi129 2024-06-18T01:55:03.566 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:03 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:03.566 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:03 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:03.566 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:03 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-06-18T01:55:03.566 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:03 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi049.front.sepia.ceph.com:9093"}]: dispatch 2024-06-18T01:55:03.566 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:03 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:03.566 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:03 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-06-18T01:55:03.566 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:03 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi049.front.sepia.ceph.com:3000"}]: dispatch 2024-06-18T01:55:03.566 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:03 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:03.566 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:03 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-06-18T01:55:03.566 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:03 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi049.front.sepia.ceph.com:9095"}]: dispatch 2024-06-18T01:55:03.567 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:03 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:03.567 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:03 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:55:03.730 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:03 smithi129 ceph-mon[34969]: Reconfiguring mon.smithi129 (monmap changed)... 2024-06-18T01:55:03.730 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:03 smithi129 ceph-mon[34969]: Reconfiguring daemon mon.smithi129 on smithi129 2024-06-18T01:55:03.730 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:03 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:03.730 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:03 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:03.731 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:03 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-06-18T01:55:03.731 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:03 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi049.front.sepia.ceph.com:9093"}]: dispatch 2024-06-18T01:55:03.731 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:03 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:03.731 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:03 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-06-18T01:55:03.731 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:03 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi049.front.sepia.ceph.com:3000"}]: dispatch 2024-06-18T01:55:03.731 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:03 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:03.731 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:03 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-06-18T01:55:03.731 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:03 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi049.front.sepia.ceph.com:9095"}]: dispatch 2024-06-18T01:55:03.731 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:03 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:03.731 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:03 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:55:03.984 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:55:04.634 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:04 smithi129 ceph-mon[34969]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:04.635 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:04 smithi129 ceph-mon[34969]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-06-18T01:55:04.635 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:04 smithi129 ceph-mon[34969]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi049.front.sepia.ceph.com:9093"}]: dispatch 2024-06-18T01:55:04.635 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:04 smithi129 ceph-mon[34969]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-06-18T01:55:04.635 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:04 smithi129 ceph-mon[34969]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi049.front.sepia.ceph.com:3000"}]: dispatch 2024-06-18T01:55:04.635 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:04 smithi129 ceph-mon[34969]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-06-18T01:55:04.635 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:04 smithi129 ceph-mon[34969]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi049.front.sepia.ceph.com:9095"}]: dispatch 2024-06-18T01:55:04.635 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:04 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/1367754767' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:04.690 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:04 smithi049 ceph-mon[26077]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:04.690 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:04 smithi049 ceph-mon[26077]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-06-18T01:55:04.690 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:04 smithi049 ceph-mon[26077]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi049.front.sepia.ceph.com:9093"}]: dispatch 2024-06-18T01:55:04.690 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:04 smithi049 ceph-mon[26077]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-06-18T01:55:04.690 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:04 smithi049 ceph-mon[26077]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi049.front.sepia.ceph.com:3000"}]: dispatch 2024-06-18T01:55:04.690 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:04 smithi049 ceph-mon[26077]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-06-18T01:55:04.691 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:04 smithi049 ceph-mon[26077]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi049.front.sepia.ceph.com:9095"}]: dispatch 2024-06-18T01:55:04.691 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:04 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/1367754767' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:04.717 INFO:teuthology.orchestra.run.smithi049.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-06-18T01:55:05.719 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd stat -f json 2024-06-18T01:55:06.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:05 smithi049 ceph-mon[26077]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:06.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:05 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:06.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:05 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:06.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:05 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:06.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:05 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:06.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:05 smithi129 ceph-mon[34969]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:06.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:05 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:06.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:05 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:06.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:05 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:06.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:05 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:06.670 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:55:07.950 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:07 smithi049 ceph-mon[26077]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:08.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:07 smithi129 ceph-mon[34969]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:08.618 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:55:09.175 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:08 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/309745639' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:09.176 INFO:teuthology.orchestra.run.smithi049.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-06-18T01:55:09.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:08 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/309745639' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:10.177 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd stat -f json 2024-06-18T01:55:10.372 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:10 smithi049 ceph-mon[26077]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:10.373 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:10.373 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:10.373 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:55:10.373 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:10.373 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:10.373 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:10.373 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T01:55:10.373 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:10.373 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T01:55:10.373 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T01:55:10.373 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:10.373 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T01:55:10.373 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:10.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:10 smithi129 ceph-mon[34969]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:10.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:10 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:10.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:10 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:10.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:10 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:55:10.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:10 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:10.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:10 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:10.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:10 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:10.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:10 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T01:55:10.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:10 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:10.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:10 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T01:55:10.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:10 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T01:55:10.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:10 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:10.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:10 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T01:55:10.535 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:10 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:11.078 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:55:12.448 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:12 smithi129 ceph-mon[34969]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:12.468 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:12 smithi049 ceph-mon[26077]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:13.244 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:55:13.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:13 smithi129 ceph-mon[34969]: from='client.? 172.21.15.129:0/2734181054' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14d9cdbe-b398-4c8b-901e-a473b8163932"}]: dispatch 2024-06-18T01:55:13.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:13 smithi129 ceph-mon[34969]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14d9cdbe-b398-4c8b-901e-a473b8163932"}]: dispatch 2024-06-18T01:55:13.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:13 smithi129 ceph-mon[34969]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "14d9cdbe-b398-4c8b-901e-a473b8163932"}]': finished 2024-06-18T01:55:13.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:13 smithi129 ceph-mon[34969]: osdmap e6: 1 total, 0 up, 1 in 2024-06-18T01:55:13.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:13 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:13.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:13 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/2099971528' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da7248de-09c4-479c-967d-dace29dedead"}]: dispatch 2024-06-18T01:55:13.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:13 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/2099971528' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "da7248de-09c4-479c-967d-dace29dedead"}]': finished 2024-06-18T01:55:13.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:13 smithi129 ceph-mon[34969]: osdmap e7: 2 total, 0 up, 2 in 2024-06-18T01:55:13.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:13 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:13.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:13 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:13.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:13 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/2577669345' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:13.642 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:13 smithi049 ceph-mon[26077]: from='client.? 172.21.15.129:0/2734181054' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14d9cdbe-b398-4c8b-901e-a473b8163932"}]: dispatch 2024-06-18T01:55:13.642 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:13 smithi049 ceph-mon[26077]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "14d9cdbe-b398-4c8b-901e-a473b8163932"}]: dispatch 2024-06-18T01:55:13.643 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:13 smithi049 ceph-mon[26077]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "14d9cdbe-b398-4c8b-901e-a473b8163932"}]': finished 2024-06-18T01:55:13.643 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:13 smithi049 ceph-mon[26077]: osdmap e6: 1 total, 0 up, 1 in 2024-06-18T01:55:13.643 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:13 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:13.643 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:13 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/2099971528' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da7248de-09c4-479c-967d-dace29dedead"}]: dispatch 2024-06-18T01:55:13.643 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:13 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/2099971528' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "da7248de-09c4-479c-967d-dace29dedead"}]': finished 2024-06-18T01:55:13.643 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:13 smithi049 ceph-mon[26077]: osdmap e7: 2 total, 0 up, 2 in 2024-06-18T01:55:13.643 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:13 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:13.643 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:13 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:13.643 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:13 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/2577669345' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:13.954 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1718675712,"num_remapped_pgs":0} 2024-06-18T01:55:14.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:14 smithi049 ceph-mon[26077]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:14.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:14 smithi049 ceph-mon[26077]: from='client.? 172.21.15.129:0/3592696490' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T01:55:14.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:14 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/4185459777' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T01:55:14.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:14 smithi129 ceph-mon[34969]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:14.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:14 smithi129 ceph-mon[34969]: from='client.? 172.21.15.129:0/3592696490' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T01:55:14.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:14 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/4185459777' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T01:55:14.955 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd stat -f json 2024-06-18T01:55:15.214 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:55:15.663 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:15 smithi049 ceph-mon[26077]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:15.734 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:15 smithi129 ceph-mon[34969]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:16.689 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:16 smithi049 ceph-mon[26077]: from='client.? 172.21.15.129:0/1406853939' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb7f413f-82fd-473e-a6ce-23c617fe060b"}]: dispatch 2024-06-18T01:55:16.689 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:16 smithi049 ceph-mon[26077]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb7f413f-82fd-473e-a6ce-23c617fe060b"}]: dispatch 2024-06-18T01:55:16.689 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:16 smithi049 ceph-mon[26077]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eb7f413f-82fd-473e-a6ce-23c617fe060b"}]': finished 2024-06-18T01:55:16.689 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:16 smithi049 ceph-mon[26077]: osdmap e8: 3 total, 0 up, 3 in 2024-06-18T01:55:16.689 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:16 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:16.690 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:16 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:16.690 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:16 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:16.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:16 smithi129 ceph-mon[34969]: from='client.? 172.21.15.129:0/1406853939' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb7f413f-82fd-473e-a6ce-23c617fe060b"}]: dispatch 2024-06-18T01:55:16.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:16 smithi129 ceph-mon[34969]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb7f413f-82fd-473e-a6ce-23c617fe060b"}]: dispatch 2024-06-18T01:55:16.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:16 smithi129 ceph-mon[34969]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eb7f413f-82fd-473e-a6ce-23c617fe060b"}]': finished 2024-06-18T01:55:16.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:16 smithi129 ceph-mon[34969]: osdmap e8: 3 total, 0 up, 3 in 2024-06-18T01:55:16.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:16 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:16.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:16 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:16.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:16 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:16.980 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:55:17.685 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:17 smithi049 ceph-mon[26077]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:17.685 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:17 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/3745941423' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "052028ef-1dc7-4924-88bd-2b59017ad5bd"}]: dispatch 2024-06-18T01:55:17.685 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:17 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/3745941423' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "052028ef-1dc7-4924-88bd-2b59017ad5bd"}]': finished 2024-06-18T01:55:17.685 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:17 smithi049 ceph-mon[26077]: osdmap e9: 4 total, 0 up, 4 in 2024-06-18T01:55:17.685 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:17 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:17.685 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:17 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:17.685 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:17 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:17.685 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:17 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:17.685 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:17 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/778802702' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:17.685 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:17 smithi049 ceph-mon[26077]: from='client.? 172.21.15.129:0/403314413' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T01:55:17.783 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1718675716,"num_remapped_pgs":0} 2024-06-18T01:55:17.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:17 smithi129 ceph-mon[34969]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:17.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:17 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/3745941423' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "052028ef-1dc7-4924-88bd-2b59017ad5bd"}]: dispatch 2024-06-18T01:55:17.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:17 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/3745941423' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "052028ef-1dc7-4924-88bd-2b59017ad5bd"}]': finished 2024-06-18T01:55:17.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:17 smithi129 ceph-mon[34969]: osdmap e9: 4 total, 0 up, 4 in 2024-06-18T01:55:17.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:17 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:17.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:17 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:17.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:17 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:17.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:17 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:17.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:17 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/778802702' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:17.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:17 smithi129 ceph-mon[34969]: from='client.? 172.21.15.129:0/403314413' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T01:55:18.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:18 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/564003548' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T01:55:18.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:18 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/564003548' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T01:55:18.785 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd stat -f json 2024-06-18T01:55:19.040 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:55:19.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:19 smithi049 ceph-mon[26077]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:19.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:19 smithi129 ceph-mon[34969]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:20.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:20 smithi049 ceph-mon[26077]: from='client.? 172.21.15.129:0/3039894376' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7fd9a73b-c2a0-4000-8c51-9aca9ec5a6b2"}]: dispatch 2024-06-18T01:55:20.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:20 smithi049 ceph-mon[26077]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7fd9a73b-c2a0-4000-8c51-9aca9ec5a6b2"}]: dispatch 2024-06-18T01:55:20.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:20 smithi049 ceph-mon[26077]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7fd9a73b-c2a0-4000-8c51-9aca9ec5a6b2"}]': finished 2024-06-18T01:55:20.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:20 smithi049 ceph-mon[26077]: osdmap e10: 5 total, 0 up, 5 in 2024-06-18T01:55:20.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:20 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:20.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:20 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:20.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:20 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:20.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:20 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:20.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:20 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:20.703 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:55:20.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:20 smithi129 ceph-mon[34969]: from='client.? 172.21.15.129:0/3039894376' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7fd9a73b-c2a0-4000-8c51-9aca9ec5a6b2"}]: dispatch 2024-06-18T01:55:20.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:20 smithi129 ceph-mon[34969]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7fd9a73b-c2a0-4000-8c51-9aca9ec5a6b2"}]: dispatch 2024-06-18T01:55:20.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:20 smithi129 ceph-mon[34969]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7fd9a73b-c2a0-4000-8c51-9aca9ec5a6b2"}]': finished 2024-06-18T01:55:20.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:20 smithi129 ceph-mon[34969]: osdmap e10: 5 total, 0 up, 5 in 2024-06-18T01:55:20.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:20 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:20.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:20 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:20.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:20 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:20.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:20 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:20.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:20 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:21.666 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1718675719,"num_remapped_pgs":0} 2024-06-18T01:55:21.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:21 smithi049 ceph-mon[26077]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:21.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:21 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/3515165065' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:21.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:21 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/2658539327' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d086cdb2-cbd8-42bc-af9a-b03b24c5cc27"}]: dispatch 2024-06-18T01:55:21.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:21 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/2658539327' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d086cdb2-cbd8-42bc-af9a-b03b24c5cc27"}]': finished 2024-06-18T01:55:21.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:21 smithi049 ceph-mon[26077]: osdmap e11: 6 total, 0 up, 6 in 2024-06-18T01:55:21.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:21 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:21.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:21 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:21.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:21 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:21.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:21 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:21.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:21 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:21.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:21 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:21.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:21 smithi049 ceph-mon[26077]: from='client.? 172.21.15.129:0/1708069595' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T01:55:21.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:21 smithi129 ceph-mon[34969]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:21.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:21 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/3515165065' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:21.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:21 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/2658539327' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d086cdb2-cbd8-42bc-af9a-b03b24c5cc27"}]: dispatch 2024-06-18T01:55:21.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:21 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/2658539327' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d086cdb2-cbd8-42bc-af9a-b03b24c5cc27"}]': finished 2024-06-18T01:55:21.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:21 smithi129 ceph-mon[34969]: osdmap e11: 6 total, 0 up, 6 in 2024-06-18T01:55:21.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:21 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:21.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:21 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:21.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:21 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:21.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:21 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:21.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:21 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:21.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:21 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:21.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:21 smithi129 ceph-mon[34969]: from='client.? 172.21.15.129:0/1708069595' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T01:55:22.668 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd stat -f json 2024-06-18T01:55:22.693 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:22 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/350023378' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T01:55:22.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:22 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/350023378' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T01:55:22.922 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:55:23.715 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:23 smithi049 ceph-mon[26077]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:23.723 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:23 smithi129 ceph-mon[34969]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:24.540 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:24 smithi049 ceph-mon[26077]: from='client.? 172.21.15.129:0/3876775500' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "496d4d4c-0712-48d1-aeb0-f29c0532bbf8"}]: dispatch 2024-06-18T01:55:24.540 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:24 smithi049 ceph-mon[26077]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "496d4d4c-0712-48d1-aeb0-f29c0532bbf8"}]: dispatch 2024-06-18T01:55:24.540 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:24 smithi049 ceph-mon[26077]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "496d4d4c-0712-48d1-aeb0-f29c0532bbf8"}]': finished 2024-06-18T01:55:24.540 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:24 smithi049 ceph-mon[26077]: osdmap e12: 7 total, 0 up, 7 in 2024-06-18T01:55:24.540 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:24 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:24.540 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:24 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:24.540 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:24 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:24.540 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:24 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:24.541 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:24 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:24.541 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:24 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:24.541 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:24 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:24.689 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:55:24.703 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:24 smithi129 ceph-mon[34969]: from='client.? 172.21.15.129:0/3876775500' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "496d4d4c-0712-48d1-aeb0-f29c0532bbf8"}]: dispatch 2024-06-18T01:55:24.703 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:24 smithi129 ceph-mon[34969]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "496d4d4c-0712-48d1-aeb0-f29c0532bbf8"}]: dispatch 2024-06-18T01:55:24.703 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:24 smithi129 ceph-mon[34969]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "496d4d4c-0712-48d1-aeb0-f29c0532bbf8"}]': finished 2024-06-18T01:55:24.703 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:24 smithi129 ceph-mon[34969]: osdmap e12: 7 total, 0 up, 7 in 2024-06-18T01:55:24.703 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:24 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:24.704 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:24 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:24.704 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:24 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:24.704 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:24 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:24.704 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:24 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:24.704 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:24 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:24.704 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:24 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:25.424 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1718675723,"num_remapped_pgs":0} 2024-06-18T01:55:25.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:25 smithi049 ceph-mon[26077]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:25.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:25 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:55:25.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:25 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/2679157947' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:25.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:25 smithi049 ceph-mon[26077]: from='client.? 172.21.15.129:0/4116746768' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T01:55:25.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:25 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/1475679070' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1eda4bc-d4ef-4876-997b-b6b3246327cf"}]: dispatch 2024-06-18T01:55:25.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:25 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/1475679070' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b1eda4bc-d4ef-4876-997b-b6b3246327cf"}]': finished 2024-06-18T01:55:25.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:25 smithi049 ceph-mon[26077]: osdmap e13: 8 total, 0 up, 8 in 2024-06-18T01:55:25.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:25 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:25.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:25 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:25.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:25 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:25.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:25 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:25.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:25 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:25.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:25 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:25.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:25 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:25.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:25 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:25.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:25 smithi129 ceph-mon[34969]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:25.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:25 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:55:25.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:25 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/2679157947' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:25.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:25 smithi129 ceph-mon[34969]: from='client.? 172.21.15.129:0/4116746768' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T01:55:25.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:25 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/1475679070' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b1eda4bc-d4ef-4876-997b-b6b3246327cf"}]: dispatch 2024-06-18T01:55:25.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:25 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/1475679070' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b1eda4bc-d4ef-4876-997b-b6b3246327cf"}]': finished 2024-06-18T01:55:25.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:25 smithi129 ceph-mon[34969]: osdmap e13: 8 total, 0 up, 8 in 2024-06-18T01:55:25.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:25 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:25.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:25 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:25.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:25 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:25.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:25 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:25.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:25 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:25.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:25 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:25.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:25 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:25.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:25 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:26.425 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd stat -f json 2024-06-18T01:55:26.676 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:55:26.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:26 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/1363597035' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T01:55:26.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:26 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/1363597035' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-18T01:55:27.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:27 smithi129 ceph-mon[34969]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:27.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:27 smithi049 ceph-mon[26077]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:28.282 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:55:28.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:28 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/3966689106' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:28.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:28 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/3966689106' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:29.117 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1718675724,"num_remapped_pgs":0} 2024-06-18T01:55:29.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:29 smithi049 ceph-mon[26077]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:29.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:29 smithi129 ceph-mon[34969]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:30.118 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd stat -f json 2024-06-18T01:55:30.489 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:30 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-06-18T01:55:30.489 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:30 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:30.489 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:30 smithi049 ceph-mon[26077]: Deploying daemon osd.0 on smithi129 2024-06-18T01:55:30.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:30 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-06-18T01:55:30.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:30 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:30.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:30 smithi129 ceph-mon[34969]: Deploying daemon osd.0 on smithi129 2024-06-18T01:55:31.315 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:55:31.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:31 smithi129 ceph-mon[34969]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:31.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:31 smithi049 ceph-mon[26077]: pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:32.505 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:32 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-06-18T01:55:32.505 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:32 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:32.505 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:32 smithi129 ceph-mon[34969]: Deploying daemon osd.1 on smithi049 2024-06-18T01:55:32.744 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:32 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-06-18T01:55:32.744 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:32 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:32.744 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:32 smithi049 ceph-mon[26077]: Deploying daemon osd.1 on smithi049 2024-06-18T01:55:33.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:33 smithi129 ceph-mon[34969]: pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:33.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:33 smithi049 ceph-mon[26077]: pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:34.619 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:55:35.244 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1718675724,"num_remapped_pgs":0} 2024-06-18T01:55:35.563 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:35 smithi049 ceph-mon[26077]: pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:35.563 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:35 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/3759378516' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:35.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:35 smithi129 ceph-mon[34969]: pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:35.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:35 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/3759378516' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:36.245 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd stat -f json 2024-06-18T01:55:36.705 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:55:36.726 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:36 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:36.726 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:36 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:36.726 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:36 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-06-18T01:55:36.726 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:36 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:36.727 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:36 smithi049 ceph-mon[26077]: Deploying daemon osd.2 on smithi129 2024-06-18T01:55:36.915 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:36 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:36.915 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:36 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:36.915 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:36 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-06-18T01:55:36.915 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:36 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:36.915 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:36 smithi129 ceph-mon[34969]: Deploying daemon osd.2 on smithi129 2024-06-18T01:55:37.803 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:37 smithi049 ceph-mon[26077]: pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:37.904 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:37 smithi129 ceph-mon[34969]: pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:39.187 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:55:39.909 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:39 smithi049 ceph-mon[26077]: pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:39.909 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:39 smithi049 ceph-mon[26077]: from='osd.0 [v2:172.21.15.129:6800/1233596519,v1:172.21.15.129:6801/1233596519]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-06-18T01:55:39.909 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:39 smithi049 ceph-mon[26077]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-06-18T01:55:39.909 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:39 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/2017692529' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:39.909 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:39 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:55:39.925 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:39 smithi129 ceph-mon[34969]: pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:39.925 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:39 smithi129 ceph-mon[34969]: from='osd.0 [v2:172.21.15.129:6800/1233596519,v1:172.21.15.129:6801/1233596519]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-06-18T01:55:39.925 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:39 smithi129 ceph-mon[34969]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-06-18T01:55:39.925 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:39 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/2017692529' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:39.926 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:39 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:55:39.946 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1718675724,"num_remapped_pgs":0} 2024-06-18T01:55:40.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:40 smithi129 ceph-mon[34969]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-06-18T01:55:40.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:40 smithi129 ceph-mon[34969]: osdmap e14: 8 total, 0 up, 8 in 2024-06-18T01:55:40.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:40 smithi129 ceph-mon[34969]: from='osd.0 [v2:172.21.15.129:6800/1233596519,v1:172.21.15.129:6801/1233596519]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-06-18T01:55:40.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:40 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:40.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:40 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:40.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:40 smithi129 ceph-mon[34969]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-06-18T01:55:40.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:40 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:40.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:40 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:40.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:40 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:40.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:40 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:40.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:40 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:40.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:40 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:40.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:40 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:40.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:40 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:40.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:40 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-06-18T01:55:40.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:40 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:40.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:40 smithi129 ceph-mon[34969]: Deploying daemon osd.3 on smithi049 2024-06-18T01:55:40.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:40 smithi129 ceph-mon[34969]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2024-06-18T01:55:40.906 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:40 smithi049 ceph-mon[26077]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-06-18T01:55:40.907 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:40 smithi049 ceph-mon[26077]: osdmap e14: 8 total, 0 up, 8 in 2024-06-18T01:55:40.907 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:40 smithi049 ceph-mon[26077]: from='osd.0 [v2:172.21.15.129:6800/1233596519,v1:172.21.15.129:6801/1233596519]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-06-18T01:55:40.907 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:40 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:40.907 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:40 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:40.907 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:40 smithi049 ceph-mon[26077]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-06-18T01:55:40.907 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:40 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:40.907 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:40 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:40.907 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:40 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:40.907 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:40 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:40.907 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:40 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:40.907 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:40 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:40.907 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:40 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:40.907 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:40 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:40.908 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:40 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-06-18T01:55:40.908 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:40 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:40.908 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:40 smithi049 ceph-mon[26077]: Deploying daemon osd.3 on smithi049 2024-06-18T01:55:40.908 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:40 smithi049 ceph-mon[26077]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2024-06-18T01:55:40.947 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd stat -f json 2024-06-18T01:55:41.638 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:41 smithi129 ceph-mon[34969]: pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:41.639 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:41 smithi129 ceph-mon[34969]: osdmap e15: 8 total, 0 up, 8 in 2024-06-18T01:55:41.639 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:41 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:41.639 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:41 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:41.639 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:41 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:41.639 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:41 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:41.639 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:41 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:41.639 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:41 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:41.639 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:41 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:41.639 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:41 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:41.639 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:41 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:41.639 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:41 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:41.639 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:41 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:41.640 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:41 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-06-18T01:55:41.640 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:41 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:41.640 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:41 smithi129 ceph-mon[34969]: Deploying daemon osd.4 on smithi129 2024-06-18T01:55:41.640 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:41 smithi129 ceph-mon[34969]: from='osd.0 ' entity='osd.0' 2024-06-18T01:55:41.938 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:55:41.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:41 smithi049 ceph-mon[26077]: pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:41 smithi049 ceph-mon[26077]: osdmap e15: 8 total, 0 up, 8 in 2024-06-18T01:55:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:41 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:41 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:41 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:41 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:41 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:41 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:41 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:41 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:41 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:41 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:41 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:41 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-06-18T01:55:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:41 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:41.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:41 smithi049 ceph-mon[26077]: Deploying daemon osd.4 on smithi129 2024-06-18T01:55:41.985 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:41 smithi049 ceph-mon[26077]: from='osd.0 ' entity='osd.0' 2024-06-18T01:55:42.625 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:42 smithi049 ceph-mon[26077]: purged_snaps scrub starts 2024-06-18T01:55:42.625 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:42 smithi049 ceph-mon[26077]: purged_snaps scrub ok 2024-06-18T01:55:42.625 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:42 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:42.625 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:42 smithi049 ceph-mon[26077]: osd.0 [v2:172.21.15.129:6800/1233596519,v1:172.21.15.129:6801/1233596519] boot 2024-06-18T01:55:42.625 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:42 smithi049 ceph-mon[26077]: osdmap e16: 8 total, 1 up, 8 in 2024-06-18T01:55:42.625 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:42 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:42.625 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:42 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:42.625 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:42 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:42.626 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:42 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:42.626 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:42 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:42.626 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:42 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:42.626 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:42 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:42.626 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:42 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:42.861 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:42 smithi129 ceph-mon[34969]: purged_snaps scrub starts 2024-06-18T01:55:42.861 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:42 smithi129 ceph-mon[34969]: purged_snaps scrub ok 2024-06-18T01:55:42.861 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:42 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:42.861 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:42 smithi129 ceph-mon[34969]: osd.0 [v2:172.21.15.129:6800/1233596519,v1:172.21.15.129:6801/1233596519] boot 2024-06-18T01:55:42.861 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:42 smithi129 ceph-mon[34969]: osdmap e16: 8 total, 1 up, 8 in 2024-06-18T01:55:42.862 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:42 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-18T01:55:42.862 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:42 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:42.862 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:42 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:42.862 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:42 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:42.862 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:42 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:42.862 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:42 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:42.862 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:42 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:42.862 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:42 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:44.159 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:55:44.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:44 smithi129 ceph-mon[34969]: pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:44.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:44 smithi129 ceph-mon[34969]: osdmap e17: 8 total, 1 up, 8 in 2024-06-18T01:55:44.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:44 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:44.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:44 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:44.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:44 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:44.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:44 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:44.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:44 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:44.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:44 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:44.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:44 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:44.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:44 smithi129 ceph-mon[34969]: from='osd.1 [v2:172.21.15.49:6802/3441852171,v1:172.21.15.49:6803/3441852171]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-06-18T01:55:44.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:44 smithi129 ceph-mon[34969]: from='osd.2 [v2:172.21.15.129:6808/2362179178,v1:172.21.15.129:6809/2362179178]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-06-18T01:55:44.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:44 smithi129 ceph-mon[34969]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-06-18T01:55:44.445 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:44 smithi049 ceph-mon[26077]: pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-18T01:55:44.445 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:44 smithi049 ceph-mon[26077]: osdmap e17: 8 total, 1 up, 8 in 2024-06-18T01:55:44.445 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:44 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:44.445 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:44 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:44.445 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:44 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:44.445 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:44 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:44.445 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:44 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:44.445 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:44 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:44.446 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:44 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:44.446 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:44 smithi049 ceph-mon[26077]: from='osd.1 [v2:172.21.15.49:6802/3441852171,v1:172.21.15.49:6803/3441852171]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-06-18T01:55:44.446 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:44 smithi049 ceph-mon[26077]: from='osd.2 [v2:172.21.15.129:6808/2362179178,v1:172.21.15.129:6809/2362179178]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-06-18T01:55:44.446 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:44 smithi049 ceph-mon[26077]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-06-18T01:55:44.851 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":18,"num_osds":8,"num_up_osds":1,"osd_up_since":1718675742,"num_in_osds":8,"osd_in_since":1718675724,"num_remapped_pgs":0} 2024-06-18T01:55:45.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:45 smithi129 ceph-mon[34969]: from='osd.1 [v2:172.21.15.49:6802/3441852171,v1:172.21.15.49:6803/3441852171]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-06-18T01:55:45.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:45 smithi129 ceph-mon[34969]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-06-18T01:55:45.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:45 smithi129 ceph-mon[34969]: osdmap e18: 8 total, 1 up, 8 in 2024-06-18T01:55:45.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:45 smithi129 ceph-mon[34969]: from='osd.1 [v2:172.21.15.49:6802/3441852171,v1:172.21.15.49:6803/3441852171]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-06-18T01:55:45.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:45 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:45.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:45 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:45.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:45 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:45.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:45 smithi129 ceph-mon[34969]: from='osd.2 [v2:172.21.15.129:6808/2362179178,v1:172.21.15.129:6809/2362179178]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-06-18T01:55:45.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:45 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:45.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:45 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:45.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:45 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:45.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:45 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:45.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:45 smithi129 ceph-mon[34969]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-06-18T01:55:45.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:45 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/672316146' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:45.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:45 smithi129 ceph-mon[34969]: from='osd.1 [v2:172.21.15.49:6802/3441852171,v1:172.21.15.49:6803/3441852171]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]': finished 2024-06-18T01:55:45.327 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:45 smithi049 ceph-mon[26077]: from='osd.1 [v2:172.21.15.49:6802/3441852171,v1:172.21.15.49:6803/3441852171]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-06-18T01:55:45.327 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:45 smithi049 ceph-mon[26077]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-06-18T01:55:45.327 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:45 smithi049 ceph-mon[26077]: osdmap e18: 8 total, 1 up, 8 in 2024-06-18T01:55:45.327 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:45 smithi049 ceph-mon[26077]: from='osd.1 [v2:172.21.15.49:6802/3441852171,v1:172.21.15.49:6803/3441852171]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-06-18T01:55:45.327 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:45 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:45.327 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:45 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:45.328 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:45 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:45.328 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:45 smithi049 ceph-mon[26077]: from='osd.2 [v2:172.21.15.129:6808/2362179178,v1:172.21.15.129:6809/2362179178]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-06-18T01:55:45.328 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:45 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:45.328 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:45 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:45.328 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:45 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:45.328 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:45 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:45.328 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:45 smithi049 ceph-mon[26077]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-06-18T01:55:45.328 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:45 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/672316146' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:45.328 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:45 smithi049 ceph-mon[26077]: from='osd.1 [v2:172.21.15.49:6802/3441852171,v1:172.21.15.49:6803/3441852171]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]': finished 2024-06-18T01:55:45.852 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd stat -f json 2024-06-18T01:55:46.183 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:46 smithi049 ceph-mon[26077]: pgmap v61: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-06-18T01:55:46.184 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:46 smithi049 ceph-mon[26077]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2024-06-18T01:55:46.184 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:46 smithi049 ceph-mon[26077]: osdmap e19: 8 total, 1 up, 8 in 2024-06-18T01:55:46.184 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:46 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:46.184 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:46 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:46.184 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:46 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:46.184 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:46 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:46.184 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:46 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:46.184 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:46 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:46.184 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:46 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:46.184 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:46 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:46.184 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:46 smithi049 ceph-mon[26077]: from='osd.2 ' entity='osd.2' 2024-06-18T01:55:46.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:46 smithi129 ceph-mon[34969]: pgmap v61: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-06-18T01:55:46.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:46 smithi129 ceph-mon[34969]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2024-06-18T01:55:46.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:46 smithi129 ceph-mon[34969]: osdmap e19: 8 total, 1 up, 8 in 2024-06-18T01:55:46.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:46 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:46.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:46 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:46.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:46 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:46.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:46 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:46.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:46 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:46.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:46 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:46.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:46 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:46.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:46 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:46.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:46 smithi129 ceph-mon[34969]: from='osd.2 ' entity='osd.2' 2024-06-18T01:55:46.538 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:55:47.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:47 smithi049 ceph-mon[26077]: purged_snaps scrub starts 2024-06-18T01:55:47.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:47 smithi049 ceph-mon[26077]: purged_snaps scrub ok 2024-06-18T01:55:47.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:47 smithi049 ceph-mon[26077]: purged_snaps scrub starts 2024-06-18T01:55:47.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:47 smithi049 ceph-mon[26077]: purged_snaps scrub ok 2024-06-18T01:55:47.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:47.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:47.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:47 smithi049 ceph-mon[26077]: osd.1 [v2:172.21.15.49:6802/3441852171,v1:172.21.15.49:6803/3441852171] boot 2024-06-18T01:55:47.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:47 smithi049 ceph-mon[26077]: osd.2 [v2:172.21.15.129:6808/2362179178,v1:172.21.15.129:6809/2362179178] boot 2024-06-18T01:55:47.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:47 smithi049 ceph-mon[26077]: osdmap e20: 8 total, 3 up, 8 in 2024-06-18T01:55:47.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:47.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:47.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:47.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:47.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:47.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:47.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:47.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:47.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:47.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-06-18T01:55:47.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:47.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:47 smithi049 ceph-mon[26077]: Deploying daemon osd.6 on smithi129 2024-06-18T01:55:47.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 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-06-18T01:55:47.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:47 smithi129 ceph-mon[34969]: purged_snaps scrub starts 2024-06-18T01:55:47.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:47 smithi129 ceph-mon[34969]: purged_snaps scrub ok 2024-06-18T01:55:47.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:47 smithi129 ceph-mon[34969]: purged_snaps scrub starts 2024-06-18T01:55:47.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:47 smithi129 ceph-mon[34969]: purged_snaps scrub ok 2024-06-18T01:55:47.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:47.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:47.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:47 smithi129 ceph-mon[34969]: osd.1 [v2:172.21.15.49:6802/3441852171,v1:172.21.15.49:6803/3441852171] boot 2024-06-18T01:55:47.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:47 smithi129 ceph-mon[34969]: osd.2 [v2:172.21.15.129:6808/2362179178,v1:172.21.15.129:6809/2362179178] boot 2024-06-18T01:55:47.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:47 smithi129 ceph-mon[34969]: osdmap e20: 8 total, 3 up, 8 in 2024-06-18T01:55:47.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-18T01:55:47.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-18T01:55:47.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:47.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:47.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:47.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:47.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:47.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:47.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:47.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-06-18T01:55:47.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:47.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:47 smithi129 ceph-mon[34969]: Deploying daemon osd.6 on smithi129 2024-06-18T01:55:47.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 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-06-18T01:55:48.421 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:48 smithi049 ceph-mon[26077]: pgmap v64: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-06-18T01:55:48.421 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:48 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 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-06-18T01:55:48.422 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:48 smithi049 ceph-mon[26077]: osdmap e21: 8 total, 3 up, 8 in 2024-06-18T01:55:48.422 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:48 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:48.422 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:48 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:48.422 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:48 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:48.422 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:48 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:48.422 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:48 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:48.422 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:48 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-06-18T01:55:48.422 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:48 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:48.422 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:48 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:48.422 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:48 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-06-18T01:55:48.422 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:48 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:48.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:48 smithi129 ceph-mon[34969]: pgmap v64: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-06-18T01:55:48.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:48 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 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-06-18T01:55:48.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:48 smithi129 ceph-mon[34969]: osdmap e21: 8 total, 3 up, 8 in 2024-06-18T01:55:48.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:48 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:48.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:48 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:48.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:48 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:48.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:48 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:48.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:48 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:48.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:48 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-06-18T01:55:48.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:48 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:48.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:48 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:48.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:48 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-06-18T01:55:48.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:48 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:49.047 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:55:49.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:49 smithi129 ceph-mon[34969]: Deploying daemon osd.5 on smithi049 2024-06-18T01:55:49.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:49 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-06-18T01:55:49.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:49 smithi129 ceph-mon[34969]: osdmap e22: 8 total, 3 up, 8 in 2024-06-18T01:55:49.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:49 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:49.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:49 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:49.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:49 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:49.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:49 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:49.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:49 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:49.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:49 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/3584927104' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:49.720 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:49 smithi049 ceph-mon[26077]: Deploying daemon osd.5 on smithi049 2024-06-18T01:55:49.720 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:49 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-06-18T01:55:49.720 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:49 smithi049 ceph-mon[26077]: osdmap e22: 8 total, 3 up, 8 in 2024-06-18T01:55:49.720 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:49 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:49.720 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:49 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:49.721 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:49 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:49.721 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:49 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:49.721 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:49 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:49.721 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:49 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/3584927104' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:50.115 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":22,"num_osds":8,"num_up_osds":3,"osd_up_since":1718675746,"num_in_osds":8,"osd_in_since":1718675724,"num_remapped_pgs":0} 2024-06-18T01:55:50.600 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:50 smithi049 ceph-mon[26077]: pgmap v67: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-06-18T01:55:50.600 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:50 smithi049 ceph-mon[26077]: osdmap e23: 8 total, 3 up, 8 in 2024-06-18T01:55:50.601 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:50 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:50.601 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:50 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:50.601 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:50 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:50.601 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:50 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:50.601 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:50 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:50.602 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:50 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:50.602 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:50 smithi049 ceph-mon[26077]: from='osd.4 [v2:172.21.15.129:6816/505211937,v1:172.21.15.129:6817/505211937]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-06-18T01:55:50.602 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:50 smithi049 ceph-mon[26077]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-06-18T01:55:50.602 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:50 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:50.671 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:50 smithi129 ceph-mon[34969]: pgmap v67: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-06-18T01:55:50.672 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:50 smithi129 ceph-mon[34969]: osdmap e23: 8 total, 3 up, 8 in 2024-06-18T01:55:50.672 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:50 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:50.672 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:50 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:50.672 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:50 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:50.672 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:50 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:50.672 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:50 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:50.672 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:50 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:50.672 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:50 smithi129 ceph-mon[34969]: from='osd.4 [v2:172.21.15.129:6816/505211937,v1:172.21.15.129:6817/505211937]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-06-18T01:55:50.672 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:50 smithi129 ceph-mon[34969]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-06-18T01:55:50.672 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:50 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:51.115 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd stat -f json 2024-06-18T01:55:51.392 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:55:51.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:51 smithi049 sudo[57750]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-06-18T01:55:51.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:51 smithi049 sudo[57750]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-06-18T01:55:51.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:51 smithi049 sudo[57750]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-06-18T01:55:51.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:51 smithi049 sudo[57750]: pam_unix(sudo:session): session closed for user root 2024-06-18T01:55:51.760 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:51 smithi049 sudo[57856]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-06-18T01:55:51.760 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:51 smithi049 sudo[57856]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-06-18T01:55:51.760 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:51 smithi049 sudo[57856]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-06-18T01:55:51.760 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:51 smithi049 sudo[57856]: pam_unix(sudo:session): session closed for user root 2024-06-18T01:55:51.760 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:51 smithi049 ceph-mon[26077]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-06-18T01:55:51.760 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:51 smithi049 ceph-mon[26077]: osdmap e24: 8 total, 3 up, 8 in 2024-06-18T01:55:51.760 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:51 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:51.760 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:51 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:51.760 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:51 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:51.760 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:51 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:51.760 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:51 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:51.760 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:51 smithi049 ceph-mon[26077]: from='osd.4 [v2:172.21.15.129:6816/505211937,v1:172.21.15.129:6817/505211937]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-06-18T01:55:51.760 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:51 smithi049 ceph-mon[26077]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-06-18T01:55:51.761 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:51 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:51.761 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:51 smithi049 ceph-mon[26077]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-18T01:55:52.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:51 smithi129 ceph-mon[34969]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-06-18T01:55:52.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:51 smithi129 ceph-mon[34969]: osdmap e24: 8 total, 3 up, 8 in 2024-06-18T01:55:52.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:51 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:52.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:51 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:52.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:51 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:52.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:51 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:52.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:51 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:52.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:51 smithi129 ceph-mon[34969]: from='osd.4 [v2:172.21.15.129:6816/505211937,v1:172.21.15.129:6817/505211937]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-06-18T01:55:52.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:51 smithi129 ceph-mon[34969]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-06-18T01:55:52.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:51 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:52.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:51 smithi129 ceph-mon[34969]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-18T01:55:52.907 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:52 smithi049 ceph-mon[26077]: purged_snaps scrub starts 2024-06-18T01:55:52.907 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:52 smithi049 ceph-mon[26077]: purged_snaps scrub ok 2024-06-18T01:55:52.907 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:52 smithi049 ceph-mon[26077]: pgmap v70: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-06-18T01:55:52.907 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:52 smithi049 ceph-mon[26077]: from='osd.3 [v2:172.21.15.49:6810/3037099777,v1:172.21.15.49:6811/3037099777]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-06-18T01:55:52.907 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:52 smithi049 ceph-mon[26077]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-18T01:55:52.907 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:52 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata", "id": "smithi049"}]: dispatch 2024-06-18T01:55:52.907 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:52 smithi049 ceph-mon[26077]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-06-18T01:55:52.907 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:52 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-06-18T01:55:52.908 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:52 smithi049 ceph-mon[26077]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2024-06-18T01:55:52.908 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:52 smithi049 ceph-mon[26077]: osdmap e25: 8 total, 3 up, 8 in 2024-06-18T01:55:52.908 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:52 smithi049 ceph-mon[26077]: mgrmap e19: smithi049.bfvfpy(active, since 117s), standbys: smithi129.rtqsbz 2024-06-18T01:55:52.908 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:52 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:52.908 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:52 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:52.908 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:52 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:52.908 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:52 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:52.908 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:52 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:52.908 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:52 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:52.908 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:52 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:52.908 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:52 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:52.908 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:52 smithi049 ceph-mon[26077]: from='osd.4 ' entity='osd.4' 2024-06-18T01:55:53.024 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:52 smithi129 ceph-mon[34969]: purged_snaps scrub starts 2024-06-18T01:55:53.024 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:52 smithi129 ceph-mon[34969]: purged_snaps scrub ok 2024-06-18T01:55:53.024 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:52 smithi129 ceph-mon[34969]: pgmap v70: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-06-18T01:55:53.024 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:52 smithi129 ceph-mon[34969]: from='osd.3 [v2:172.21.15.49:6810/3037099777,v1:172.21.15.49:6811/3037099777]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-06-18T01:55:53.024 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:52 smithi129 ceph-mon[34969]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-18T01:55:53.024 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:52 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata", "id": "smithi049"}]: dispatch 2024-06-18T01:55:53.024 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:52 smithi129 ceph-mon[34969]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-06-18T01:55:53.024 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:52 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-06-18T01:55:53.025 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:52 smithi129 ceph-mon[34969]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2024-06-18T01:55:53.025 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:52 smithi129 ceph-mon[34969]: osdmap e25: 8 total, 3 up, 8 in 2024-06-18T01:55:53.025 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:52 smithi129 ceph-mon[34969]: mgrmap e19: smithi049.bfvfpy(active, since 117s), standbys: smithi129.rtqsbz 2024-06-18T01:55:53.025 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:52 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:53.025 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:52 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:53.025 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:52 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:53.025 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:52 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:53.025 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:52 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:53.025 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:52 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:53.025 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:52 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:53.025 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:52 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:53.025 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:52 smithi129 ceph-mon[34969]: from='osd.4 ' entity='osd.4' 2024-06-18T01:55:53.025 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 sudo[46128]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-06-18T01:55:53.281 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 sudo[46128]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-06-18T01:55:53.281 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 sudo[46128]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-06-18T01:55:53.282 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 sudo[46128]: pam_unix(sudo:session): session closed for user root 2024-06-18T01:55:53.522 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:55:53.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 sudo[46136]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-06-18T01:55:53.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 sudo[46136]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-06-18T01:55:53.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 sudo[46136]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-06-18T01:55:53.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 sudo[46136]: pam_unix(sudo:session): session closed for user root 2024-06-18T01:55:54.019 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:53 smithi049 ceph-mon[26077]: pgmap v72: 1 pgs: 1 peering; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-06-18T01:55:54.019 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:53 smithi049 ceph-mon[26077]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-06-18T01:55:54.019 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:53 smithi049 ceph-mon[26077]: osd.4 [v2:172.21.15.129:6816/505211937,v1:172.21.15.129:6817/505211937] boot 2024-06-18T01:55:54.020 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:53 smithi049 ceph-mon[26077]: osdmap e26: 8 total, 4 up, 8 in 2024-06-18T01:55:54.020 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:53 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:54.020 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:53 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:54.020 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:53 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:54.020 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:53 smithi049 ceph-mon[26077]: from='osd.3 [v2:172.21.15.49:6810/3037099777,v1:172.21.15.49:6811/3037099777]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-06-18T01:55:54.020 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:53 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:54.020 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:53 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:54.020 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:53 smithi049 ceph-mon[26077]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-06-18T01:55:54.020 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:53 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:54.020 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:53 smithi049 ceph-mon[26077]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-18T01:55:54.020 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:53 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata", "id": "smithi049"}]: dispatch 2024-06-18T01:55:54.020 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:53 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-06-18T01:55:54.020 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:53 smithi049 ceph-mon[26077]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-18T01:55:54.021 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:53 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:54.021 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:53 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/1666425061' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:54.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 ceph-mon[34969]: pgmap v72: 1 pgs: 1 peering; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-06-18T01:55:54.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 ceph-mon[34969]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-06-18T01:55:54.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 ceph-mon[34969]: osd.4 [v2:172.21.15.129:6816/505211937,v1:172.21.15.129:6817/505211937] boot 2024-06-18T01:55:54.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 ceph-mon[34969]: osdmap e26: 8 total, 4 up, 8 in 2024-06-18T01:55:54.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:54.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-18T01:55:54.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:54.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 ceph-mon[34969]: from='osd.3 [v2:172.21.15.49:6810/3037099777,v1:172.21.15.49:6811/3037099777]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-06-18T01:55:54.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:54.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:54.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 ceph-mon[34969]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-06-18T01:55:54.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:54.035 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 ceph-mon[34969]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-18T01:55:54.035 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata", "id": "smithi049"}]: dispatch 2024-06-18T01:55:54.035 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mon metadata", "id": "smithi129"}]: dispatch 2024-06-18T01:55:54.035 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 ceph-mon[34969]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-18T01:55:54.035 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:54.035 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:53 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/1666425061' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:54.100 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":26,"num_osds":8,"num_up_osds":4,"osd_up_since":1718675752,"num_in_osds":8,"osd_in_since":1718675724,"num_remapped_pgs":0} 2024-06-18T01:55:54.864 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:54 smithi129 ceph-mon[34969]: purged_snaps scrub starts 2024-06-18T01:55:54.864 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:54 smithi129 ceph-mon[34969]: purged_snaps scrub ok 2024-06-18T01:55:54.864 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:54 smithi129 ceph-mon[34969]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]': finished 2024-06-18T01:55:54.864 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:54 smithi129 ceph-mon[34969]: osdmap e27: 8 total, 4 up, 8 in 2024-06-18T01:55:54.864 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:54 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:54.864 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:54 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:54.864 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:54 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:54.864 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:54 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:54.864 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:54 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:54.865 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:54 smithi129 ceph-mon[34969]: from='osd.3 ' entity='osd.3' 2024-06-18T01:55:54.865 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:54 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:55:54.865 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:54 smithi129 ceph-mon[34969]: from='osd.6 [v2:172.21.15.129:6824/2370990447,v1:172.21.15.129:6825/2370990447]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-06-18T01:55:54.865 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:54 smithi129 ceph-mon[34969]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-06-18T01:55:54.865 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:54 smithi129 ceph-mon[34969]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-06-18T01:55:54.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:54 smithi049 ceph-mon[26077]: purged_snaps scrub starts 2024-06-18T01:55:54.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:54 smithi049 ceph-mon[26077]: purged_snaps scrub ok 2024-06-18T01:55:54.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:54 smithi049 ceph-mon[26077]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]': finished 2024-06-18T01:55:54.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:54 smithi049 ceph-mon[26077]: osdmap e27: 8 total, 4 up, 8 in 2024-06-18T01:55:54.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:54 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:54.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:54 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:54.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:54 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:54.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:54 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:54.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:54 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:54.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:54 smithi049 ceph-mon[26077]: from='osd.3 ' entity='osd.3' 2024-06-18T01:55:54.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:54 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:55:54.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:54 smithi049 ceph-mon[26077]: from='osd.6 [v2:172.21.15.129:6824/2370990447,v1:172.21.15.129:6825/2370990447]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-06-18T01:55:54.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:54 smithi049 ceph-mon[26077]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-06-18T01:55:54.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:54 smithi049 ceph-mon[26077]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-06-18T01:55:55.101 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd stat -f json 2024-06-18T01:55:55.363 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:55:56.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:55 smithi129 ceph-mon[34969]: pgmap v75: 1 pgs: 1 peering; 577 KiB data, 109 MiB used, 357 GiB / 358 GiB avail 2024-06-18T01:55:56.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:55 smithi129 ceph-mon[34969]: osd.3 [v2:172.21.15.49:6810/3037099777,v1:172.21.15.49:6811/3037099777] boot 2024-06-18T01:55:56.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:55 smithi129 ceph-mon[34969]: osdmap e28: 8 total, 5 up, 8 in 2024-06-18T01:55:56.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:55 smithi129 ceph-mon[34969]: from='osd.6 [v2:172.21.15.129:6824/2370990447,v1:172.21.15.129:6825/2370990447]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-06-18T01:55:56.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:56.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:56.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:55 smithi129 ceph-mon[34969]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-06-18T01:55:56.035 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:56.035 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:56.035 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:56.035 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:56.035 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:56.035 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:56.035 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-06-18T01:55:56.035 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:56.035 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:55 smithi129 ceph-mon[34969]: Deploying daemon osd.7 on smithi049 2024-06-18T01:55:56.035 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:55 smithi129 ceph-mon[34969]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2024-06-18T01:55:56.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:55 smithi049 ceph-mon[26077]: pgmap v75: 1 pgs: 1 peering; 577 KiB data, 109 MiB used, 357 GiB / 358 GiB avail 2024-06-18T01:55:56.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:55 smithi049 ceph-mon[26077]: osd.3 [v2:172.21.15.49:6810/3037099777,v1:172.21.15.49:6811/3037099777] boot 2024-06-18T01:55:56.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:55 smithi049 ceph-mon[26077]: osdmap e28: 8 total, 5 up, 8 in 2024-06-18T01:55:56.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:55 smithi049 ceph-mon[26077]: from='osd.6 [v2:172.21.15.129:6824/2370990447,v1:172.21.15.129:6825/2370990447]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-06-18T01:55:56.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-18T01:55:56.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:56.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:55 smithi049 ceph-mon[26077]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]: dispatch 2024-06-18T01:55:56.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:56.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:56.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:56.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:56.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:56.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:55:56.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-06-18T01:55:56.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:55:56.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:55 smithi049 ceph-mon[26077]: Deploying daemon osd.7 on smithi049 2024-06-18T01:55:56.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:55 smithi049 ceph-mon[26077]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi129", "root=default"]}]': finished 2024-06-18T01:55:56.947 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:56 smithi049 ceph-mon[26077]: osdmap e29: 8 total, 5 up, 8 in 2024-06-18T01:55:56.947 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:56 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:56.948 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:56 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:56.948 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:56 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:56.948 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:56 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:57.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:56 smithi129 ceph-mon[34969]: osdmap e29: 8 total, 5 up, 8 in 2024-06-18T01:55:57.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:56 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:57.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:56 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:57.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:56 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:57.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:56 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:57.775 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:55:57.921 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:57 smithi049 ceph-mon[26077]: purged_snaps scrub starts 2024-06-18T01:55:57.921 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:57 smithi049 ceph-mon[26077]: purged_snaps scrub ok 2024-06-18T01:55:57.922 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:57 smithi049 ceph-mon[26077]: pgmap v78: 1 pgs: 1 peering; 577 KiB data, 396 MiB used, 447 GiB / 447 GiB avail 2024-06-18T01:55:57.922 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:57 smithi049 ceph-mon[26077]: osd.6 [v2:172.21.15.129:6824/2370990447,v1:172.21.15.129:6825/2370990447] boot 2024-06-18T01:55:57.922 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:57 smithi049 ceph-mon[26077]: osdmap e30: 8 total, 6 up, 8 in 2024-06-18T01:55:57.922 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:57 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:57.922 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:57 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:57.922 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:57 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:58.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:57 smithi129 ceph-mon[34969]: purged_snaps scrub starts 2024-06-18T01:55:58.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:57 smithi129 ceph-mon[34969]: purged_snaps scrub ok 2024-06-18T01:55:58.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:57 smithi129 ceph-mon[34969]: pgmap v78: 1 pgs: 1 peering; 577 KiB data, 396 MiB used, 447 GiB / 447 GiB avail 2024-06-18T01:55:58.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:57 smithi129 ceph-mon[34969]: osd.6 [v2:172.21.15.129:6824/2370990447,v1:172.21.15.129:6825/2370990447] boot 2024-06-18T01:55:58.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:57 smithi129 ceph-mon[34969]: osdmap e30: 8 total, 6 up, 8 in 2024-06-18T01:55:58.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:57 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:58.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:57 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-18T01:55:58.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:57 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:58.903 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":30,"num_osds":8,"num_up_osds":6,"osd_up_since":1718675756,"num_in_osds":8,"osd_in_since":1718675724,"num_remapped_pgs":1} 2024-06-18T01:55:59.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:58 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/2448860577' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:59.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:58 smithi129 ceph-mon[34969]: osdmap e31: 8 total, 6 up, 8 in 2024-06-18T01:55:59.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:58 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:59.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:58 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:59.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:58 smithi129 ceph-mon[34969]: from='osd.5 [v2:172.21.15.49:6818/3848094045,v1:172.21.15.49:6819/3848094045]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-06-18T01:55:59.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:58 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/2448860577' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:55:59.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:58 smithi049 ceph-mon[26077]: osdmap e31: 8 total, 6 up, 8 in 2024-06-18T01:55:59.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:58 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:59.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:58 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:55:59.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:58 smithi049 ceph-mon[26077]: from='osd.5 [v2:172.21.15.49:6818/3848094045,v1:172.21.15.49:6819/3848094045]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-06-18T01:55:59.904 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd stat -f json 2024-06-18T01:55:59.930 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:59 smithi049 ceph-mon[26077]: pgmap v81: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 425 MiB used, 536 GiB / 536 GiB avail; 6.5 KiB/s rd, 326 KiB/s wr, 20 op/s; 144 KiB/s, 0 objects/s recovering 2024-06-18T01:55:59.930 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:59 smithi049 ceph-mon[26077]: from='osd.5 [v2:172.21.15.49:6818/3848094045,v1:172.21.15.49:6819/3848094045]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-06-18T01:55:59.930 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:59 smithi049 ceph-mon[26077]: osdmap e32: 8 total, 6 up, 8 in 2024-06-18T01:55:59.930 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:59 smithi049 ceph-mon[26077]: from='osd.5 [v2:172.21.15.49:6818/3848094045,v1:172.21.15.49:6819/3848094045]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-06-18T01:55:59.930 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:59 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:55:59.930 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:55:59 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:56:00.193 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:56:00.195 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:59 smithi129 ceph-mon[34969]: pgmap v81: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 425 MiB used, 536 GiB / 536 GiB avail; 6.5 KiB/s rd, 326 KiB/s wr, 20 op/s; 144 KiB/s, 0 objects/s recovering 2024-06-18T01:56:00.195 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:59 smithi129 ceph-mon[34969]: from='osd.5 [v2:172.21.15.49:6818/3848094045,v1:172.21.15.49:6819/3848094045]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-06-18T01:56:00.195 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:59 smithi129 ceph-mon[34969]: osdmap e32: 8 total, 6 up, 8 in 2024-06-18T01:56:00.195 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:59 smithi129 ceph-mon[34969]: from='osd.5 [v2:172.21.15.49:6818/3848094045,v1:172.21.15.49:6819/3848094045]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-06-18T01:56:00.195 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:59 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:56:00.195 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:55:59 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:56:01.090 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:00 smithi049 ceph-mon[26077]: from='osd.5 [v2:172.21.15.49:6818/3848094045,v1:172.21.15.49:6819/3848094045]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]': finished 2024-06-18T01:56:01.090 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:00 smithi049 ceph-mon[26077]: osdmap e33: 8 total, 6 up, 8 in 2024-06-18T01:56:01.090 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:00 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:56:01.090 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:00 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:56:01.090 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:00 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:56:01.090 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:00 smithi049 ceph-mon[26077]: from='osd.5 [v2:172.21.15.49:6818/3848094045,v1:172.21.15.49:6819/3848094045]' entity='osd.5' 2024-06-18T01:56:01.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:00 smithi129 ceph-mon[34969]: from='osd.5 [v2:172.21.15.49:6818/3848094045,v1:172.21.15.49:6819/3848094045]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]': finished 2024-06-18T01:56:01.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:00 smithi129 ceph-mon[34969]: osdmap e33: 8 total, 6 up, 8 in 2024-06-18T01:56:01.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:00 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:56:01.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:00 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:56:01.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:00 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:56:01.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:00 smithi129 ceph-mon[34969]: from='osd.5 [v2:172.21.15.49:6818/3848094045,v1:172.21.15.49:6819/3848094045]' entity='osd.5' 2024-06-18T01:56:01.896 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:01 smithi049 ceph-mon[26077]: purged_snaps scrub starts 2024-06-18T01:56:01.897 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:01 smithi049 ceph-mon[26077]: purged_snaps scrub ok 2024-06-18T01:56:01.897 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:01 smithi049 ceph-mon[26077]: pgmap v84: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 6.5 KiB/s rd, 326 KiB/s wr, 20 op/s; 144 KiB/s, 0 objects/s recovering 2024-06-18T01:56:01.897 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:01 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:56:01.897 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:01 smithi049 ceph-mon[26077]: osd.5 [v2:172.21.15.49:6818/3848094045,v1:172.21.15.49:6819/3848094045] boot 2024-06-18T01:56:01.897 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:01 smithi049 ceph-mon[26077]: osdmap e34: 8 total, 7 up, 8 in 2024-06-18T01:56:01.897 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:01 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:56:01.897 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:01 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:56:02.185 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:01 smithi129 ceph-mon[34969]: purged_snaps scrub starts 2024-06-18T01:56:02.185 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:01 smithi129 ceph-mon[34969]: purged_snaps scrub ok 2024-06-18T01:56:02.185 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:01 smithi129 ceph-mon[34969]: pgmap v84: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 6.5 KiB/s rd, 326 KiB/s wr, 20 op/s; 144 KiB/s, 0 objects/s recovering 2024-06-18T01:56:02.185 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:01 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:56:02.185 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:01 smithi129 ceph-mon[34969]: osd.5 [v2:172.21.15.49:6818/3848094045,v1:172.21.15.49:6819/3848094045] boot 2024-06-18T01:56:02.186 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:01 smithi129 ceph-mon[34969]: osdmap e34: 8 total, 7 up, 8 in 2024-06-18T01:56:02.186 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:01 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-18T01:56:02.186 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:01 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:56:02.271 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:56:02.992 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":35,"num_osds":8,"num_up_osds":7,"osd_up_since":1718675761,"num_in_osds":8,"osd_in_since":1718675724,"num_remapped_pgs":0} 2024-06-18T01:56:03.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:03 smithi049 ceph-mon[26077]: osdmap e35: 8 total, 7 up, 8 in 2024-06-18T01:56:03.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:03 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:56:03.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:03 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/2104315853' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:56:03.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:03 smithi129 ceph-mon[34969]: osdmap e35: 8 total, 7 up, 8 in 2024-06-18T01:56:03.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:03 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:56:03.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:03 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/2104315853' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:56:03.993 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd stat -f json 2024-06-18T01:56:04.275 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:56:04.397 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:04 smithi049 ceph-mon[26077]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-06-18T01:56:04.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:04 smithi129 ceph-mon[34969]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-06-18T01:56:05.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:05 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:05.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:05 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:05.445 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:05 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:05.445 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:05 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:06.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:06 smithi049 ceph-mon[26077]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-06-18T01:56:06.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:06 smithi129 ceph-mon[34969]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-06-18T01:56:06.952 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:56:07.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:07 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/4029109066' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:56:07.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:07 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/4029109066' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:56:07.812 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":35,"num_osds":8,"num_up_osds":7,"osd_up_since":1718675761,"num_in_osds":8,"osd_in_since":1718675724,"num_remapped_pgs":0} 2024-06-18T01:56:08.372 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:08 smithi049 ceph-mon[26077]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-06-18T01:56:08.372 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:08 smithi049 ceph-mon[26077]: from='osd.7 [v2:172.21.15.49:6826/2044633182,v1:172.21.15.49:6827/2044633182]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-06-18T01:56:08.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:08 smithi129 ceph-mon[34969]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-06-18T01:56:08.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:08 smithi129 ceph-mon[34969]: from='osd.7 [v2:172.21.15.49:6826/2044633182,v1:172.21.15.49:6827/2044633182]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-06-18T01:56:08.813 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd stat -f json 2024-06-18T01:56:09.486 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:09 smithi049 ceph-mon[26077]: from='osd.7 [v2:172.21.15.49:6826/2044633182,v1:172.21.15.49:6827/2044633182]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-06-18T01:56:09.486 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:09 smithi049 ceph-mon[26077]: osdmap e36: 8 total, 7 up, 8 in 2024-06-18T01:56:09.486 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:09 smithi049 ceph-mon[26077]: from='osd.7 [v2:172.21.15.49:6826/2044633182,v1:172.21.15.49:6827/2044633182]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-06-18T01:56:09.486 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:09 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:56:09.486 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:09 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:09.486 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:09 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:09.487 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:09 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:56:09.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:09 smithi129 ceph-mon[34969]: from='osd.7 [v2:172.21.15.49:6826/2044633182,v1:172.21.15.49:6827/2044633182]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-06-18T01:56:09.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:09 smithi129 ceph-mon[34969]: osdmap e36: 8 total, 7 up, 8 in 2024-06-18T01:56:09.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:09 smithi129 ceph-mon[34969]: from='osd.7 [v2:172.21.15.49:6826/2044633182,v1:172.21.15.49:6827/2044633182]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-06-18T01:56:09.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:09 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:56:09.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:09 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:09.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:09 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:09.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:09 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:56:09.618 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:56:10.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:10 smithi049 ceph-mon[26077]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-06-18T01:56:10.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:10 smithi049 ceph-mon[26077]: from='osd.7 [v2:172.21.15.49:6826/2044633182,v1:172.21.15.49:6827/2044633182]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]': finished 2024-06-18T01:56:10.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:10 smithi049 ceph-mon[26077]: osdmap e37: 8 total, 7 up, 8 in 2024-06-18T01:56:10.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:56:10.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:56:10.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:10 smithi049 ceph-mon[26077]: from='osd.7 [v2:172.21.15.49:6826/2044633182,v1:172.21.15.49:6827/2044633182]' entity='osd.7' 2024-06-18T01:56:10.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:56:10.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:10 smithi129 ceph-mon[34969]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-06-18T01:56:10.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:10 smithi129 ceph-mon[34969]: from='osd.7 [v2:172.21.15.49:6826/2044633182,v1:172.21.15.49:6827/2044633182]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]': finished 2024-06-18T01:56:10.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:10 smithi129 ceph-mon[34969]: osdmap e37: 8 total, 7 up, 8 in 2024-06-18T01:56:10.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:10 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:56:10.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:10 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:56:10.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:10 smithi129 ceph-mon[34969]: from='osd.7 [v2:172.21.15.49:6826/2044633182,v1:172.21.15.49:6827/2044633182]' entity='osd.7' 2024-06-18T01:56:10.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:10 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:56:11.343 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:56:11.427 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:11 smithi129 ceph-mon[34969]: purged_snaps scrub starts 2024-06-18T01:56:11.427 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:11 smithi129 ceph-mon[34969]: purged_snaps scrub ok 2024-06-18T01:56:11.427 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:11 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:56:11.427 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:11 smithi129 ceph-mon[34969]: osd.7 [v2:172.21.15.49:6826/2044633182,v1:172.21.15.49:6827/2044633182] boot 2024-06-18T01:56:11.427 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:11 smithi129 ceph-mon[34969]: osdmap e38: 8 total, 8 up, 8 in 2024-06-18T01:56:11.427 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:11 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:56:11.427 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:11 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:11.427 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:11 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:11.458 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:11 smithi049 ceph-mon[26077]: purged_snaps scrub starts 2024-06-18T01:56:11.458 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:11 smithi049 ceph-mon[26077]: purged_snaps scrub ok 2024-06-18T01:56:11.458 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:11 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:56:11.458 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:11 smithi049 ceph-mon[26077]: osd.7 [v2:172.21.15.49:6826/2044633182,v1:172.21.15.49:6827/2044633182] boot 2024-06-18T01:56:11.458 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:11 smithi049 ceph-mon[26077]: osdmap e38: 8 total, 8 up, 8 in 2024-06-18T01:56:11.459 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:11 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-18T01:56:11.459 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:11 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:11.459 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:11 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:12.018 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":39,"num_osds":8,"num_up_osds":8,"osd_up_since":1718675770,"num_in_osds":8,"osd_in_since":1718675724,"num_remapped_pgs":1} 2024-06-18T01:56:12.019 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd dump --format=json 2024-06-18T01:56:12.312 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:56:12.403 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:12 smithi129 ceph-mon[34969]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-06-18T01:56:12.404 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:12 smithi129 ceph-mon[34969]: osdmap e39: 8 total, 8 up, 8 in 2024-06-18T01:56:12.404 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:12 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/3004455454' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:56:12.440 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:12 smithi049 ceph-mon[26077]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-06-18T01:56:12.441 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:12 smithi049 ceph-mon[26077]: osdmap e39: 8 total, 8 up, 8 in 2024-06-18T01:56:12.441 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:12 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/3004455454' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-18T01:56:13.338 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:13 smithi049 ceph-mon[26077]: osdmap e40: 8 total, 8 up, 8 in 2024-06-18T01:56:13.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:13 smithi129 ceph-mon[34969]: osdmap e40: 8 total, 8 up, 8 in 2024-06-18T01:56:14.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:14 smithi049 ceph-mon[26077]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:14.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:14 smithi049 ceph-mon[26077]: osdmap e41: 8 total, 8 up, 8 in 2024-06-18T01:56:14.486 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:14 smithi129 ceph-mon[34969]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:14.486 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:14 smithi129 ceph-mon[34969]: osdmap e41: 8 total, 8 up, 8 in 2024-06-18T01:56:15.344 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:56:15.344 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":42,"fsid":"3675f062-2d15-11ef-bc9d-c7b262605968","created":"2024-06-18T01:51:55.991125+0000","modified":"2024-06-18T01:56:14.216392+0000","last_up_change":"2024-06-18T01:56:10.198577+0000","last_in_change":"2024-06-18T01:55:24.872034+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-06-18T01:55:46.986298+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":"23","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":"14d9cdbe-b398-4c8b-901e-a473b8163932","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6800","nonce":1233596519},{"type":"v1","addr":"172.21.15.129:6801","nonce":1233596519}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6802","nonce":1233596519},{"type":"v1","addr":"172.21.15.129:6803","nonce":1233596519}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6806","nonce":1233596519},{"type":"v1","addr":"172.21.15.129:6807","nonce":1233596519}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6804","nonce":1233596519},{"type":"v1","addr":"172.21.15.129:6805","nonce":1233596519}]},"public_addr":"172.21.15.129:6801/1233596519","cluster_addr":"172.21.15.129:6803/1233596519","heartbeat_back_addr":"172.21.15.129:6807/1233596519","heartbeat_front_addr":"172.21.15.129:6805/1233596519","state":["exists","up"]},{"osd":1,"uuid":"da7248de-09c4-479c-967d-dace29dedead","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6802","nonce":3441852171},{"type":"v1","addr":"172.21.15.49:6803","nonce":3441852171}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6804","nonce":3441852171},{"type":"v1","addr":"172.21.15.49:6805","nonce":3441852171}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6808","nonce":3441852171},{"type":"v1","addr":"172.21.15.49:6809","nonce":3441852171}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6806","nonce":3441852171},{"type":"v1","addr":"172.21.15.49:6807","nonce":3441852171}]},"public_addr":"172.21.15.49:6803/3441852171","cluster_addr":"172.21.15.49:6805/3441852171","heartbeat_back_addr":"172.21.15.49:6809/3441852171","heartbeat_front_addr":"172.21.15.49:6807/3441852171","state":["exists","up"]},{"osd":2,"uuid":"eb7f413f-82fd-473e-a6ce-23c617fe060b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6808","nonce":2362179178},{"type":"v1","addr":"172.21.15.129:6809","nonce":2362179178}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6810","nonce":2362179178},{"type":"v1","addr":"172.21.15.129:6811","nonce":2362179178}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6814","nonce":2362179178},{"type":"v1","addr":"172.21.15.129:6815","nonce":2362179178}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6812","nonce":2362179178},{"type":"v1","addr":"172.21.15.129:6813","nonce":2362179178}]},"public_addr":"172.21.15.129:6809/2362179178","cluster_addr":"172.21.15.129:6811/2362179178","heartbeat_back_addr":"172.21.15.129:6815/2362179178","heartbeat_front_addr":"172.21.15.129:6813/2362179178","state":["exists","up"]},{"osd":3,"uuid":"052028ef-1dc7-4924-88bd-2b59017ad5bd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6810","nonce":3037099777},{"type":"v1","addr":"172.21.15.49:6811","nonce":3037099777}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6812","nonce":3037099777},{"type":"v1","addr":"172.21.15.49:6813","nonce":3037099777}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6816","nonce":3037099777},{"type":"v1","addr":"172.21.15.49:6817","nonce":3037099777}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6814","nonce":3037099777},{"type":"v1","addr":"172.21.15.49:6815","nonce":3037099777}]},"public_addr":"172.21.15.49:6811/3037099777","cluster_addr":"172.21.15.49:6813/3037099777","heartbeat_back_addr":"172.21.15.49:6817/3037099777","heartbeat_front_addr":"172.21.15.49:6815/3037099777","state":["exists","up"]},{"osd":4,"uuid":"7fd9a73b-c2a0-4000-8c51-9aca9ec5a6b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6816","nonce":505211937},{"type":"v1","addr":"172.21.15.129:6817","nonce":505211937}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6818","nonce":505211937},{"type":"v1","addr":"172.21.15.129:6819","nonce":505211937}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6822","nonce":505211937},{"type":"v1","addr":"172.21.15.129:6823","nonce":505211937}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6820","nonce":505211937},{"type":"v1","addr":"172.21.15.129:6821","nonce":505211937}]},"public_addr":"172.21.15.129:6817/505211937","cluster_addr":"172.21.15.129:6819/505211937","heartbeat_back_addr":"172.21.15.129:6823/505211937","heartbeat_front_addr":"172.21.15.129:6821/505211937","state":["exists","up"]},{"osd":5,"uuid":"d086cdb2-cbd8-42bc-af9a-b03b24c5cc27","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6818","nonce":3848094045},{"type":"v1","addr":"172.21.15.49:6819","nonce":3848094045}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6820","nonce":3848094045},{"type":"v1","addr":"172.21.15.49:6821","nonce":3848094045}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6824","nonce":3848094045},{"type":"v1","addr":"172.21.15.49:6825","nonce":3848094045}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6822","nonce":3848094045},{"type":"v1","addr":"172.21.15.49:6823","nonce":3848094045}]},"public_addr":"172.21.15.49:6819/3848094045","cluster_addr":"172.21.15.49:6821/3848094045","heartbeat_back_addr":"172.21.15.49:6825/3848094045","heartbeat_front_addr":"172.21.15.49:6823/3848094045","state":["exists","up"]},{"osd":6,"uuid":"496d4d4c-0712-48d1-aeb0-f29c0532bbf8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6824","nonce":2370990447},{"type":"v1","addr":"172.21.15.129:6825","nonce":2370990447}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6826","nonce":2370990447},{"type":"v1","addr":"172.21.15.129:6827","nonce":2370990447}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6830","nonce":2370990447},{"type":"v1","addr":"172.21.15.129:6831","nonce":2370990447}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6828","nonce":2370990447},{"type":"v1","addr":"172.21.15.129:6829","nonce":2370990447}]},"public_addr":"172.21.15.129:6825/2370990447","cluster_addr":"172.21.15.129:6827/2370990447","heartbeat_back_addr":"172.21.15.129:6831/2370990447","heartbeat_front_addr":"172.21.15.129:6829/2370990447","state":["exists","up"]},{"osd":7,"uuid":"b1eda4bc-d4ef-4876-997b-b6b3246327cf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6826","nonce":2044633182},{"type":"v1","addr":"172.21.15.49:6827","nonce":2044633182}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6828","nonce":2044633182},{"type":"v1","addr":"172.21.15.49:6829","nonce":2044633182}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6832","nonce":2044633182},{"type":"v1","addr":"172.21.15.49:6833","nonce":2044633182}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6830","nonce":2044633182},{"type":"v1","addr":"172.21.15.49:6831","nonce":2044633182}]},"public_addr":"172.21.15.49:6827/2044633182","cluster_addr":"172.21.15.49:6829/2044633182","heartbeat_back_addr":"172.21.15.49:6833/2044633182","heartbeat_front_addr":"172.21.15.49:6831/2044633182","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-06-18T01:55:39.711334+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-06-18T01:55:44.529445+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-06-18T01:55:44.986796+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-06-18T01:55:51.909798+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-06-18T01:55:50.433251+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-06-18T01:55:59.341460+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-06-18T01:55:55.632260+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-06-18T01:56:08.257729+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.49:6801/3992194019":"2024-06-19T01:53:54.470546+0000","172.21.15.49:6800/3992194019":"2024-06-19T01:53:54.470546+0000","172.21.15.49:6800/4232497408":"2024-06-19T01:52:18.778505+0000","172.21.15.49:0/4154422830":"2024-06-19T01:52:18.778505+0000","172.21.15.49:0/4252820227":"2024-06-19T01:52:52.015468+0000","172.21.15.49:6801/4232497408":"2024-06-19T01:52:18.778505+0000","172.21.15.49:0/1912572322":"2024-06-19T01:52:18.778505+0000","172.21.15.49:0/2910349678":"2024-06-19T01:53:54.470546+0000","172.21.15.49:0/1348035078":"2024-06-19T01:52:52.015468+0000","172.21.15.49:0/1649744597":"2024-06-19T01:53:54.470546+0000","172.21.15.49:0/2498195265":"2024-06-19T01:52:52.015468+0000","172.21.15.49:0/3691682995":"2024-06-19T01:52:18.778505+0000","172.21.15.49:6800/2420164332":"2024-06-19T01:52:52.015468+0000","172.21.15.49:6801/2420164332":"2024-06-19T01:52:52.015468+0000","172.21.15.49:0/1369367641":"2024-06-19T01:53:54.470546+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-06-18T01:56:15.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:15 smithi049 ceph-mon[26077]: osdmap e42: 8 total, 8 up, 8 in 2024-06-18T01:56:15.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:15 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:15.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:15 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:15.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:15 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-06-18T01:56:15.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:15 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-06-18T01:56:15.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:15 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-06-18T01:56:15.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:15 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-06-18T01:56:15.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:15 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:15.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:15 smithi129 ceph-mon[34969]: osdmap e42: 8 total, 8 up, 8 in 2024-06-18T01:56:15.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:15 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:15.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:15 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:15.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:15 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-06-18T01:56:15.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:15 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-06-18T01:56:15.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:15 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-06-18T01:56:15.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:15 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-06-18T01:56:15.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:15 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:16.014 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-06-18T01:55:46.986298+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': '23', '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-06-18T01:56:16.014 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-06-18T01:56:16.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:16 smithi049 ceph-mon[26077]: pgmap v100: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:16.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:16 smithi049 ceph-mon[26077]: Detected new or changed devices on smithi129 2024-06-18T01:56:16.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:16 smithi049 ceph-mon[26077]: Adjusting osd_memory_target on smithi129 to 3728M 2024-06-18T01:56:16.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:16 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/549899289' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-18T01:56:16.506 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:56:16.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:16 smithi129 ceph-mon[34969]: pgmap v100: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:16.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:16 smithi129 ceph-mon[34969]: Detected new or changed devices on smithi129 2024-06-18T01:56:16.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:16 smithi129 ceph-mon[34969]: Adjusting osd_memory_target on smithi129 to 3728M 2024-06-18T01:56:16.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:16 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/549899289' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-18T01:56:18.372 INFO:teuthology.orchestra.run.smithi049.stdout:pg_num: 1 2024-06-18T01:56:18.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:18 smithi049 ceph-mon[26077]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:18.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:18 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:18.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:18 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:18.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:18 smithi129 ceph-mon[34969]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:18.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:18 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:18.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:18 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:18.953 INFO:tasks.cephadm:Setting up client nodes... 2024-06-18T01:56:18.954 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-06-18T01:56:19.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:19 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/624602225' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-06-18T01:56:19.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:19 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/624602225' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-06-18T01:56:20.126 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:56:20.355 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:20 smithi049 ceph-mon[26077]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:20.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:20 smithi129 ceph-mon[34969]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:22.453 INFO:teuthology.orchestra.run.smithi049.stdout:[client.0] 2024-06-18T01:56:22.453 INFO:teuthology.orchestra.run.smithi049.stdout: key = AQBG6XBmOBP3GhAA0hEGe6kimpbvwl7/oWFgQQ== 2024-06-18T01:56:22.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:22 smithi129 ceph-mon[34969]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:22.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:22 smithi049 ceph-mon[26077]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:23.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:23 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/1755053113' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-06-18T01:56:23.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:23 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/1755053113' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-06-18T01:56:23.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:23 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:23.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:23 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:23.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:23 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-06-18T01:56:23.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:23 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-06-18T01:56:23.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:23 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-06-18T01:56:23.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:23 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-06-18T01:56:23.485 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:23 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:23.485 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:23 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:56:23.485 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:23 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T01:56:23.485 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:23 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:23.485 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:23 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T01:56:23.485 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:23 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T01:56:23.485 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:23 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:56:23.485 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:23 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T01:56:23.485 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:23 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:56:23.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:23 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/1755053113' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-06-18T01:56:23.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:23 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/1755053113' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-06-18T01:56:23.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:23 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:23.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:23 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:23.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:23 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-06-18T01:56:23.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:23 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-06-18T01:56:23.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:23 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-06-18T01:56:23.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:23 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-06-18T01:56:23.535 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:23 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:23.535 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:23 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:56:23.535 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:23 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T01:56:23.535 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:23 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:23.535 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:23 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T01:56:23.535 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:23 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T01:56:23.535 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:23 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:56:23.535 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:23 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-18T01:56:23.535 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:23 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:56:23.607 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-06-18T01:56:23.607 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-06-18T01:56:23.607 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-06-18T01:56:23.648 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-06-18T01:56:24.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:24 smithi129 ceph-mon[34969]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:24.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:24 smithi129 ceph-mon[34969]: Detected new or changed devices on smithi049 2024-06-18T01:56:24.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:24 smithi129 ceph-mon[34969]: Adjusting osd_memory_target on smithi049 to 2960M 2024-06-18T01:56:24.659 INFO:teuthology.orchestra.run.smithi129.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi129/config 2024-06-18T01:56:24.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:24 smithi049 ceph-mon[26077]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:24.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:24 smithi049 ceph-mon[26077]: Detected new or changed devices on smithi049 2024-06-18T01:56:24.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:24 smithi049 ceph-mon[26077]: Adjusting osd_memory_target on smithi049 to 2960M 2024-06-18T01:56:25.419 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:25 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:56:25.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:25 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:56:26.375 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:26 smithi049 ceph-mon[26077]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:26.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:26 smithi129 ceph-mon[34969]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:27.734 INFO:teuthology.orchestra.run.smithi129.stdout:[client.1] 2024-06-18T01:56:27.734 INFO:teuthology.orchestra.run.smithi129.stdout: key = AQBL6XBmtdueKxAANMTcKvqU0u7k7n9g6s81lA== 2024-06-18T01:56:28.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:28 smithi129 ceph-mon[34969]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:28.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:28 smithi129 ceph-mon[34969]: from='client.? 172.21.15.129:0/3723339850' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-06-18T01:56:28.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:28 smithi129 ceph-mon[34969]: 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-06-18T01:56:28.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:28 smithi129 ceph-mon[34969]: 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-06-18T01:56:28.310 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:28 smithi049 ceph-mon[26077]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:28.310 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:28 smithi049 ceph-mon[26077]: from='client.? 172.21.15.129:0/3723339850' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-06-18T01:56:28.310 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:28 smithi049 ceph-mon[26077]: 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-06-18T01:56:28.310 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:28 smithi049 ceph-mon[26077]: 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-06-18T01:56:28.332 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-06-18T01:56:28.332 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-06-18T01:56:28.332 DEBUG:teuthology.orchestra.run.smithi129:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-06-18T01:56:28.370 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-06-18T01:56:28.370 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-06-18T01:56:28.370 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph mgr dump --format=json 2024-06-18T01:56:28.762 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:56:30.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:30 smithi049 ceph-mon[26077]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:30.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:30 smithi129 ceph-mon[34969]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:31.426 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:56:32.077 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":19,"flags":0,"active_gid":14211,"active_name":"smithi049.bfvfpy","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6800","nonce":4268488053},{"type":"v1","addr":"172.21.15.49:6801","nonce":4268488053}]},"active_addr":"172.21.15.49:6801/4268488053","active_change":"2024-06-18T01:53:54.470691+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":14232,"name":"smithi129.rtqsbz","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.49:8443/","prometheus":"http://172.21.15.49: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.49:0","nonce":877638639}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.49:0","nonce":395955407}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.49:0","nonce":3327173704}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.49:0","nonce":1608527266}]}]} 2024-06-18T01:56:32.084 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-06-18T01:56:32.084 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-06-18T01:56:32.084 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd dump --format=json 2024-06-18T01:56:32.391 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:32 smithi129 ceph-mon[34969]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:32.392 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:32 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/477948322' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-06-18T01:56:32.410 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:32 smithi049 ceph-mon[26077]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:32.411 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:32 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/477948322' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-06-18T01:56:32.954 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:56:34.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:34 smithi129 ceph-mon[34969]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:34.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:34 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:34.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:34 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:34.682 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:34 smithi049 ceph-mon[26077]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:34.682 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:34 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:34.682 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:34 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:35.386 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:56:35.386 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":42,"fsid":"3675f062-2d15-11ef-bc9d-c7b262605968","created":"2024-06-18T01:51:55.991125+0000","modified":"2024-06-18T01:56:14.216392+0000","last_up_change":"2024-06-18T01:56:10.198577+0000","last_in_change":"2024-06-18T01:55:24.872034+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-06-18T01:55:46.986298+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":"23","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":"14d9cdbe-b398-4c8b-901e-a473b8163932","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6800","nonce":1233596519},{"type":"v1","addr":"172.21.15.129:6801","nonce":1233596519}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6802","nonce":1233596519},{"type":"v1","addr":"172.21.15.129:6803","nonce":1233596519}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6806","nonce":1233596519},{"type":"v1","addr":"172.21.15.129:6807","nonce":1233596519}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6804","nonce":1233596519},{"type":"v1","addr":"172.21.15.129:6805","nonce":1233596519}]},"public_addr":"172.21.15.129:6801/1233596519","cluster_addr":"172.21.15.129:6803/1233596519","heartbeat_back_addr":"172.21.15.129:6807/1233596519","heartbeat_front_addr":"172.21.15.129:6805/1233596519","state":["exists","up"]},{"osd":1,"uuid":"da7248de-09c4-479c-967d-dace29dedead","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6802","nonce":3441852171},{"type":"v1","addr":"172.21.15.49:6803","nonce":3441852171}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6804","nonce":3441852171},{"type":"v1","addr":"172.21.15.49:6805","nonce":3441852171}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6808","nonce":3441852171},{"type":"v1","addr":"172.21.15.49:6809","nonce":3441852171}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6806","nonce":3441852171},{"type":"v1","addr":"172.21.15.49:6807","nonce":3441852171}]},"public_addr":"172.21.15.49:6803/3441852171","cluster_addr":"172.21.15.49:6805/3441852171","heartbeat_back_addr":"172.21.15.49:6809/3441852171","heartbeat_front_addr":"172.21.15.49:6807/3441852171","state":["exists","up"]},{"osd":2,"uuid":"eb7f413f-82fd-473e-a6ce-23c617fe060b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6808","nonce":2362179178},{"type":"v1","addr":"172.21.15.129:6809","nonce":2362179178}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6810","nonce":2362179178},{"type":"v1","addr":"172.21.15.129:6811","nonce":2362179178}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6814","nonce":2362179178},{"type":"v1","addr":"172.21.15.129:6815","nonce":2362179178}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6812","nonce":2362179178},{"type":"v1","addr":"172.21.15.129:6813","nonce":2362179178}]},"public_addr":"172.21.15.129:6809/2362179178","cluster_addr":"172.21.15.129:6811/2362179178","heartbeat_back_addr":"172.21.15.129:6815/2362179178","heartbeat_front_addr":"172.21.15.129:6813/2362179178","state":["exists","up"]},{"osd":3,"uuid":"052028ef-1dc7-4924-88bd-2b59017ad5bd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6810","nonce":3037099777},{"type":"v1","addr":"172.21.15.49:6811","nonce":3037099777}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6812","nonce":3037099777},{"type":"v1","addr":"172.21.15.49:6813","nonce":3037099777}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6816","nonce":3037099777},{"type":"v1","addr":"172.21.15.49:6817","nonce":3037099777}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6814","nonce":3037099777},{"type":"v1","addr":"172.21.15.49:6815","nonce":3037099777}]},"public_addr":"172.21.15.49:6811/3037099777","cluster_addr":"172.21.15.49:6813/3037099777","heartbeat_back_addr":"172.21.15.49:6817/3037099777","heartbeat_front_addr":"172.21.15.49:6815/3037099777","state":["exists","up"]},{"osd":4,"uuid":"7fd9a73b-c2a0-4000-8c51-9aca9ec5a6b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6816","nonce":505211937},{"type":"v1","addr":"172.21.15.129:6817","nonce":505211937}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6818","nonce":505211937},{"type":"v1","addr":"172.21.15.129:6819","nonce":505211937}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6822","nonce":505211937},{"type":"v1","addr":"172.21.15.129:6823","nonce":505211937}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6820","nonce":505211937},{"type":"v1","addr":"172.21.15.129:6821","nonce":505211937}]},"public_addr":"172.21.15.129:6817/505211937","cluster_addr":"172.21.15.129:6819/505211937","heartbeat_back_addr":"172.21.15.129:6823/505211937","heartbeat_front_addr":"172.21.15.129:6821/505211937","state":["exists","up"]},{"osd":5,"uuid":"d086cdb2-cbd8-42bc-af9a-b03b24c5cc27","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6818","nonce":3848094045},{"type":"v1","addr":"172.21.15.49:6819","nonce":3848094045}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6820","nonce":3848094045},{"type":"v1","addr":"172.21.15.49:6821","nonce":3848094045}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6824","nonce":3848094045},{"type":"v1","addr":"172.21.15.49:6825","nonce":3848094045}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6822","nonce":3848094045},{"type":"v1","addr":"172.21.15.49:6823","nonce":3848094045}]},"public_addr":"172.21.15.49:6819/3848094045","cluster_addr":"172.21.15.49:6821/3848094045","heartbeat_back_addr":"172.21.15.49:6825/3848094045","heartbeat_front_addr":"172.21.15.49:6823/3848094045","state":["exists","up"]},{"osd":6,"uuid":"496d4d4c-0712-48d1-aeb0-f29c0532bbf8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6824","nonce":2370990447},{"type":"v1","addr":"172.21.15.129:6825","nonce":2370990447}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6826","nonce":2370990447},{"type":"v1","addr":"172.21.15.129:6827","nonce":2370990447}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6830","nonce":2370990447},{"type":"v1","addr":"172.21.15.129:6831","nonce":2370990447}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6828","nonce":2370990447},{"type":"v1","addr":"172.21.15.129:6829","nonce":2370990447}]},"public_addr":"172.21.15.129:6825/2370990447","cluster_addr":"172.21.15.129:6827/2370990447","heartbeat_back_addr":"172.21.15.129:6831/2370990447","heartbeat_front_addr":"172.21.15.129:6829/2370990447","state":["exists","up"]},{"osd":7,"uuid":"b1eda4bc-d4ef-4876-997b-b6b3246327cf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6826","nonce":2044633182},{"type":"v1","addr":"172.21.15.49:6827","nonce":2044633182}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6828","nonce":2044633182},{"type":"v1","addr":"172.21.15.49:6829","nonce":2044633182}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6832","nonce":2044633182},{"type":"v1","addr":"172.21.15.49:6833","nonce":2044633182}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6830","nonce":2044633182},{"type":"v1","addr":"172.21.15.49:6831","nonce":2044633182}]},"public_addr":"172.21.15.49:6827/2044633182","cluster_addr":"172.21.15.49:6829/2044633182","heartbeat_back_addr":"172.21.15.49:6833/2044633182","heartbeat_front_addr":"172.21.15.49:6831/2044633182","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-06-18T01:55:39.711334+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-06-18T01:55:44.529445+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-06-18T01:55:44.986796+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-06-18T01:55:51.909798+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-06-18T01:55:50.433251+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-06-18T01:55:59.341460+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-06-18T01:55:55.632260+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-06-18T01:56:08.257729+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.49:6801/3992194019":"2024-06-19T01:53:54.470546+0000","172.21.15.49:6800/3992194019":"2024-06-19T01:53:54.470546+0000","172.21.15.49:6800/4232497408":"2024-06-19T01:52:18.778505+0000","172.21.15.49:0/4154422830":"2024-06-19T01:52:18.778505+0000","172.21.15.49:0/4252820227":"2024-06-19T01:52:52.015468+0000","172.21.15.49:6801/4232497408":"2024-06-19T01:52:18.778505+0000","172.21.15.49:0/1912572322":"2024-06-19T01:52:18.778505+0000","172.21.15.49:0/2910349678":"2024-06-19T01:53:54.470546+0000","172.21.15.49:0/1348035078":"2024-06-19T01:52:52.015468+0000","172.21.15.49:0/1649744597":"2024-06-19T01:53:54.470546+0000","172.21.15.49:0/2498195265":"2024-06-19T01:52:52.015468+0000","172.21.15.49:0/3691682995":"2024-06-19T01:52:18.778505+0000","172.21.15.49:6800/2420164332":"2024-06-19T01:52:52.015468+0000","172.21.15.49:6801/2420164332":"2024-06-19T01:52:52.015468+0000","172.21.15.49:0/1369367641":"2024-06-19T01:53:54.470546+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-06-18T01:56:35.964 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:35 smithi049 ceph-mon[26077]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:35.964 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:35 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:35.964 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:35 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:35.964 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:35 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/3181942933' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-18T01:56:35.994 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-06-18T01:56:35.994 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd dump --format=json 2024-06-18T01:56:36.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:35 smithi129 ceph-mon[34969]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:36.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:35 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:36.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:35 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:56:36.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:35 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/3181942933' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-18T01:56:36.245 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:56:37.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:37 smithi049 ceph-mon[26077]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:38.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:37 smithi129 ceph-mon[34969]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:38.080 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:56:38.080 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":42,"fsid":"3675f062-2d15-11ef-bc9d-c7b262605968","created":"2024-06-18T01:51:55.991125+0000","modified":"2024-06-18T01:56:14.216392+0000","last_up_change":"2024-06-18T01:56:10.198577+0000","last_in_change":"2024-06-18T01:55:24.872034+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-06-18T01:55:46.986298+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":"23","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":"14d9cdbe-b398-4c8b-901e-a473b8163932","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6800","nonce":1233596519},{"type":"v1","addr":"172.21.15.129:6801","nonce":1233596519}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6802","nonce":1233596519},{"type":"v1","addr":"172.21.15.129:6803","nonce":1233596519}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6806","nonce":1233596519},{"type":"v1","addr":"172.21.15.129:6807","nonce":1233596519}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6804","nonce":1233596519},{"type":"v1","addr":"172.21.15.129:6805","nonce":1233596519}]},"public_addr":"172.21.15.129:6801/1233596519","cluster_addr":"172.21.15.129:6803/1233596519","heartbeat_back_addr":"172.21.15.129:6807/1233596519","heartbeat_front_addr":"172.21.15.129:6805/1233596519","state":["exists","up"]},{"osd":1,"uuid":"da7248de-09c4-479c-967d-dace29dedead","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6802","nonce":3441852171},{"type":"v1","addr":"172.21.15.49:6803","nonce":3441852171}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6804","nonce":3441852171},{"type":"v1","addr":"172.21.15.49:6805","nonce":3441852171}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6808","nonce":3441852171},{"type":"v1","addr":"172.21.15.49:6809","nonce":3441852171}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6806","nonce":3441852171},{"type":"v1","addr":"172.21.15.49:6807","nonce":3441852171}]},"public_addr":"172.21.15.49:6803/3441852171","cluster_addr":"172.21.15.49:6805/3441852171","heartbeat_back_addr":"172.21.15.49:6809/3441852171","heartbeat_front_addr":"172.21.15.49:6807/3441852171","state":["exists","up"]},{"osd":2,"uuid":"eb7f413f-82fd-473e-a6ce-23c617fe060b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6808","nonce":2362179178},{"type":"v1","addr":"172.21.15.129:6809","nonce":2362179178}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6810","nonce":2362179178},{"type":"v1","addr":"172.21.15.129:6811","nonce":2362179178}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6814","nonce":2362179178},{"type":"v1","addr":"172.21.15.129:6815","nonce":2362179178}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6812","nonce":2362179178},{"type":"v1","addr":"172.21.15.129:6813","nonce":2362179178}]},"public_addr":"172.21.15.129:6809/2362179178","cluster_addr":"172.21.15.129:6811/2362179178","heartbeat_back_addr":"172.21.15.129:6815/2362179178","heartbeat_front_addr":"172.21.15.129:6813/2362179178","state":["exists","up"]},{"osd":3,"uuid":"052028ef-1dc7-4924-88bd-2b59017ad5bd","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6810","nonce":3037099777},{"type":"v1","addr":"172.21.15.49:6811","nonce":3037099777}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6812","nonce":3037099777},{"type":"v1","addr":"172.21.15.49:6813","nonce":3037099777}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6816","nonce":3037099777},{"type":"v1","addr":"172.21.15.49:6817","nonce":3037099777}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6814","nonce":3037099777},{"type":"v1","addr":"172.21.15.49:6815","nonce":3037099777}]},"public_addr":"172.21.15.49:6811/3037099777","cluster_addr":"172.21.15.49:6813/3037099777","heartbeat_back_addr":"172.21.15.49:6817/3037099777","heartbeat_front_addr":"172.21.15.49:6815/3037099777","state":["exists","up"]},{"osd":4,"uuid":"7fd9a73b-c2a0-4000-8c51-9aca9ec5a6b2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6816","nonce":505211937},{"type":"v1","addr":"172.21.15.129:6817","nonce":505211937}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6818","nonce":505211937},{"type":"v1","addr":"172.21.15.129:6819","nonce":505211937}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6822","nonce":505211937},{"type":"v1","addr":"172.21.15.129:6823","nonce":505211937}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6820","nonce":505211937},{"type":"v1","addr":"172.21.15.129:6821","nonce":505211937}]},"public_addr":"172.21.15.129:6817/505211937","cluster_addr":"172.21.15.129:6819/505211937","heartbeat_back_addr":"172.21.15.129:6823/505211937","heartbeat_front_addr":"172.21.15.129:6821/505211937","state":["exists","up"]},{"osd":5,"uuid":"d086cdb2-cbd8-42bc-af9a-b03b24c5cc27","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6818","nonce":3848094045},{"type":"v1","addr":"172.21.15.49:6819","nonce":3848094045}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6820","nonce":3848094045},{"type":"v1","addr":"172.21.15.49:6821","nonce":3848094045}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6824","nonce":3848094045},{"type":"v1","addr":"172.21.15.49:6825","nonce":3848094045}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6822","nonce":3848094045},{"type":"v1","addr":"172.21.15.49:6823","nonce":3848094045}]},"public_addr":"172.21.15.49:6819/3848094045","cluster_addr":"172.21.15.49:6821/3848094045","heartbeat_back_addr":"172.21.15.49:6825/3848094045","heartbeat_front_addr":"172.21.15.49:6823/3848094045","state":["exists","up"]},{"osd":6,"uuid":"496d4d4c-0712-48d1-aeb0-f29c0532bbf8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6824","nonce":2370990447},{"type":"v1","addr":"172.21.15.129:6825","nonce":2370990447}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6826","nonce":2370990447},{"type":"v1","addr":"172.21.15.129:6827","nonce":2370990447}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6830","nonce":2370990447},{"type":"v1","addr":"172.21.15.129:6831","nonce":2370990447}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.129:6828","nonce":2370990447},{"type":"v1","addr":"172.21.15.129:6829","nonce":2370990447}]},"public_addr":"172.21.15.129:6825/2370990447","cluster_addr":"172.21.15.129:6827/2370990447","heartbeat_back_addr":"172.21.15.129:6831/2370990447","heartbeat_front_addr":"172.21.15.129:6829/2370990447","state":["exists","up"]},{"osd":7,"uuid":"b1eda4bc-d4ef-4876-997b-b6b3246327cf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6826","nonce":2044633182},{"type":"v1","addr":"172.21.15.49:6827","nonce":2044633182}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6828","nonce":2044633182},{"type":"v1","addr":"172.21.15.49:6829","nonce":2044633182}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6832","nonce":2044633182},{"type":"v1","addr":"172.21.15.49:6833","nonce":2044633182}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6830","nonce":2044633182},{"type":"v1","addr":"172.21.15.49:6831","nonce":2044633182}]},"public_addr":"172.21.15.49:6827/2044633182","cluster_addr":"172.21.15.49:6829/2044633182","heartbeat_back_addr":"172.21.15.49:6833/2044633182","heartbeat_front_addr":"172.21.15.49:6831/2044633182","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-06-18T01:55:39.711334+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-06-18T01:55:44.529445+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-06-18T01:55:44.986796+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-06-18T01:55:51.909798+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-06-18T01:55:50.433251+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-06-18T01:55:59.341460+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-06-18T01:55:55.632260+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-06-18T01:56:08.257729+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.49:6801/3992194019":"2024-06-19T01:53:54.470546+0000","172.21.15.49:6800/3992194019":"2024-06-19T01:53:54.470546+0000","172.21.15.49:6800/4232497408":"2024-06-19T01:52:18.778505+0000","172.21.15.49:0/4154422830":"2024-06-19T01:52:18.778505+0000","172.21.15.49:0/4252820227":"2024-06-19T01:52:52.015468+0000","172.21.15.49:6801/4232497408":"2024-06-19T01:52:18.778505+0000","172.21.15.49:0/1912572322":"2024-06-19T01:52:18.778505+0000","172.21.15.49:0/2910349678":"2024-06-19T01:53:54.470546+0000","172.21.15.49:0/1348035078":"2024-06-19T01:52:52.015468+0000","172.21.15.49:0/1649744597":"2024-06-19T01:53:54.470546+0000","172.21.15.49:0/2498195265":"2024-06-19T01:52:52.015468+0000","172.21.15.49:0/3691682995":"2024-06-19T01:52:18.778505+0000","172.21.15.49:6800/2420164332":"2024-06-19T01:52:52.015468+0000","172.21.15.49:6801/2420164332":"2024-06-19T01:52:52.015468+0000","172.21.15.49:0/1369367641":"2024-06-19T01:53:54.470546+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-06-18T01:56:38.748 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-06-18T01:56:38.749 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-06-18T01:56:38.749 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-06-18T01:56:38.750 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-06-18T01:56:38.750 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-06-18T01:56:38.751 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-06-18T01:56:38.751 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-06-18T01:56:38.752 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-06-18T01:56:38.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:38 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/4174249860' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-18T01:56:39.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:38 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/4174249860' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-18T01:56:39.292 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:56:39.292 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:56:39.295 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:56:39.296 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:56:39.302 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:56:39.302 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:56:39.303 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:56:39.306 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:56:39.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:39 smithi049 ceph-mon[26077]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:39.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:39 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:56:40.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:39 smithi129 ceph-mon[34969]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:40.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:39 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:56:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:41 smithi049 ceph-mon[26077]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:42.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:41 smithi129 ceph-mon[34969]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:43.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:43 smithi049 ceph-mon[26077]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:44.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:43 smithi129 ceph-mon[34969]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:45.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:45 smithi049 ceph-mon[26077]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:46.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:45 smithi129 ceph-mon[34969]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:47.955 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:47 smithi049 ceph-mon[26077]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:48.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:47 smithi129 ceph-mon[34969]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:48.914 INFO:teuthology.orchestra.run.smithi049.stdout:128849018892 2024-06-18T01:56:48.915 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-06-18T01:56:49.526 INFO:teuthology.orchestra.run.smithi049.stdout:120259084301 2024-06-18T01:56:49.527 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-06-18T01:56:49.961 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:49 smithi049 ceph-mon[26077]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:50.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:49 smithi129 ceph-mon[34969]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:51.703 INFO:teuthology.orchestra.run.smithi049.stdout:85899345936 2024-06-18T01:56:51.703 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-06-18T01:56:51.818 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:51 smithi049 ceph-mon[26077]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:51.819 INFO:teuthology.orchestra.run.smithi049.stdout:68719476752 2024-06-18T01:56:51.819 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-06-18T01:56:52.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:51 smithi129 ceph-mon[34969]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:53.116 INFO:teuthology.orchestra.run.smithi049.stdout:146028888078 2024-06-18T01:56:53.117 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-06-18T01:56:53.798 INFO:teuthology.orchestra.run.smithi049.stdout:85899345936 2024-06-18T01:56:53.798 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-06-18T01:56:54.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:53 smithi129 ceph-mon[34969]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:54.044 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:53 smithi049 ceph-mon[26077]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:54.684 INFO:teuthology.orchestra.run.smithi049.stdout:163208757259 2024-06-18T01:56:54.684 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-06-18T01:56:54.900 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:56:54.921 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:56:54.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:54 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:56:55.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:54 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:56:55.414 INFO:teuthology.orchestra.run.smithi049.stdout:111669149711 2024-06-18T01:56:55.414 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-06-18T01:56:55.972 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:55 smithi049 ceph-mon[26077]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:56.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:55 smithi129 ceph-mon[34969]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:56.333 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:56:56.337 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:56:56.337 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:56:57.978 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:57 smithi049 ceph-mon[26077]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:58.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:57 smithi129 ceph-mon[34969]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:56:58.385 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:56:58.471 INFO:teuthology.orchestra.run.smithi049.stdout:128849018894 2024-06-18T01:56:58.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:58 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/625543000' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-06-18T01:56:59.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:58 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/625543000' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-06-18T01:56:59.101 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018892 got 128849018894 for osd.6 2024-06-18T01:56:59.102 DEBUG:teuthology.parallel:result is None 2024-06-18T01:57:00.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:56:59 smithi129 ceph-mon[34969]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:00.106 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:56:59 smithi049 ceph-mon[26077]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:00.679 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:57:02.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:01 smithi129 ceph-mon[34969]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:02.087 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:01 smithi049 ceph-mon[26077]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:02.915 INFO:teuthology.orchestra.run.smithi049.stdout:146028888080 2024-06-18T01:57:03.855 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:03 smithi049 ceph-mon[26077]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:03.855 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:03 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/4248146253' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-06-18T01:57:03.886 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888078 got 146028888080 for osd.5 2024-06-18T01:57:03.886 DEBUG:teuthology.parallel:result is None 2024-06-18T01:57:04.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:03 smithi129 ceph-mon[34969]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:04.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:03 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/4248146253' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-06-18T01:57:04.227 INFO:teuthology.orchestra.run.smithi049.stdout:120259084304 2024-06-18T01:57:05.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:04 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/3021612919' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-06-18T01:57:05.081 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:04 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/3021612919' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-06-18T01:57:05.368 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084301 got 120259084304 for osd.3 2024-06-18T01:57:05.368 DEBUG:teuthology.parallel:result is None 2024-06-18T01:57:05.882 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:57:05.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:05 smithi049 ceph-mon[26077]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:06.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:05 smithi129 ceph-mon[34969]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:06.088 INFO:teuthology.orchestra.run.smithi049.stdout:85899345939 2024-06-18T01:57:07.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:06 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/4219689215' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-06-18T01:57:07.067 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:06 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/4219689215' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-06-18T01:57:07.456 INFO:teuthology.orchestra.run.smithi049.stdout:163208757262 2024-06-18T01:57:07.718 INFO:teuthology.orchestra.run.smithi049.stdout:85899345939 2024-06-18T01:57:07.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:07 smithi049 ceph-mon[26077]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:07.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:07 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/412031350' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-06-18T01:57:07.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:07 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/3555909057' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-06-18T01:57:08.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:07 smithi129 ceph-mon[34969]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:08.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:07 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/412031350' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-06-18T01:57:08.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:07 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/3555909057' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-06-18T01:57:08.210 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757259 got 163208757262 for osd.7 2024-06-18T01:57:08.211 DEBUG:teuthology.parallel:result is None 2024-06-18T01:57:09.753 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345936 got 85899345939 for osd.2 2024-06-18T01:57:09.753 DEBUG:teuthology.parallel:result is None 2024-06-18T01:57:09.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:09 smithi049 ceph-mon[26077]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:09.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:09 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:57:10.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:09 smithi129 ceph-mon[34969]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:10.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:09 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:57:10.319 INFO:teuthology.orchestra.run.smithi049.stdout:111669149714 2024-06-18T01:57:10.542 INFO:teuthology.orchestra.run.smithi049.stdout:68719476756 2024-06-18T01:57:10.976 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:10 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/1408595418' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-06-18T01:57:10.976 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:10 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/12721812' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-06-18T01:57:11.002 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149711 got 111669149714 for osd.4 2024-06-18T01:57:11.003 DEBUG:teuthology.parallel:result is None 2024-06-18T01:57:11.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:10 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/1408595418' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-06-18T01:57:11.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:10 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/12721812' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-06-18T01:57:11.656 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476752 got 68719476756 for osd.0 2024-06-18T01:57:11.656 DEBUG:teuthology.parallel:result is None 2024-06-18T01:57:11.875 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:11 smithi049 ceph-mon[26077]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:12.022 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345936 got 85899345939 for osd.1 2024-06-18T01:57:12.022 DEBUG:teuthology.parallel:result is None 2024-06-18T01:57:12.022 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-06-18T01:57:12.022 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph pg dump --format=json 2024-06-18T01:57:12.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:11 smithi129 ceph-mon[34969]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:12.276 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:57:13.975 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:13 smithi049 ceph-mon[26077]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:14.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:13 smithi129 ceph-mon[34969]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:14.155 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:57:14.155 INFO:teuthology.orchestra.run.smithi049.stderr:dumped all 2024-06-18T01:57:14.766 INFO:teuthology.orchestra.run.smithi049.stdout:{"pg_ready":true,"pg_map":{"version":129,"stamp":"2024-06-18T01:57:12.504212+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":146,"num_read_kb":127,"num_write":225,"num_write_kb":3982,"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":177,"ondisk_log_size":177,"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":237884,"kb_used_data":5036,"kb_used_omap":12,"kb_used_meta":232691,"kb_avail":749690564,"statfs":{"total":767926730752,"available":767683137536,"internally_reserved":0,"allocated":5156864,"data_stored":3150896,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":238276144},"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.001957"},"pg_stats":[{"pgid":"1.0","version":"26'177","reported_seq":258,"reported_epoch":42,"state":"active+clean","last_fresh":"2024-06-18T01:56:14.221806+0000","last_change":"2024-06-18T01:56:14.221386+0000","last_active":"2024-06-18T01:56:14.221806+0000","last_peered":"2024-06-18T01:56:14.221806+0000","last_clean":"2024-06-18T01:56:14.221806+0000","last_became_active":"2024-06-18T01:56:14.220876+0000","last_became_peered":"2024-06-18T01:56:14.220876+0000","last_unstale":"2024-06-18T01:56:14.221806+0000","last_undegraded":"2024-06-18T01:56:14.221806+0000","last_fullsized":"2024-06-18T01:56:14.221806+0000","mapping_epoch":41,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":42,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-06-18T01:55:47.330278+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-06-18T01:55:47.330278+0000","last_clean_scrub_stamp":"2024-06-18T01:55:47.330278+0000","objects_scrubbed":0,"log_size":177,"log_dups_size":0,"ondisk_log_size":177,"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-06-19T06:16:49.481985+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":146,"num_read_kb":127,"num_write":225,"num_write_kb":3982,"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":146,"num_read_kb":127,"num_write":225,"num_write_kb":3982,"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":177,"ondisk_log_size":177,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757263,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32176,"kb_used_data":992,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708880,"statfs":{"total":95990841344,"available":95957893120,"internally_reserved":0,"allocated":1015808,"data_stored":762842,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":31914442},"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":34,"seq":146028888082,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31600,"kb_used_data":412,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709456,"statfs":{"total":95990841344,"available":95958482944,"internally_reserved":0,"allocated":421888,"data_stored":172474,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":6,"up_from":30,"seq":128849018898,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27436,"kb_used_data":412,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713620,"statfs":{"total":95990841344,"available":95962746880,"internally_reserved":0,"allocated":421888,"data_stored":172474,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":28,"seq":120259084306,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32180,"kb_used_data":992,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708876,"statfs":{"total":95990841344,"available":95957889024,"internally_reserved":0,"allocated":1015808,"data_stored":762842,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"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":4,"up_from":26,"seq":111669149714,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27436,"kb_used_data":412,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713620,"statfs":{"total":95990841344,"available":95962746880,"internally_reserved":0,"allocated":421888,"data_stored":172474,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":20,"seq":85899345941,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31600,"kb_used_data":412,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709456,"statfs":{"total":95990841344,"available":95958482944,"internally_reserved":0,"allocated":421888,"data_stored":172474,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":20,"seq":85899345941,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27436,"kb_used_data":412,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713620,"statfs":{"total":95990841344,"available":95962746880,"internally_reserved":0,"allocated":421888,"data_stored":172474,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":16,"seq":68719476756,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28020,"kb_used_data":992,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713036,"statfs":{"total":95990841344,"available":95962148864,"internally_reserved":0,"allocated":1015808,"data_stored":762842,"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":[]}],"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-06-18T01:57:14.767 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph pg dump --format=json 2024-06-18T01:57:15.015 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:57:15.050 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:14 smithi129 ceph-mon[34969]: from='client.14530 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:57:15.121 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:14 smithi049 ceph-mon[26077]: from='client.14530 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:57:16.162 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:15 smithi049 ceph-mon[26077]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:16.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:15 smithi129 ceph-mon[34969]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:16.684 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:57:16.685 INFO:teuthology.orchestra.run.smithi049.stderr:dumped all 2024-06-18T01:57:17.289 INFO:teuthology.orchestra.run.smithi049.stdout:{"pg_ready":true,"pg_map":{"version":131,"stamp":"2024-06-18T01:57:16.504982+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":146,"num_read_kb":127,"num_write":225,"num_write_kb":3982,"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":177,"ondisk_log_size":177,"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":237884,"kb_used_data":5036,"kb_used_omap":12,"kb_used_meta":232691,"kb_avail":749690564,"statfs":{"total":767926730752,"available":767683137536,"internally_reserved":0,"allocated":5156864,"data_stored":3150896,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":238276144},"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.001904"},"pg_stats":[{"pgid":"1.0","version":"26'177","reported_seq":258,"reported_epoch":42,"state":"active+clean","last_fresh":"2024-06-18T01:56:14.221806+0000","last_change":"2024-06-18T01:56:14.221386+0000","last_active":"2024-06-18T01:56:14.221806+0000","last_peered":"2024-06-18T01:56:14.221806+0000","last_clean":"2024-06-18T01:56:14.221806+0000","last_became_active":"2024-06-18T01:56:14.220876+0000","last_became_peered":"2024-06-18T01:56:14.220876+0000","last_unstale":"2024-06-18T01:56:14.221806+0000","last_undegraded":"2024-06-18T01:56:14.221806+0000","last_fullsized":"2024-06-18T01:56:14.221806+0000","mapping_epoch":41,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":42,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-06-18T01:55:47.330278+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-06-18T01:55:47.330278+0000","last_clean_scrub_stamp":"2024-06-18T01:55:47.330278+0000","objects_scrubbed":0,"log_size":177,"log_dups_size":0,"ondisk_log_size":177,"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-06-19T06:16:49.481985+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":146,"num_read_kb":127,"num_write":225,"num_write_kb":3982,"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":146,"num_read_kb":127,"num_write":225,"num_write_kb":3982,"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":177,"ondisk_log_size":177,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757264,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32176,"kb_used_data":992,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708880,"statfs":{"total":95990841344,"available":95957893120,"internally_reserved":0,"allocated":1015808,"data_stored":762842,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":31914442},"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":34,"seq":146028888082,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31600,"kb_used_data":412,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709456,"statfs":{"total":95990841344,"available":95958482944,"internally_reserved":0,"allocated":421888,"data_stored":172474,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":6,"up_from":30,"seq":128849018898,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27436,"kb_used_data":412,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713620,"statfs":{"total":95990841344,"available":95962746880,"internally_reserved":0,"allocated":421888,"data_stored":172474,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":3,"up_from":28,"seq":120259084307,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32180,"kb_used_data":992,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708876,"statfs":{"total":95990841344,"available":95957889024,"internally_reserved":0,"allocated":1015808,"data_stored":762842,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"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":4,"up_from":26,"seq":111669149715,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27436,"kb_used_data":412,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713620,"statfs":{"total":95990841344,"available":95962746880,"internally_reserved":0,"allocated":421888,"data_stored":172474,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":2,"up_from":20,"seq":85899345941,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31600,"kb_used_data":412,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709456,"statfs":{"total":95990841344,"available":95958482944,"internally_reserved":0,"allocated":421888,"data_stored":172474,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":20,"seq":85899345941,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27436,"kb_used_data":412,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713620,"statfs":{"total":95990841344,"available":95962746880,"internally_reserved":0,"allocated":421888,"data_stored":172474,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":16,"seq":68719476757,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28020,"kb_used_data":992,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713036,"statfs":{"total":95990841344,"available":95962148864,"internally_reserved":0,"allocated":1015808,"data_stored":762842,"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":[]}],"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-06-18T01:57:17.289 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-06-18T01:57:17.290 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-06-18T01:57:17.290 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-06-18T01:57:17.290 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph health --format=json 2024-06-18T01:57:17.540 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:57:17.912 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:17 smithi049 ceph-mon[26077]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:17.912 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:17 smithi049 ceph-mon[26077]: from='client.14534 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:57:18.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:17 smithi129 ceph-mon[34969]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:18.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:17 smithi129 ceph-mon[34969]: from='client.14534 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:57:19.289 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:57:19.290 INFO:teuthology.orchestra.run.smithi049.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-06-18T01:57:19.964 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:19 smithi049 ceph-mon[26077]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:19.964 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:19 smithi049 ceph-mon[26077]: from='client.? 172.21.15.49:0/2436200538' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-18T01:57:19.997 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-06-18T01:57:19.997 INFO:tasks.cephadm:Setup complete, yielding 2024-06-18T01:57:19.997 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-06-18T01:57:20.007 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi049.front.sepia.ceph.com 2024-06-18T01:57:20.008 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- bash -c 'ceph orch status' 2024-06-18T01:57:20.262 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:57:20.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:19 smithi129 ceph-mon[34969]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:20.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:19 smithi129 ceph-mon[34969]: from='client.? 172.21.15.49:0/2436200538' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-18T01:57:21.940 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:21 smithi049 ceph-mon[26077]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:22.149 INFO:teuthology.orchestra.run.smithi049.stdout:Backend: cephadm 2024-06-18T01:57:22.149 INFO:teuthology.orchestra.run.smithi049.stdout:Available: Yes 2024-06-18T01:57:22.149 INFO:teuthology.orchestra.run.smithi049.stdout:Paused: No 2024-06-18T01:57:22.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:21 smithi129 ceph-mon[34969]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:22.849 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- bash -c 'ceph orch ps' 2024-06-18T01:57:23.098 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:57:23.212 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:22 smithi049 ceph-mon[26077]: from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:57:23.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:22 smithi129 ceph-mon[34969]: from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:57:24.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:23 smithi049 ceph-mon[26077]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:24.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:23 smithi129 ceph-mon[34969]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:24.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:24 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:57:25.030 INFO:teuthology.orchestra.run.smithi049.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-06-18T01:57:25.030 INFO:teuthology.orchestra.run.smithi049.stdout:alertmanager.smithi049 smithi049 *:9093,9094 running (2m) 67s ago 3m 26.6M - c8568f914cd2 8e786420b65f 2024-06-18T01:57:25.030 INFO:teuthology.orchestra.run.smithi049.stdout:ceph-exporter.smithi049 smithi049 running (4m) 67s ago 4m 7918k - 19.0.0-3124-g3781e3a5 af93c036e016 d175f048687c 2024-06-18T01:57:25.030 INFO:teuthology.orchestra.run.smithi049.stdout:ceph-exporter.smithi129 smithi129 running (3m) 74s ago 3m 5242k - 19.0.0-3124-g3781e3a5 af93c036e016 8710b7cb548e 2024-06-18T01:57:25.030 INFO:teuthology.orchestra.run.smithi049.stdout:crash.smithi049 smithi049 running (4m) 67s ago 4m 6899k - 19.0.0-3124-g3781e3a5 af93c036e016 8b05087ce4b0 2024-06-18T01:57:25.030 INFO:teuthology.orchestra.run.smithi049.stdout:crash.smithi129 smithi129 running (3m) 74s ago 3m 6899k - 19.0.0-3124-g3781e3a5 af93c036e016 4b2179b957a7 2024-06-18T01:57:25.030 INFO:teuthology.orchestra.run.smithi049.stdout:grafana.smithi049 smithi049 *:3000 running (2m) 67s ago 3m 75.2M - 2bacad6d85d8 053cc8e53036 2024-06-18T01:57:25.031 INFO:teuthology.orchestra.run.smithi049.stdout:mgr.smithi049.bfvfpy smithi049 *:9283,8765,8443 running (5m) 67s ago 5m 493M - 19.0.0-3124-g3781e3a5 af93c036e016 3b930f304c00 2024-06-18T01:57:25.031 INFO:teuthology.orchestra.run.smithi049.stdout:mgr.smithi129.rtqsbz smithi129 *:8443,9283,8765 running (3m) 74s ago 3m 440M - 19.0.0-3124-g3781e3a5 af93c036e016 d53cf8a411d1 2024-06-18T01:57:25.031 INFO:teuthology.orchestra.run.smithi049.stdout:mon.smithi049 smithi049 running (5m) 67s ago 5m 47.2M 2048M 19.0.0-3124-g3781e3a5 af93c036e016 11b7b7b110ca 2024-06-18T01:57:25.031 INFO:teuthology.orchestra.run.smithi049.stdout:mon.smithi129 smithi129 running (3m) 74s ago 3m 40.8M 2048M 19.0.0-3124-g3781e3a5 af93c036e016 ccb105615635 2024-06-18T01:57:25.031 INFO:teuthology.orchestra.run.smithi049.stdout:node-exporter.smithi049 smithi049 *:9100 running (4m) 67s ago 4m 16.1M - 0da6a335fe13 24a32ab45fe2 2024-06-18T01:57:25.031 INFO:teuthology.orchestra.run.smithi049.stdout:node-exporter.smithi129 smithi129 *:9100 running (3m) 74s ago 3m 15.5M - 0da6a335fe13 1b48849921b2 2024-06-18T01:57:25.031 INFO:teuthology.orchestra.run.smithi049.stdout:osd.0 smithi129 running (109s) 74s ago 109s 44.4M 3728M 19.0.0-3124-g3781e3a5 af93c036e016 22242cdf373e 2024-06-18T01:57:25.031 INFO:teuthology.orchestra.run.smithi049.stdout:osd.1 smithi049 running (105s) 67s ago 104s 39.4M 2960M 19.0.0-3124-g3781e3a5 af93c036e016 630a1cf77554 2024-06-18T01:57:25.031 INFO:teuthology.orchestra.run.smithi049.stdout:osd.2 smithi129 running (104s) 74s ago 104s 48.8M 3728M 19.0.0-3124-g3781e3a5 af93c036e016 baba86191170 2024-06-18T01:57:25.031 INFO:teuthology.orchestra.run.smithi049.stdout:osd.3 smithi049 running (98s) 67s ago 97s 43.5M 2960M 19.0.0-3124-g3781e3a5 af93c036e016 568c263ff87e 2024-06-18T01:57:25.031 INFO:teuthology.orchestra.run.smithi049.stdout:osd.4 smithi129 running (99s) 74s ago 98s 39.3M 3728M 19.0.0-3124-g3781e3a5 af93c036e016 432a1bb31cc2 2024-06-18T01:57:25.031 INFO:teuthology.orchestra.run.smithi049.stdout:osd.5 smithi049 running (90s) 67s ago 89s 36.6M 2960M 19.0.0-3124-g3781e3a5 af93c036e016 032329f89abf 2024-06-18T01:57:25.032 INFO:teuthology.orchestra.run.smithi049.stdout:osd.6 smithi129 running (93s) 74s ago 93s 27.7M 3728M 19.0.0-3124-g3781e3a5 af93c036e016 5cfe5b666636 2024-06-18T01:57:25.032 INFO:teuthology.orchestra.run.smithi049.stdout:osd.7 smithi049 running (81s) 67s ago 80s 24.1M 2960M 19.0.0-3124-g3781e3a5 af93c036e016 459753be72ff 2024-06-18T01:57:25.032 INFO:teuthology.orchestra.run.smithi049.stdout:prometheus.smithi049 smithi049 *:9095 running (2m) 67s ago 3m 42.1M - a07b618ecd1d 5c0699c1438f 2024-06-18T01:57:25.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:24 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:57:25.695 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- bash -c 'ceph orch ls' 2024-06-18T01:57:25.947 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:57:25.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:25 smithi049 ceph-mon[26077]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:25.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:25 smithi049 ceph-mon[26077]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:57:26.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:25 smithi129 ceph-mon[34969]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:26.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:25 smithi129 ceph-mon[34969]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:57:27.687 INFO:teuthology.orchestra.run.smithi049.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-06-18T01:57:27.687 INFO:teuthology.orchestra.run.smithi049.stdout:alertmanager ?:9093,9094 1/1 69s ago 4m count:1 2024-06-18T01:57:27.687 INFO:teuthology.orchestra.run.smithi049.stdout:ceph-exporter 2/2 77s ago 4m * 2024-06-18T01:57:27.687 INFO:teuthology.orchestra.run.smithi049.stdout:crash 2/2 77s ago 4m * 2024-06-18T01:57:27.687 INFO:teuthology.orchestra.run.smithi049.stdout:grafana ?:3000 1/1 69s ago 4m count:1 2024-06-18T01:57:27.687 INFO:teuthology.orchestra.run.smithi049.stdout:mgr 2/2 77s ago 4m count:2 2024-06-18T01:57:27.687 INFO:teuthology.orchestra.run.smithi049.stdout:mon 2/2 77s ago 4m smithi049:172.21.15.49=smithi049;smithi129:172.21.15.129=smithi129;count:2 2024-06-18T01:57:27.687 INFO:teuthology.orchestra.run.smithi049.stdout:node-exporter ?:9100 2/2 77s ago 4m * 2024-06-18T01:57:27.687 INFO:teuthology.orchestra.run.smithi049.stdout:osd.all-available-devices 8 77s ago 2m * 2024-06-18T01:57:27.688 INFO:teuthology.orchestra.run.smithi049.stdout:prometheus ?:9095 1/1 69s ago 4m count:1 2024-06-18T01:57:28.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:27 smithi049 ceph-mon[26077]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:28.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:27 smithi129 ceph-mon[34969]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:28.290 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- bash -c 'ceph orch host ls' 2024-06-18T01:57:28.545 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:57:28.964 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:28 smithi049 ceph-mon[26077]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:57:29.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:28 smithi129 ceph-mon[34969]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:57:29.947 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:29 smithi049 ceph-mon[26077]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:30.240 INFO:teuthology.orchestra.run.smithi049.stdout:HOST ADDR LABELS STATUS 2024-06-18T01:57:30.240 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 172.21.15.49 2024-06-18T01:57:30.240 INFO:teuthology.orchestra.run.smithi049.stdout:smithi129 172.21.15.129 2024-06-18T01:57:30.240 INFO:teuthology.orchestra.run.smithi049.stdout:2 hosts in cluster 2024-06-18T01:57:30.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:29 smithi129 ceph-mon[34969]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:30.896 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- bash -c 'ceph orch device ls' 2024-06-18T01:57:31.154 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:57:31.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:30 smithi049 ceph-mon[26077]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:57:31.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:30 smithi129 ceph-mon[34969]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:57:32.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:31 smithi049 ceph-mon[26077]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:32.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:31 smithi129 ceph-mon[34969]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:32.970 INFO:teuthology.orchestra.run.smithi049.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-06-18T01:57:32.971 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB747500D2480DGN 447G No 69s ago Has a FileSystem, LVM detected 2024-06-18T01:57:32.971 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 /dev/nvme1n1 ssd Linux_5470d438aa1ba34b7876 89.4G No 69s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-06-18T01:57:32.971 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 /dev/nvme2n1 ssd Linux_002fe25e355e2b534028 89.4G No 69s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-06-18T01:57:32.971 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 /dev/nvme3n1 ssd Linux_f478739eb543c5f38213 89.4G No 69s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-06-18T01:57:32.971 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 /dev/nvme4n1 ssd Linux_57d223209944f3fb4f9d 89.4G No 69s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-06-18T01:57:32.971 INFO:teuthology.orchestra.run.smithi049.stdout:smithi129 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300HY400BGN 372G No 78s ago Has a FileSystem, LVM detected 2024-06-18T01:57:32.971 INFO:teuthology.orchestra.run.smithi049.stdout:smithi129 /dev/nvme1n1 ssd Linux_b24ccb72ef0f33de483d 89.4G No 78s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-06-18T01:57:32.971 INFO:teuthology.orchestra.run.smithi049.stdout:smithi129 /dev/nvme2n1 ssd Linux_519a79d47ee1026d6959 89.4G No 78s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-06-18T01:57:32.971 INFO:teuthology.orchestra.run.smithi049.stdout:smithi129 /dev/nvme3n1 ssd Linux_d8e51fbf25b094090c29 89.4G No 78s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-06-18T01:57:32.971 INFO:teuthology.orchestra.run.smithi049.stdout:smithi129 /dev/nvme4n1 ssd Linux_850bd6a9267d677b65a0 89.4G No 78s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-06-18T01:57:33.636 INFO:teuthology.run_tasks:Running task vip... 2024-06-18T01:57:33.658 INFO:tasks.vip:Allocating static IPs for each host... 2024-06-18T01:57:33.658 INFO:tasks.vip:peername 172.21.15.49 2024-06-18T01:57:33.661 INFO:tasks.vip:172.21.15.49 in 172.21.0.0/20, pos 3888 2024-06-18T01:57:33.664 INFO:tasks.vip:smithi049.front.sepia.ceph.com static 10.0.15.49, vnet 10.0.0.0/16 2024-06-18T01:57:33.664 INFO:tasks.vip:VIPs are [IPv4Address('10.0.31.49')] 2024-06-18T01:57:33.665 DEBUG:teuthology.orchestra.run.smithi049:> sudo ip route ls 2024-06-18T01:57:33.693 INFO:teuthology.orchestra.run.smithi049.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.49 metric 100 2024-06-18T01:57:33.693 INFO:teuthology.orchestra.run.smithi049.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.49 metric 100 2024-06-18T01:57:33.694 INFO:tasks.vip:Configuring 10.0.15.49 on smithi049.front.sepia.ceph.com iface ens1f0... 2024-06-18T01:57:33.694 DEBUG:teuthology.orchestra.run.smithi049:> sudo ip addr add 10.0.15.49/16 dev ens1f0 2024-06-18T01:57:33.759 INFO:tasks.vip:peername 172.21.15.129 2024-06-18T01:57:33.762 INFO:tasks.vip:172.21.15.129 in 172.21.0.0/20, pos 3968 2024-06-18T01:57:33.765 INFO:tasks.vip:smithi129.front.sepia.ceph.com static 10.0.15.129, vnet 10.0.0.0/16 2024-06-18T01:57:33.766 DEBUG:teuthology.orchestra.run.smithi129:> sudo ip route ls 2024-06-18T01:57:33.799 INFO:teuthology.orchestra.run.smithi129.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.129 metric 100 2024-06-18T01:57:33.799 INFO:teuthology.orchestra.run.smithi129.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.129 metric 100 2024-06-18T01:57:33.800 INFO:tasks.vip:Configuring 10.0.15.129 on smithi129.front.sepia.ceph.com iface enp3s0f1... 2024-06-18T01:57:33.801 DEBUG:teuthology.orchestra.run.smithi129:> sudo ip addr add 10.0.15.129/16 dev enp3s0f1 2024-06-18T01:57:33.869 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-06-18T01:57:33.878 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi049.front.sepia.ceph.com 2024-06-18T01:57:33.878 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- bash -c 'ceph orch device ls --refresh' 2024-06-18T01:57:34.086 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:33 smithi129 ceph-mon[34969]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:34.086 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:33 smithi129 ceph-mon[34969]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:57:34.126 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:57:34.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:33 smithi049 ceph-mon[26077]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:34.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:33 smithi049 ceph-mon[26077]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:57:35.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:35 smithi049 ceph-mon[26077]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:35.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:35 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:57:36.039 INFO:teuthology.orchestra.run.smithi049.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-06-18T01:57:36.039 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB747500D2480DGN 447G No 72s ago Has a FileSystem, LVM detected 2024-06-18T01:57:36.039 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 /dev/nvme1n1 ssd Linux_5470d438aa1ba34b7876 89.4G No 72s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-06-18T01:57:36.039 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 /dev/nvme2n1 ssd Linux_002fe25e355e2b534028 89.4G No 72s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-06-18T01:57:36.039 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 /dev/nvme3n1 ssd Linux_f478739eb543c5f38213 89.4G No 72s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-06-18T01:57:36.039 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 /dev/nvme4n1 ssd Linux_57d223209944f3fb4f9d 89.4G No 72s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-06-18T01:57:36.039 INFO:teuthology.orchestra.run.smithi049.stdout:smithi129 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300HY400BGN 372G No 81s ago Has a FileSystem, LVM detected 2024-06-18T01:57:36.040 INFO:teuthology.orchestra.run.smithi049.stdout:smithi129 /dev/nvme1n1 ssd Linux_b24ccb72ef0f33de483d 89.4G No 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-06-18T01:57:36.040 INFO:teuthology.orchestra.run.smithi049.stdout:smithi129 /dev/nvme2n1 ssd Linux_519a79d47ee1026d6959 89.4G No 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-06-18T01:57:36.040 INFO:teuthology.orchestra.run.smithi049.stdout:smithi129 /dev/nvme3n1 ssd Linux_d8e51fbf25b094090c29 89.4G No 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-06-18T01:57:36.040 INFO:teuthology.orchestra.run.smithi049.stdout:smithi129 /dev/nvme4n1 ssd Linux_850bd6a9267d677b65a0 89.4G No 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-06-18T01:57:36.220 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:35 smithi129 ceph-mon[34969]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:36.221 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:35 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:57:36.805 INFO:teuthology.run_tasks:Running task vip.exec... 2024-06-18T01:57:36.815 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi049.front.sepia.ceph.com 2024-06-18T01:57:36.815 DEBUG:teuthology.orchestra.run.smithi049:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-06-18T01:57:36.842 INFO:teuthology.orchestra.run.smithi049.stderr:+ systemctl stop nfs-server 2024-06-18T01:57:36.849 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi129.front.sepia.ceph.com 2024-06-18T01:57:36.849 DEBUG:teuthology.orchestra.run.smithi129:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-06-18T01:57:36.874 INFO:teuthology.orchestra.run.smithi129.stderr:+ systemctl stop nfs-server 2024-06-18T01:57:36.881 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-06-18T01:57:36.892 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi049.front.sepia.ceph.com 2024-06-18T01:57:36.892 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- bash -c 'ceph fs volume create foofs' 2024-06-18T01:57:37.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:36 smithi049 ceph-mon[26077]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:57:37.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:36 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:37.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:36 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:37.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:36 smithi129 ceph-mon[34969]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:57:37.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:36 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:37.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:36 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:37.338 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:57:38.478 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:38 smithi049 ceph-mon[26077]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:38.479 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:38 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:38.479 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:38 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:38.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:38 smithi129 ceph-mon[34969]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:38.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:38 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:38.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:38 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:40.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:40 smithi049 ceph-mon[26077]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:40.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:40 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:57:40.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:40 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-06-18T01:57:40.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:40 smithi129 ceph-mon[34969]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:40.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:40 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:57:40.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:40 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-06-18T01:57:41.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:41 smithi129 ceph-mon[34969]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:57:41.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:41 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-06-18T01:57:41.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:41 smithi129 ceph-mon[34969]: osdmap e43: 8 total, 8 up, 8 in 2024-06-18T01:57:41.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:41 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-06-18T01:57:41.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:41 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:41.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:41 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:41.546 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:41 smithi049 ceph-mon[26077]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:57:41.546 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:41 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-06-18T01:57:41.546 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:41 smithi049 ceph-mon[26077]: osdmap e43: 8 total, 8 up, 8 in 2024-06-18T01:57:41.546 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:41 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-06-18T01:57:41.546 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:41 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:41.546 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:41 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:41.546 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:41 smithi049 ceph-3675f062-2d15-11ef-bc9d-c7b262605968-mon-smithi049[26054]: 2024-06-18T01:57:41.302+0000 7f732ef56640 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-06-18T01:57:42.033 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-06-18T01:57:42.048 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.49/16 2024-06-18T01:57:42.048 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph orch apply -i - 2024-06-18T01:57:42.309 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:57:42.554 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:42 smithi049 ceph-mon[26077]: pgmap v144: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:42.554 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:42 smithi049 ceph-mon[26077]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-06-18T01:57:42.554 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:42 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-06-18T01:57:42.554 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:42 smithi049 ceph-mon[26077]: osdmap e44: 8 total, 8 up, 8 in 2024-06-18T01:57:42.554 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:42 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-06-18T01:57:42.555 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:42 smithi049 ceph-mon[26077]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-06-18T01:57:42.555 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:42 smithi049 ceph-mon[26077]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-06-18T01:57:42.555 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:42 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-06-18T01:57:42.555 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:42 smithi049 ceph-mon[26077]: osdmap e45: 8 total, 8 up, 8 in 2024-06-18T01:57:42.555 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:42 smithi049 ceph-mon[26077]: fsmap foofs:0 2024-06-18T01:57:42.555 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:42 smithi049 ceph-mon[26077]: Saving service mds.foofs spec with placement count:2 2024-06-18T01:57:42.555 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:42 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:42.555 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:42 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:42.555 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:42 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:42.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:42 smithi129 ceph-mon[34969]: pgmap v144: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:42.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:42 smithi129 ceph-mon[34969]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-06-18T01:57:42.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:42 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-06-18T01:57:42.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:42 smithi129 ceph-mon[34969]: osdmap e44: 8 total, 8 up, 8 in 2024-06-18T01:57:42.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:42 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-06-18T01:57:42.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:42 smithi129 ceph-mon[34969]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-06-18T01:57:42.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:42 smithi129 ceph-mon[34969]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-06-18T01:57:42.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:42 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-06-18T01:57:42.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:42 smithi129 ceph-mon[34969]: osdmap e45: 8 total, 8 up, 8 in 2024-06-18T01:57:42.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:42 smithi129 ceph-mon[34969]: fsmap foofs:0 2024-06-18T01:57:42.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:42 smithi129 ceph-mon[34969]: Saving service mds.foofs spec with placement count:2 2024-06-18T01:57:42.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:42 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:42.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:42 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:42.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:42 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:43.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:43 smithi049 ceph-mon[26077]: osdmap e46: 8 total, 8 up, 8 in 2024-06-18T01:57:43.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:43 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:43.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:43 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:43.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:43 smithi129 ceph-mon[34969]: osdmap e46: 8 total, 8 up, 8 in 2024-06-18T01:57:43.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:43 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:43.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:43 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:44.246 INFO:teuthology.orchestra.run.smithi049.stdout:Scheduled nfs.foo update... 2024-06-18T01:57:44.246 INFO:teuthology.orchestra.run.smithi049.stdout:Scheduled ingress.nfs.foo update... 2024-06-18T01:57:44.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:44 smithi049 ceph-mon[26077]: pgmap v148: 65 pgs: 10 creating+peering, 25 active+clean, 30 unknown; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:44.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:44 smithi049 ceph-mon[26077]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-06-18T01:57:44.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:44 smithi049 ceph-mon[26077]: osdmap e47: 8 total, 8 up, 8 in 2024-06-18T01:57:44.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:44 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:44.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:44 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:44.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:44 smithi129 ceph-mon[34969]: pgmap v148: 65 pgs: 10 creating+peering, 25 active+clean, 30 unknown; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:44.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:44 smithi129 ceph-mon[34969]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-06-18T01:57:44.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:44 smithi129 ceph-mon[34969]: osdmap e47: 8 total, 8 up, 8 in 2024-06-18T01:57:44.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:44 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:44.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:44 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:44.914 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-06-18T01:57:44.926 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-06-18T01:57:44.927 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph orch ls -f json 2024-06-18T01:57:45.482 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:45 smithi049 ceph-mon[26077]: from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:57:45.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:45 smithi049 ceph-mon[26077]: Saving service nfs.foo spec with placement count:2 2024-06-18T01:57:45.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:45 smithi049 ceph-mon[26077]: Saving service ingress.nfs.foo spec with placement count:2 2024-06-18T01:57:45.696 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:57:45.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:45 smithi129 ceph-mon[34969]: from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:57:45.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:45 smithi129 ceph-mon[34969]: Saving service nfs.foo spec with placement count:2 2024-06-18T01:57:45.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:45 smithi129 ceph-mon[34969]: Saving service ingress.nfs.foo spec with placement count:2 2024-06-18T01:57:46.447 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:46 smithi049 ceph-mon[26077]: pgmap v150: 65 pgs: 1 creating+activating, 10 creating+peering, 38 active+clean, 16 unknown; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:46.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:46 smithi129 ceph-mon[34969]: pgmap v150: 65 pgs: 1 creating+activating, 10 creating+peering, 38 active+clean, 16 unknown; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:47.995 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:57:47.995 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-06-18T01:52:42.341360Z", "last_refresh": "2024-06-18T01:57:42.122319Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:54:04.996417Z 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-06-18T01:52:37.422591Z", "last_refresh": "2024-06-18T01:57:36.680453Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:09.029676Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-06-18T01:52:35.369913Z", "last_refresh": "2024-06-18T01:57:36.680560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-06-18T01:52:39.829137Z", "last_refresh": "2024-06-18T01:57:42.122388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:57:44.246729Z 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.49/16"}, "status": {"created": "2024-06-18T01:57:44.244242Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-06-18T01:57:41.322989Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-06-18T01:57:41.317098Z", "running": 0, "size": 2}}, {"events": ["2024-06-18T01:54:17.566083Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-06-18T01:52:33.417956Z", "last_refresh": "2024-06-18T01:57:36.680714Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:27.825622Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-06-18T01:53:23.877987Z", "last_refresh": "2024-06-18T01:57:36.680786Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:57:44.243936Z 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-06-18T01:57:44.240450Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-06-18T01:54:14.018220Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-06-18T01:52:41.028941Z", "last_refresh": "2024-06-18T01:57:36.680639Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:37.694440Z 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-06-18T01:54:37.690974Z", "last_refresh": "2024-06-18T01:57:36.680858Z", "running": 8, "size": 8}}, {"events": ["2024-06-18T01:54:27.831078Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-06-18T01:52:38.630496Z", "last_refresh": "2024-06-18T01:57:42.122457Z", "ports": [9095], "running": 1, "size": 1}}] 2024-06-18T01:57:48.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:48 smithi049 ceph-mon[26077]: pgmap v151: 65 pgs: 1 creating+activating, 6 creating+peering, 58 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:48.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:48 smithi129 ceph-mon[34969]: pgmap v151: 65 pgs: 1 creating+activating, 6 creating+peering, 58 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:49.124 INFO:tasks.cephadm:nfs.foo has 0/2 2024-06-18T01:57:49.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:49 smithi049 ceph-mon[26077]: from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:57:49.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:49 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:49.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:49 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:49.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:49 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:57:49.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:49 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T01:57:49.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:49 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:49.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:49 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T01:57:49.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:49 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi129.ikyhzl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-06-18T01:57:49.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:49 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi129.ikyhzl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-06-18T01:57:49.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:49 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:57:49.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:49 smithi129 ceph-mon[34969]: from='client.14574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:57:49.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:49 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:49.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:49 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:49.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:49 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:57:49.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:49 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T01:57:49.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:49 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:49.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:49 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T01:57:49.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:49 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi129.ikyhzl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-06-18T01:57:49.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:49 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi129.ikyhzl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-06-18T01:57:49.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:49 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:57:50.125 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph orch ls -f json 2024-06-18T01:57:50.391 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:57:50.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:50 smithi049 ceph-mon[26077]: pgmap v152: 65 pgs: 65 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:50.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:50 smithi049 ceph-mon[26077]: Deploying daemon mds.foofs.smithi129.ikyhzl on smithi129 2024-06-18T01:57:50.751 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:50 smithi129 ceph-mon[34969]: pgmap v152: 65 pgs: 65 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:50.752 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:50 smithi129 ceph-mon[34969]: Deploying daemon mds.foofs.smithi129.ikyhzl on smithi129 2024-06-18T01:57:52.265 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:57:52.265 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-06-18T01:52:42.341360Z", "last_refresh": "2024-06-18T01:57:42.122319Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:54:04.996417Z 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-06-18T01:52:37.422591Z", "last_refresh": "2024-06-18T01:57:36.680453Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:09.029676Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-06-18T01:52:35.369913Z", "last_refresh": "2024-06-18T01:57:36.680560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-06-18T01:52:39.829137Z", "last_refresh": "2024-06-18T01:57:42.122388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:57:44.246729Z 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.49/16"}, "status": {"created": "2024-06-18T01:57:44.244242Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-06-18T01:57:51.162861Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-06-18T01:57:41.317098Z", "running": 0, "size": 2}}, {"events": ["2024-06-18T01:54:17.566083Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-06-18T01:52:33.417956Z", "last_refresh": "2024-06-18T01:57:36.680714Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:27.825622Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-06-18T01:53:23.877987Z", "last_refresh": "2024-06-18T01:57:36.680786Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:57:44.243936Z 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-06-18T01:57:44.240450Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-06-18T01:54:14.018220Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-06-18T01:52:41.028941Z", "last_refresh": "2024-06-18T01:57:36.680639Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:37.694440Z 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-06-18T01:54:37.690974Z", "last_refresh": "2024-06-18T01:57:36.680858Z", "running": 8, "size": 8}}, {"events": ["2024-06-18T01:54:27.831078Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-06-18T01:52:38.630496Z", "last_refresh": "2024-06-18T01:57:42.122457Z", "ports": [9095], "running": 1, "size": 1}}] 2024-06-18T01:57:52.334 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:52 smithi049 ceph-mon[26077]: pgmap v153: 65 pgs: 65 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:52.334 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:52 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:52.334 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:52 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:52.334 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:52 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:52.334 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:52 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi049.vgpxjz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-06-18T01:57:52.334 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:52 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi049.vgpxjz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-06-18T01:57:52.334 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:52 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:57:52.334 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:52 smithi049 ceph-mon[26077]: Deploying daemon mds.foofs.smithi049.vgpxjz on smithi049 2024-06-18T01:57:52.335 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:52 smithi049 ceph-mon[26077]: mds.? [v2:172.21.15.129:6832/1283170163,v1:172.21.15.129:6833/1283170163] up:boot 2024-06-18T01:57:52.335 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:52 smithi049 ceph-mon[26077]: daemon mds.foofs.smithi129.ikyhzl assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-06-18T01:57:52.335 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:52 smithi049 ceph-mon[26077]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-06-18T01:57:52.335 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:52 smithi049 ceph-mon[26077]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-06-18T01:57:52.335 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:52 smithi049 ceph-mon[26077]: Cluster is now healthy 2024-06-18T01:57:52.335 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:52 smithi049 ceph-mon[26077]: fsmap foofs:0 1 up:standby 2024-06-18T01:57:52.335 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:52 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi129.ikyhzl"}]: dispatch 2024-06-18T01:57:52.335 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:52 smithi049 ceph-mon[26077]: fsmap foofs:1 {0=foofs.smithi129.ikyhzl=up:creating} 2024-06-18T01:57:52.335 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:52 smithi049 ceph-mon[26077]: daemon mds.foofs.smithi129.ikyhzl is now active in filesystem foofs as rank 0 2024-06-18T01:57:52.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:52 smithi129 ceph-mon[34969]: pgmap v153: 65 pgs: 65 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:57:52.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:52 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:52.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:52 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:52.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:52 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:52.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:52 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi049.vgpxjz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-06-18T01:57:52.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:52 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi049.vgpxjz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-06-18T01:57:52.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:52 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:57:52.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:52 smithi129 ceph-mon[34969]: Deploying daemon mds.foofs.smithi049.vgpxjz on smithi049 2024-06-18T01:57:52.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:52 smithi129 ceph-mon[34969]: mds.? [v2:172.21.15.129:6832/1283170163,v1:172.21.15.129:6833/1283170163] up:boot 2024-06-18T01:57:52.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:52 smithi129 ceph-mon[34969]: daemon mds.foofs.smithi129.ikyhzl assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-06-18T01:57:52.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:52 smithi129 ceph-mon[34969]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-06-18T01:57:52.535 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:52 smithi129 ceph-mon[34969]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-06-18T01:57:52.535 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:52 smithi129 ceph-mon[34969]: Cluster is now healthy 2024-06-18T01:57:52.535 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:52 smithi129 ceph-mon[34969]: fsmap foofs:0 1 up:standby 2024-06-18T01:57:52.535 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:52 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi129.ikyhzl"}]: dispatch 2024-06-18T01:57:52.535 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:52 smithi129 ceph-mon[34969]: fsmap foofs:1 {0=foofs.smithi129.ikyhzl=up:creating} 2024-06-18T01:57:52.535 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:52 smithi129 ceph-mon[34969]: daemon mds.foofs.smithi129.ikyhzl is now active in filesystem foofs as rank 0 2024-06-18T01:57:53.619 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:53 smithi049 ceph-mon[26077]: from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:57:53.619 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:53 smithi049 ceph-mon[26077]: mds.? [v2:172.21.15.129:6832/1283170163,v1:172.21.15.129:6833/1283170163] up:active 2024-06-18T01:57:53.620 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:53 smithi049 ceph-mon[26077]: fsmap foofs:1 {0=foofs.smithi129.ikyhzl=up:active} 2024-06-18T01:57:53.744 INFO:tasks.cephadm:nfs.foo has 0/2 2024-06-18T01:57:53.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:53 smithi129 ceph-mon[34969]: from='client.14578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:57:53.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:53 smithi129 ceph-mon[34969]: mds.? [v2:172.21.15.129:6832/1283170163,v1:172.21.15.129:6833/1283170163] up:active 2024-06-18T01:57:53.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:53 smithi129 ceph-mon[34969]: fsmap foofs:1 {0=foofs.smithi129.ikyhzl=up:active} 2024-06-18T01:57:54.410 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:54 smithi049 ceph-mon[26077]: pgmap v154: 65 pgs: 65 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 204 B/s wr, 1 op/s 2024-06-18T01:57:54.745 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph orch ls -f json 2024-06-18T01:57:54.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:54 smithi129 ceph-mon[34969]: pgmap v154: 65 pgs: 65 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 204 B/s wr, 1 op/s 2024-06-18T01:57:55.017 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:57:55.391 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:57:55.391 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:55.391 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:55.391 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:55.391 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:55.391 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:55.392 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:55.392 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi049.ciaqrs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-06-18T01:57:55.392 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi049.ciaqrs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-06-18T01:57:55.392 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-06-18T01:57:55.392 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-06-18T01:57:55.392 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:57:55.392 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-06-18T01:57:55.392 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-06-18T01:57:55.392 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi129.sbjkda", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-06-18T01:57:55.392 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi129.sbjkda", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-06-18T01:57:55.392 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-06-18T01:57:55.392 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-06-18T01:57:55.392 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:57:55.393 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-06-18T01:57:55.393 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-06-18T01:57:55.393 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-06-18T01:57:55.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:57:55.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:55.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:55.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:55.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:55.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:55.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:55.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi049.ciaqrs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-06-18T01:57:55.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi049.ciaqrs", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-06-18T01:57:55.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-06-18T01:57:55.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-06-18T01:57:55.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:57:55.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-06-18T01:57:55.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-06-18T01:57:55.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi129.sbjkda", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-06-18T01:57:55.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi129.sbjkda", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-06-18T01:57:55.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-06-18T01:57:55.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-06-18T01:57:55.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:57:55.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-06-18T01:57:55.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-06-18T01:57:55.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-06-18T01:57:56.655 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:56 smithi049 ceph-mon[26077]: pgmap v155: 65 pgs: 65 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1006 B/s wr, 2 op/s 2024-06-18T01:57:56.656 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:56 smithi049 ceph-mon[26077]: Creating key for client.nfs.foo.0.0.smithi049.ciaqrs 2024-06-18T01:57:56.656 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:56 smithi049 ceph-mon[26077]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-06-18T01:57:56.656 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:56 smithi049 ceph-mon[26077]: ganesha-rados-grace tool failed: rados_pool_create: -1 2024-06-18T01:57:56.656 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: Can't connect to cluster: -1 2024-06-18T01:57:56.656 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:56 smithi049 ceph-mon[26077]: Failed while placing nfs.foo.0.0.smithi049.ciaqrs on smithi049: grace tool failed: rados_pool_create: -1 2024-06-18T01:57:56.656 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: Can't connect to cluster: -1 2024-06-18T01:57:56.656 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:56 smithi049 ceph-mon[26077]: Creating key for client.nfs.foo.1.0.smithi129.sbjkda 2024-06-18T01:57:56.656 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:56 smithi049 ceph-mon[26077]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-06-18T01:57:56.656 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:56 smithi049 ceph-mon[26077]: ganesha-rados-grace tool failed: rados_pool_create: -1 2024-06-18T01:57:56.656 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: Can't connect to cluster: -1 2024-06-18T01:57:56.656 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:56 smithi049 ceph-mon[26077]: Failed while placing nfs.foo.1.0.smithi129.sbjkda on smithi129: grace tool failed: rados_pool_create: -1 2024-06-18T01:57:56.656 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout: Can't connect to cluster: -1 2024-06-18T01:57:56.657 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:56 smithi049 ceph-mon[26077]: pgmap v156: 65 pgs: 65 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s wr, 2 op/s 2024-06-18T01:57:56.657 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:56 smithi049 ceph-mon[26077]: Health check failed: Failed to place 2 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-06-18T01:57:56.657 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:56 smithi049 ceph-mon[26077]: mds.? [v2:172.21.15.49:6834/1433296307,v1:172.21.15.49:6835/1433296307] up:boot 2024-06-18T01:57:56.657 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:56 smithi049 ceph-mon[26077]: fsmap foofs:1 {0=foofs.smithi129.ikyhzl=up:active} 1 up:standby 2024-06-18T01:57:56.657 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:56 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi049.vgpxjz"}]: dispatch 2024-06-18T01:57:56.657 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:56 smithi049 ceph-mon[26077]: fsmap foofs:1 {0=foofs.smithi129.ikyhzl=up:active} 1 up:standby 2024-06-18T01:57:56.657 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:56 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-06-18T01:57:56.657 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:56 smithi049 ceph-mon[26077]: osdmap e48: 8 total, 8 up, 8 in 2024-06-18T01:57:56.657 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:56 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-06-18T01:57:56.774 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:57:56.775 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-06-18T01:52:42.341360Z", "last_refresh": "2024-06-18T01:57:42.122319Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:54:04.996417Z 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-06-18T01:52:37.422591Z", "last_refresh": "2024-06-18T01:57:36.680453Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:09.029676Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-06-18T01:52:35.369913Z", "last_refresh": "2024-06-18T01:57:36.680560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-06-18T01:52:39.829137Z", "last_refresh": "2024-06-18T01:57:42.122388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:57:44.246729Z 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.49/16"}, "status": {"created": "2024-06-18T01:57:44.244242Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-06-18T01:57:54.563459Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-06-18T01:57:41.317098Z", "running": 0, "size": 2}}, {"events": ["2024-06-18T01:54:17.566083Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-06-18T01:52:33.417956Z", "last_refresh": "2024-06-18T01:57:36.680714Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:27.825622Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-06-18T01:53:23.877987Z", "last_refresh": "2024-06-18T01:57:36.680786Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:57:56.683804Z service:nfs.foo [INFO] \"service was created\"", "2024-06-18T01:57:54.622182Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi049.ciaqrs on smithi049: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-06-18T01:57:54.670776Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi129.sbjkda on smithi129: 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-06-18T01:57:44.240450Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-06-18T01:54:14.018220Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-06-18T01:52:41.028941Z", "last_refresh": "2024-06-18T01:57:36.680639Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:37.694440Z 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-06-18T01:54:37.690974Z", "last_refresh": "2024-06-18T01:57:36.680858Z", "running": 8, "size": 8}}, {"events": ["2024-06-18T01:54:27.831078Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-06-18T01:52:38.630496Z", "last_refresh": "2024-06-18T01:57:42.122457Z", "ports": [9095], "running": 1, "size": 1}}] 2024-06-18T01:57:56.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:56 smithi129 ceph-mon[34969]: pgmap v155: 65 pgs: 65 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1006 B/s wr, 2 op/s 2024-06-18T01:57:56.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:56 smithi129 ceph-mon[34969]: Creating key for client.nfs.foo.0.0.smithi049.ciaqrs 2024-06-18T01:57:56.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:56 smithi129 ceph-mon[34969]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-06-18T01:57:56.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:56 smithi129 ceph-mon[34969]: ganesha-rados-grace tool failed: rados_pool_create: -1 2024-06-18T01:57:56.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout: Can't connect to cluster: -1 2024-06-18T01:57:56.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:56 smithi129 ceph-mon[34969]: Failed while placing nfs.foo.0.0.smithi049.ciaqrs on smithi049: grace tool failed: rados_pool_create: -1 2024-06-18T01:57:56.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout: Can't connect to cluster: -1 2024-06-18T01:57:56.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:56 smithi129 ceph-mon[34969]: Creating key for client.nfs.foo.1.0.smithi129.sbjkda 2024-06-18T01:57:56.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:56 smithi129 ceph-mon[34969]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-06-18T01:57:56.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:56 smithi129 ceph-mon[34969]: ganesha-rados-grace tool failed: rados_pool_create: -1 2024-06-18T01:57:56.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout: Can't connect to cluster: -1 2024-06-18T01:57:56.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:56 smithi129 ceph-mon[34969]: Failed while placing nfs.foo.1.0.smithi129.sbjkda on smithi129: grace tool failed: rados_pool_create: -1 2024-06-18T01:57:56.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout: Can't connect to cluster: -1 2024-06-18T01:57:56.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:56 smithi129 ceph-mon[34969]: pgmap v156: 65 pgs: 65 active+clean; 577 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s wr, 2 op/s 2024-06-18T01:57:56.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:56 smithi129 ceph-mon[34969]: Health check failed: Failed to place 2 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-06-18T01:57:56.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:56 smithi129 ceph-mon[34969]: mds.? [v2:172.21.15.49:6834/1433296307,v1:172.21.15.49:6835/1433296307] up:boot 2024-06-18T01:57:56.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:56 smithi129 ceph-mon[34969]: fsmap foofs:1 {0=foofs.smithi129.ikyhzl=up:active} 1 up:standby 2024-06-18T01:57:56.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:56 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi049.vgpxjz"}]: dispatch 2024-06-18T01:57:56.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:56 smithi129 ceph-mon[34969]: fsmap foofs:1 {0=foofs.smithi129.ikyhzl=up:active} 1 up:standby 2024-06-18T01:57:56.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:56 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-06-18T01:57:56.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:56 smithi129 ceph-mon[34969]: osdmap e48: 8 total, 8 up, 8 in 2024-06-18T01:57:56.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:56 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-06-18T01:57:57.479 INFO:tasks.cephadm:nfs.foo has 0/2 2024-06-18T01:57:57.684 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:57 smithi049 ceph-mon[26077]: mds.? [v2:172.21.15.129:6832/1283170163,v1:172.21.15.129:6833/1283170163] up:active 2024-06-18T01:57:57.685 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:57 smithi049 ceph-mon[26077]: fsmap foofs:1 {0=foofs.smithi129.ikyhzl=up:active} 1 up:standby 2024-06-18T01:57:57.685 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:57 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-06-18T01:57:57.685 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:57 smithi049 ceph-mon[26077]: osdmap e49: 8 total, 8 up, 8 in 2024-06-18T01:57:57.685 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:57 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:57.685 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:57 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:57.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:57 smithi129 ceph-mon[34969]: mds.? [v2:172.21.15.129:6832/1283170163,v1:172.21.15.129:6833/1283170163] up:active 2024-06-18T01:57:57.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:57 smithi129 ceph-mon[34969]: fsmap foofs:1 {0=foofs.smithi129.ikyhzl=up:active} 1 up:standby 2024-06-18T01:57:57.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:57 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-06-18T01:57:57.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:57 smithi129 ceph-mon[34969]: osdmap e49: 8 total, 8 up, 8 in 2024-06-18T01:57:57.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:57 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:57.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:57 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:57:58.480 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph orch ls -f json 2024-06-18T01:57:58.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:58 smithi049 ceph-mon[26077]: pgmap v159: 97 pgs: 1 creating+peering, 31 unknown, 65 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s wr, 7 op/s 2024-06-18T01:57:58.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:58 smithi049 ceph-mon[26077]: Deploying daemon haproxy.nfs.foo.smithi129.gqyqdc on smithi129 2024-06-18T01:57:58.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:58 smithi049 ceph-mon[26077]: from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:57:58.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:57:58 smithi049 ceph-mon[26077]: osdmap e50: 8 total, 8 up, 8 in 2024-06-18T01:57:58.748 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:57:58.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:58 smithi129 ceph-mon[34969]: pgmap v159: 97 pgs: 1 creating+peering, 31 unknown, 65 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s wr, 7 op/s 2024-06-18T01:57:58.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:58 smithi129 ceph-mon[34969]: Deploying daemon haproxy.nfs.foo.smithi129.gqyqdc on smithi129 2024-06-18T01:57:58.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:58 smithi129 ceph-mon[34969]: from='client.14594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:57:58.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:57:58 smithi129 ceph-mon[34969]: osdmap e50: 8 total, 8 up, 8 in 2024-06-18T01:58:00.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:00 smithi049 ceph-mon[26077]: pgmap v161: 97 pgs: 1 creating+peering, 7 unknown, 89 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 738 B/s wr, 4 op/s 2024-06-18T01:58:00.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:00 smithi049 ceph-mon[26077]: mds.? [v2:172.21.15.49:6834/1433296307,v1:172.21.15.49:6835/1433296307] up:standby 2024-06-18T01:58:00.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:00 smithi049 ceph-mon[26077]: fsmap foofs:1 {0=foofs.smithi129.ikyhzl=up:active} 1 up:standby 2024-06-18T01:58:00.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:00 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:00.582 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:58:00.582 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-06-18T01:52:42.341360Z", "last_refresh": "2024-06-18T01:57:42.122319Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:54:04.996417Z 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-06-18T01:52:37.422591Z", "last_refresh": "2024-06-18T01:57:36.680453Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:09.029676Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-06-18T01:52:35.369913Z", "last_refresh": "2024-06-18T01:57:36.680560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-06-18T01:52:39.829137Z", "last_refresh": "2024-06-18T01:57:42.122388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:57:44.246729Z 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.49/16"}, "status": {"created": "2024-06-18T01:57:44.244242Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-06-18T01:57:54.563459Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-06-18T01:57:41.317098Z", "running": 0, "size": 2}}, {"events": ["2024-06-18T01:54:17.566083Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-06-18T01:52:33.417956Z", "last_refresh": "2024-06-18T01:57:36.680714Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:27.825622Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-06-18T01:53:23.877987Z", "last_refresh": "2024-06-18T01:57:36.680786Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:57:56.683804Z service:nfs.foo [INFO] \"service was created\"", "2024-06-18T01:57:54.622182Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi049.ciaqrs on smithi049: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-06-18T01:57:54.670776Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi129.sbjkda on smithi129: 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-06-18T01:57:44.240450Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-06-18T01:54:14.018220Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-06-18T01:52:41.028941Z", "last_refresh": "2024-06-18T01:57:36.680639Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:37.694440Z 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-06-18T01:54:37.690974Z", "last_refresh": "2024-06-18T01:57:36.680858Z", "running": 8, "size": 8}}, {"events": ["2024-06-18T01:54:27.831078Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-06-18T01:52:38.630496Z", "last_refresh": "2024-06-18T01:57:42.122457Z", "ports": [9095], "running": 1, "size": 1}}] 2024-06-18T01:58:00.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:00 smithi129 ceph-mon[34969]: pgmap v161: 97 pgs: 1 creating+peering, 7 unknown, 89 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 738 B/s wr, 4 op/s 2024-06-18T01:58:00.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:00 smithi129 ceph-mon[34969]: mds.? [v2:172.21.15.49:6834/1433296307,v1:172.21.15.49:6835/1433296307] up:standby 2024-06-18T01:58:00.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:00 smithi129 ceph-mon[34969]: fsmap foofs:1 {0=foofs.smithi129.ikyhzl=up:active} 1 up:standby 2024-06-18T01:58:00.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:00 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:01.244 INFO:tasks.cephadm:nfs.foo has 0/2 2024-06-18T01:58:02.245 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph orch ls -f json 2024-06-18T01:58:02.458 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:02 smithi129 ceph-mon[34969]: from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:02.458 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:02 smithi129 ceph-mon[34969]: pgmap v162: 97 pgs: 1 creating+peering, 96 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 2 op/s 2024-06-18T01:58:02.499 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:58:02.622 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:02 smithi049 ceph-mon[26077]: from='client.14598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:02.622 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:02 smithi049 ceph-mon[26077]: pgmap v162: 97 pgs: 1 creating+peering, 96 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 2 op/s 2024-06-18T01:58:04.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:04 smithi049 ceph-mon[26077]: pgmap v163: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-06-18T01:58:04.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:04 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:04.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:04 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:04.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:04 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:04.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:04 smithi049 ceph-mon[26077]: Deploying daemon haproxy.nfs.foo.smithi049.nzpqlh on smithi049 2024-06-18T01:58:04.416 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:58:04.416 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-06-18T01:52:42.341360Z", "last_refresh": "2024-06-18T01:57:42.122319Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:54:04.996417Z 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-06-18T01:52:37.422591Z", "last_refresh": "2024-06-18T01:57:36.680453Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:09.029676Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-06-18T01:52:35.369913Z", "last_refresh": "2024-06-18T01:57:36.680560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-06-18T01:52:39.829137Z", "last_refresh": "2024-06-18T01:57:42.122388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:58:03.229089Z 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.49/16"}, "status": {"created": "2024-06-18T01:57:44.244242Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-06-18T01:57:54.563459Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-06-18T01:57:41.317098Z", "running": 0, "size": 2}}, {"events": ["2024-06-18T01:54:17.566083Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-06-18T01:52:33.417956Z", "last_refresh": "2024-06-18T01:57:36.680714Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:27.825622Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-06-18T01:53:23.877987Z", "last_refresh": "2024-06-18T01:57:36.680786Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:57:56.683804Z service:nfs.foo [INFO] \"service was created\"", "2024-06-18T01:57:54.622182Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi049.ciaqrs on smithi049: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-06-18T01:57:54.670776Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi129.sbjkda on smithi129: 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-06-18T01:57:44.240450Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-06-18T01:54:14.018220Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-06-18T01:52:41.028941Z", "last_refresh": "2024-06-18T01:57:36.680639Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:37.694440Z 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-06-18T01:54:37.690974Z", "last_refresh": "2024-06-18T01:57:36.680858Z", "running": 8, "size": 8}}, {"events": ["2024-06-18T01:54:27.831078Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-06-18T01:52:38.630496Z", "last_refresh": "2024-06-18T01:57:42.122457Z", "ports": [9095], "running": 1, "size": 1}}] 2024-06-18T01:58:04.435 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:04 smithi129 ceph-mon[34969]: pgmap v163: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-06-18T01:58:04.435 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:04 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:04.435 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:04 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:04.435 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:04 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:04.435 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:04 smithi129 ceph-mon[34969]: Deploying daemon haproxy.nfs.foo.smithi049.nzpqlh on smithi049 2024-06-18T01:58:05.391 INFO:tasks.cephadm:nfs.foo has 0/2 2024-06-18T01:58:05.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:05 smithi049 ceph-mon[26077]: from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:05.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:05 smithi129 ceph-mon[34969]: from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:06.392 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph orch ls -f json 2024-06-18T01:58:06.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:06 smithi049 ceph-mon[26077]: pgmap v164: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-06-18T01:58:06.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:06 smithi129 ceph-mon[34969]: pgmap v164: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-06-18T01:58:06.662 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:58:08.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:08 smithi049 ceph-mon[26077]: pgmap v165: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-06-18T01:58:08.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:08 smithi129 ceph-mon[34969]: pgmap v165: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-06-18T01:58:10.153 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:58:10.154 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-06-18T01:52:42.341360Z", "last_refresh": "2024-06-18T01:57:42.122319Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:54:04.996417Z 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-06-18T01:52:37.422591Z", "last_refresh": "2024-06-18T01:57:36.680453Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:09.029676Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-06-18T01:52:35.369913Z", "last_refresh": "2024-06-18T01:57:36.680560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-06-18T01:52:39.829137Z", "last_refresh": "2024-06-18T01:57:42.122388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:58:03.229089Z 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.49/16"}, "status": {"created": "2024-06-18T01:57:44.244242Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-06-18T01:57:54.563459Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-06-18T01:57:41.317098Z", "running": 0, "size": 2}}, {"events": ["2024-06-18T01:54:17.566083Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-06-18T01:52:33.417956Z", "last_refresh": "2024-06-18T01:57:36.680714Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:27.825622Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-06-18T01:53:23.877987Z", "last_refresh": "2024-06-18T01:57:36.680786Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:57:56.683804Z service:nfs.foo [INFO] \"service was created\"", "2024-06-18T01:57:54.622182Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi049.ciaqrs on smithi049: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-06-18T01:57:54.670776Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi129.sbjkda on smithi129: 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-06-18T01:57:44.240450Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-06-18T01:54:14.018220Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-06-18T01:52:41.028941Z", "last_refresh": "2024-06-18T01:57:36.680639Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:37.694440Z 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-06-18T01:54:37.690974Z", "last_refresh": "2024-06-18T01:57:36.680858Z", "running": 8, "size": 8}}, {"events": ["2024-06-18T01:54:27.831078Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-06-18T01:52:38.630496Z", "last_refresh": "2024-06-18T01:57:42.122457Z", "ports": [9095], "running": 1, "size": 1}}] 2024-06-18T01:58:10.447 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:10 smithi049 ceph-mon[26077]: pgmap v166: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:10.447 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:10.447 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:58:10.447 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:10.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:10 smithi129 ceph-mon[34969]: pgmap v166: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:10.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:10 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:10.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:10 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:58:10.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:10 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:11.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:11 smithi049 ceph-mon[26077]: from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:11.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:11 smithi129 ceph-mon[34969]: from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:11.816 INFO:tasks.cephadm:nfs.foo has 0/2 2024-06-18T01:58:12.504 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:12 smithi049 ceph-mon[26077]: pgmap v167: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:12.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:12 smithi129 ceph-mon[34969]: pgmap v167: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:12.817 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph orch ls -f json 2024-06-18T01:58:13.075 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:58:13.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:13 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:13.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:13 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:13.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:13 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:13.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:13 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:13.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:13 smithi049 ceph-mon[26077]: 10.0.31.49 is in 10.0.0.0/16 on smithi049 interface ens1f0 2024-06-18T01:58:13.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:13 smithi049 ceph-mon[26077]: 10.0.31.49 is in 10.0.0.0/16 on smithi129 interface enp3s0f1 2024-06-18T01:58:13.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:13 smithi049 ceph-mon[26077]: Deploying daemon keepalived.nfs.foo.smithi049.szttco on smithi049 2024-06-18T01:58:13.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:13 smithi049 ceph-mon[26077]: pgmap v168: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:13.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:13 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:13.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:13 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:13.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:13 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:13.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:13 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:13.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:13 smithi129 ceph-mon[34969]: 10.0.31.49 is in 10.0.0.0/16 on smithi049 interface ens1f0 2024-06-18T01:58:13.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:13 smithi129 ceph-mon[34969]: 10.0.31.49 is in 10.0.0.0/16 on smithi129 interface enp3s0f1 2024-06-18T01:58:13.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:13 smithi129 ceph-mon[34969]: Deploying daemon keepalived.nfs.foo.smithi049.szttco on smithi049 2024-06-18T01:58:13.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:13 smithi129 ceph-mon[34969]: pgmap v168: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:15.452 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:58:15.452 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-06-18T01:52:42.341360Z", "last_refresh": "2024-06-18T01:57:42.122319Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:54:04.996417Z 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-06-18T01:52:37.422591Z", "last_refresh": "2024-06-18T01:57:36.680453Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:09.029676Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-06-18T01:52:35.369913Z", "last_refresh": "2024-06-18T01:57:36.680560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-06-18T01:52:39.829137Z", "last_refresh": "2024-06-18T01:57:42.122388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:58:12.480956Z 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.49/16"}, "status": {"created": "2024-06-18T01:57:44.244242Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-06-18T01:57:54.563459Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-06-18T01:57:41.317098Z", "running": 0, "size": 2}}, {"events": ["2024-06-18T01:54:17.566083Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-06-18T01:52:33.417956Z", "last_refresh": "2024-06-18T01:57:36.680714Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:27.825622Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-06-18T01:53:23.877987Z", "last_refresh": "2024-06-18T01:57:36.680786Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:57:56.683804Z service:nfs.foo [INFO] \"service was created\"", "2024-06-18T01:57:54.622182Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi049.ciaqrs on smithi049: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-06-18T01:57:54.670776Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi129.sbjkda on smithi129: 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-06-18T01:57:44.240450Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-06-18T01:54:14.018220Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-06-18T01:52:41.028941Z", "last_refresh": "2024-06-18T01:57:36.680639Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:37.694440Z 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-06-18T01:54:37.690974Z", "last_refresh": "2024-06-18T01:57:36.680858Z", "running": 8, "size": 8}}, {"events": ["2024-06-18T01:54:27.831078Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-06-18T01:52:38.630496Z", "last_refresh": "2024-06-18T01:57:42.122457Z", "ports": [9095], "running": 1, "size": 1}}] 2024-06-18T01:58:15.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:15 smithi049 ceph-mon[26077]: pgmap v169: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:16.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:15 smithi129 ceph-mon[34969]: pgmap v169: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:16.991 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:16 smithi049 ceph-mon[26077]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:17.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:16 smithi129 ceph-mon[34969]: from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:17.255 INFO:tasks.cephadm:nfs.foo has 0/2 2024-06-18T01:58:17.967 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:17 smithi049 ceph-mon[26077]: pgmap v170: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:18.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:17 smithi129 ceph-mon[34969]: pgmap v170: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:18.256 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph orch ls -f json 2024-06-18T01:58:18.953 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:58:19.872 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:19 smithi049 ceph-mon[26077]: pgmap v171: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:20.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:19 smithi129 ceph-mon[34969]: pgmap v171: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:20.987 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:58:20.987 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-06-18T01:52:42.341360Z", "last_refresh": "2024-06-18T01:57:42.122319Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:54:04.996417Z 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-06-18T01:52:37.422591Z", "last_refresh": "2024-06-18T01:57:36.680453Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:09.029676Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-06-18T01:52:35.369913Z", "last_refresh": "2024-06-18T01:57:36.680560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-06-18T01:52:39.829137Z", "last_refresh": "2024-06-18T01:57:42.122388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:58:12.480956Z 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.49/16"}, "status": {"created": "2024-06-18T01:57:44.244242Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-06-18T01:57:54.563459Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-06-18T01:57:41.317098Z", "running": 0, "size": 2}}, {"events": ["2024-06-18T01:54:17.566083Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-06-18T01:52:33.417956Z", "last_refresh": "2024-06-18T01:57:36.680714Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:27.825622Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-06-18T01:53:23.877987Z", "last_refresh": "2024-06-18T01:57:36.680786Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:57:56.683804Z service:nfs.foo [INFO] \"service was created\"", "2024-06-18T01:57:54.622182Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi049.ciaqrs on smithi049: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-06-18T01:57:54.670776Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi129.sbjkda on smithi129: 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-06-18T01:57:44.240450Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-06-18T01:54:14.018220Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-06-18T01:52:41.028941Z", "last_refresh": "2024-06-18T01:57:36.680639Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:37.694440Z 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-06-18T01:54:37.690974Z", "last_refresh": "2024-06-18T01:57:36.680858Z", "running": 8, "size": 8}}, {"events": ["2024-06-18T01:54:27.831078Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-06-18T01:52:38.630496Z", "last_refresh": "2024-06-18T01:57:42.122457Z", "ports": [9095], "running": 1, "size": 1}}] 2024-06-18T01:58:21.837 INFO:tasks.cephadm:nfs.foo has 0/2 2024-06-18T01:58:22.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:22 smithi129 ceph-mon[34969]: pgmap v172: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:22.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:22 smithi129 ceph-mon[34969]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:22.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:22 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:22.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:22 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:22.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:22 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:22.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:22 smithi129 ceph-mon[34969]: 10.0.31.49 is in 10.0.0.0/16 on smithi129 interface enp3s0f1 2024-06-18T01:58:22.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:22 smithi129 ceph-mon[34969]: 10.0.31.49 is in 10.0.0.0/16 on smithi049 interface ens1f0 2024-06-18T01:58:22.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:22 smithi129 ceph-mon[34969]: Deploying daemon keepalived.nfs.foo.smithi129.flqdhx on smithi129 2024-06-18T01:58:22.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:22 smithi049 ceph-mon[26077]: pgmap v172: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:22 smithi049 ceph-mon[26077]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:22 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:22 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:22 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:22 smithi049 ceph-mon[26077]: 10.0.31.49 is in 10.0.0.0/16 on smithi129 interface enp3s0f1 2024-06-18T01:58:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:22 smithi049 ceph-mon[26077]: 10.0.31.49 is in 10.0.0.0/16 on smithi049 interface ens1f0 2024-06-18T01:58:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:22 smithi049 ceph-mon[26077]: Deploying daemon keepalived.nfs.foo.smithi129.flqdhx on smithi129 2024-06-18T01:58:22.838 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph orch ls -f json 2024-06-18T01:58:23.109 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:58:24.531 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:24 smithi049 ceph-mon[26077]: pgmap v173: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:24.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:24 smithi129 ceph-mon[34969]: pgmap v173: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:25.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:25 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:58:25.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:25 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:58:26.437 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:26 smithi129 ceph-mon[34969]: pgmap v174: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:26.558 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:26 smithi049 ceph-mon[26077]: pgmap v174: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:26.860 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:58:26.861 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-06-18T01:52:42.341360Z", "last_refresh": "2024-06-18T01:57:42.122319Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:54:04.996417Z 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-06-18T01:52:37.422591Z", "last_refresh": "2024-06-18T01:57:36.680453Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:09.029676Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-06-18T01:52:35.369913Z", "last_refresh": "2024-06-18T01:57:36.680560Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-06-18T01:52:39.829137Z", "last_refresh": "2024-06-18T01:57:42.122388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:58:21.254014Z 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.49/16"}, "status": {"created": "2024-06-18T01:57:44.244242Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-06-18T01:57:54.563459Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-06-18T01:57:41.317098Z", "running": 0, "size": 2}}, {"events": ["2024-06-18T01:54:17.566083Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-06-18T01:52:33.417956Z", "last_refresh": "2024-06-18T01:57:36.680714Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:27.825622Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-06-18T01:53:23.877987Z", "last_refresh": "2024-06-18T01:57:36.680786Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:57:56.683804Z service:nfs.foo [INFO] \"service was created\"", "2024-06-18T01:57:54.622182Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi049.ciaqrs on smithi049: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-06-18T01:57:54.670776Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi129.sbjkda on smithi129: 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-06-18T01:57:44.240450Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-06-18T01:54:14.018220Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-06-18T01:52:41.028941Z", "last_refresh": "2024-06-18T01:57:36.680639Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:37.694440Z 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-06-18T01:54:37.690974Z", "last_refresh": "2024-06-18T01:57:36.680858Z", "running": 8, "size": 8}}, {"events": ["2024-06-18T01:54:27.831078Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-06-18T01:52:38.630496Z", "last_refresh": "2024-06-18T01:57:42.122457Z", "ports": [9095], "running": 1, "size": 1}}] 2024-06-18T01:58:27.612 INFO:tasks.cephadm:nfs.foo has 0/2 2024-06-18T01:58:28.515 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:28 smithi049 ceph-mon[26077]: pgmap v175: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:28.515 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:28 smithi049 ceph-mon[26077]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:28.516 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:28 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:28.516 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:28 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:28.516 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:28 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:28.516 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:28 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:28.516 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:28 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:58:28.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:28 smithi129 ceph-mon[34969]: pgmap v175: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:28.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:28 smithi129 ceph-mon[34969]: from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:28.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:28 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:28.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:28 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:28.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:28 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:28.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:28 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:28.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:28 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:58:28.613 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph orch ls -f json 2024-06-18T01:58:28.880 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:58:30.482 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:30 smithi049 ceph-mon[26077]: pgmap v176: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:30.482 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:30 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:30.530 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:30 smithi129 ceph-mon[34969]: pgmap v176: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:30.530 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:30 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:31.282 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:58:31.282 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-06-18T01:52:42.341360Z", "last_refresh": "2024-06-18T01:57:42.122319Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:54:04.996417Z 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-06-18T01:52:37.422591Z", "last_refresh": "2024-06-18T01:57:42.122108Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:09.029676Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-06-18T01:52:35.369913Z", "last_refresh": "2024-06-18T01:57:42.122179Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-06-18T01:52:39.829137Z", "last_refresh": "2024-06-18T01:57:42.122388Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:58:27.614669Z 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.49/16"}, "status": {"created": "2024-06-18T01:57:44.244242Z", "last_refresh": "2024-06-18T01:58:30.841776Z", "ports": [2049, 9002], "running": 2, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-06-18T01:57:54.563459Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-06-18T01:57:41.317098Z", "last_refresh": "2024-06-18T01:58:30.841705Z", "running": 1, "size": 2}}, {"events": ["2024-06-18T01:54:17.566083Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-06-18T01:52:33.417956Z", "last_refresh": "2024-06-18T01:57:42.122035Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:27.825622Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-06-18T01:53:23.877987Z", "last_refresh": "2024-06-18T01:57:42.121940Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:57:56.683804Z service:nfs.foo [INFO] \"service was created\"", "2024-06-18T01:57:54.622182Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi049.ciaqrs on smithi049: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-06-18T01:57:54.670776Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi129.sbjkda on smithi129: 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-06-18T01:57:44.240450Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-06-18T01:54:14.018220Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-06-18T01:52:41.028941Z", "last_refresh": "2024-06-18T01:57:42.122249Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:37.694440Z 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-06-18T01:54:37.690974Z", "last_refresh": "2024-06-18T01:57:42.122534Z", "running": 8, "size": 8}}, {"events": ["2024-06-18T01:54:27.831078Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-06-18T01:52:38.630496Z", "last_refresh": "2024-06-18T01:57:42.122457Z", "ports": [9095], "running": 1, "size": 1}}] 2024-06-18T01:58:32.138 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:31 smithi049 ceph-mon[26077]: pgmap v177: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:32.138 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:31 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:32.138 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:31 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:32.138 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:31 smithi049 ceph-mon[26077]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:32.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:31 smithi129 ceph-mon[34969]: pgmap v177: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:32.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:31 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:32.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:31 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:32.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:31 smithi129 ceph-mon[34969]: from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:32.487 INFO:tasks.cephadm:nfs.foo has 0/2 2024-06-18T01:58:33.489 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph orch ls -f json 2024-06-18T01:58:34.101 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:33 smithi129 ceph-mon[34969]: pgmap v178: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:34.132 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:58:34.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:33 smithi049 ceph-mon[26077]: pgmap v178: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:36.120 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:35 smithi049 ceph-mon[26077]: pgmap v179: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:36.120 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:35 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:36.120 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:35 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:36.120 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:35 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:58:36.121 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:35 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T01:58:36.121 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:35 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:36.121 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:35 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T01:58:36.121 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:35 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:36.121 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:35 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi049.ciaqrs"}]: dispatch 2024-06-18T01:58:36.121 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:35 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi049.ciaqrs"}]': finished 2024-06-18T01:58:36.121 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:35 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:36.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:35 smithi129 ceph-mon[34969]: pgmap v179: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:36.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:35 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:36.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:35 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:36.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:35 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:58:36.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:35 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T01:58:36.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:35 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:36.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:35 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T01:58:36.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:35 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:36.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:35 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi049.ciaqrs"}]: dispatch 2024-06-18T01:58:36.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:35 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi049.ciaqrs"}]': finished 2024-06-18T01:58:36.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:35 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:36.527 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:58:36.527 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-06-18T01:52:42.341360Z", "last_refresh": "2024-06-18T01:58:35.813497Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:54:04.996417Z 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-06-18T01:52:37.422591Z", "last_refresh": "2024-06-18T01:58:30.841003Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:09.029676Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-06-18T01:52:35.369913Z", "last_refresh": "2024-06-18T01:58:30.841101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-06-18T01:52:39.829137Z", "last_refresh": "2024-06-18T01:58:35.813595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:58:27.614669Z 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.49/16"}, "status": {"created": "2024-06-18T01:57:44.244242Z", "last_refresh": "2024-06-18T01:58:30.841776Z", "ports": [2049, 9002], "running": 4, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-06-18T01:57:54.563459Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-06-18T01:57:41.317098Z", "last_refresh": "2024-06-18T01:58:30.841705Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:17.566083Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-06-18T01:52:33.417956Z", "last_refresh": "2024-06-18T01:58:30.841249Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:27.825622Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-06-18T01:53:23.877987Z", "last_refresh": "2024-06-18T01:58:30.841321Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:58:35.858589Z service:nfs.foo [INFO] \"service was created\"", "2024-06-18T01:57:54.622182Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi049.ciaqrs on smithi049: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-06-18T01:57:54.670776Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi129.sbjkda on smithi129: 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-06-18T01:57:44.240450Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-06-18T01:54:14.018220Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-06-18T01:52:41.028941Z", "last_refresh": "2024-06-18T01:58:30.841177Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:37.694440Z 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-06-18T01:54:37.690974Z", "last_refresh": "2024-06-18T01:58:30.841393Z", "running": 8, "size": 8}}, {"events": ["2024-06-18T01:54:27.831078Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-06-18T01:52:38.630496Z", "last_refresh": "2024-06-18T01:58:35.813672Z", "ports": [9095], "running": 1, "size": 1}}] 2024-06-18T01:58:37.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:36 smithi049 ceph-mon[26077]: pgmap v180: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:37.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:36 smithi049 ceph-mon[26077]: Fencing old nfs.foo.0.0.smithi049.ciaqrs 2024-06-18T01:58:37.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:36 smithi049 ceph-mon[26077]: Fencing old nfs.foo.1.0.smithi129.sbjkda 2024-06-18T01:58:37.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:36 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi129.sbjkda"}]: dispatch 2024-06-18T01:58:37.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:36 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi129.sbjkda"}]': finished 2024-06-18T01:58:37.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:36 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:37.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:36 smithi049 ceph-mon[26077]: Creating key for client.nfs.foo.0.1.smithi049.biumdo 2024-06-18T01:58:37.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:36 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi049.biumdo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-06-18T01:58:37.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:36 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi049.biumdo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-06-18T01:58:37.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:36 smithi049 ceph-mon[26077]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-06-18T01:58:37.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:36 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-06-18T01:58:37.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:36 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-06-18T01:58:37.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:36 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:58:37.235 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:36 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-06-18T01:58:37.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:36 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-06-18T01:58:37.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:36 smithi049 ceph-mon[26077]: Creating rados config object: conf-nfs.foo 2024-06-18T01:58:37.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:36 smithi049 ceph-mon[26077]: Creating key for client.nfs.foo.0.1.smithi049.biumdo-rgw 2024-06-18T01:58:37.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:36 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi049.biumdo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-06-18T01:58:37.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:36 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi049.biumdo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-06-18T01:58:37.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:36 smithi049 ceph-mon[26077]: Bind address in nfs.foo.0.1.smithi049.biumdo's ganesha conf is defaulting to empty 2024-06-18T01:58:37.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:36 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:58:37.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:36 smithi049 ceph-mon[26077]: Deploying daemon nfs.foo.0.1.smithi049.biumdo on smithi049 2024-06-18T01:58:37.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:36 smithi049 ceph-mon[26077]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 2 daemon(s)) 2024-06-18T01:58:37.236 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:36 smithi049 ceph-mon[26077]: Cluster is now healthy 2024-06-18T01:58:37.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:36 smithi129 ceph-mon[34969]: pgmap v180: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail 2024-06-18T01:58:37.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:36 smithi129 ceph-mon[34969]: Fencing old nfs.foo.0.0.smithi049.ciaqrs 2024-06-18T01:58:37.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:36 smithi129 ceph-mon[34969]: Fencing old nfs.foo.1.0.smithi129.sbjkda 2024-06-18T01:58:37.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:36 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi129.sbjkda"}]: dispatch 2024-06-18T01:58:37.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:36 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.1.0.smithi129.sbjkda"}]': finished 2024-06-18T01:58:37.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:36 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:37.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:36 smithi129 ceph-mon[34969]: Creating key for client.nfs.foo.0.1.smithi049.biumdo 2024-06-18T01:58:37.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:36 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi049.biumdo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-06-18T01:58:37.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:36 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi049.biumdo", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-06-18T01:58:37.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:36 smithi129 ceph-mon[34969]: Ensuring nfs.foo.0 is in the ganesha grace table 2024-06-18T01:58:37.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:36 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-06-18T01:58:37.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:36 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-06-18T01:58:37.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:36 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:58:37.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:36 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-06-18T01:58:37.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:36 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-06-18T01:58:37.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:36 smithi129 ceph-mon[34969]: Creating rados config object: conf-nfs.foo 2024-06-18T01:58:37.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:36 smithi129 ceph-mon[34969]: Creating key for client.nfs.foo.0.1.smithi049.biumdo-rgw 2024-06-18T01:58:37.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:36 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi049.biumdo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-06-18T01:58:37.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:36 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi049.biumdo-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-06-18T01:58:37.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:36 smithi129 ceph-mon[34969]: Bind address in nfs.foo.0.1.smithi049.biumdo's ganesha conf is defaulting to empty 2024-06-18T01:58:37.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:36 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:58:37.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:36 smithi129 ceph-mon[34969]: Deploying daemon nfs.foo.0.1.smithi049.biumdo on smithi049 2024-06-18T01:58:37.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:36 smithi129 ceph-mon[34969]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 2 daemon(s)) 2024-06-18T01:58:37.285 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:36 smithi129 ceph-mon[34969]: Cluster is now healthy 2024-06-18T01:58:37.343 INFO:tasks.cephadm:nfs.foo has 0/2 2024-06-18T01:58:37.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:37 smithi049 ceph-mon[26077]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:38.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:37 smithi129 ceph-mon[34969]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:38.344 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph orch ls -f json 2024-06-18T01:58:38.691 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:58:38.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:38 smithi049 ceph-mon[26077]: pgmap v181: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 91 B/s rd, 183 B/s wr, 0 op/s 2024-06-18T01:58:39.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:38 smithi129 ceph-mon[34969]: pgmap v181: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 91 B/s rd, 183 B/s wr, 0 op/s 2024-06-18T01:58:40.715 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:58:40.715 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-06-18T01:52:42.341360Z", "last_refresh": "2024-06-18T01:58:35.813497Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:54:04.996417Z 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-06-18T01:52:37.422591Z", "last_refresh": "2024-06-18T01:58:30.841003Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:09.029676Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-06-18T01:52:35.369913Z", "last_refresh": "2024-06-18T01:58:30.841101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-06-18T01:52:39.829137Z", "last_refresh": "2024-06-18T01:58:35.813595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:58:27.614669Z 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.49/16"}, "status": {"created": "2024-06-18T01:57:44.244242Z", "last_refresh": "2024-06-18T01:58:30.841776Z", "ports": [2049, 9002], "running": 4, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-06-18T01:57:54.563459Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-06-18T01:57:41.317098Z", "last_refresh": "2024-06-18T01:58:30.841705Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:17.566083Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-06-18T01:52:33.417956Z", "last_refresh": "2024-06-18T01:58:30.841249Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:27.825622Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-06-18T01:53:23.877987Z", "last_refresh": "2024-06-18T01:58:30.841321Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:58:40.563919Z service:nfs.foo [INFO] \"service was created\"", "2024-06-18T01:57:54.622182Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi049.ciaqrs on smithi049: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-06-18T01:57:54.670776Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi129.sbjkda on smithi129: 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-06-18T01:57:44.240450Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-06-18T01:54:14.018220Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-06-18T01:52:41.028941Z", "last_refresh": "2024-06-18T01:58:30.841177Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:37.694440Z 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-06-18T01:54:37.690974Z", "last_refresh": "2024-06-18T01:58:30.841393Z", "running": 8, "size": 8}}, {"events": ["2024-06-18T01:54:27.831078Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-06-18T01:52:38.630496Z", "last_refresh": "2024-06-18T01:58:35.813672Z", "ports": [9095], "running": 1, "size": 1}}] 2024-06-18T01:58:40.715 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:40 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:40.715 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:40 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:58:40.715 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:40 smithi049 ceph-mon[26077]: pgmap v182: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 91 B/s rd, 183 B/s wr, 0 op/s 2024-06-18T01:58:40.785 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:40 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:40.786 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:40 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:58:40.786 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:40 smithi129 ceph-mon[34969]: pgmap v182: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 91 B/s rd, 183 B/s wr, 0 op/s 2024-06-18T01:58:41.246 INFO:tasks.cephadm:nfs.foo has 0/2 2024-06-18T01:58:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:41 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:41 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:41 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:41 smithi049 ceph-mon[26077]: Creating key for client.nfs.foo.1.1.smithi129.cgviwn 2024-06-18T01:58:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:41 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi129.cgviwn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-06-18T01:58:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:41 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi129.cgviwn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-06-18T01:58:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:41 smithi049 ceph-mon[26077]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-06-18T01:58:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:41 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-06-18T01:58:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:41 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-06-18T01:58:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:41 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:58:41.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:41 smithi049 ceph-mon[26077]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:42.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:41 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:42.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:41 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:42.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:41 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:42.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:41 smithi129 ceph-mon[34969]: Creating key for client.nfs.foo.1.1.smithi129.cgviwn 2024-06-18T01:58:42.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:41 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi129.cgviwn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-06-18T01:58:42.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:41 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi129.cgviwn", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-06-18T01:58:42.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:41 smithi129 ceph-mon[34969]: Ensuring nfs.foo.1 is in the ganesha grace table 2024-06-18T01:58:42.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:41 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-06-18T01:58:42.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:41 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-06-18T01:58:42.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:41 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:58:42.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:41 smithi129 ceph-mon[34969]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:42.247 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph orch ls -f json 2024-06-18T01:58:42.515 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:58:42.811 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:42 smithi049 ceph-mon[26077]: pgmap v183: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1010 B/s rd, 826 B/s wr, 1 op/s 2024-06-18T01:58:43.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:42 smithi129 ceph-mon[34969]: pgmap v183: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1010 B/s rd, 826 B/s wr, 1 op/s 2024-06-18T01:58:43.808 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:43 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-06-18T01:58:43.809 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:43 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-06-18T01:58:43.809 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:43 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi129.cgviwn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-06-18T01:58:43.809 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:43 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi129.cgviwn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-06-18T01:58:43.809 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:43 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:58:43.853 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:43 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-06-18T01:58:43.854 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:43 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-06-18T01:58:43.854 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:43 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi129.cgviwn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-06-18T01:58:43.854 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:43 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.1.smithi129.cgviwn-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-06-18T01:58:43.854 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:43 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:58:44.229 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:58:44.229 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-06-18T01:52:42.341360Z", "last_refresh": "2024-06-18T01:58:35.813497Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:54:04.996417Z 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-06-18T01:52:37.422591Z", "last_refresh": "2024-06-18T01:58:30.841003Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:09.029676Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-06-18T01:52:35.369913Z", "last_refresh": "2024-06-18T01:58:30.841101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-06-18T01:52:39.829137Z", "last_refresh": "2024-06-18T01:58:35.813595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:58:27.614669Z 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.49/16"}, "status": {"created": "2024-06-18T01:57:44.244242Z", "last_refresh": "2024-06-18T01:58:30.841776Z", "ports": [2049, 9002], "running": 4, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-06-18T01:57:54.563459Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-06-18T01:57:41.317098Z", "last_refresh": "2024-06-18T01:58:30.841705Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:17.566083Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-06-18T01:52:33.417956Z", "last_refresh": "2024-06-18T01:58:30.841249Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:27.825622Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-06-18T01:53:23.877987Z", "last_refresh": "2024-06-18T01:58:30.841321Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:58:40.563919Z service:nfs.foo [INFO] \"service was created\"", "2024-06-18T01:57:54.622182Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi049.ciaqrs on smithi049: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-06-18T01:57:54.670776Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi129.sbjkda on smithi129: 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-06-18T01:57:44.240450Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-06-18T01:54:14.018220Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-06-18T01:52:41.028941Z", "last_refresh": "2024-06-18T01:58:30.841177Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:37.694440Z 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-06-18T01:54:37.690974Z", "last_refresh": "2024-06-18T01:58:30.841393Z", "running": 8, "size": 8}}, {"events": ["2024-06-18T01:54:27.831078Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-06-18T01:52:38.630496Z", "last_refresh": "2024-06-18T01:58:35.813672Z", "ports": [9095], "running": 1, "size": 1}}] 2024-06-18T01:58:44.806 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:44 smithi049 ceph-mon[26077]: Rados config object exists: conf-nfs.foo 2024-06-18T01:58:44.806 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:44 smithi049 ceph-mon[26077]: Creating key for client.nfs.foo.1.1.smithi129.cgviwn-rgw 2024-06-18T01:58:44.806 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:44 smithi049 ceph-mon[26077]: Bind address in nfs.foo.1.1.smithi129.cgviwn's ganesha conf is defaulting to empty 2024-06-18T01:58:44.806 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:44 smithi049 ceph-mon[26077]: Deploying daemon nfs.foo.1.1.smithi129.cgviwn on smithi129 2024-06-18T01:58:44.806 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:44 smithi049 ceph-mon[26077]: pgmap v184: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1010 B/s rd, 826 B/s wr, 1 op/s 2024-06-18T01:58:44.806 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:44 smithi049 ceph-mon[26077]: from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:44.835 INFO:tasks.cephadm:nfs.foo has 0/2 2024-06-18T01:58:44.908 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:44 smithi129 ceph-mon[34969]: Rados config object exists: conf-nfs.foo 2024-06-18T01:58:44.908 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:44 smithi129 ceph-mon[34969]: Creating key for client.nfs.foo.1.1.smithi129.cgviwn-rgw 2024-06-18T01:58:44.908 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:44 smithi129 ceph-mon[34969]: Bind address in nfs.foo.1.1.smithi129.cgviwn's ganesha conf is defaulting to empty 2024-06-18T01:58:44.908 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:44 smithi129 ceph-mon[34969]: Deploying daemon nfs.foo.1.1.smithi129.cgviwn on smithi129 2024-06-18T01:58:44.909 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:44 smithi129 ceph-mon[34969]: pgmap v184: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1010 B/s rd, 826 B/s wr, 1 op/s 2024-06-18T01:58:44.909 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:44 smithi129 ceph-mon[34969]: from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:45.836 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph orch ls -f json 2024-06-18T01:58:46.113 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:58:47.139 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:47 smithi049 ceph-mon[26077]: pgmap v185: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1010 B/s rd, 826 B/s wr, 1 op/s 2024-06-18T01:58:47.139 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:47.139 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:47.139 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:47.139 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:47.139 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:58:47.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:47 smithi129 ceph-mon[34969]: pgmap v185: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 1010 B/s rd, 826 B/s wr, 1 op/s 2024-06-18T01:58:47.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:47.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:47.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:47.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:47.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:58:47.900 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:58:47.901 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-06-18T01:52:42.341360Z", "last_refresh": "2024-06-18T01:58:35.813497Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:54:04.996417Z 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-06-18T01:52:37.422591Z", "last_refresh": "2024-06-18T01:58:30.841003Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:09.029676Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-06-18T01:52:35.369913Z", "last_refresh": "2024-06-18T01:58:30.841101Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-06-18T01:52:39.829137Z", "last_refresh": "2024-06-18T01:58:35.813595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:58:27.614669Z 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.49/16"}, "status": {"created": "2024-06-18T01:57:44.244242Z", "last_refresh": "2024-06-18T01:58:30.841776Z", "ports": [2049, 9002], "running": 4, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-06-18T01:57:54.563459Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-06-18T01:57:41.317098Z", "last_refresh": "2024-06-18T01:58:30.841705Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:17.566083Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-06-18T01:52:33.417956Z", "last_refresh": "2024-06-18T01:58:30.841249Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:27.825622Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-06-18T01:53:23.877987Z", "last_refresh": "2024-06-18T01:58:30.841321Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:58:46.051331Z service:nfs.foo [INFO] \"service was created\"", "2024-06-18T01:57:54.622182Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi049.ciaqrs on smithi049: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-06-18T01:57:54.670776Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi129.sbjkda on smithi129: 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-06-18T01:57:44.240450Z", "ports": [12049], "running": 0, "size": 2}}, {"events": ["2024-06-18T01:54:14.018220Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-06-18T01:52:41.028941Z", "last_refresh": "2024-06-18T01:58:30.841177Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:37.694440Z 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-06-18T01:54:37.690974Z", "last_refresh": "2024-06-18T01:58:30.841393Z", "running": 8, "size": 8}}, {"events": ["2024-06-18T01:54:27.831078Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-06-18T01:52:38.630496Z", "last_refresh": "2024-06-18T01:58:35.813672Z", "ports": [9095], "running": 1, "size": 1}}] 2024-06-18T01:58:48.902 INFO:tasks.cephadm:nfs.foo has 0/2 2024-06-18T01:58:49.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:49 smithi129 ceph-mon[34969]: pgmap v186: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-06-18T01:58:49.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:49 smithi129 ceph-mon[34969]: from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:49.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:49 smithi049 ceph-mon[26077]: pgmap v186: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-06-18T01:58:49.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:49 smithi049 ceph-mon[26077]: from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:49.903 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph orch ls -f json 2024-06-18T01:58:50.350 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:58:50.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:50 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:50.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:50 smithi049 ceph-mon[26077]: pgmap v187: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2024-06-18T01:58:50.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:50 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:50.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:50 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:51.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:50 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:51.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:50 smithi129 ceph-mon[34969]: pgmap v187: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2024-06-18T01:58:51.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:50 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:51.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:50 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:52.810 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:58:52.810 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-06-18T01:52:42.341360Z", "last_refresh": "2024-06-18T01:58:35.813497Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:54:04.996417Z 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-06-18T01:52:37.422591Z", "last_refresh": "2024-06-18T01:58:35.813271Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:09.029676Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-06-18T01:52:35.369913Z", "last_refresh": "2024-06-18T01:58:35.813346Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-06-18T01:52:39.829137Z", "last_refresh": "2024-06-18T01:58:35.813595Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:58:27.614669Z 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.49/16"}, "status": {"created": "2024-06-18T01:57:44.244242Z", "last_refresh": "2024-06-18T01:58:35.814118Z", "ports": [2049, 9002], "running": 4, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-06-18T01:57:54.563459Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-06-18T01:57:41.317098Z", "last_refresh": "2024-06-18T01:58:35.814042Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:17.566083Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-06-18T01:52:33.417956Z", "last_refresh": "2024-06-18T01:58:35.813193Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:27.825622Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-06-18T01:53:23.877987Z", "last_refresh": "2024-06-18T01:58:35.813094Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:58:46.051331Z service:nfs.foo [INFO] \"service was created\"", "2024-06-18T01:57:54.622182Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi049.ciaqrs on smithi049: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-06-18T01:57:54.670776Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi129.sbjkda on smithi129: 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-06-18T01:57:44.240450Z", "last_refresh": "2024-06-18T01:58:50.083475Z", "ports": [12049], "running": 1, "size": 2}}, {"events": ["2024-06-18T01:54:14.018220Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-06-18T01:52:41.028941Z", "last_refresh": "2024-06-18T01:58:35.813421Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:37.694440Z 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-06-18T01:54:37.690974Z", "last_refresh": "2024-06-18T01:58:35.813747Z", "running": 8, "size": 8}}, {"events": ["2024-06-18T01:54:27.831078Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-06-18T01:52:38.630496Z", "last_refresh": "2024-06-18T01:58:35.813672Z", "ports": [9095], "running": 1, "size": 1}}] 2024-06-18T01:58:53.116 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:52 smithi049 ceph-mon[26077]: pgmap v188: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2024-06-18T01:58:53.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:52 smithi129 ceph-mon[34969]: pgmap v188: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.3 KiB/s wr, 4 op/s 2024-06-18T01:58:53.399 INFO:tasks.cephadm:nfs.foo has 1/2 2024-06-18T01:58:54.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:53 smithi049 ceph-mon[26077]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:54.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:53 smithi129 ceph-mon[34969]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:54.400 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph orch ls -f json 2024-06-18T01:58:55.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:54 smithi049 ceph-mon[26077]: pgmap v189: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 767 B/s wr, 3 op/s 2024-06-18T01:58:55.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:54 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:58:55.246 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:58:55.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:54 smithi129 ceph-mon[34969]: pgmap v189: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 767 B/s wr, 3 op/s 2024-06-18T01:58:55.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:54 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:58:56.692 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:56 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:56.692 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:56 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:56.692 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:56 smithi049 ceph-mon[26077]: pgmap v190: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 767 B/s wr, 3 op/s 2024-06-18T01:58:56.692 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:56 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:58:56.692 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:56 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T01:58:56.692 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:56 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:56.692 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:56 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T01:58:56.692 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:56 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:56.693 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:56 smithi049 ceph-mon[26077]: Reconfiguring prometheus.smithi049 (dependencies changed)... 2024-06-18T01:58:56.693 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:56 smithi049 ceph-mon[26077]: Reconfiguring daemon prometheus.smithi049 on smithi049 2024-06-18T01:58:57.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:56 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:57.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:56 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:57.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:56 smithi129 ceph-mon[34969]: pgmap v190: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 767 B/s wr, 3 op/s 2024-06-18T01:58:57.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:56 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:58:57.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:56 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T01:58:57.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:56 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:57.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:56 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T01:58:57.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:56 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:58:57.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:56 smithi129 ceph-mon[34969]: Reconfiguring prometheus.smithi049 (dependencies changed)... 2024-06-18T01:58:57.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:56 smithi129 ceph-mon[34969]: Reconfiguring daemon prometheus.smithi049 on smithi049 2024-06-18T01:58:59.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:58 smithi049 ceph-mon[26077]: pgmap v191: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 767 B/s wr, 3 op/s 2024-06-18T01:58:59.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:58:58 smithi049 ceph-mon[26077]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:59.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:58 smithi129 ceph-mon[34969]: pgmap v191: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 767 B/s wr, 3 op/s 2024-06-18T01:58:59.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:58:58 smithi129 ceph-mon[34969]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:58:59.300 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:58:59.300 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-06-18T01:52:42.341360Z", "last_refresh": "2024-06-18T01:58:55.548950Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:54:04.996417Z 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-06-18T01:52:37.422591Z", "last_refresh": "2024-06-18T01:58:50.082591Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:09.029676Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-06-18T01:52:35.369913Z", "last_refresh": "2024-06-18T01:58:50.082687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-06-18T01:52:39.829137Z", "last_refresh": "2024-06-18T01:58:55.549020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:58:27.614669Z 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.49/16"}, "status": {"created": "2024-06-18T01:57:44.244242Z", "last_refresh": "2024-06-18T01:58:50.083332Z", "ports": [2049, 9002], "running": 4, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-06-18T01:57:54.563459Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-06-18T01:57:41.317098Z", "last_refresh": "2024-06-18T01:58:50.083262Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:17.566083Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-06-18T01:52:33.417956Z", "last_refresh": "2024-06-18T01:58:50.082837Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:27.825622Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-06-18T01:53:23.877987Z", "last_refresh": "2024-06-18T01:58:50.082908Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:58:55.957799Z service:nfs.foo [INFO] \"service was created\"", "2024-06-18T01:57:54.622182Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi049.ciaqrs on smithi049: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-06-18T01:57:54.670776Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi129.sbjkda on smithi129: 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-06-18T01:57:44.240450Z", "last_refresh": "2024-06-18T01:58:50.083475Z", "ports": [12049], "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:14.018220Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-06-18T01:52:41.028941Z", "last_refresh": "2024-06-18T01:58:50.082762Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:37.694440Z 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-06-18T01:54:37.690974Z", "last_refresh": "2024-06-18T01:58:50.082980Z", "running": 8, "size": 8}}, {"events": ["2024-06-18T01:54:27.831078Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-06-18T01:52:38.630496Z", "last_refresh": "2024-06-18T01:58:55.549090Z", "ports": [9095], "running": 1, "size": 1}}] 2024-06-18T01:58:59.915 INFO:tasks.cephadm:nfs.foo has 2/2 2024-06-18T01:58:59.916 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-06-18T01:58:59.926 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-06-18T01:58:59.926 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- ceph orch ls -f json 2024-06-18T01:59:00.626 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:59:01.072 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:00 smithi049 ceph-mon[26077]: pgmap v192: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-06-18T01:59:01.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:00 smithi129 ceph-mon[34969]: pgmap v192: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-06-18T01:59:02.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:02 smithi049 ceph-mon[26077]: pgmap v193: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-06-18T01:59:03.168 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-06-18T01:59:03.168 INFO:teuthology.orchestra.run.smithi049.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-06-18T01:52:42.341360Z", "last_refresh": "2024-06-18T01:58:55.548950Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:54:04.996417Z 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-06-18T01:52:37.422591Z", "last_refresh": "2024-06-18T01:58:50.082591Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:09.029676Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-06-18T01:52:35.369913Z", "last_refresh": "2024-06-18T01:58:50.082687Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-06-18T01:52:39.829137Z", "last_refresh": "2024-06-18T01:58:55.549020Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-06-18T01:58:27.614669Z 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.49/16"}, "status": {"created": "2024-06-18T01:57:44.244242Z", "last_refresh": "2024-06-18T01:58:50.083332Z", "ports": [2049, 9002], "running": 4, "size": 4, "virtual_ip": "10.0.31.49/16"}}, {"events": ["2024-06-18T01:57:54.563459Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-06-18T01:57:41.317098Z", "last_refresh": "2024-06-18T01:58:50.083262Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:17.566083Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-06-18T01:52:33.417956Z", "last_refresh": "2024-06-18T01:58:50.082837Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:27.825622Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi049:172.21.15.49=smithi049", "smithi129:172.21.15.129=smithi129"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-06-18T01:53:23.877987Z", "last_refresh": "2024-06-18T01:58:50.082908Z", "running": 2, "size": 2}}, {"events": ["2024-06-18T01:58:55.957799Z service:nfs.foo [INFO] \"service was created\"", "2024-06-18T01:57:54.622182Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.0.0.smithi049.ciaqrs on smithi049: grace tool failed: rados_pool_create: -1\nCan't connect to cluster: -1\n\"", "2024-06-18T01:57:54.670776Z service:nfs.foo [ERROR] \"Failed while placing nfs.foo.1.0.smithi129.sbjkda on smithi129: 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-06-18T01:57:44.240450Z", "last_refresh": "2024-06-18T01:58:50.083475Z", "ports": [12049], "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:14.018220Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-06-18T01:52:41.028941Z", "last_refresh": "2024-06-18T01:58:50.082762Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-06-18T01:54:37.694440Z 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-06-18T01:54:37.690974Z", "last_refresh": "2024-06-18T01:58:50.082980Z", "running": 8, "size": 8}}, {"events": ["2024-06-18T01:54:27.831078Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-06-18T01:52:38.630496Z", "last_refresh": "2024-06-18T01:58:55.549090Z", "ports": [9095], "running": 1, "size": 1}}] 2024-06-18T01:59:03.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:02 smithi129 ceph-mon[34969]: pgmap v193: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-06-18T01:59:03.773 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2024-06-18T01:59:03.773 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-06-18T01:59:03.783 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi049.front.sepia.ceph.com 2024-06-18T01:59:03.784 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2024-06-18T01:59:04.079 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:03 smithi049 ceph-mon[26077]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:59:04.184 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:03 smithi129 ceph-mon[34969]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-18T01:59:04.353 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:59:05.568 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:05 smithi049 ceph-mon[26077]: pgmap v194: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-06-18T01:59:05.568 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:05 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:05.568 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:05 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:05.568 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:05 smithi049 ceph-mon[26077]: Reconfiguring haproxy.nfs.foo.smithi049.nzpqlh (dependencies changed)... 2024-06-18T01:59:05.568 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:05 smithi049 ceph-mon[26077]: Reconfiguring daemon haproxy.nfs.foo.smithi049.nzpqlh on smithi049 2024-06-18T01:59:05.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:05 smithi129 ceph-mon[34969]: pgmap v194: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-06-18T01:59:05.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:05 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:05.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:05 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:05.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:05 smithi129 ceph-mon[34969]: Reconfiguring haproxy.nfs.foo.smithi049.nzpqlh (dependencies changed)... 2024-06-18T01:59:05.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:05 smithi129 ceph-mon[34969]: Reconfiguring daemon haproxy.nfs.foo.smithi049.nzpqlh on smithi049 2024-06-18T01:59:06.619 INFO:teuthology.orchestra.run.smithi049.stdout:{ 2024-06-18T01:59:06.619 INFO:teuthology.orchestra.run.smithi049.stdout: "bind": "/fake", 2024-06-18T01:59:06.619 INFO:teuthology.orchestra.run.smithi049.stdout: "cluster": "foo", 2024-06-18T01:59:06.619 INFO:teuthology.orchestra.run.smithi049.stdout: "fs": "foofs", 2024-06-18T01:59:06.620 INFO:teuthology.orchestra.run.smithi049.stdout: "mode": "RW", 2024-06-18T01:59:06.620 INFO:teuthology.orchestra.run.smithi049.stdout: "path": "/" 2024-06-18T01:59:06.620 INFO:teuthology.orchestra.run.smithi049.stdout:} 2024-06-18T01:59:07.306 INFO:teuthology.run_tasks:Running task vip.exec... 2024-06-18T01:59:07.316 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi049.front.sepia.ceph.com 2024-06-18T01:59:07.316 DEBUG:teuthology.orchestra.run.smithi049:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-06-18T01:59:07.344 INFO:teuthology.orchestra.run.smithi049.stderr:+ mkdir /mnt/foo 2024-06-18T01:59:07.356 DEBUG:teuthology.orchestra.run.smithi049:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2024-06-18T01:59:07.421 INFO:teuthology.orchestra.run.smithi049.stderr:+ sleep 5 2024-06-18T01:59:07.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:07 smithi049 ceph-mon[26077]: pgmap v195: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-06-18T01:59:07.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:07 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 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-06-18T01:59:07.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:07 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 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-06-18T01:59:07.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:07 smithi129 ceph-mon[34969]: pgmap v195: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-06-18T01:59:07.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:07 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 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-06-18T01:59:07.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:07 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 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-06-18T01:59:08.468 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:08 smithi049 ceph-mon[26077]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:08.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:08 smithi129 ceph-mon[34969]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:09.493 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:09 smithi129 ceph-mon[34969]: pgmap v196: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 85 B/s wr, 0 op/s 2024-06-18T01:59:09.493 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:09 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:09.493 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:09 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:09.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:09 smithi049 ceph-mon[26077]: pgmap v196: 97 pgs: 97 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 85 B/s wr, 0 op/s 2024-06-18T01:59:09.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:09 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:09.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:09 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:10.645 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:10 smithi129 ceph-mon[34969]: Reconfiguring haproxy.nfs.foo.smithi129.gqyqdc (dependencies changed)... 2024-06-18T01:59:10.645 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:10 smithi129 ceph-mon[34969]: Reconfiguring daemon haproxy.nfs.foo.smithi129.gqyqdc on smithi129 2024-06-18T01:59:10.646 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:10 smithi129 ceph-mon[34969]: mgrmap e20: smithi049.bfvfpy(active, since 5m), standbys: smithi129.rtqsbz 2024-06-18T01:59:10.646 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:10 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:59:10.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:10 smithi049 ceph-mon[26077]: Reconfiguring haproxy.nfs.foo.smithi129.gqyqdc (dependencies changed)... 2024-06-18T01:59:10.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:10 smithi049 ceph-mon[26077]: Reconfiguring daemon haproxy.nfs.foo.smithi129.gqyqdc on smithi129 2024-06-18T01:59:10.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:10 smithi049 ceph-mon[26077]: mgrmap e20: smithi049.bfvfpy(active, since 5m), standbys: smithi129.rtqsbz 2024-06-18T01:59:10.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:10 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:59:11.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:11 smithi049 ceph-mon[26077]: pgmap v197: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 853 B/s wr, 1 op/s 2024-06-18T01:59:11.773 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:11 smithi129 ceph-mon[34969]: pgmap v197: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 853 B/s wr, 1 op/s 2024-06-18T01:59:12.424 DEBUG:teuthology.orchestra.run.smithi049:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.49:/fake /mnt/foo' 2024-06-18T01:59:12.493 INFO:teuthology.orchestra.run.smithi049.stderr:+ mount -t nfs 10.0.31.49:/fake /mnt/foo 2024-06-18T01:59:13.179 DEBUG:teuthology.orchestra.run.smithi049:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2024-06-18T01:59:13.246 INFO:teuthology.orchestra.run.smithi049.stderr:+ echo test 2024-06-18T01:59:13.274 DEBUG:teuthology.orchestra.run.smithi049:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-06-18T01:59:13.339 INFO:teuthology.orchestra.run.smithi049.stderr:+ sync 2024-06-18T01:59:13.409 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:13 smithi049 ceph-mon[26077]: pgmap v198: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 853 B/s wr, 1 op/s 2024-06-18T01:59:13.409 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:13 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:13.409 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:13 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:13.409 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:13 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-06-18T01:59:13.409 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:13 smithi049 ceph-mon[26077]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-06-18T01:59:13.409 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:13 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:59:13.483 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:13 smithi129 ceph-mon[34969]: pgmap v198: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 853 B/s wr, 1 op/s 2024-06-18T01:59:13.483 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:13 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:13.483 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:13 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:13.483 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:13 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-06-18T01:59:13.483 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:13 smithi129 ceph-mon[34969]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-06-18T01:59:13.483 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:13 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:59:13.579 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-06-18T01:59:13.590 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi049.front.sepia.ceph.com 2024-06-18T01:59:13.590 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -v /mnt/foo:/mnt/foo -- bash -c 'echo "Check with each haproxy down in turn..." 2024-06-18T01:59:13.591 DEBUG:teuthology.orchestra.run.smithi049:> for haproxy in `ceph orch ps | grep ^haproxy.nfs.foo. | awk '"'"'{print $1}'"'"'`; do 2024-06-18T01:59:13.591 DEBUG:teuthology.orchestra.run.smithi049:> ceph orch daemon stop $haproxy 2024-06-18T01:59:13.591 DEBUG:teuthology.orchestra.run.smithi049:> while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done 2024-06-18T01:59:13.591 DEBUG:teuthology.orchestra.run.smithi049:> cat /mnt/foo/testfile 2024-06-18T01:59:13.591 DEBUG:teuthology.orchestra.run.smithi049:> echo $haproxy > /mnt/foo/testfile 2024-06-18T01:59:13.591 DEBUG:teuthology.orchestra.run.smithi049:> sync 2024-06-18T01:59:13.591 DEBUG:teuthology.orchestra.run.smithi049:> ceph orch daemon start $haproxy 2024-06-18T01:59:13.591 DEBUG:teuthology.orchestra.run.smithi049:> while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done 2024-06-18T01:59:13.591 DEBUG:teuthology.orchestra.run.smithi049:> done 2024-06-18T01:59:13.591 DEBUG:teuthology.orchestra.run.smithi049:> ' 2024-06-18T01:59:13.895 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T01:59:15.393 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:15 smithi049 ceph-mon[26077]: pgmap v199: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 853 B/s wr, 1 op/s 2024-06-18T01:59:15.414 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:15 smithi129 ceph-mon[34969]: pgmap v199: 97 pgs: 97 active+clean; 581 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 853 B/s wr, 1 op/s 2024-06-18T01:59:15.771 INFO:teuthology.orchestra.run.smithi049.stdout:Check with each haproxy down in turn... 2024-06-18T01:59:16.273 INFO:teuthology.orchestra.run.smithi049.stdout:Scheduled to stop haproxy.nfs.foo.smithi049.nzpqlh on host 'smithi049' 2024-06-18T01:59:17.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:17 smithi049 ceph-mon[26077]: pgmap v200: 97 pgs: 97 active+clean; 588 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1.5 KiB/s wr, 1 op/s 2024-06-18T01:59:17.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:17 smithi049 ceph-mon[26077]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:17.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:17 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:17.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:17 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:17.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:17 smithi049 ceph-mon[26077]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi049.nzpqlh", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:17.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:17 smithi049 ceph-mon[26077]: Schedule stop daemon haproxy.nfs.foo.smithi049.nzpqlh 2024-06-18T01:59:17.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:17 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:17.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:17 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:17.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:17 smithi129 ceph-mon[34969]: pgmap v200: 97 pgs: 97 active+clean; 588 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 1.5 KiB/s wr, 1 op/s 2024-06-18T01:59:17.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:17 smithi129 ceph-mon[34969]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:17.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:17 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:17.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:17 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:17.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:17 smithi129 ceph-mon[34969]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi049.nzpqlh", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:17.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:17 smithi129 ceph-mon[34969]: Schedule stop daemon haproxy.nfs.foo.smithi049.nzpqlh 2024-06-18T01:59:17.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:17 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:17.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:17 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:18.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:18 smithi049 ceph-mon[26077]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:18.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:18 smithi129 ceph-mon[34969]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:19.397 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:19 smithi049 ceph-mon[26077]: pgmap v201: 97 pgs: 97 active+clean; 588 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 1.7 KiB/s wr, 2 op/s 2024-06-18T01:59:19.398 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:19 smithi049 ceph-mon[26077]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:19.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:19 smithi129 ceph-mon[34969]: pgmap v201: 97 pgs: 97 active+clean; 588 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 1.7 KiB/s wr, 2 op/s 2024-06-18T01:59:19.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:19 smithi129 ceph-mon[34969]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:20.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:20 smithi129 ceph-mon[34969]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:20.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:20 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:20.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:20 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:20.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:20 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:59:20.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:20 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T01:59:20.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:20 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:20.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:20 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T01:59:20.284 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:20 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:20.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:20 smithi049 ceph-mon[26077]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:20.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:20 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:20.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:20 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:20.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:20 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:59:20.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:20 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T01:59:20.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:20 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:20.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:20 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T01:59:20.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:20 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:21.325 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:21 smithi049 ceph-mon[26077]: pgmap v202: 97 pgs: 97 active+clean; 588 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 1 op/s 2024-06-18T01:59:21.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:21 smithi129 ceph-mon[34969]: pgmap v202: 97 pgs: 97 active+clean; 588 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.7 KiB/s wr, 1 op/s 2024-06-18T01:59:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:22 smithi049 ceph-mon[26077]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:22 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:22 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:22.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:22 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:59:22.772 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:22 smithi129 ceph-mon[34969]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:22.772 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:22 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:22.772 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:22 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:22.772 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:22 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:59:23.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:23 smithi049 ceph-mon[26077]: pgmap v203: 97 pgs: 97 active+clean; 588 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 938 B/s wr, 0 op/s 2024-06-18T01:59:23.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:23 smithi049 ceph-mon[26077]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:23.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:23 smithi129 ceph-mon[34969]: pgmap v203: 97 pgs: 97 active+clean; 588 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 938 B/s wr, 0 op/s 2024-06-18T01:59:23.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:23 smithi129 ceph-mon[34969]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:24.671 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:24 smithi129 ceph-mon[34969]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:24.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:24 smithi049 ceph-mon[26077]: from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:25.678 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:25 smithi049 ceph-mon[26077]: pgmap v204: 97 pgs: 97 active+clean; 588 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 938 B/s wr, 0 op/s 2024-06-18T01:59:25.679 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:25 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:59:25.679 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:25 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:25.679 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:25 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:25.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:25 smithi129 ceph-mon[34969]: pgmap v204: 97 pgs: 97 active+clean; 588 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 938 B/s wr, 0 op/s 2024-06-18T01:59:25.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:25 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:59:25.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:25 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:25.732 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:25 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:26.652 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:26 smithi049 ceph-mon[26077]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:26.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:26 smithi129 ceph-mon[34969]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:27.230 INFO:teuthology.orchestra.run.smithi049.stdout:haproxy.nfs.foo.smithi049.nzpqlh smithi049 *:2049,9002 stopped 0s ago 74s - - 2024-06-18T01:59:27.257 INFO:teuthology.orchestra.run.smithi049.stdout:test 2024-06-18T01:59:27.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:27 smithi049 ceph-mon[26077]: pgmap v205: 97 pgs: 97 active+clean; 590 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-06-18T01:59:27.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:27 smithi049 ceph-mon[26077]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:27.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:27 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:27.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:27 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:27.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:27 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:59:27.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:27 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T01:59:27.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:27 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:27.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:27 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T01:59:27.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:27 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:27.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:27 smithi129 ceph-mon[34969]: pgmap v205: 97 pgs: 97 active+clean; 590 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2024-06-18T01:59:27.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:27 smithi129 ceph-mon[34969]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:27.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:27 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:27.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:27 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:27.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:27 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:59:27.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:27 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T01:59:27.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:27 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:27.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:27 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T01:59:27.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:27 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:27.789 INFO:teuthology.orchestra.run.smithi049.stdout:Scheduled to start haproxy.nfs.foo.smithi049.nzpqlh on host 'smithi049' 2024-06-18T01:59:28.663 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:28 smithi049 ceph-mon[26077]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:28.664 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:28 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:28.664 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:28 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:28.664 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:28 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:59:28.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:28 smithi129 ceph-mon[34969]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:28.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:28 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:28.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:28 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:28.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:28 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:59:29.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:29 smithi129 ceph-mon[34969]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi049.nzpqlh", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:29.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:29 smithi129 ceph-mon[34969]: Schedule start daemon haproxy.nfs.foo.smithi049.nzpqlh 2024-06-18T01:59:29.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:29 smithi129 ceph-mon[34969]: pgmap v206: 97 pgs: 97 active+clean; 590 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-06-18T01:59:29.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:29 smithi129 ceph-mon[34969]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:29.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:29 smithi049 ceph-mon[26077]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi049.nzpqlh", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:29.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:29 smithi049 ceph-mon[26077]: Schedule start daemon haproxy.nfs.foo.smithi049.nzpqlh 2024-06-18T01:59:29.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:29 smithi049 ceph-mon[26077]: pgmap v206: 97 pgs: 97 active+clean; 590 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2024-06-18T01:59:29.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:29 smithi049 ceph-mon[26077]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:31.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:31 smithi049 ceph-mon[26077]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:31.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:31 smithi049 ceph-mon[26077]: pgmap v207: 97 pgs: 97 active+clean; 599 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-06-18T01:59:31.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:31 smithi129 ceph-mon[34969]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:31.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:31 smithi129 ceph-mon[34969]: pgmap v207: 97 pgs: 97 active+clean; 599 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-06-18T01:59:32.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:32 smithi049 ceph-mon[26077]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:32.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:32 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:32.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:32 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:32.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:32 smithi129 ceph-mon[34969]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:32.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:32 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:32.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:32 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:33.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:33 smithi049 ceph-mon[26077]: pgmap v208: 97 pgs: 97 active+clean; 599 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-06-18T01:59:33.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:33 smithi049 ceph-mon[26077]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:33.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:33 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:33.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:33 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:33.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:33 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:59:33.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:33 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T01:59:33.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:33 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:33.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:33 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T01:59:33.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:33 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:33.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:33 smithi129 ceph-mon[34969]: pgmap v208: 97 pgs: 97 active+clean; 599 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-06-18T01:59:33.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:33 smithi129 ceph-mon[34969]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:33.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:33 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:33.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:33 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:33.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:33 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:59:33.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:33 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T01:59:33.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:33 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:33.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:33 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T01:59:33.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:33 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:35.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:35 smithi129 ceph-mon[34969]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:35.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:35 smithi129 ceph-mon[34969]: pgmap v209: 97 pgs: 97 active+clean; 599 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-06-18T01:59:35.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:35 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:35.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:35 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:35.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:35 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:59:35.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:35 smithi049 ceph-mon[26077]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:35.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:35 smithi049 ceph-mon[26077]: pgmap v209: 97 pgs: 97 active+clean; 599 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-06-18T01:59:35.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:35 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:35.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:35 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:35.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:35 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:59:36.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:36 smithi049 ceph-mon[26077]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:36.775 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:36 smithi129 ceph-mon[34969]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:37.459 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:37 smithi129 ceph-mon[34969]: pgmap v210: 97 pgs: 97 active+clean; 599 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-06-18T01:59:37.460 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:37 smithi129 ceph-mon[34969]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:37.683 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:37 smithi049 ceph-mon[26077]: pgmap v210: 97 pgs: 97 active+clean; 599 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-06-18T01:59:37.683 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:37 smithi049 ceph-mon[26077]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:38.663 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:38 smithi049 ceph-mon[26077]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:38.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:38 smithi129 ceph-mon[34969]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:39.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:39 smithi049 ceph-mon[26077]: pgmap v211: 97 pgs: 97 active+clean; 599 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-06-18T01:59:39.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:39 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:39.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:39 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:39.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:39 smithi129 ceph-mon[34969]: pgmap v211: 97 pgs: 97 active+clean; 599 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-06-18T01:59:39.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:39 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:39.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:39 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:40.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:40 smithi049 ceph-mon[26077]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:40.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:40 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:59:40.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:40 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:40.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:40 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:40.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:40 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:59:40.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:40 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T01:59:40.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:40 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:40.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:40 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T01:59:40.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:40 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:40.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:40 smithi129 ceph-mon[34969]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:40.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:40 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:59:40.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:40 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:40.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:40 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:40.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:40 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:59:40.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:40 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T01:59:40.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:40 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:40.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:40 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T01:59:40.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:40 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:41.347 INFO:teuthology.orchestra.run.smithi049.stdout:haproxy.nfs.foo.smithi049.nzpqlh smithi049 *:2049,9002 running (7s) 1s ago 88s 6098k - e85424b0d443 b9980b47cafa 2024-06-18T01:59:41.642 INFO:teuthology.orchestra.run.smithi049.stdout:Scheduled to stop haproxy.nfs.foo.smithi129.gqyqdc on host 'smithi129' 2024-06-18T01:59:41.642 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:41 smithi049 ceph-mon[26077]: pgmap v212: 97 pgs: 97 active+clean; 600 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-06-18T01:59:41.642 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:41 smithi049 ceph-mon[26077]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:41.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:41 smithi129 ceph-mon[34969]: pgmap v212: 97 pgs: 97 active+clean; 600 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-06-18T01:59:41.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:41 smithi129 ceph-mon[34969]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:42.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:42 smithi049 ceph-mon[26077]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:42.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:42 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:42.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:42 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:42.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:42 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:59:42.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:42 smithi129 ceph-mon[34969]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:42.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:42 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:42.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:42 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:42.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:42 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:59:43.729 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:43 smithi049 ceph-mon[26077]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi129.gqyqdc", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:43.729 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:43 smithi049 ceph-mon[26077]: Schedule stop daemon haproxy.nfs.foo.smithi129.gqyqdc 2024-06-18T01:59:43.729 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:43 smithi049 ceph-mon[26077]: pgmap v213: 97 pgs: 97 active+clean; 600 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-06-18T01:59:43.729 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:43 smithi049 ceph-mon[26077]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:43.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:43 smithi129 ceph-mon[34969]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi129.gqyqdc", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:43.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:43 smithi129 ceph-mon[34969]: Schedule stop daemon haproxy.nfs.foo.smithi129.gqyqdc 2024-06-18T01:59:43.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:43 smithi129 ceph-mon[34969]: pgmap v213: 97 pgs: 97 active+clean; 600 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-06-18T01:59:43.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:43 smithi129 ceph-mon[34969]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:44.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:44 smithi049 ceph-mon[26077]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:44.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:44 smithi129 ceph-mon[34969]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:45.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:45 smithi049 ceph-mon[26077]: pgmap v214: 97 pgs: 97 active+clean; 600 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-06-18T01:59:45.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:45 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:45.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:45 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:45.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:45 smithi129 ceph-mon[34969]: pgmap v214: 97 pgs: 97 active+clean; 600 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 255 B/s wr, 0 op/s 2024-06-18T01:59:45.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:45 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:45.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:45 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:46.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:46 smithi049 ceph-mon[26077]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:46.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:46 smithi129 ceph-mon[34969]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:47.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:47 smithi129 ceph-mon[34969]: pgmap v215: 97 pgs: 97 active+clean; 600 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-06-18T01:59:47.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:47 smithi129 ceph-mon[34969]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:47.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:47.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:47.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:59:47.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T01:59:47.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:47.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T01:59:47.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:47 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:47.683 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:47 smithi049 ceph-mon[26077]: pgmap v215: 97 pgs: 97 active+clean; 600 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-06-18T01:59:47.683 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:47 smithi049 ceph-mon[26077]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:47.683 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:47.683 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:47.683 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:59:47.683 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T01:59:47.683 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:47.684 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T01:59:47.684 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:47 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:48.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:48 smithi049 ceph-mon[26077]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:48.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:48 smithi129 ceph-mon[34969]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:49.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:49 smithi049 ceph-mon[26077]: pgmap v216: 97 pgs: 97 active+clean; 600 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-06-18T01:59:49.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:49 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:49.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:49 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:49.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:49 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:59:49.779 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:49 smithi129 ceph-mon[34969]: pgmap v216: 97 pgs: 97 active+clean; 600 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2024-06-18T01:59:49.779 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:49 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:49.779 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:49 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:49.779 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:49 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:59:50.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:50 smithi049 ceph-mon[26077]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:50.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:50 smithi129 ceph-mon[34969]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:51.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:51 smithi049 ceph-mon[26077]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:51.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:51 smithi049 ceph-mon[26077]: pgmap v217: 97 pgs: 97 active+clean; 600 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-06-18T01:59:51.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:51 smithi129 ceph-mon[34969]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:51.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:51 smithi129 ceph-mon[34969]: pgmap v217: 97 pgs: 97 active+clean; 600 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-06-18T01:59:52.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:52 smithi129 ceph-mon[34969]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:52.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:52 smithi049 ceph-mon[26077]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:53.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:53 smithi049 ceph-mon[26077]: pgmap v218: 97 pgs: 97 active+clean; 600 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-06-18T01:59:53.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:53 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:53.484 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:53 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:53.767 INFO:teuthology.orchestra.run.smithi049.stdout:haproxy.nfs.foo.smithi129.gqyqdc smithi129 *:2049,9002 stopped 1s ago 110s - - 2024-06-18T01:59:53.770 INFO:teuthology.orchestra.run.smithi049.stdout:haproxy.nfs.foo.smithi049.nzpqlh 2024-06-18T01:59:53.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:53 smithi129 ceph-mon[34969]: pgmap v218: 97 pgs: 97 active+clean; 600 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-06-18T01:59:53.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:53 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:53.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:53 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:54.276 INFO:teuthology.orchestra.run.smithi049.stdout:Scheduled to start haproxy.nfs.foo.smithi129.gqyqdc on host 'smithi129' 2024-06-18T01:59:54.668 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:54 smithi049 ceph-mon[26077]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:54.668 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:54 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:54.668 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:54 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:54.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:54 smithi129 ceph-mon[34969]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:54.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:54 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:54.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:54 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:55.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:55 smithi049 ceph-mon[26077]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:55.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:55 smithi049 ceph-mon[26077]: pgmap v219: 97 pgs: 97 active+clean; 600 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-06-18T01:59:55.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:55 smithi049 ceph-mon[26077]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi129.gqyqdc", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:55.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:55 smithi049 ceph-mon[26077]: Schedule start daemon haproxy.nfs.foo.smithi129.gqyqdc 2024-06-18T01:59:55.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:59:55.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:55.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:55.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:59:55.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T01:59:55.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:55.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T01:59:55.735 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:55 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:55.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:55 smithi129 ceph-mon[34969]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:55.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:55 smithi129 ceph-mon[34969]: pgmap v219: 97 pgs: 97 active+clean; 600 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-06-18T01:59:55.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:55 smithi129 ceph-mon[34969]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi129.gqyqdc", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:55.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:55 smithi129 ceph-mon[34969]: Schedule start daemon haproxy.nfs.foo.smithi129.gqyqdc 2024-06-18T01:59:55.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T01:59:55.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:55.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:55.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T01:59:55.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T01:59:55.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:55.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T01:59:55.784 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:55 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:56.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:56 smithi049 ceph-mon[26077]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:56.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:56 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:56.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:56 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:56.483 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:56 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:59:56.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:56 smithi129 ceph-mon[34969]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:56.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:56 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:56.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:56 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T01:59:56.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:56 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-18T01:59:57.439 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:57 smithi129 ceph-mon[34969]: pgmap v220: 97 pgs: 97 active+clean; 610 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2024-06-18T01:59:57.439 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:57 smithi129 ceph-mon[34969]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:57.439 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:57 smithi129 ceph-mon[34969]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:57.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:57 smithi049 ceph-mon[26077]: pgmap v220: 97 pgs: 97 active+clean; 610 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2024-06-18T01:59:57.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:57 smithi049 ceph-mon[26077]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:57.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:57 smithi049 ceph-mon[26077]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:58.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:58 smithi049 ceph-mon[26077]: pgmap v221: 97 pgs: 97 active+clean; 610 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-06-18T01:59:58.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:58 smithi129 ceph-mon[34969]: pgmap v221: 97 pgs: 97 active+clean; 610 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-06-18T01:59:59.533 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 01:59:59 smithi129 ceph-mon[34969]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T01:59:59.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 01:59:59 smithi049 ceph-mon[26077]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:00:00.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:00 smithi129 ceph-mon[34969]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:00:00.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:00 smithi129 ceph-mon[34969]: pgmap v222: 97 pgs: 97 active+clean; 610 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-06-18T02:00:00.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:00 smithi129 ceph-mon[34969]: overall HEALTH_OK 2024-06-18T02:00:00.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:00 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T02:00:00.534 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:00 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T02:00:00.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:00 smithi049 ceph-mon[26077]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:00:00.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:00 smithi049 ceph-mon[26077]: pgmap v222: 97 pgs: 97 active+clean; 610 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-06-18T02:00:00.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:00 smithi049 ceph-mon[26077]: overall HEALTH_OK 2024-06-18T02:00:00.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:00 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T02:00:00.734 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:00 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T02:00:01.160 INFO:teuthology.orchestra.run.smithi049.stdout:haproxy.nfs.foo.smithi129.gqyqdc smithi129 *:2049,9002 running (5s) 0s ago 117s 6093k - e85424b0d443 756912808b6f 2024-06-18T02:00:01.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:01 smithi049 ceph-mon[26077]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:00:01.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:01 smithi129 ceph-mon[34969]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:00:02.290 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-06-18T02:00:02.304 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi049.front.sepia.ceph.com 2024-06-18T02:00:02.304 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- bash -c 'stat -c '"'"'%u %g'"'"' /var/log/ceph | grep '"'"'167 167'"'"'' 2024-06-18T02:00:02.733 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:02 smithi049 ceph-mon[26077]: pgmap v223: 97 pgs: 97 active+clean; 610 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-06-18T02:00:02.783 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:02 smithi129 ceph-mon[34969]: pgmap v223: 97 pgs: 97 active+clean; 610 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2024-06-18T02:00:02.902 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T02:00:03.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:03 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T02:00:03.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:03 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T02:00:03.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:03 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:00:03.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:03 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:00:03.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:03 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T02:00:03.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:03 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T02:00:03.984 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:03 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T02:00:04.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:03 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T02:00:04.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:03 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T02:00:04.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:03 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-18T02:00:04.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:03 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-18T02:00:04.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:03 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T02:00:04.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:03 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-18T02:00:04.034 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:03 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' 2024-06-18T02:00:04.507 INFO:teuthology.orchestra.run.smithi049.stdout:167 167 2024-06-18T02:00:05.033 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:04 smithi129 ceph-mon[34969]: pgmap v224: 97 pgs: 97 active+clean; 610 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-06-18T02:00:05.153 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:04 smithi049 ceph-mon[26077]: pgmap v224: 97 pgs: 97 active+clean; 610 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-06-18T02:00:05.181 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- bash -c 'ceph orch status' 2024-06-18T02:00:05.436 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T02:00:07.229 INFO:teuthology.orchestra.run.smithi049.stdout:Backend: cephadm 2024-06-18T02:00:07.229 INFO:teuthology.orchestra.run.smithi049.stdout:Available: Yes 2024-06-18T02:00:07.229 INFO:teuthology.orchestra.run.smithi049.stdout:Paused: No 2024-06-18T02:00:07.229 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:06 smithi049 ceph-mon[26077]: pgmap v225: 97 pgs: 97 active+clean; 611 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-06-18T02:00:07.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:06 smithi129 ceph-mon[34969]: pgmap v225: 97 pgs: 97 active+clean; 611 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-06-18T02:00:08.022 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- bash -c 'ceph orch ps' 2024-06-18T02:00:08.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:07 smithi049 ceph-mon[26077]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:00:08.275 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T02:00:08.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:07 smithi129 ceph-mon[34969]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:00:08.983 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:08 smithi049 ceph-mon[26077]: pgmap v226: 97 pgs: 97 active+clean; 611 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-06-18T02:00:09.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:08 smithi129 ceph-mon[34969]: pgmap v226: 97 pgs: 97 active+clean; 611 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2024-06-18T02:00:10.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:09 smithi049 ceph-mon[26077]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T02:00:10.235 INFO:teuthology.orchestra.run.smithi049.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-06-18T02:00:10.235 INFO:teuthology.orchestra.run.smithi049.stdout:alertmanager.smithi049 smithi049 *:9093,9094 running (5m) 7s ago 6m 25.4M - c8568f914cd2 8e786420b65f 2024-06-18T02:00:10.235 INFO:teuthology.orchestra.run.smithi049.stdout:ceph-exporter.smithi049 smithi049 running (7m) 7s ago 6m 8308k - 19.0.0-3124-g3781e3a5 af93c036e016 d175f048687c 2024-06-18T02:00:10.235 INFO:teuthology.orchestra.run.smithi049.stdout:ceph-exporter.smithi129 smithi129 running (6m) 9s ago 6m 5242k - 19.0.0-3124-g3781e3a5 af93c036e016 8710b7cb548e 2024-06-18T02:00:10.235 INFO:teuthology.orchestra.run.smithi049.stdout:crash.smithi049 smithi049 running (6m) 7s ago 6m 6899k - 19.0.0-3124-g3781e3a5 af93c036e016 8b05087ce4b0 2024-06-18T02:00:10.235 INFO:teuthology.orchestra.run.smithi049.stdout:crash.smithi129 smithi129 running (6m) 9s ago 6m 6899k - 19.0.0-3124-g3781e3a5 af93c036e016 4b2179b957a7 2024-06-18T02:00:10.235 INFO:teuthology.orchestra.run.smithi049.stdout:grafana.smithi049 smithi049 *:3000 running (5m) 7s ago 6m 78.3M - 2bacad6d85d8 053cc8e53036 2024-06-18T02:00:10.236 INFO:teuthology.orchestra.run.smithi049.stdout:haproxy.nfs.foo.smithi049.nzpqlh smithi049 *:2049,9002 running (36s) 7s ago 117s 6459k - e85424b0d443 b9980b47cafa 2024-06-18T02:00:10.236 INFO:teuthology.orchestra.run.smithi049.stdout:haproxy.nfs.foo.smithi129.gqyqdc smithi129 *:2049,9002 running (14s) 9s ago 2m 6093k - e85424b0d443 756912808b6f 2024-06-18T02:00:10.236 INFO:teuthology.orchestra.run.smithi049.stdout:keepalived.nfs.foo.smithi049.szttco smithi049 running (109s) 7s ago 109s 1765k - 2.2.4 4a3a1ff181d9 682b7e5b3271 2024-06-18T02:00:10.236 INFO:teuthology.orchestra.run.smithi049.stdout:keepalived.nfs.foo.smithi129.flqdhx smithi129 running (103s) 9s ago 102s 1778k - 2.2.4 4a3a1ff181d9 afd67e04d044 2024-06-18T02:00:10.236 INFO:teuthology.orchestra.run.smithi049.stdout:mds.foofs.smithi049.vgpxjz smithi049 running (2m) 7s ago 2m 13.6M - 19.0.0-3124-g3781e3a5 af93c036e016 53629c1f22ac 2024-06-18T02:00:10.236 INFO:teuthology.orchestra.run.smithi049.stdout:mds.foofs.smithi129.ikyhzl smithi129 running (2m) 9s ago 2m 17.7M - 19.0.0-3124-g3781e3a5 af93c036e016 4688c10bfffd 2024-06-18T02:00:10.236 INFO:teuthology.orchestra.run.smithi049.stdout:mgr.smithi049.bfvfpy smithi049 *:9283,8765,8443 running (8m) 7s ago 8m 512M - 19.0.0-3124-g3781e3a5 af93c036e016 3b930f304c00 2024-06-18T02:00:10.236 INFO:teuthology.orchestra.run.smithi049.stdout:mgr.smithi129.rtqsbz smithi129 *:8443,9283,8765 running (5m) 9s ago 5m 442M - 19.0.0-3124-g3781e3a5 af93c036e016 d53cf8a411d1 2024-06-18T02:00:10.236 INFO:teuthology.orchestra.run.smithi049.stdout:mon.smithi049 smithi049 running (8m) 7s ago 8m 49.7M 2048M 19.0.0-3124-g3781e3a5 af93c036e016 11b7b7b110ca 2024-06-18T02:00:10.236 INFO:teuthology.orchestra.run.smithi049.stdout:mon.smithi129 smithi129 running (5m) 9s ago 5m 38.2M 2048M 19.0.0-3124-g3781e3a5 af93c036e016 ccb105615635 2024-06-18T02:00:10.236 INFO:teuthology.orchestra.run.smithi049.stdout:nfs.foo.0.1.smithi049.biumdo smithi049 *:12049 running (90s) 7s ago 89s 77.0M - 5.5 af93c036e016 9e2154838bba 2024-06-18T02:00:10.237 INFO:teuthology.orchestra.run.smithi049.stdout:nfs.foo.1.1.smithi129.cgviwn smithi129 *:12049 running (84s) 9s ago 84s 91.3M - 5.5 af93c036e016 05c175687f45 2024-06-18T02:00:10.237 INFO:teuthology.orchestra.run.smithi049.stdout:node-exporter.smithi049 smithi049 *:9100 running (6m) 7s ago 6m 15.7M - 0da6a335fe13 24a32ab45fe2 2024-06-18T02:00:10.237 INFO:teuthology.orchestra.run.smithi049.stdout:node-exporter.smithi129 smithi129 *:9100 running (5m) 9s ago 5m 16.4M - 0da6a335fe13 1b48849921b2 2024-06-18T02:00:10.237 INFO:teuthology.orchestra.run.smithi049.stdout:osd.0 smithi129 running (4m) 9s ago 4m 51.3M 3728M 19.0.0-3124-g3781e3a5 af93c036e016 22242cdf373e 2024-06-18T02:00:10.237 INFO:teuthology.orchestra.run.smithi049.stdout:osd.1 smithi049 running (4m) 7s ago 4m 47.3M 2960M 19.0.0-3124-g3781e3a5 af93c036e016 630a1cf77554 2024-06-18T02:00:10.237 INFO:teuthology.orchestra.run.smithi049.stdout:osd.2 smithi129 running (4m) 9s ago 4m 54.9M 3728M 19.0.0-3124-g3781e3a5 af93c036e016 baba86191170 2024-06-18T02:00:10.237 INFO:teuthology.orchestra.run.smithi049.stdout:osd.3 smithi049 running (4m) 7s ago 4m 53.5M 2960M 19.0.0-3124-g3781e3a5 af93c036e016 568c263ff87e 2024-06-18T02:00:10.237 INFO:teuthology.orchestra.run.smithi049.stdout:osd.4 smithi129 running (4m) 9s ago 4m 50.5M 3728M 19.0.0-3124-g3781e3a5 af93c036e016 432a1bb31cc2 2024-06-18T02:00:10.237 INFO:teuthology.orchestra.run.smithi049.stdout:osd.5 smithi049 running (4m) 7s ago 4m 50.0M 2960M 19.0.0-3124-g3781e3a5 af93c036e016 032329f89abf 2024-06-18T02:00:10.237 INFO:teuthology.orchestra.run.smithi049.stdout:osd.6 smithi129 running (4m) 9s ago 4m 40.7M 3728M 19.0.0-3124-g3781e3a5 af93c036e016 5cfe5b666636 2024-06-18T02:00:10.237 INFO:teuthology.orchestra.run.smithi049.stdout:osd.7 smithi049 running (4m) 7s ago 4m 52.8M 2960M 19.0.0-3124-g3781e3a5 af93c036e016 459753be72ff 2024-06-18T02:00:10.237 INFO:teuthology.orchestra.run.smithi049.stdout:prometheus.smithi049 smithi049 *:9095 running (66s) 7s ago 6m 46.7M - a07b618ecd1d b62a777a5a48 2024-06-18T02:00:10.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:09 smithi129 ceph-mon[34969]: from='mgr.14211 172.21.15.49:0/1830452542' entity='mgr.smithi049.bfvfpy' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-18T02:00:10.928 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- bash -c 'ceph orch ls' 2024-06-18T02:00:11.181 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:10 smithi049 ceph-mon[26077]: pgmap v227: 97 pgs: 97 active+clean; 611 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-06-18T02:00:11.181 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:10 smithi049 ceph-mon[26077]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:00:11.190 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T02:00:11.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:10 smithi129 ceph-mon[34969]: pgmap v227: 97 pgs: 97 active+clean; 611 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-06-18T02:00:11.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:10 smithi129 ceph-mon[34969]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:00:12.957 INFO:teuthology.orchestra.run.smithi049.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-06-18T02:00:12.957 INFO:teuthology.orchestra.run.smithi049.stdout:alertmanager ?:9093,9094 1/1 10s ago 7m count:1 2024-06-18T02:00:12.957 INFO:teuthology.orchestra.run.smithi049.stdout:ceph-exporter 2/2 12s ago 7m * 2024-06-18T02:00:12.957 INFO:teuthology.orchestra.run.smithi049.stdout:crash 2/2 12s ago 7m * 2024-06-18T02:00:12.957 INFO:teuthology.orchestra.run.smithi049.stdout:grafana ?:3000 1/1 10s ago 7m count:1 2024-06-18T02:00:12.958 INFO:teuthology.orchestra.run.smithi049.stdout:ingress.nfs.foo 10.0.31.49:2049,9002 4/4 12s ago 2m count:2 2024-06-18T02:00:12.958 INFO:teuthology.orchestra.run.smithi049.stdout:mds.foofs 2/2 12s ago 2m count:2 2024-06-18T02:00:12.958 INFO:teuthology.orchestra.run.smithi049.stdout:mgr 2/2 12s ago 7m count:2 2024-06-18T02:00:12.958 INFO:teuthology.orchestra.run.smithi049.stdout:mon 2/2 12s ago 6m smithi049:172.21.15.49=smithi049;smithi129:172.21.15.129=smithi129;count:2 2024-06-18T02:00:12.958 INFO:teuthology.orchestra.run.smithi049.stdout:nfs.foo ?:12049 2/2 12s ago 2m count:2 2024-06-18T02:00:12.958 INFO:teuthology.orchestra.run.smithi049.stdout:node-exporter ?:9100 2/2 12s ago 7m * 2024-06-18T02:00:12.958 INFO:teuthology.orchestra.run.smithi049.stdout:osd.all-available-devices 8 12s ago 5m * 2024-06-18T02:00:12.958 INFO:teuthology.orchestra.run.smithi049.stdout:prometheus ?:9095 1/1 10s ago 7m count:1 2024-06-18T02:00:13.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:12 smithi049 ceph-mon[26077]: pgmap v228: 97 pgs: 97 active+clean; 611 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-06-18T02:00:13.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:12 smithi129 ceph-mon[34969]: pgmap v228: 97 pgs: 97 active+clean; 611 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-06-18T02:00:13.658 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- bash -c 'ceph orch host ls' 2024-06-18T02:00:13.910 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T02:00:14.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:13 smithi049 ceph-mon[26077]: from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:00:14.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:13 smithi129 ceph-mon[34969]: from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:00:15.145 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:14 smithi049 ceph-mon[26077]: pgmap v229: 97 pgs: 97 active+clean; 611 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-06-18T02:00:15.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:14 smithi129 ceph-mon[34969]: pgmap v229: 97 pgs: 97 active+clean; 611 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-06-18T02:00:15.693 INFO:teuthology.orchestra.run.smithi049.stdout:HOST ADDR LABELS STATUS 2024-06-18T02:00:15.693 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 172.21.15.49 2024-06-18T02:00:15.693 INFO:teuthology.orchestra.run.smithi049.stdout:smithi129 172.21.15.129 2024-06-18T02:00:15.693 INFO:teuthology.orchestra.run.smithi049.stdout:2 hosts in cluster 2024-06-18T02:00:16.347 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- bash -c 'ceph orch device ls' 2024-06-18T02:00:16.602 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T02:00:17.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:16 smithi049 ceph-mon[26077]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:00:17.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:16 smithi049 ceph-mon[26077]: pgmap v230: 97 pgs: 97 active+clean; 611 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-06-18T02:00:17.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:16 smithi129 ceph-mon[34969]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:00:17.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:16 smithi129 ceph-mon[34969]: pgmap v230: 97 pgs: 97 active+clean; 611 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-06-18T02:00:18.422 INFO:teuthology.orchestra.run.smithi049.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-06-18T02:00:18.423 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB747500D2480DGN 447G No 2m ago Has a FileSystem, LVM detected 2024-06-18T02:00:18.423 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 /dev/nvme1n1 ssd Linux_5470d438aa1ba34b7876 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-06-18T02:00:18.423 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 /dev/nvme2n1 ssd Linux_002fe25e355e2b534028 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-06-18T02:00:18.423 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 /dev/nvme3n1 ssd Linux_f478739eb543c5f38213 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-06-18T02:00:18.423 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 /dev/nvme4n1 ssd Linux_57d223209944f3fb4f9d 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-06-18T02:00:18.423 INFO:teuthology.orchestra.run.smithi049.stdout:smithi129 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT623300HY400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-06-18T02:00:18.423 INFO:teuthology.orchestra.run.smithi049.stdout:smithi129 /dev/nvme1n1 ssd Linux_b24ccb72ef0f33de483d 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-06-18T02:00:18.423 INFO:teuthology.orchestra.run.smithi049.stdout:smithi129 /dev/nvme2n1 ssd Linux_519a79d47ee1026d6959 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-06-18T02:00:18.423 INFO:teuthology.orchestra.run.smithi049.stdout:smithi129 /dev/nvme3n1 ssd Linux_d8e51fbf25b094090c29 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-06-18T02:00:18.423 INFO:teuthology.orchestra.run.smithi049.stdout:smithi129 /dev/nvme4n1 ssd Linux_850bd6a9267d677b65a0 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-06-18T02:00:18.979 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:18 smithi049 ceph-mon[26077]: pgmap v231: 97 pgs: 97 active+clean; 611 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-06-18T02:00:18.979 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:18 smithi049 ceph-mon[26077]: from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:00:18.980 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 -- bash -c 'ceph orch ls | grep '"'"'^osd.all-available-devices '"'"'' 2024-06-18T02:00:19.235 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/mon.smithi049/config 2024-06-18T02:00:19.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:18 smithi129 ceph-mon[34969]: pgmap v231: 97 pgs: 97 active+clean; 611 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-06-18T02:00:19.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:18 smithi129 ceph-mon[34969]: from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:00:21.088 INFO:teuthology.orchestra.run.smithi049.stdout:osd.all-available-devices 8 20s ago 5m * 2024-06-18T02:00:21.233 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:20 smithi049 ceph-mon[26077]: pgmap v232: 97 pgs: 97 active+clean; 611 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-06-18T02:00:21.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:20 smithi129 ceph-mon[34969]: pgmap v232: 97 pgs: 97 active+clean; 611 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-06-18T02:00:21.652 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-06-18T02:00:21.662 INFO:tasks.vip:Removing 10.0.15.49 (and any VIPs) on smithi049.front.sepia.ceph.com iface ens1f0... 2024-06-18T02:00:21.662 DEBUG:teuthology.orchestra.run.smithi049:> sudo ip addr del 10.0.15.49/16 dev ens1f0 2024-06-18T02:00:21.692 DEBUG:teuthology.orchestra.run.smithi049:> sudo ip addr del 10.0.31.49/16 dev ens1f0 2024-06-18T02:00:21.760 INFO:tasks.vip:Removing 10.0.15.129 (and any VIPs) on smithi129.front.sepia.ceph.com iface enp3s0f1... 2024-06-18T02:00:21.760 DEBUG:teuthology.orchestra.run.smithi129:> sudo ip addr del 10.0.15.129/16 dev enp3s0f1 2024-06-18T02:00:21.794 DEBUG:teuthology.orchestra.run.smithi129:> sudo ip addr del 10.0.31.49/16 dev enp3s0f1 2024-06-18T02:00:21.861 INFO:teuthology.orchestra.run.smithi129.stderr:Error: ipv4: Address not found. 2024-06-18T02:00:21.863 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-06-18T02:00:21.863 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-06-18T02:00:21.872 INFO:tasks.cephadm:Teardown begin 2024-06-18T02:00:21.873 DEBUG:teuthology.orchestra.run.smithi049:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-06-18T02:00:21.898 DEBUG:teuthology.orchestra.run.smithi129:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-06-18T02:00:21.931 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-06-18T02:00:21.931 DEBUG:teuthology.orchestra.run.smithi049:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-06-18T02:00:21.956 DEBUG:teuthology.orchestra.run.smithi129:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-06-18T02:00:21.987 INFO:tasks.cephadm:Stopping all daemons... 2024-06-18T02:00:21.988 INFO:tasks.cephadm.mon.smithi049:Stopping mon.smithi049... 2024-06-18T02:00:21.988 DEBUG:teuthology.orchestra.run.smithi049:> sudo systemctl stop ceph-3675f062-2d15-11ef-bc9d-c7b262605968@mon.smithi049 2024-06-18T02:00:22.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:21 smithi049 ceph-mon[26077]: from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:00:22.234 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:22 smithi049 systemd[1]: Stopping Ceph mon.smithi049 for 3675f062-2d15-11ef-bc9d-c7b262605968... 2024-06-18T02:00:22.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:21 smithi129 ceph-mon[34969]: from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-06-18T02:00:22.602 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:22 smithi049 ceph-3675f062-2d15-11ef-bc9d-c7b262605968-mon-smithi049[26054]: 2024-06-18T02:00:22.320+0000 7f7334761640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi049 -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-06-18T02:00:22.602 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:22 smithi049 ceph-3675f062-2d15-11ef-bc9d-c7b262605968-mon-smithi049[26054]: 2024-06-18T02:00:22.320+0000 7f7334761640 -1 mon.smithi049@0(leader) e2 *** Got Signal Terminated *** 2024-06-18T02:00:22.602 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:22 smithi049 podman[100763]: 2024-06-18 02:00:22.342719264 +0000 UTC m=+0.152072487 container died 11b7b7b110cac3c96f25780a29aa017f1d25ec6d7fdd1ce4c498a41a54d0b5e2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00, name=ceph-3675f062-2d15-11ef-bc9d-c7b262605968-mon-smithi049, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, io.buildah.version=1.36.0, GIT_COMMIT=4a8012357b057f80e264ea5a6c36c04375a85d47, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20240612, RELEASE=squid-3781e3a, org.label-schema.schema-version=1.0) 2024-06-18T02:00:22.877 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:22 smithi049 podman[100763]: 2024-06-18 02:00:22.685208266 +0000 UTC m=+0.494561488 container cleanup 11b7b7b110cac3c96f25780a29aa017f1d25ec6d7fdd1ce4c498a41a54d0b5e2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00, name=ceph-3675f062-2d15-11ef-bc9d-c7b262605968-mon-smithi049, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-3781e3a, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240612, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.36.0, CEPH_POINT_RELEASE=, GIT_COMMIT=4a8012357b057f80e264ea5a6c36c04375a85d47) 2024-06-18T02:00:22.877 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:22 smithi049 bash[100763]: ceph-3675f062-2d15-11ef-bc9d-c7b262605968-mon-smithi049 2024-06-18T02:00:23.128 INFO:journalctl@ceph.mon.smithi049.smithi049.stdout:Jun 18 02:00:22 smithi049 podman[100781]: 2024-06-18 02:00:22.878207991 +0000 UTC m=+0.535137952 container remove 11b7b7b110cac3c96f25780a29aa017f1d25ec6d7fdd1ce4c498a41a54d0b5e2 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:3781e3a592387d16e8020f5db99cdee4198f6d00, name=ceph-3675f062-2d15-11ef-bc9d-c7b262605968-mon-smithi049, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240612, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, GIT_COMMIT=4a8012357b057f80e264ea5a6c36c04375a85d47, RELEASE=squid-3781e3a, org.label-schema.vendor=CentOS) 2024-06-18T02:00:23.134 DEBUG:teuthology.orchestra.run.smithi049:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3675f062-2d15-11ef-bc9d-c7b262605968@mon.smithi049.service' 2024-06-18T02:00:23.184 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-06-18T02:00:23.185 INFO:tasks.cephadm.mon.smithi049:Stopped mon.smithi049 2024-06-18T02:00:23.185 INFO:tasks.cephadm.mon.smithi129:Stopping mon.smithi129... 2024-06-18T02:00:23.185 DEBUG:teuthology.orchestra.run.smithi129:> sudo systemctl stop ceph-3675f062-2d15-11ef-bc9d-c7b262605968@mon.smithi129 2024-06-18T02:00:23.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:23 smithi129 systemd[1]: Stopping Ceph mon.smithi129 for 3675f062-2d15-11ef-bc9d-c7b262605968... 2024-06-18T02:00:24.012 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:23 smithi129 ceph-3675f062-2d15-11ef-bc9d-c7b262605968-mon-smithi129[34920]: 2024-06-18T02:00:23.801+0000 7fd68271f640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi129 -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-06-18T02:00:24.012 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:23 smithi129 ceph-3675f062-2d15-11ef-bc9d-c7b262605968-mon-smithi129[34920]: 2024-06-18T02:00:23.801+0000 7fd68271f640 -1 mon.smithi129@1(peon) e2 *** Got Signal Terminated *** 2024-06-18T02:00:24.283 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:24 smithi129 podman[67927]: 2024-06-18 02:00:24.013102186 +0000 UTC m=+0.521648853 container died ccb1056156353632c8a5aeaf23c2dce178bd967141bffd49145e8eb7fb25bf00 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:64b08d1c422bf6aa753839cabed8a69924a54ceb6ef0660c2e561d19ca874314, name=ceph-3675f062-2d15-11ef-bc9d-c7b262605968-mon-smithi129, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.36.0, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240612, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_COMMIT=4a8012357b057f80e264ea5a6c36c04375a85d47, RELEASE=squid-3781e3a, maintainer=Guillaume Abrioux ) 2024-06-18T02:00:24.644 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:24 smithi129 podman[67927]: 2024-06-18 02:00:24.482037334 +0000 UTC m=+0.990584001 container cleanup ccb1056156353632c8a5aeaf23c2dce178bd967141bffd49145e8eb7fb25bf00 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:64b08d1c422bf6aa753839cabed8a69924a54ceb6ef0660c2e561d19ca874314, name=ceph-3675f062-2d15-11ef-bc9d-c7b262605968-mon-smithi129, io.buildah.version=1.36.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.build-date=20240612, RELEASE=squid-3781e3a, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_COMMIT=4a8012357b057f80e264ea5a6c36c04375a85d47) 2024-06-18T02:00:24.644 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:24 smithi129 bash[67927]: ceph-3675f062-2d15-11ef-bc9d-c7b262605968-mon-smithi129 2024-06-18T02:00:24.904 INFO:journalctl@ceph.mon.smithi129.smithi129.stdout:Jun 18 02:00:24 smithi129 podman[67976]: 2024-06-18 02:00:24.658376078 +0000 UTC m=+0.717550540 container remove ccb1056156353632c8a5aeaf23c2dce178bd967141bffd49145e8eb7fb25bf00 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:64b08d1c422bf6aa753839cabed8a69924a54ceb6ef0660c2e561d19ca874314, name=ceph-3675f062-2d15-11ef-bc9d-c7b262605968-mon-smithi129, GIT_COMMIT=4a8012357b057f80e264ea5a6c36c04375a85d47, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-3781e3a, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240612, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, io.buildah.version=1.36.0, org.label-schema.license=GPLv2) 2024-06-18T02:00:24.925 DEBUG:teuthology.orchestra.run.smithi129:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3675f062-2d15-11ef-bc9d-c7b262605968@mon.smithi129.service' 2024-06-18T02:00:24.976 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-06-18T02:00:24.976 INFO:tasks.cephadm.mon.smithi129:Stopped mon.smithi129 2024-06-18T02:00:24.976 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 --force --keep-logs 2024-06-18T02:00:25.202 INFO:teuthology.orchestra.run.smithi049.stdout:Deleting cluster with fsid: 3675f062-2d15-11ef-bc9d-c7b262605968 2024-06-18T02:01:30.817 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 --force --keep-logs 2024-06-18T02:01:31.012 INFO:teuthology.orchestra.run.smithi129.stdout:Deleting cluster with fsid: 3675f062-2d15-11ef-bc9d-c7b262605968 2024-06-18T02:02:33.619 DEBUG:teuthology.orchestra.run.smithi049:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-06-18T02:02:33.656 DEBUG:teuthology.orchestra.run.smithi129:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-06-18T02:02:33.683 INFO:tasks.cephadm:Archiving crash dumps... 2024-06-18T02:02:33.685 DEBUG:teuthology.misc:Transferring archived files from smithi049:/var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760389/remote/smithi049/crash 2024-06-18T02:02:33.686 DEBUG:teuthology.orchestra.run.smithi049:> sudo tar c -f - -C /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/crash -- . 2024-06-18T02:02:33.821 INFO:teuthology.orchestra.run.smithi049.stderr:tar: /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/crash: Cannot open: No such file or directory 2024-06-18T02:02:33.821 INFO:teuthology.orchestra.run.smithi049.stderr:tar: Error is not recoverable: exiting now 2024-06-18T02:02:33.823 DEBUG:teuthology.misc:Transferring archived files from smithi129:/var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760389/remote/smithi129/crash 2024-06-18T02:02:33.824 DEBUG:teuthology.orchestra.run.smithi129:> sudo tar c -f - -C /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/crash -- . 2024-06-18T02:02:33.864 INFO:teuthology.orchestra.run.smithi129.stderr:tar: /var/lib/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/crash: Cannot open: No such file or directory 2024-06-18T02:02:33.864 INFO:teuthology.orchestra.run.smithi129.stderr:tar: Error is not recoverable: exiting now 2024-06-18T02:02:33.865 INFO:tasks.cephadm:Checking cluster log for badness... 2024-06-18T02:02:33.865 DEBUG:teuthology.orchestra.run.smithi049:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-06-18T02:02:33.896 INFO:teuthology.orchestra.run.smithi049.stdout:2024-06-18T01:57:55.343781+0000 mon.smithi049 (mon.0) 837 : cluster [WRN] Health check failed: Failed to place 2 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-06-18T02:02:33.897 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-06-18T02:02:33.897 DEBUG:teuthology.orchestra.run.smithi049:> sudo egrep '\[SEC\]' /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-06-18T02:02:33.968 DEBUG:teuthology.orchestra.run.smithi049:> sudo egrep '\[ERR\]' /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-06-18T02:02:34.038 DEBUG:teuthology.orchestra.run.smithi049:> sudo egrep '\[WRN\]' /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-06-18T02:02:34.105 INFO:teuthology.orchestra.run.smithi049.stdout:2024-06-18T01:57:55.343781+0000 mon.smithi049 (mon.0) 837 : cluster [WRN] Health check failed: Failed to place 2 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-06-18T02:02:34.106 INFO:tasks.cephadm:Compressing logs... 2024-06-18T02:02:34.106 DEBUG:teuthology.orchestra.run.smithi049:> 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-06-18T02:02:34.148 DEBUG:teuthology.orchestra.run.smithi129:> 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-06-18T02:02:34.172 INFO:teuthology.orchestra.run.smithi049.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph.log 2024-06-18T02:02:34.172 INFO:teuthology.orchestra.run.smithi049.stderr:: No such file or directory 2024-06-18T02:02:34.172 INFO:teuthology.orchestra.run.smithi049.stderr:gzip -5 --verbose -- /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph.audit.log 2024-06-18T02:02:34.172 INFO:teuthology.orchestra.run.smithi049.stderr:gzip -5 --verbose -- /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-mgr.smithi049.bfvfpy.log 2024-06-18T02:02:34.178 INFO:teuthology.orchestra.run.smithi129.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph.log 2024-06-18T02:02:34.178 INFO:teuthology.orchestra.run.smithi129.stderr:: No such file or directory 2024-06-18T02:02:34.178 INFO:teuthology.orchestra.run.smithi129.stderr:gzip -5 --verbose -- /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-osd.2.log 2024-06-18T02:02:34.178 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph.audit.log 2024-06-18T02:02:34.178 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-osd.4.log 2024-06-18T02:02:34.178 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-mds.foofs.smithi129.ikyhzl.log 2024-06-18T02:02:34.178 INFO:teuthology.orchestra.run.smithi129.stderr: 86.9% -- replaced with /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph.log.gz 2024-06-18T02:02:34.178 INFO:teuthology.orchestra.run.smithi129.stderr:gzip -5 --verbose -- /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-osd.0.log 2024-06-18T02:02:34.179 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-osd.4.log: /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-mds.foofs.smithi129.ikyhzl.log: gzip -5 --verbose -- /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-client.ceph-exporter.smithi129.log 2024-06-18T02:02:34.179 INFO:teuthology.orchestra.run.smithi129.stderr: 87.8% -- replaced with /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-mds.foofs.smithi129.ikyhzl.log.gz 2024-06-18T02:02:34.179 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-osd.6.log 2024-06-18T02:02:34.179 INFO:teuthology.orchestra.run.smithi129.stderr:gzip -5 --verbose -- /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-mgr.smithi129.rtqsbz.log 2024-06-18T02:02:34.179 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-client.ceph-exporter.smithi129.log: 29.8% -- replaced with /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-client.ceph-exporter.smithi129.log.gz 2024-06-18T02:02:34.179 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph.cephadm.log 2024-06-18T02:02:34.179 INFO:teuthology.orchestra.run.smithi129.stderr: 91.6% -- replaced with /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph.audit.log.gz 2024-06-18T02:02:34.179 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-mgr.smithi129.rtqsbz.log: gzip -5 --verbose -- /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-volume.log 2024-06-18T02:02:34.182 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-osd.7.log 2024-06-18T02:02:34.182 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph.audit.log: /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-mgr.smithi049.bfvfpy.log: gzip -5 --verbose -- /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-osd.5.log 2024-06-18T02:02:34.182 INFO:teuthology.orchestra.run.smithi049.stderr: 87.2% -- replaced with /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph.log.gz 2024-06-18T02:02:34.182 INFO:teuthology.orchestra.run.smithi049.stderr:gzip -5 --verbose -- /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-osd.3.log 2024-06-18T02:02:34.182 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-osd.7.log: /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-osd.1.log 2024-06-18T02:02:34.182 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-mon.smithi049.log 2024-06-18T02:02:34.182 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph.cephadm.log 2024-06-18T02:02:34.182 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-mon.smithi049.log: 91.4% -- replaced with /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph.audit.log.gz 2024-06-18T02:02:34.182 INFO:teuthology.orchestra.run.smithi049.stderr:gzip -5 --verbose -- /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-client.ceph-exporter.smithi049.log 2024-06-18T02:02:34.182 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph.cephadm.log: 84.6% -- replaced with /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph.cephadm.log.gz 2024-06-18T02:02:34.182 INFO:teuthology.orchestra.run.smithi049.stderr:gzip -5 --verbose -- /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-volume.log 2024-06-18T02:02:34.182 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-client.ceph-exporter.smithi049.log: 93.8% -- replaced with /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-client.ceph-exporter.smithi049.log.gz 2024-06-18T02:02:34.183 INFO:teuthology.orchestra.run.smithi049.stderr:gzip -5 --verbose -- /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-mds.foofs.smithi049.vgpxjz.log 2024-06-18T02:02:34.183 INFO:teuthology.orchestra.run.smithi129.stderr:gzip -5 --verbose -- /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-mon.smithi129.log 2024-06-18T02:02:34.183 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph.cephadm.log: /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-volume.log: 83.8% -- replaced with /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph.cephadm.log.gz 2024-06-18T02:02:34.183 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-mon.smithi129.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-06-18T02:02:34.183 INFO:teuthology.orchestra.run.smithi129.stderr:/var/log/ceph/cephadm.log: 92.1% -- replaced with /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-mgr.smithi129.rtqsbz.log.gz 2024-06-18T02:02:34.183 INFO:teuthology.orchestra.run.smithi129.stderr: 91.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-06-18T02:02:34.188 INFO:teuthology.orchestra.run.smithi129.stderr: 91.1% -- replaced with /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-volume.log.gz 2024-06-18T02:02:34.192 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-volume.log: 91.0% -- replaced with /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-volume.log.gz 2024-06-18T02:02:34.193 INFO:teuthology.orchestra.run.smithi049.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-06-18T02:02:34.194 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-mds.foofs.smithi049.vgpxjz.log: 78.2% -- replaced with /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-mds.foofs.smithi049.vgpxjz.log.gz 2024-06-18T02:02:34.224 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/cephadm.log: 91.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-06-18T02:02:34.270 INFO:teuthology.orchestra.run.smithi129.stderr: 92.5% -- replaced with /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-mon.smithi129.log.gz 2024-06-18T02:02:34.328 INFO:teuthology.orchestra.run.smithi049.stderr: 88.6% -- replaced with /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-mgr.smithi049.bfvfpy.log.gz 2024-06-18T02:02:34.331 INFO:teuthology.orchestra.run.smithi129.stderr: 93.1% -- replaced with /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-osd.6.log.gz 2024-06-18T02:02:34.342 INFO:teuthology.orchestra.run.smithi129.stderr: 92.9% -- replaced with /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-osd.4.log.gz 2024-06-18T02:02:34.343 INFO:teuthology.orchestra.run.smithi049.stderr: 93.0% -- replaced with /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-osd.5.log.gz 2024-06-18T02:02:34.345 INFO:teuthology.orchestra.run.smithi129.stderr: 93.2% -- replaced with /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-osd.0.log.gz 2024-06-18T02:02:34.354 INFO:teuthology.orchestra.run.smithi049.stderr: 93.1% -- replaced with /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-osd.7.log.gz 2024-06-18T02:02:34.360 INFO:teuthology.orchestra.run.smithi129.stderr: 93.2% -- replaced with /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-osd.2.log.gz 2024-06-18T02:02:34.362 INFO:teuthology.orchestra.run.smithi129.stderr: 2024-06-18T02:02:34.363 INFO:teuthology.orchestra.run.smithi129.stderr:real 0m0.199s 2024-06-18T02:02:34.363 INFO:teuthology.orchestra.run.smithi129.stderr:user 0m0.770s 2024-06-18T02:02:34.363 INFO:teuthology.orchestra.run.smithi129.stderr:sys 0m0.055s 2024-06-18T02:02:34.410 INFO:teuthology.orchestra.run.smithi049.stderr: 93.5% -- replaced with /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-osd.1.log.gz 2024-06-18T02:02:34.412 INFO:teuthology.orchestra.run.smithi049.stderr: 93.2% -- replaced with /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-osd.3.log.gz 2024-06-18T02:02:34.528 INFO:teuthology.orchestra.run.smithi049.stderr: 90.9% -- replaced with /var/log/ceph/3675f062-2d15-11ef-bc9d-c7b262605968/ceph-mon.smithi049.log.gz 2024-06-18T02:02:34.530 INFO:teuthology.orchestra.run.smithi049.stderr: 2024-06-18T02:02:34.530 INFO:teuthology.orchestra.run.smithi049.stderr:real 0m0.369s 2024-06-18T02:02:34.530 INFO:teuthology.orchestra.run.smithi049.stderr:user 0m1.346s 2024-06-18T02:02:34.530 INFO:teuthology.orchestra.run.smithi049.stderr:sys 0m0.058s 2024-06-18T02:02:34.531 INFO:tasks.cephadm:Archiving logs... 2024-06-18T02:02:34.531 DEBUG:teuthology.misc:Transferring archived files from smithi049:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760389/remote/smithi049/log 2024-06-18T02:02:34.532 DEBUG:teuthology.orchestra.run.smithi049:> sudo tar c -f - -C /var/log/ceph -- . 2024-06-18T02:02:34.770 DEBUG:teuthology.misc:Transferring archived files from smithi129:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760389/remote/smithi129/log 2024-06-18T02:02:34.771 DEBUG:teuthology.orchestra.run.smithi129:> sudo tar c -f - -C /var/log/ceph -- . 2024-06-18T02:02:34.909 INFO:tasks.cephadm:Removing cluster... 2024-06-18T02:02:34.909 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 --force 2024-06-18T02:02:35.097 INFO:teuthology.orchestra.run.smithi049.stdout:Deleting cluster with fsid: 3675f062-2d15-11ef-bc9d-c7b262605968 2024-06-18T02:02:35.236 DEBUG:teuthology.orchestra.run.smithi129:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3675f062-2d15-11ef-bc9d-c7b262605968 --force 2024-06-18T02:02:35.428 INFO:teuthology.orchestra.run.smithi129.stdout:Deleting cluster with fsid: 3675f062-2d15-11ef-bc9d-c7b262605968 2024-06-18T02:02:35.557 INFO:tasks.cephadm:Removing cephadm ... 2024-06-18T02:02:35.557 DEBUG:teuthology.orchestra.run.smithi049:> rm -rf /home/ubuntu/cephtest/cephadm 2024-06-18T02:02:35.573 DEBUG:teuthology.orchestra.run.smithi129:> rm -rf /home/ubuntu/cephtest/cephadm 2024-06-18T02:02:35.589 INFO:tasks.cephadm:Teardown complete 2024-06-18T02:02:35.589 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-06-18T02:02:35.601 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi049:/dev/vg_nvme/lv_1... 2024-06-18T02:02:35.602 DEBUG:teuthology.orchestra.run.smithi049:> sudo nvme disconnect -n lv_1 2024-06-18T02:02:35.756 INFO:teuthology.orchestra.run.smithi049.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-06-18T02:02:35.757 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T02:02:35.758 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi049:/dev/vg_nvme/lv_2... 2024-06-18T02:02:35.758 DEBUG:teuthology.orchestra.run.smithi049:> sudo nvme disconnect -n lv_2 2024-06-18T02:02:35.893 INFO:teuthology.orchestra.run.smithi049.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-06-18T02:02:35.894 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T02:02:35.894 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi049:/dev/vg_nvme/lv_3... 2024-06-18T02:02:35.895 DEBUG:teuthology.orchestra.run.smithi049:> sudo nvme disconnect -n lv_3 2024-06-18T02:02:36.037 INFO:teuthology.orchestra.run.smithi049.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-06-18T02:02:36.038 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T02:02:36.038 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi049:/dev/vg_nvme/lv_4... 2024-06-18T02:02:36.038 DEBUG:teuthology.orchestra.run.smithi049:> sudo nvme disconnect -n lv_4 2024-06-18T02:02:36.180 INFO:teuthology.orchestra.run.smithi049.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-06-18T02:02:36.181 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T02:02:36.181 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-06-18T02:02:36.181 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/scratch_devs 2024-06-18T02:02:36.207 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi129:/dev/vg_nvme/lv_1... 2024-06-18T02:02:36.207 DEBUG:teuthology.orchestra.run.smithi129:> sudo nvme disconnect -n lv_1 2024-06-18T02:02:36.361 INFO:teuthology.orchestra.run.smithi129.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-06-18T02:02:36.362 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T02:02:36.363 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi129:/dev/vg_nvme/lv_2... 2024-06-18T02:02:36.363 DEBUG:teuthology.orchestra.run.smithi129:> sudo nvme disconnect -n lv_2 2024-06-18T02:02:36.497 INFO:teuthology.orchestra.run.smithi129.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-06-18T02:02:36.498 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T02:02:36.499 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi129:/dev/vg_nvme/lv_3... 2024-06-18T02:02:36.499 DEBUG:teuthology.orchestra.run.smithi129:> sudo nvme disconnect -n lv_3 2024-06-18T02:02:36.635 INFO:teuthology.orchestra.run.smithi129.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-06-18T02:02:36.636 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T02:02:36.637 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi129:/dev/vg_nvme/lv_4... 2024-06-18T02:02:36.637 DEBUG:teuthology.orchestra.run.smithi129:> sudo nvme disconnect -n lv_4 2024-06-18T02:02:36.771 INFO:teuthology.orchestra.run.smithi129.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-06-18T02:02:36.772 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T02:02:36.773 DEBUG:teuthology.orchestra.run.smithi129:> set -ex 2024-06-18T02:02:36.773 DEBUG:teuthology.orchestra.run.smithi129:> sudo dd of=/scratch_devs 2024-06-18T02:02:36.797 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-06-18T02:02:36.810 INFO:teuthology.task.clock:Checking final clock skew... 2024-06-18T02:02:36.811 DEBUG:teuthology.orchestra.run.smithi049:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-18T02:02:36.814 DEBUG:teuthology.orchestra.run.smithi129:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-18T02:02:36.827 INFO:teuthology.orchestra.run.smithi049.stderr:bash: line 1: ntpq: command not found 2024-06-18T02:02:36.832 INFO:teuthology.orchestra.run.smithi049.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-06-18T02:02:36.832 INFO:teuthology.orchestra.run.smithi049.stdout:=============================================================================== 2024-06-18T02:02:36.832 INFO:teuthology.orchestra.run.smithi049.stdout:^* hv01.front.sepia.ceph.com 3 6 377 50 +469us[ +470us] +/- 65ms 2024-06-18T02:02:36.832 INFO:teuthology.orchestra.run.smithi049.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 50 -467us[ -465us] +/- 67ms 2024-06-18T02:02:36.832 INFO:teuthology.orchestra.run.smithi049.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 50 -801ns[ -801ns] +/- 65ms 2024-06-18T02:02:36.832 INFO:teuthology.orchestra.run.smithi049.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-06-18T02:02:36.851 INFO:teuthology.orchestra.run.smithi129.stderr:bash: line 1: ntpq: command not found 2024-06-18T02:02:36.855 INFO:teuthology.orchestra.run.smithi129.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-06-18T02:02:36.855 INFO:teuthology.orchestra.run.smithi129.stdout:=============================================================================== 2024-06-18T02:02:36.855 INFO:teuthology.orchestra.run.smithi129.stdout:^* hv01.front.sepia.ceph.com 3 6 377 49 +492us[ +502us] +/- 65ms 2024-06-18T02:02:36.856 INFO:teuthology.orchestra.run.smithi129.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 51 -453us[ -443us] +/- 67ms 2024-06-18T02:02:36.856 INFO:teuthology.orchestra.run.smithi129.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 48 +324ns[ +324ns] +/- 65ms 2024-06-18T02:02:36.856 INFO:teuthology.orchestra.run.smithi129.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-06-18T02:02:36.857 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-06-18T02:02:36.867 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-06-18T02:02:36.867 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-06-18T02:02:36.877 DEBUG:teuthology.orchestra.run.smithi049:> 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-06-18T02:02:36.963 DEBUG:teuthology.orchestra.run.smithi129:> 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-06-18T02:02:37.030 DEBUG:teuthology.orchestra.run.smithi049:> 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-06-18T02:02:37.060 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T02:02:37.060 DEBUG:teuthology.orchestra.run.smithi129:> 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-06-18T02:02:37.087 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T02:02:37.088 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-06-18T02:02:37.099 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-06-18T02:02:37.109 INFO:teuthology.task.internal:Duration was 971.029414 seconds 2024-06-18T02:02:37.109 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-06-18T02:02:37.119 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-06-18T02:02:37.119 DEBUG:teuthology.orchestra.run.smithi049:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-06-18T02:02:37.122 DEBUG:teuthology.orchestra.run.smithi129:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-06-18T02:02:37.159 INFO:teuthology.orchestra.run.smithi049.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-06-18T02:02:37.166 INFO:teuthology.orchestra.run.smithi129.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-06-18T02:02:37.570 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-06-18T02:02:37.570 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi049.front.sepia.ceph.com 2024-06-18T02:02:37.571 DEBUG:teuthology.orchestra.run.smithi049:> 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-06-18T02:02:37.592 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi129.front.sepia.ceph.com 2024-06-18T02:02:37.592 DEBUG:teuthology.orchestra.run.smithi129:> 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-06-18T02:02:37.638 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-06-18T02:02:37.639 DEBUG:teuthology.orchestra.run.smithi049:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-18T02:02:37.641 DEBUG:teuthology.orchestra.run.smithi129:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-18T02:02:37.706 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-06-18T02:02:37.707 DEBUG:teuthology.orchestra.run.smithi049:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-06-18T02:02:37.709 DEBUG:teuthology.orchestra.run.smithi129:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-06-18T02:02:37.998 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-06-18T02:02:38.010 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-06-18T02:02:38.010 DEBUG:teuthology.orchestra.run.smithi049:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-06-18T02:02:38.036 DEBUG:teuthology.orchestra.run.smithi129:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-06-18T02:02:38.061 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-06-18T02:02:38.074 DEBUG:teuthology.orchestra.run.smithi049:> 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-06-18T02:02:38.080 DEBUG:teuthology.orchestra.run.smithi129:> 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-06-18T02:02:38.101 INFO:teuthology.orchestra.run.smithi049.stdout:kernel.core_pattern = core 2024-06-18T02:02:38.124 INFO:teuthology.orchestra.run.smithi129.stdout:kernel.core_pattern = core 2024-06-18T02:02:38.147 DEBUG:teuthology.orchestra.run.smithi049:> test -e /home/ubuntu/cephtest/archive/coredump 2024-06-18T02:02:38.183 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T02:02:38.184 DEBUG:teuthology.orchestra.run.smithi129:> test -e /home/ubuntu/cephtest/archive/coredump 2024-06-18T02:02:38.201 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-18T02:02:38.202 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-06-18T02:02:38.213 INFO:teuthology.task.internal:Transferring archived files... 2024-06-18T02:02:38.214 DEBUG:teuthology.misc:Transferring archived files from smithi049:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760389/remote/smithi049 2024-06-18T02:02:38.215 DEBUG:teuthology.orchestra.run.smithi049:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-06-18T02:02:38.264 DEBUG:teuthology.misc:Transferring archived files from smithi129:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-06-17_21:08:03-orch-squid-distro-default-smithi/7760389/remote/smithi129 2024-06-18T02:02:38.265 DEBUG:teuthology.orchestra.run.smithi129:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-06-18T02:02:38.301 INFO:teuthology.task.internal:Removing archive directory... 2024-06-18T02:02:38.302 DEBUG:teuthology.orchestra.run.smithi049:> rm -rf -- /home/ubuntu/cephtest/archive 2024-06-18T02:02:38.304 DEBUG:teuthology.orchestra.run.smithi129:> rm -rf -- /home/ubuntu/cephtest/archive 2024-06-18T02:02:38.351 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-06-18T02:02:38.365 INFO:teuthology.task.internal:Not uploading archives. 2024-06-18T02:02:38.366 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-06-18T02:02:38.377 INFO:teuthology.task.internal:Tidying up after the test... 2024-06-18T02:02:38.377 DEBUG:teuthology.orchestra.run.smithi049:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-06-18T02:02:38.379 DEBUG:teuthology.orchestra.run.smithi129:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-06-18T02:02:38.392 INFO:teuthology.orchestra.run.smithi049.stdout: 265303 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 18 02:02 /home/ubuntu/cephtest 2024-06-18T02:02:38.407 INFO:teuthology.orchestra.run.smithi129.stdout: 262165 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 18 02:02 /home/ubuntu/cephtest 2024-06-18T02:02:38.408 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-06-18T02:02:38.420 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-06-18T02:02:38.452 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: 971.0294137001038 failure_reason: '"2024-06-18T01:57:55.343781+0000 mon.smithi049 (mon.0) 837 : cluster [WRN] Health check failed: Failed to place 2 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL)" in cluster log' owner: scheduled_teuthology@teuthology success: false 2024-06-18T02:02:38.452 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-18T02:02:38.534 INFO:teuthology.run:FAIL