2024-02-14T17:50:19.137 INFO:root:teuthology version: 0.0.1.dev258+g9e44c16 2024-02-14T17:50:19.137 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} --verbose --owner scheduled_gabrioux@teuthology --archive /home/teuthworker/archive/gabrioux-2024-02-14_13:54:10-orch:cephadm-wip-guits-testing-2024-02-14-1033-distro-default-smithi/7559846 --name gabrioux-2024-02-14_13:54:10-orch:cephadm-wip-guits-testing-2024-02-14-1033-distro-default-smithi -- /home/teuthworker/archive/gabrioux-2024-02-14_13:54:10-orch:cephadm-wip-guits-testing-2024-02-14-1033-distro-default-smithi/7559846/orig.config.yaml 2024-02-14T17:50:19.172 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-14T17:50:19.259 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-02-14_13:54:10-orch:cephadm-wip-guits-testing-2024-02-14-1033-distro-default-smithi/7559846 branch: wip-guits-testing-2024-02-14-1033 description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: gabrioux@ibm.com first_in_suite: false job_id: '7559846' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-02-14_13:54:10-orch:cephadm-wip-guits-testing-2024-02-14-1033-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-testing-2024-02-14-1033 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\) sha1: 8727ce939fc044a98f215e29696bb1433f5758d1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 8727ce939fc044a98f215e29696bb1433f5758d1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-2024-02-14-1033 sha1: 8727ce939fc044a98f215e29696bb1433f5758d1 owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 4718 sha1: 8727ce939fc044a98f215e29696bb1433f5758d1 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2024-02-14-1033 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_8727ce939fc044a98f215e29696bb1433f5758d1/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 8727ce939fc044a98f215e29696bb1433f5758d1 targets: smithi001.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/pnMD+nt6qCkxPj4HHcXuUMQJFIN9kZR9Czn2B9JNfWJSX4bWXFXxfMvz5voOhBh/thJaOXRSV85rkqcsb5+k= smithi139.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEj108W0P/pcnGEawgHK1xPBvXS3cBnLGKlssdmMl2wm+QsUSUX7ODZz2xrSelC4VyKfFMBQ/C4wvDYgb5AKLzE= 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 - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.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 while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9e44c16382dfc4c612f7437cbb344c76223137cc timestamp: 2024-02-14_13:54:10 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-14T17:50:19.259 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_8727ce939fc044a98f215e29696bb1433f5758d1/qa; will attempt to use it 2024-02-14T17:50:19.260 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_8727ce939fc044a98f215e29696bb1433f5758d1/qa/tasks 2024-02-14T17:50:19.260 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-14T17:50:19.261 INFO:teuthology.task.internal:Checking packages... 2024-02-14T17:50:19.284 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '8727ce939fc044a98f215e29696bb1433f5758d1' 2024-02-14T17:50:19.284 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-14T17:50:19.285 INFO:teuthology.packaging:ref: None 2024-02-14T17:50:19.285 INFO:teuthology.packaging:tag: None 2024-02-14T17:50:19.285 INFO:teuthology.packaging:branch: wip-guits-testing-2024-02-14-1033 2024-02-14T17:50:19.285 INFO:teuthology.packaging:sha1: 8727ce939fc044a98f215e29696bb1433f5758d1 2024-02-14T17:50:19.285 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-testing-2024-02-14-1033 2024-02-14T17:50:19.577 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-1430.g8727ce93 2024-02-14T17:50:19.578 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-14T17:50:19.584 INFO:teuthology.task.internal:no buildpackages task found 2024-02-14T17:50:19.585 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-14T17:50:19.599 INFO:teuthology.task.internal:Saving configuration 2024-02-14T17:50:19.611 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-14T17:50:19.617 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-14T17:50:19.639 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi001.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-14_13:54:10-orch:cephadm-wip-guits-testing-2024-02-14-1033-distro-default-smithi/7559846', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-14 17:45:18.588035', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/pnMD+nt6qCkxPj4HHcXuUMQJFIN9kZR9Czn2B9JNfWJSX4bWXFXxfMvz5voOhBh/thJaOXRSV85rkqcsb5+k='} 2024-02-14T17:50:19.662 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi139.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-14_13:54:10-orch:cephadm-wip-guits-testing-2024-02-14-1033-distro-default-smithi/7559846', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-14 17:45:18.589694', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEj108W0P/pcnGEawgHK1xPBvXS3cBnLGKlssdmMl2wm+QsUSUX7ODZz2xrSelC4VyKfFMBQ/C4wvDYgb5AKLzE='} 2024-02-14T17:50:19.662 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-14T17:50:19.667 INFO:teuthology.task.internal:roles: ubuntu@smithi001.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-02-14T17:50:19.667 INFO:teuthology.task.internal:roles: ubuntu@smithi139.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-02-14T17:50:19.667 INFO:teuthology.run_tasks:Running task console_log... 2024-02-14T17:50:19.736 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe074591ee0>, signals=[15]) 2024-02-14T17:50:19.736 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-14T17:50:19.744 INFO:teuthology.task.internal:Opening connections... 2024-02-14T17:50:19.744 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi001.front.sepia.ceph.com 2024-02-14T17:50:19.745 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-14T17:50:19.850 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi139.front.sepia.ceph.com 2024-02-14T17:50:19.851 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-14T17:50:19.938 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-14T17:50:19.945 DEBUG:teuthology.orchestra.run.smithi001:> uname -m 2024-02-14T17:50:19.962 INFO:teuthology.orchestra.run.smithi001.stdout:x86_64 2024-02-14T17:50:19.962 DEBUG:teuthology.orchestra.run.smithi001:> cat /etc/os-release 2024-02-14T17:50:20.019 INFO:teuthology.orchestra.run.smithi001.stdout:NAME="CentOS Stream" 2024-02-14T17:50:20.019 INFO:teuthology.orchestra.run.smithi001.stdout:VERSION="9" 2024-02-14T17:50:20.019 INFO:teuthology.orchestra.run.smithi001.stdout:ID="centos" 2024-02-14T17:50:20.019 INFO:teuthology.orchestra.run.smithi001.stdout:ID_LIKE="rhel fedora" 2024-02-14T17:50:20.019 INFO:teuthology.orchestra.run.smithi001.stdout:VERSION_ID="9" 2024-02-14T17:50:20.019 INFO:teuthology.orchestra.run.smithi001.stdout:PLATFORM_ID="platform:el9" 2024-02-14T17:50:20.019 INFO:teuthology.orchestra.run.smithi001.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-14T17:50:20.019 INFO:teuthology.orchestra.run.smithi001.stdout:ANSI_COLOR="0;31" 2024-02-14T17:50:20.019 INFO:teuthology.orchestra.run.smithi001.stdout:LOGO="fedora-logo-icon" 2024-02-14T17:50:20.019 INFO:teuthology.orchestra.run.smithi001.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-14T17:50:20.019 INFO:teuthology.orchestra.run.smithi001.stdout:HOME_URL="https://centos.org/" 2024-02-14T17:50:20.019 INFO:teuthology.orchestra.run.smithi001.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-14T17:50:20.020 INFO:teuthology.orchestra.run.smithi001.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-14T17:50:20.020 INFO:teuthology.orchestra.run.smithi001.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-14T17:50:20.020 INFO:teuthology.lock.ops:Updating smithi001.front.sepia.ceph.com on lock server 2024-02-14T17:50:20.042 DEBUG:teuthology.orchestra.run.smithi139:> uname -m 2024-02-14T17:50:20.060 INFO:teuthology.orchestra.run.smithi139.stdout:x86_64 2024-02-14T17:50:20.060 DEBUG:teuthology.orchestra.run.smithi139:> cat /etc/os-release 2024-02-14T17:50:20.116 INFO:teuthology.orchestra.run.smithi139.stdout:NAME="CentOS Stream" 2024-02-14T17:50:20.116 INFO:teuthology.orchestra.run.smithi139.stdout:VERSION="9" 2024-02-14T17:50:20.116 INFO:teuthology.orchestra.run.smithi139.stdout:ID="centos" 2024-02-14T17:50:20.116 INFO:teuthology.orchestra.run.smithi139.stdout:ID_LIKE="rhel fedora" 2024-02-14T17:50:20.116 INFO:teuthology.orchestra.run.smithi139.stdout:VERSION_ID="9" 2024-02-14T17:50:20.116 INFO:teuthology.orchestra.run.smithi139.stdout:PLATFORM_ID="platform:el9" 2024-02-14T17:50:20.116 INFO:teuthology.orchestra.run.smithi139.stdout:PRETTY_NAME="CentOS Stream 9" 2024-02-14T17:50:20.116 INFO:teuthology.orchestra.run.smithi139.stdout:ANSI_COLOR="0;31" 2024-02-14T17:50:20.116 INFO:teuthology.orchestra.run.smithi139.stdout:LOGO="fedora-logo-icon" 2024-02-14T17:50:20.117 INFO:teuthology.orchestra.run.smithi139.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-02-14T17:50:20.117 INFO:teuthology.orchestra.run.smithi139.stdout:HOME_URL="https://centos.org/" 2024-02-14T17:50:20.117 INFO:teuthology.orchestra.run.smithi139.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-14T17:50:20.117 INFO:teuthology.orchestra.run.smithi139.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-02-14T17:50:20.117 INFO:teuthology.orchestra.run.smithi139.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-14T17:50:20.117 INFO:teuthology.lock.ops:Updating smithi139.front.sepia.ceph.com on lock server 2024-02-14T17:50:20.188 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-14T17:50:20.197 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-14T17:50:20.203 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-14T17:50:20.203 DEBUG:teuthology.orchestra.run.smithi001:> test '!' -e /home/ubuntu/cephtest 2024-02-14T17:50:20.206 DEBUG:teuthology.orchestra.run.smithi139:> test '!' -e /home/ubuntu/cephtest 2024-02-14T17:50:20.222 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-14T17:50:20.228 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-14T17:50:20.228 DEBUG:teuthology.orchestra.run.smithi001:> test -z $(ls -A /var/lib/ceph) 2024-02-14T17:50:20.264 DEBUG:teuthology.orchestra.run.smithi139:> test -z $(ls -A /var/lib/ceph) 2024-02-14T17:50:20.362 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-14T17:50:20.420 INFO:teuthology.run_tasks:Running task kernel... 2024-02-14T17:50:20.434 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-14T17:50:20.434 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-14T17:50:20.435 DEBUG:teuthology.orchestra.run.smithi001:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-14T17:50:20.435 DEBUG:teuthology.orchestra.run.smithi139:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-14T17:50:20.451 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-14T17:50:20.452 DEBUG:teuthology.orchestra.run.smithi139:> uname -r 2024-02-14T17:50:20.452 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-14T17:50:20.453 DEBUG:teuthology.orchestra.run.smithi001:> uname -r 2024-02-14T17:50:20.506 INFO:teuthology.orchestra.run.smithi139.stdout:5.14.0-361.el9.x86_64 2024-02-14T17:50:20.506 INFO:teuthology.task.kernel:Running kernel on smithi139: 5.14.0-361.el9.x86_64 2024-02-14T17:50:20.506 DEBUG:teuthology.orchestra.run.smithi139:> sudo yum install -y kernel 2024-02-14T17:50:20.511 INFO:teuthology.orchestra.run.smithi001.stdout:5.14.0-361.el9.x86_64 2024-02-14T17:50:20.511 INFO:teuthology.task.kernel:Running kernel on smithi001: 5.14.0-361.el9.x86_64 2024-02-14T17:50:20.511 DEBUG:teuthology.orchestra.run.smithi001:> sudo yum install -y kernel 2024-02-14T17:50:22.851 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS-9 - AppStream 10 MB/s | 6.7 MB 00:00 2024-02-14T17:50:22.872 INFO:teuthology.orchestra.run.smithi001.stdout:CentOS-9 - AppStream 9.3 MB/s | 6.7 MB 00:00 2024-02-14T17:50:24.801 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS-9 - BaseOS 2.4 MB/s | 2.0 MB 00:00 2024-02-14T17:50:25.015 INFO:teuthology.orchestra.run.smithi001.stdout:CentOS-9 - BaseOS 2.0 MB/s | 2.0 MB 00:00 2024-02-14T17:50:25.750 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.0 MB 00:00 2024-02-14T17:50:27.838 INFO:teuthology.orchestra.run.smithi001.stdout:CentOS Stream 9 - BaseOS 3.2 MB/s | 8.0 MB 00:02 2024-02-14T17:50:31.630 INFO:teuthology.orchestra.run.smithi001.stdout:CentOS Stream 9 - AppStream 7.2 MB/s | 19 MB 00:02 2024-02-14T17:50:36.581 INFO:teuthology.orchestra.run.smithi001.stdout:CentOS Stream 9 - CRB 4.7 MB/s | 6.1 MB 00:01 2024-02-14T17:50:38.323 INFO:teuthology.orchestra.run.smithi001.stdout:CentOS Stream 9 - Extras packages 27 kB/s | 15 kB 00:00 2024-02-14T17:50:42.200 INFO:teuthology.orchestra.run.smithi001.stdout:Extra Packages for Enterprise Linux 5.4 MB/s | 20 MB 00:03 2024-02-14T17:50:42.290 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 9 - AppStream 1.2 MB/s | 19 MB 00:15 2024-02-14T17:50:46.358 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.1 MB 00:00 2024-02-14T17:50:47.358 INFO:teuthology.orchestra.run.smithi001.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-02-14T17:50:47.942 INFO:teuthology.orchestra.run.smithi139.stdout:CentOS Stream 9 - Extras packages 33 kB/s | 15 kB 00:00 2024-02-14T17:50:49.403 INFO:teuthology.orchestra.run.smithi139.stdout:Extra Packages for Enterprise Linux 15 MB/s | 20 MB 00:01 2024-02-14T17:50:49.765 INFO:teuthology.orchestra.run.smithi001.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-14T17:50:49.765 INFO:teuthology.orchestra.run.smithi001.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-14T17:50:49.851 INFO:teuthology.orchestra.run.smithi001.stdout:Dependencies resolved. 2024-02-14T17:50:49.863 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2024-02-14T17:50:49.863 INFO:teuthology.orchestra.run.smithi001.stdout: Package Arch Version Repository Size 2024-02-14T17:50:49.863 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2024-02-14T17:50:49.864 INFO:teuthology.orchestra.run.smithi001.stdout:Installing: 2024-02-14T17:50:49.864 INFO:teuthology.orchestra.run.smithi001.stdout: kernel x86_64 5.14.0-420.el9 CentOS-BaseOS 6.0 M 2024-02-14T17:50:49.864 INFO:teuthology.orchestra.run.smithi001.stdout:Installing dependencies: 2024-02-14T17:50:49.864 INFO:teuthology.orchestra.run.smithi001.stdout: kernel-core x86_64 5.14.0-420.el9 CentOS-BaseOS 21 M 2024-02-14T17:50:49.864 INFO:teuthology.orchestra.run.smithi001.stdout: kernel-modules x86_64 5.14.0-420.el9 CentOS-BaseOS 39 M 2024-02-14T17:50:49.864 INFO:teuthology.orchestra.run.smithi001.stdout: kernel-modules-core x86_64 5.14.0-420.el9 CentOS-BaseOS 33 M 2024-02-14T17:50:49.864 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T17:50:49.864 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction Summary 2024-02-14T17:50:49.864 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2024-02-14T17:50:49.864 INFO:teuthology.orchestra.run.smithi001.stdout:Install 4 Packages 2024-02-14T17:50:49.864 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T17:50:49.865 INFO:teuthology.orchestra.run.smithi001.stdout:Total download size: 99 M 2024-02-14T17:50:49.865 INFO:teuthology.orchestra.run.smithi001.stdout:Installed size: 122 M 2024-02-14T17:50:49.865 INFO:teuthology.orchestra.run.smithi001.stdout:Downloading Packages: 2024-02-14T17:50:50.343 INFO:teuthology.orchestra.run.smithi001.stdout:(1/4): kernel-5.14.0-420.el9.x86_64.rpm 13 MB/s | 6.0 MB 00:00 2024-02-14T17:50:51.101 INFO:teuthology.orchestra.run.smithi001.stdout:(2/4): kernel-core-5.14.0-420.el9.x86_64.rpm 17 MB/s | 21 MB 00:01 2024-02-14T17:50:52.076 INFO:teuthology.orchestra.run.smithi001.stdout:(3/4): kernel-modules-core-5.14.0-420.el9.x86_6 19 MB/s | 33 MB 00:01 2024-02-14T17:50:52.435 INFO:teuthology.orchestra.run.smithi001.stdout:(4/4): kernel-modules-5.14.0-420.el9.x86_64.rpm 15 MB/s | 39 MB 00:02 2024-02-14T17:50:52.438 INFO:teuthology.orchestra.run.smithi001.stdout:-------------------------------------------------------------------------------- 2024-02-14T17:50:52.438 INFO:teuthology.orchestra.run.smithi001.stdout:Total 39 MB/s | 99 MB 00:02 2024-02-14T17:50:52.438 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction check 2024-02-14T17:50:52.894 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction check succeeded. 2024-02-14T17:50:52.894 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction test 2024-02-14T17:50:53.965 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction test succeeded. 2024-02-14T17:50:53.965 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction 2024-02-14T17:50:54.343 INFO:teuthology.orchestra.run.smithi139.stdout:lab-extras 10 kB/s | 1.7 kB 00:00 2024-02-14T17:50:56.496 INFO:teuthology.orchestra.run.smithi001.stdout: Preparing : 1/1 2024-02-14T17:50:56.766 INFO:teuthology.orchestra.run.smithi139.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-02-14T17:50:56.767 INFO:teuthology.orchestra.run.smithi139.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-02-14T17:50:56.869 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-02-14T17:50:56.881 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-02-14T17:50:56.881 INFO:teuthology.orchestra.run.smithi139.stdout: Package Arch Version Repository Size 2024-02-14T17:50:56.881 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-02-14T17:50:56.881 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-02-14T17:50:56.881 INFO:teuthology.orchestra.run.smithi139.stdout: kernel x86_64 5.14.0-420.el9 CentOS-BaseOS 6.0 M 2024-02-14T17:50:56.881 INFO:teuthology.orchestra.run.smithi139.stdout:Installing dependencies: 2024-02-14T17:50:56.881 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-core x86_64 5.14.0-420.el9 CentOS-BaseOS 21 M 2024-02-14T17:50:56.881 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-modules x86_64 5.14.0-420.el9 CentOS-BaseOS 39 M 2024-02-14T17:50:56.881 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-modules-core x86_64 5.14.0-420.el9 CentOS-BaseOS 33 M 2024-02-14T17:50:56.882 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T17:50:56.882 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-02-14T17:50:56.882 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-02-14T17:50:56.882 INFO:teuthology.orchestra.run.smithi139.stdout:Install 4 Packages 2024-02-14T17:50:56.882 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T17:50:56.882 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 99 M 2024-02-14T17:50:56.883 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 122 M 2024-02-14T17:50:56.883 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-02-14T17:50:57.185 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : kernel-modules-core-5.14.0-420.el9.x86_64 1/4 2024-02-14T17:50:57.318 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : kernel-core-5.14.0-420.el9.x86_64 2/4 2024-02-14T17:50:57.619 INFO:teuthology.orchestra.run.smithi139.stdout:(1/4): kernel-5.14.0-420.el9.x86_64.rpm 8.2 MB/s | 6.0 MB 00:00 2024-02-14T17:50:58.469 INFO:teuthology.orchestra.run.smithi139.stdout:(2/4): kernel-core-5.14.0-420.el9.x86_64.rpm 13 MB/s | 21 MB 00:01 2024-02-14T17:50:59.103 INFO:teuthology.orchestra.run.smithi139.stdout:(3/4): kernel-modules-core-5.14.0-420.el9.x86_6 23 MB/s | 33 MB 00:01 2024-02-14T17:50:59.445 INFO:teuthology.orchestra.run.smithi139.stdout:(4/4): kernel-modules-5.14.0-420.el9.x86_64.rpm 15 MB/s | 39 MB 00:02 2024-02-14T17:50:59.448 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-02-14T17:50:59.448 INFO:teuthology.orchestra.run.smithi139.stdout:Total 39 MB/s | 99 MB 00:02 2024-02-14T17:50:59.448 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-02-14T17:50:59.800 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-02-14T17:50:59.800 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-02-14T17:51:00.247 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: kernel-core-5.14.0-420.el9.x86_64 2/4 2024-02-14T17:51:00.428 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : kernel-modules-5.14.0-420.el9.x86_64 3/4 2024-02-14T17:51:00.789 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-02-14T17:51:00.789 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-02-14T17:51:03.175 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-02-14T17:51:03.836 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : kernel-modules-core-5.14.0-420.el9.x86_64 1/4 2024-02-14T17:51:03.978 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : kernel-core-5.14.0-420.el9.x86_64 2/4 2024-02-14T17:51:05.487 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: kernel-modules-5.14.0-420.el9.x86_64 3/4 2024-02-14T17:51:05.593 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : kernel-5.14.0-420.el9.x86_64 4/4 2024-02-14T17:51:06.701 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-core-5.14.0-420.el9.x86_64 2/4 2024-02-14T17:51:06.888 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : kernel-modules-5.14.0-420.el9.x86_64 3/4 2024-02-14T17:51:10.689 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: kernel-modules-core-5.14.0-420.el9.x86_64 4/4 2024-02-14T17:51:11.569 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-modules-5.14.0-420.el9.x86_64 3/4 2024-02-14T17:51:11.758 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : kernel-5.14.0-420.el9.x86_64 4/4 2024-02-14T17:51:16.512 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-modules-core-5.14.0-420.el9.x86_64 4/4 2024-02-14T17:51:41.391 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: kernel-core-5.14.0-420.el9.x86_64 4/4 2024-02-14T17:51:41.392 INFO:teuthology.orchestra.run.smithi001.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-14T17:51:41.392 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T17:51:41.461 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: kernel-modules-5.14.0-420.el9.x86_64 4/4 2024-02-14T17:51:41.977 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: kernel-5.14.0-420.el9.x86_64 4/4 2024-02-14T17:51:41.977 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : kernel-5.14.0-420.el9.x86_64 1/4 2024-02-14T17:51:41.977 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : kernel-core-5.14.0-420.el9.x86_64 2/4 2024-02-14T17:51:41.977 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : kernel-modules-5.14.0-420.el9.x86_64 3/4 2024-02-14T17:51:42.392 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : kernel-modules-core-5.14.0-420.el9.x86_64 4/4 2024-02-14T17:51:42.392 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T17:51:42.392 INFO:teuthology.orchestra.run.smithi001.stdout:Installed: 2024-02-14T17:51:42.392 INFO:teuthology.orchestra.run.smithi001.stdout: kernel-5.14.0-420.el9.x86_64 2024-02-14T17:51:42.392 INFO:teuthology.orchestra.run.smithi001.stdout: kernel-core-5.14.0-420.el9.x86_64 2024-02-14T17:51:42.392 INFO:teuthology.orchestra.run.smithi001.stdout: kernel-modules-5.14.0-420.el9.x86_64 2024-02-14T17:51:42.392 INFO:teuthology.orchestra.run.smithi001.stdout: kernel-modules-core-5.14.0-420.el9.x86_64 2024-02-14T17:51:42.392 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T17:51:42.393 INFO:teuthology.orchestra.run.smithi001.stdout:Complete! 2024-02-14T17:51:42.927 DEBUG:teuthology.orchestra.run.smithi001:> rpm -q kernel | sort -rV | head -n 1 2024-02-14T17:51:43.217 INFO:teuthology.orchestra.run.smithi001.stdout:kernel-5.14.0-420.el9.x86_64 2024-02-14T17:51:43.217 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-420.el9.x86_64 2024-02-14T17:51:43.217 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-420.el9.x86_64 2024-02-14T17:51:43.217 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-14T17:51:43.218 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-14T17:51:43.218 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-14T17:51:43.218 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi001.front.sepia.ceph.com, path=None, version=distro) 2024-02-14T17:51:43.218 DEBUG:teuthology.orchestra.run.smithi001:> rpm -q kernel | sort -rV | head -n 1 2024-02-14T17:51:43.331 INFO:teuthology.orchestra.run.smithi001.stdout:kernel-5.14.0-420.el9.x86_64 2024-02-14T17:51:43.332 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-420.el9.x86_64 2024-02-14T17:51:43.332 DEBUG:teuthology.orchestra.run.smithi001:> sudo rpm -qi grub2-tools 2024-02-14T17:51:43.374 INFO:teuthology.orchestra.run.smithi001.stdout:Name : grub2-tools 2024-02-14T17:51:43.374 INFO:teuthology.orchestra.run.smithi001.stdout:Epoch : 1 2024-02-14T17:51:43.374 INFO:teuthology.orchestra.run.smithi001.stdout:Version : 2.06 2024-02-14T17:51:43.374 INFO:teuthology.orchestra.run.smithi001.stdout:Release : 68.el9 2024-02-14T17:51:43.375 INFO:teuthology.orchestra.run.smithi001.stdout:Architecture: x86_64 2024-02-14T17:51:43.375 INFO:teuthology.orchestra.run.smithi001.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-14T17:51:43.375 INFO:teuthology.orchestra.run.smithi001.stdout:Group : Unspecified 2024-02-14T17:51:43.375 INFO:teuthology.orchestra.run.smithi001.stdout:Size : 8264254 2024-02-14T17:51:43.375 INFO:teuthology.orchestra.run.smithi001.stdout:License : GPLv3+ 2024-02-14T17:51:43.375 INFO:teuthology.orchestra.run.smithi001.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-14T17:51:43.376 INFO:teuthology.orchestra.run.smithi001.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-14T17:51:43.376 INFO:teuthology.orchestra.run.smithi001.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-14T17:51:43.376 INFO:teuthology.orchestra.run.smithi001.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-14T17:51:43.376 INFO:teuthology.orchestra.run.smithi001.stdout:Packager : builder@centos.org 2024-02-14T17:51:43.376 INFO:teuthology.orchestra.run.smithi001.stdout:Vendor : CentOS 2024-02-14T17:51:43.377 INFO:teuthology.orchestra.run.smithi001.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-14T17:51:43.377 INFO:teuthology.orchestra.run.smithi001.stdout:Summary : Support tools for GRUB. 2024-02-14T17:51:43.377 INFO:teuthology.orchestra.run.smithi001.stdout:Description : 2024-02-14T17:51:43.377 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T17:51:43.377 INFO:teuthology.orchestra.run.smithi001.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-14T17:51:43.377 INFO:teuthology.orchestra.run.smithi001.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-14T17:51:43.378 INFO:teuthology.orchestra.run.smithi001.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-14T17:51:43.378 INFO:teuthology.orchestra.run.smithi001.stdout:hardware devices. 2024-02-14T17:51:43.378 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T17:51:43.378 INFO:teuthology.orchestra.run.smithi001.stdout:This subpackage provides tools for support of all platforms. 2024-02-14T17:51:43.380 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-14T17:51:43.380 INFO:teuthology.task.kernel:Updating grub on smithi001 to boot 5.14.0-420.el9.x86_64 2024-02-14T17:51:43.380 DEBUG:teuthology.orchestra.run.smithi001:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-14T17:51:43.987 INFO:teuthology.orchestra.run.smithi001.stderr:Generating grub configuration file ... 2024-02-14T17:51:45.379 INFO:teuthology.orchestra.run.smithi001.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-14T17:51:45.421 INFO:teuthology.orchestra.run.smithi001.stderr:done 2024-02-14T17:51:45.424 DEBUG:teuthology.orchestra.run.smithi001:> mktemp 2024-02-14T17:51:45.439 INFO:teuthology.orchestra.run.smithi001.stdout:/tmp/tmp.HMp9YQPqty 2024-02-14T17:51:45.439 DEBUG:teuthology.orchestra.run.smithi001:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.HMp9YQPqty 2024-02-14T17:51:45.510 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod 0666 /tmp/tmp.HMp9YQPqty 2024-02-14T17:51:45.746 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-core-5.14.0-420.el9.x86_64 4/4 2024-02-14T17:51:45.746 INFO:teuthology.orchestra.run.smithi139.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-02-14T17:51:45.746 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T17:51:45.762 DEBUG:teuthology.orchestra.remote:smithi001:/tmp/tmp.HMp9YQPqty is 6KB 2024-02-14T17:51:45.784 DEBUG:teuthology.orchestra.run.smithi001:> rm -fr /tmp/tmp.HMp9YQPqty 2024-02-14T17:51:45.799 DEBUG:teuthology.orchestra.run.smithi001:> sudo /bin/ls /boot/loader/entries || true 2024-02-14T17:51:45.818 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-modules-5.14.0-420.el9.x86_64 4/4 2024-02-14T17:51:45.870 INFO:teuthology.orchestra.run.smithi001.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-14T17:51:45.870 INFO:teuthology.orchestra.run.smithi001.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-14T17:51:45.870 INFO:teuthology.orchestra.run.smithi001.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-14T17:51:45.870 INFO:teuthology.orchestra.run.smithi001.stdout:15949e3c88704300882482eddfd7baae-5.14.0-420.el9.x86_64.conf 2024-02-14T17:51:45.872 DEBUG:teuthology.orchestra.run.smithi001:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-420.el9.x86_64 2024-02-14T17:51:46.028 DEBUG:teuthology.orchestra.run.smithi001:> sudo shutdown -r now 2024-02-14T17:51:46.286 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: kernel-5.14.0-420.el9.x86_64 4/4 2024-02-14T17:51:46.286 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : kernel-5.14.0-420.el9.x86_64 1/4 2024-02-14T17:51:46.286 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : kernel-core-5.14.0-420.el9.x86_64 2/4 2024-02-14T17:51:46.286 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : kernel-modules-5.14.0-420.el9.x86_64 3/4 2024-02-14T17:51:46.736 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : kernel-modules-core-5.14.0-420.el9.x86_64 4/4 2024-02-14T17:51:46.736 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T17:51:46.736 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-02-14T17:51:46.737 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-5.14.0-420.el9.x86_64 2024-02-14T17:51:46.737 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-core-5.14.0-420.el9.x86_64 2024-02-14T17:51:46.737 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-modules-5.14.0-420.el9.x86_64 2024-02-14T17:51:46.737 INFO:teuthology.orchestra.run.smithi139.stdout: kernel-modules-core-5.14.0-420.el9.x86_64 2024-02-14T17:51:46.737 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T17:51:46.737 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-02-14T17:51:47.249 DEBUG:teuthology.orchestra.run.smithi139:> rpm -q kernel | sort -rV | head -n 1 2024-02-14T17:51:47.383 INFO:teuthology.orchestra.run.smithi139.stdout:kernel-5.14.0-420.el9.x86_64 2024-02-14T17:51:47.383 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-420.el9.x86_64 2024-02-14T17:51:47.384 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-420.el9.x86_64 2024-02-14T17:51:47.384 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-14T17:51:47.384 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-14T17:51:47.384 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-14T17:51:47.384 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi139.front.sepia.ceph.com, path=None, version=distro) 2024-02-14T17:51:47.384 DEBUG:teuthology.orchestra.run.smithi139:> rpm -q kernel | sort -rV | head -n 1 2024-02-14T17:51:47.492 INFO:teuthology.orchestra.run.smithi139.stdout:kernel-5.14.0-420.el9.x86_64 2024-02-14T17:51:47.493 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-420.el9.x86_64 2024-02-14T17:51:47.493 DEBUG:teuthology.orchestra.run.smithi139:> sudo rpm -qi grub2-tools 2024-02-14T17:51:47.536 INFO:teuthology.orchestra.run.smithi139.stdout:Name : grub2-tools 2024-02-14T17:51:47.536 INFO:teuthology.orchestra.run.smithi139.stdout:Epoch : 1 2024-02-14T17:51:47.536 INFO:teuthology.orchestra.run.smithi139.stdout:Version : 2.06 2024-02-14T17:51:47.536 INFO:teuthology.orchestra.run.smithi139.stdout:Release : 68.el9 2024-02-14T17:51:47.537 INFO:teuthology.orchestra.run.smithi139.stdout:Architecture: x86_64 2024-02-14T17:51:47.537 INFO:teuthology.orchestra.run.smithi139.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-02-14T17:51:47.537 INFO:teuthology.orchestra.run.smithi139.stdout:Group : Unspecified 2024-02-14T17:51:47.537 INFO:teuthology.orchestra.run.smithi139.stdout:Size : 8264254 2024-02-14T17:51:47.537 INFO:teuthology.orchestra.run.smithi139.stdout:License : GPLv3+ 2024-02-14T17:51:47.537 INFO:teuthology.orchestra.run.smithi139.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-02-14T17:51:47.537 INFO:teuthology.orchestra.run.smithi139.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-02-14T17:51:47.537 INFO:teuthology.orchestra.run.smithi139.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-02-14T17:51:47.537 INFO:teuthology.orchestra.run.smithi139.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-02-14T17:51:47.537 INFO:teuthology.orchestra.run.smithi139.stdout:Packager : builder@centos.org 2024-02-14T17:51:47.537 INFO:teuthology.orchestra.run.smithi139.stdout:Vendor : CentOS 2024-02-14T17:51:47.537 INFO:teuthology.orchestra.run.smithi139.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-14T17:51:47.538 INFO:teuthology.orchestra.run.smithi139.stdout:Summary : Support tools for GRUB. 2024-02-14T17:51:47.538 INFO:teuthology.orchestra.run.smithi139.stdout:Description : 2024-02-14T17:51:47.538 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T17:51:47.538 INFO:teuthology.orchestra.run.smithi139.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-14T17:51:47.538 INFO:teuthology.orchestra.run.smithi139.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-14T17:51:47.538 INFO:teuthology.orchestra.run.smithi139.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-14T17:51:47.538 INFO:teuthology.orchestra.run.smithi139.stdout:hardware devices. 2024-02-14T17:51:47.538 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T17:51:47.538 INFO:teuthology.orchestra.run.smithi139.stdout:This subpackage provides tools for support of all platforms. 2024-02-14T17:51:47.539 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-14T17:51:47.539 INFO:teuthology.task.kernel:Updating grub on smithi139 to boot 5.14.0-420.el9.x86_64 2024-02-14T17:51:47.539 DEBUG:teuthology.orchestra.run.smithi139:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-14T17:51:48.144 INFO:teuthology.orchestra.run.smithi139.stderr:Generating grub configuration file ... 2024-02-14T17:51:49.477 INFO:teuthology.orchestra.run.smithi139.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-02-14T17:51:49.515 INFO:teuthology.orchestra.run.smithi139.stderr:done 2024-02-14T17:51:49.518 DEBUG:teuthology.orchestra.run.smithi139:> mktemp 2024-02-14T17:51:49.533 INFO:teuthology.orchestra.run.smithi139.stdout:/tmp/tmp.CSJtNLB0CX 2024-02-14T17:51:49.533 DEBUG:teuthology.orchestra.run.smithi139:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.CSJtNLB0CX 2024-02-14T17:51:49.602 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod 0666 /tmp/tmp.CSJtNLB0CX 2024-02-14T17:51:49.737 DEBUG:teuthology.orchestra.remote:smithi139:/tmp/tmp.CSJtNLB0CX is 6KB 2024-02-14T17:51:49.785 DEBUG:teuthology.orchestra.run.smithi139:> rm -fr /tmp/tmp.CSJtNLB0CX 2024-02-14T17:51:49.799 DEBUG:teuthology.orchestra.run.smithi139:> sudo /bin/ls /boot/loader/entries || true 2024-02-14T17:51:49.863 INFO:teuthology.orchestra.run.smithi139.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-02-14T17:51:49.864 INFO:teuthology.orchestra.run.smithi139.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-02-14T17:51:49.864 INFO:teuthology.orchestra.run.smithi139.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-02-14T17:51:49.864 INFO:teuthology.orchestra.run.smithi139.stdout:15949e3c88704300882482eddfd7baae-5.14.0-420.el9.x86_64.conf 2024-02-14T17:51:49.865 DEBUG:teuthology.orchestra.run.smithi139:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-420.el9.x86_64 2024-02-14T17:51:50.017 DEBUG:teuthology.orchestra.run.smithi139:> sudo shutdown -r now 2024-02-14T17:52:16.047 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-14T17:52:16.047 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-02-14T17:52:16.048 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-14T17:52:20.024 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-14T17:52:20.024 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2024-02-14T17:52:20.025 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-14T17:52:54.592 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.139 2024-02-14T17:53:03.600 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2024-02-14T17:53:03.601 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-14T17:53:16.058 DEBUG:teuthology.orchestra.remote:timed out 2024-02-14T17:53:21.980 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.139 2024-02-14T17:53:25.060 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-02-14T17:53:25.061 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-14T17:53:25.470 DEBUG:teuthology.orchestra.run.smithi001:> true 2024-02-14T17:53:25.873 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-02-14T17:53:25.873 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-420.el9.x86_64"... 2024-02-14T17:53:25.873 DEBUG:teuthology.orchestra.run.smithi001:> uname -r 2024-02-14T17:53:25.887 INFO:teuthology.orchestra.run.smithi001.stdout:5.14.0-420.el9.x86_64 2024-02-14T17:53:25.887 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-420.el9.x86_64 vs 5.14.0-420.el9.x86_64 2024-02-14T17:53:25.887 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-14T17:53:25.888 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-14T17:53:26.888 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-14T17:53:26.888 DEBUG:teuthology.orchestra.run.smithi001:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-14T17:53:27.043 INFO:teuthology.orchestra.run.smithi001.stdout:ttyS1 2024-02-14T17:53:27.096 DEBUG:teuthology.parallel:result is None 2024-02-14T17:53:33.981 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2024-02-14T17:53:33.982 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-14T17:53:34.696 DEBUG:teuthology.orchestra.run.smithi139:> true 2024-02-14T17:53:35.182 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi139.front.sepia.ceph.com' 2024-02-14T17:53:35.182 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-420.el9.x86_64"... 2024-02-14T17:53:35.182 DEBUG:teuthology.orchestra.run.smithi139:> uname -r 2024-02-14T17:53:35.196 INFO:teuthology.orchestra.run.smithi139.stdout:5.14.0-420.el9.x86_64 2024-02-14T17:53:35.196 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-420.el9.x86_64 vs 5.14.0-420.el9.x86_64 2024-02-14T17:53:35.196 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-14T17:53:35.197 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-14T17:53:36.197 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-14T17:53:36.197 DEBUG:teuthology.orchestra.run.smithi139:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-14T17:53:36.297 INFO:teuthology.orchestra.run.smithi139.stdout:ttyS1 2024-02-14T17:53:36.332 DEBUG:teuthology.parallel:result is None 2024-02-14T17:53:36.332 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-14T17:53:36.339 INFO:teuthology.task.internal:Creating test directory... 2024-02-14T17:53:36.339 DEBUG:teuthology.orchestra.run.smithi001:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-14T17:53:36.342 DEBUG:teuthology.orchestra.run.smithi139:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-14T17:53:36.357 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-14T17:53:36.363 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-14T17:53:36.370 INFO:teuthology.task.internal:Creating archive directory... 2024-02-14T17:53:36.370 DEBUG:teuthology.orchestra.run.smithi001:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-14T17:53:36.400 DEBUG:teuthology.orchestra.run.smithi139:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-14T17:53:36.430 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-14T17:53:36.437 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-14T17:53:36.438 DEBUG:teuthology.orchestra.run.smithi001:> 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-02-14T17:53:36.470 DEBUG:teuthology.orchestra.run.smithi139:> 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-02-14T17:53:36.501 INFO:teuthology.orchestra.run.smithi001.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-14T17:53:36.506 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-14T17:53:36.515 INFO:teuthology.orchestra.run.smithi001.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-14T17:53:36.519 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-14T17:53:36.521 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-14T17:53:36.528 INFO:teuthology.task.internal:Configuring sudo... 2024-02-14T17:53:36.528 DEBUG:teuthology.orchestra.run.smithi001:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-14T17:53:36.561 DEBUG:teuthology.orchestra.run.smithi139:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-14T17:53:36.589 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-14T17:53:36.599 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-14T17:53:36.599 DEBUG:teuthology.orchestra.run.smithi001:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-14T17:53:36.630 DEBUG:teuthology.orchestra.run.smithi139:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-14T17:53:36.644 DEBUG:teuthology.orchestra.run.smithi001:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-14T17:53:36.727 DEBUG:teuthology.orchestra.run.smithi001:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-14T17:53:36.778 DEBUG:teuthology.orchestra.run.smithi001:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-14T17:53:36.861 DEBUG:teuthology.orchestra.run.smithi001:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-14T17:53:36.903 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-02-14T17:53:36.903 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-14T17:53:36.970 DEBUG:teuthology.orchestra.run.smithi139:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-14T17:53:37.011 DEBUG:teuthology.orchestra.run.smithi139:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-14T17:53:37.075 DEBUG:teuthology.orchestra.run.smithi139:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-14T17:53:37.115 DEBUG:teuthology.orchestra.run.smithi139:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-14T17:53:37.158 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-02-14T17:53:37.158 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-14T17:53:37.225 DEBUG:teuthology.orchestra.run.smithi001:> sudo service rsyslog restart 2024-02-14T17:53:37.227 DEBUG:teuthology.orchestra.run.smithi139:> sudo service rsyslog restart 2024-02-14T17:53:37.270 INFO:teuthology.orchestra.run.smithi001.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-14T17:53:37.311 INFO:teuthology.orchestra.run.smithi139.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-14T17:53:37.721 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-14T17:53:37.729 INFO:teuthology.task.internal:Starting timer... 2024-02-14T17:53:37.729 INFO:teuthology.run_tasks:Running task pcp... 2024-02-14T17:53:37.744 INFO:teuthology.run_tasks:Running task selinux... 2024-02-14T17:53:37.752 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-14T17:53:37.753 DEBUG:teuthology.orchestra.run.smithi001:> sudo service auditd rotate 2024-02-14T17:53:37.816 INFO:teuthology.orchestra.run.smithi001.stdout:Rotating logs: 2024-02-14T17:53:37.817 DEBUG:teuthology.orchestra.run.smithi139:> sudo service auditd rotate 2024-02-14T17:53:37.875 INFO:teuthology.orchestra.run.smithi139.stdout:Rotating logs: 2024-02-14T17:53:37.877 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-14T17:53:37.877 DEBUG:teuthology.orchestra.run.smithi001:> /usr/sbin/getenforce 2024-02-14T17:53:37.909 INFO:teuthology.orchestra.run.smithi001.stdout:Permissive 2024-02-14T17:53:37.909 DEBUG:teuthology.orchestra.run.smithi139:> /usr/sbin/getenforce 2024-02-14T17:53:37.924 INFO:teuthology.orchestra.run.smithi139.stdout:Permissive 2024-02-14T17:53:37.924 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi001.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi139.front.sepia.ceph.com': 'permissive'} 2024-02-14T17:53:37.924 DEBUG:teuthology.orchestra.run.smithi001:> 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 2024-02-14T17:53:37.977 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-14T17:53:37.978 DEBUG:teuthology.orchestra.run.smithi139:> 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 2024-02-14T17:53:38.006 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-14T17:53:38.007 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-14T17:53:38.007 DEBUG:teuthology.orchestra.run.smithi001:> sudo /usr/sbin/setenforce permissive 2024-02-14T17:53:38.053 DEBUG:teuthology.orchestra.run.smithi139:> sudo /usr/sbin/setenforce permissive 2024-02-14T17:53:38.106 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-14T17:53:38.116 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-14T17:53:38.133 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-02-14T17:53:38.134 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi001.front.sepia.ceph.com,smithi139.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-14T17:57:52.635 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi001.front.sepia.ceph.com'), Remote(name='ubuntu@smithi139.front.sepia.ceph.com')] 2024-02-14T17:57:52.637 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-02-14T17:57:52.638 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi001.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-14T17:57:52.729 DEBUG:teuthology.orchestra.run.smithi001:> true 2024-02-14T17:57:52.807 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi001.front.sepia.ceph.com' 2024-02-14T17:57:52.807 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi139.front.sepia.ceph.com' 2024-02-14T17:57:52.808 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi139.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-14T17:57:52.897 DEBUG:teuthology.orchestra.run.smithi139:> true 2024-02-14T17:57:52.974 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi139.front.sepia.ceph.com' 2024-02-14T17:57:52.975 INFO:teuthology.run_tasks:Running task clock... 2024-02-14T17:57:52.989 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-14T17:57:52.989 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-14T17:57:52.989 DEBUG:teuthology.orchestra.run.smithi001:> 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-02-14T17:57:52.992 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-14T17:57:52.992 DEBUG:teuthology.orchestra.run.smithi139:> 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-02-14T17:57:53.024 INFO:teuthology.orchestra.run.smithi001.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-14T17:57:53.042 INFO:teuthology.orchestra.run.smithi001.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-14T17:57:53.046 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-14T17:57:53.063 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-14T17:57:53.073 INFO:teuthology.orchestra.run.smithi001.stderr:sudo: ntpd: command not found 2024-02-14T17:57:53.087 INFO:teuthology.orchestra.run.smithi001.stdout:506 Cannot talk to daemon 2024-02-14T17:57:53.093 INFO:teuthology.orchestra.run.smithi139.stderr:sudo: ntpd: command not found 2024-02-14T17:57:53.135 INFO:teuthology.orchestra.run.smithi139.stdout:506 Cannot talk to daemon 2024-02-14T17:57:53.135 INFO:teuthology.orchestra.run.smithi001.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-14T17:57:53.135 INFO:teuthology.orchestra.run.smithi001.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-14T17:57:53.136 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-14T17:57:53.139 INFO:teuthology.orchestra.run.smithi139.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-14T17:57:53.171 INFO:teuthology.orchestra.run.smithi001.stderr:bash: line 1: ntpq: command not found 2024-02-14T17:57:53.174 INFO:teuthology.orchestra.run.smithi001.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-14T17:57:53.174 INFO:teuthology.orchestra.run.smithi001.stdout:=============================================================================== 2024-02-14T17:57:53.175 INFO:teuthology.orchestra.run.smithi001.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-14T17:57:53.175 INFO:teuthology.orchestra.run.smithi001.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-14T17:57:53.175 INFO:teuthology.orchestra.run.smithi001.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-14T17:57:53.175 INFO:teuthology.orchestra.run.smithi001.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-14T17:57:53.189 INFO:teuthology.orchestra.run.smithi139.stderr:bash: line 1: ntpq: command not found 2024-02-14T17:57:53.192 INFO:teuthology.orchestra.run.smithi139.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-14T17:57:53.193 INFO:teuthology.orchestra.run.smithi139.stdout:=============================================================================== 2024-02-14T17:57:53.193 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-14T17:57:53.193 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-14T17:57:53.193 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-14T17:57:53.193 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-14T17:57:53.194 INFO:teuthology.run_tasks:Running task pexec... 2024-02-14T17:57:53.209 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-14T17:57:53.210 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi001.front.sepia.ceph.com 2024-02-14T17:57:53.210 DEBUG:teuthology.orchestra.run.smithi001:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-14T17:57:53.210 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi139.front.sepia.ceph.com 2024-02-14T17:57:53.210 DEBUG:teuthology.orchestra.run.smithi139:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-14T17:57:53.816 INFO:teuthology.orchestra.run.smithi001.stdout:Last metadata expiration check: 0:00:46 ago on Wed 14 Feb 2024 05:57:07 PM UTC. 2024-02-14T17:57:53.831 INFO:teuthology.orchestra.run.smithi139.stdout:Last metadata expiration check: 0:00:50 ago on Wed 14 Feb 2024 05:57:03 PM UTC. 2024-02-14T17:57:53.984 INFO:teuthology.orchestra.run.smithi001.stdout:Dependencies resolved. 2024-02-14T17:57:53.993 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2024-02-14T17:57:53.993 INFO:teuthology.orchestra.run.smithi001.stdout: Package Architecture Version Repository Size 2024-02-14T17:57:53.994 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2024-02-14T17:57:53.994 INFO:teuthology.orchestra.run.smithi001.stdout:Installing: 2024-02-14T17:57:53.994 INFO:teuthology.orchestra.run.smithi001.stdout: runc x86_64 4:1.1.12-1.el9 CentOS-AppStream 3.1 M 2024-02-14T17:57:53.994 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T17:57:53.994 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction Summary 2024-02-14T17:57:53.994 INFO:teuthology.orchestra.run.smithi001.stdout:================================================================================ 2024-02-14T17:57:53.994 INFO:teuthology.orchestra.run.smithi001.stdout:Install 1 Package 2024-02-14T17:57:53.994 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T17:57:53.994 INFO:teuthology.orchestra.run.smithi001.stdout:Total download size: 3.1 M 2024-02-14T17:57:53.994 INFO:teuthology.orchestra.run.smithi001.stdout:Installed size: 9.8 M 2024-02-14T17:57:53.994 INFO:teuthology.orchestra.run.smithi001.stdout:Downloading Packages: 2024-02-14T17:57:53.995 INFO:teuthology.orchestra.run.smithi139.stdout:Dependencies resolved. 2024-02-14T17:57:54.007 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-02-14T17:57:54.007 INFO:teuthology.orchestra.run.smithi139.stdout: Package Architecture Version Repository Size 2024-02-14T17:57:54.007 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-02-14T17:57:54.007 INFO:teuthology.orchestra.run.smithi139.stdout:Installing: 2024-02-14T17:57:54.007 INFO:teuthology.orchestra.run.smithi139.stdout: runc x86_64 4:1.1.12-1.el9 CentOS-AppStream 3.1 M 2024-02-14T17:57:54.007 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T17:57:54.007 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction Summary 2024-02-14T17:57:54.008 INFO:teuthology.orchestra.run.smithi139.stdout:================================================================================ 2024-02-14T17:57:54.008 INFO:teuthology.orchestra.run.smithi139.stdout:Install 1 Package 2024-02-14T17:57:54.008 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T17:57:54.008 INFO:teuthology.orchestra.run.smithi139.stdout:Total download size: 3.1 M 2024-02-14T17:57:54.008 INFO:teuthology.orchestra.run.smithi139.stdout:Installed size: 9.8 M 2024-02-14T17:57:54.008 INFO:teuthology.orchestra.run.smithi139.stdout:Downloading Packages: 2024-02-14T17:57:54.224 INFO:teuthology.orchestra.run.smithi001.stdout:runc-1.1.12-1.el9.x86_64.rpm 14 MB/s | 3.1 MB 00:00 2024-02-14T17:57:54.225 INFO:teuthology.orchestra.run.smithi001.stdout:-------------------------------------------------------------------------------- 2024-02-14T17:57:54.225 INFO:teuthology.orchestra.run.smithi001.stdout:Total 13 MB/s | 3.1 MB 00:00 2024-02-14T17:57:54.225 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction check 2024-02-14T17:57:54.230 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction check succeeded. 2024-02-14T17:57:54.230 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction test 2024-02-14T17:57:54.301 INFO:teuthology.orchestra.run.smithi139.stdout:runc-1.1.12-1.el9.x86_64.rpm 11 MB/s | 3.1 MB 00:00 2024-02-14T17:57:54.301 INFO:teuthology.orchestra.run.smithi139.stdout:-------------------------------------------------------------------------------- 2024-02-14T17:57:54.302 INFO:teuthology.orchestra.run.smithi139.stdout:Total 11 MB/s | 3.1 MB 00:00 2024-02-14T17:57:54.302 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction check 2024-02-14T17:57:54.305 INFO:teuthology.orchestra.run.smithi001.stdout:Transaction test succeeded. 2024-02-14T17:57:54.306 INFO:teuthology.orchestra.run.smithi001.stdout:Running transaction 2024-02-14T17:57:54.307 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction check succeeded. 2024-02-14T17:57:54.307 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction test 2024-02-14T17:57:54.379 INFO:teuthology.orchestra.run.smithi139.stdout:Transaction test succeeded. 2024-02-14T17:57:54.379 INFO:teuthology.orchestra.run.smithi139.stdout:Running transaction 2024-02-14T17:57:54.524 INFO:teuthology.orchestra.run.smithi001.stdout: Preparing : 1/1 2024-02-14T17:57:54.584 INFO:teuthology.orchestra.run.smithi139.stdout: Preparing : 1/1 2024-02-14T17:57:54.614 INFO:teuthology.orchestra.run.smithi001.stdout: Installing : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-14T17:57:54.687 INFO:teuthology.orchestra.run.smithi139.stdout: Installing : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-14T17:57:55.125 INFO:teuthology.orchestra.run.smithi001.stdout: Running scriptlet: runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-14T17:57:55.232 INFO:teuthology.orchestra.run.smithi139.stdout: Running scriptlet: runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-14T17:57:55.467 INFO:teuthology.orchestra.run.smithi001.stdout: Verifying : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-14T17:57:55.467 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T17:57:55.467 INFO:teuthology.orchestra.run.smithi001.stdout:Installed: 2024-02-14T17:57:55.467 INFO:teuthology.orchestra.run.smithi001.stdout: runc-4:1.1.12-1.el9.x86_64 2024-02-14T17:57:55.467 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T17:57:55.467 INFO:teuthology.orchestra.run.smithi001.stdout:Complete! 2024-02-14T17:57:55.534 INFO:teuthology.orchestra.run.smithi139.stdout: Verifying : runc-4:1.1.12-1.el9.x86_64 1/1 2024-02-14T17:57:55.534 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T17:57:55.534 INFO:teuthology.orchestra.run.smithi139.stdout:Installed: 2024-02-14T17:57:55.534 INFO:teuthology.orchestra.run.smithi139.stdout: runc-4:1.1.12-1.el9.x86_64 2024-02-14T17:57:55.534 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T17:57:55.534 INFO:teuthology.orchestra.run.smithi139.stdout:Complete! 2024-02-14T17:57:55.708 DEBUG:teuthology.parallel:result is None 2024-02-14T17:57:55.797 DEBUG:teuthology.parallel:result is None 2024-02-14T17:57:55.798 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-02-14T17:57:55.808 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-02-14T17:57:55.809 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-02-14T17:57:55.809 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/scratch_devs of=/dev/stdout 2024-02-14T17:57:55.823 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-02-14T17:57:55.824 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/vg_nvme/lv_1 2024-02-14T17:57:55.878 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-14T17:57:55.879 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-14T17:57:55.879 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-02-14T17:57:55.879 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-14T17:57:55.879 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:device_t:s0 2024-02-14T17:57:55.879 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2024-02-14 17:57:51.634333110 +0000 2024-02-14T17:57:55.879 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2024-02-14 17:57:30.594582636 +0000 2024-02-14T17:57:55.879 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2024-02-14 17:57:30.594582636 +0000 2024-02-14T17:57:55.879 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: 2024-02-14 17:57:30.594582636 +0000 2024-02-14T17:57:55.879 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-14T17:57:55.944 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2024-02-14T17:57:55.944 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2024-02-14T17:57:55.944 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000106114 s, 4.8 MB/s 2024-02-14T17:57:55.945 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-14T17:57:56.001 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/vg_nvme/lv_2 2024-02-14T17:57:56.055 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-14T17:57:56.056 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-14T17:57:56.056 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-02-14T17:57:56.056 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-14T17:57:56.056 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:device_t:s0 2024-02-14T17:57:56.056 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2024-02-14 17:57:51.634333110 +0000 2024-02-14T17:57:56.056 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2024-02-14 17:57:30.935578585 +0000 2024-02-14T17:57:56.056 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2024-02-14 17:57:30.935578585 +0000 2024-02-14T17:57:56.056 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: 2024-02-14 17:57:30.935578585 +0000 2024-02-14T17:57:56.056 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-14T17:57:56.122 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2024-02-14T17:57:56.122 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2024-02-14T17:57:56.122 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 9.789e-05 s, 5.2 MB/s 2024-02-14T17:57:56.123 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-14T17:57:56.179 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/vg_nvme/lv_3 2024-02-14T17:57:56.233 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-14T17:57:56.234 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-14T17:57:56.234 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-02-14T17:57:56.234 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-14T17:57:56.234 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:device_t:s0 2024-02-14T17:57:56.234 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2024-02-14 17:57:51.634333110 +0000 2024-02-14T17:57:56.234 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2024-02-14 17:57:31.281574475 +0000 2024-02-14T17:57:56.234 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2024-02-14 17:57:31.281574475 +0000 2024-02-14T17:57:56.234 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: 2024-02-14 17:57:31.281574475 +0000 2024-02-14T17:57:56.234 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-14T17:57:56.318 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2024-02-14T17:57:56.318 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2024-02-14T17:57:56.318 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 9.5215e-05 s, 5.4 MB/s 2024-02-14T17:57:56.320 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-14T17:57:56.335 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/vg_nvme/lv_4 2024-02-14T17:57:56.389 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-14T17:57:56.390 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-14T17:57:56.390 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-02-14T17:57:56.390 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-14T17:57:56.390 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:device_t:s0 2024-02-14T17:57:56.390 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2024-02-14 17:57:51.634333110 +0000 2024-02-14T17:57:56.390 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2024-02-14 17:57:31.626570377 +0000 2024-02-14T17:57:56.390 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2024-02-14 17:57:31.626570377 +0000 2024-02-14T17:57:56.391 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: 2024-02-14 17:57:31.626570377 +0000 2024-02-14T17:57:56.391 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-14T17:57:56.455 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2024-02-14T17:57:56.456 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2024-02-14T17:57:56.456 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 9.4981e-05 s, 5.4 MB/s 2024-02-14T17:57:56.457 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-14T17:57:56.512 DEBUG:teuthology.orchestra.run.smithi001:> 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-02-14T17:57:56.660 INFO:teuthology.orchestra.run.smithi001.stdout:loop 2024-02-14T17:57:56.661 INFO:tasks.nvme_loop:Connecting nvme_loop smithi001:/dev/vg_nvme/lv_1... 2024-02-14T17:57:56.662 DEBUG:teuthology.orchestra.run.smithi001:> 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-02-14T17:57:56.699 INFO:teuthology.orchestra.run.smithi001.stdout:1 2024-02-14T17:57:56.738 INFO:teuthology.orchestra.run.smithi001.stdout:/dev/vg_nvme/lv_11 2024-02-14T17:57:56.776 INFO:tasks.nvme_loop:Connecting nvme_loop smithi001:/dev/vg_nvme/lv_2... 2024-02-14T17:57:56.776 DEBUG:teuthology.orchestra.run.smithi001:> 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-02-14T17:57:56.855 INFO:teuthology.orchestra.run.smithi001.stdout:1 2024-02-14T17:57:56.892 INFO:teuthology.orchestra.run.smithi001.stdout:/dev/vg_nvme/lv_21 2024-02-14T17:57:56.921 INFO:tasks.nvme_loop:Connecting nvme_loop smithi001:/dev/vg_nvme/lv_3... 2024-02-14T17:57:56.921 DEBUG:teuthology.orchestra.run.smithi001:> 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-02-14T17:57:56.999 INFO:teuthology.orchestra.run.smithi001.stdout:1 2024-02-14T17:57:57.035 INFO:teuthology.orchestra.run.smithi001.stdout:/dev/vg_nvme/lv_31 2024-02-14T17:57:57.063 INFO:tasks.nvme_loop:Connecting nvme_loop smithi001:/dev/vg_nvme/lv_4... 2024-02-14T17:57:57.063 DEBUG:teuthology.orchestra.run.smithi001:> 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-02-14T17:57:57.141 INFO:teuthology.orchestra.run.smithi001.stdout:1 2024-02-14T17:57:57.178 INFO:teuthology.orchestra.run.smithi001.stdout:/dev/vg_nvme/lv_41 2024-02-14T17:57:57.206 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-02-14T17:57:57.206 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/scratch_devs of=/dev/stdout 2024-02-14T17:57:57.261 DEBUG:teuthology.orchestra.run.smithi001:> sudo nvme list 2024-02-14T17:57:57.327 INFO:teuthology.orchestra.run.smithi001.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-14T17:57:57.327 INFO:teuthology.orchestra.run.smithi001.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-14T17:57:57.327 INFO:teuthology.orchestra.run.smithi001.stdout:/dev/nvme0n1 PHMB7513000D480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-02-14T17:57:57.328 INFO:teuthology.orchestra.run.smithi001.stdout:/dev/nvme1n1 085e1afc9558d0fb6416 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-02-14T17:57:57.328 INFO:teuthology.orchestra.run.smithi001.stdout:/dev/nvme2n1 6a1376e8b3740ff79928 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-02-14T17:57:57.328 INFO:teuthology.orchestra.run.smithi001.stdout:/dev/nvme3n1 cc8c2f78096f397eeaff Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-02-14T17:57:57.328 INFO:teuthology.orchestra.run.smithi001.stdout:/dev/nvme4n1 468de4f05f1d8eebca2b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-02-14T17:57:57.329 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-14T17:57:57.329 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-02-14T17:57:57.329 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/scratch_devs 2024-02-14T17:57:57.396 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-02-14T17:57:57.396 DEBUG:teuthology.orchestra.run.smithi139:> dd if=/scratch_devs of=/dev/stdout 2024-02-14T17:57:57.415 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-02-14T17:57:57.416 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_1 2024-02-14T17:57:57.476 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-14T17:57:57.476 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-14T17:57:57.476 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-02-14T17:57:57.476 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-14T17:57:57.476 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2024-02-14T17:57:57.476 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2024-02-14 17:57:51.586236737 +0000 2024-02-14T17:57:57.477 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2024-02-14 17:57:27.192725443 +0000 2024-02-14T17:57:57.477 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2024-02-14 17:57:27.192725443 +0000 2024-02-14T17:57:57.477 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: 2024-02-14 17:57:27.192725443 +0000 2024-02-14T17:57:57.477 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-14T17:57:57.546 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2024-02-14T17:57:57.546 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2024-02-14T17:57:57.546 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000218557 s, 2.3 MB/s 2024-02-14T17:57:57.547 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-14T17:57:57.605 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_2 2024-02-14T17:57:57.662 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-14T17:57:57.662 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-14T17:57:57.662 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-02-14T17:57:57.662 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-14T17:57:57.662 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2024-02-14T17:57:57.662 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2024-02-14 17:57:51.586236737 +0000 2024-02-14T17:57:57.662 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2024-02-14 17:57:27.539718491 +0000 2024-02-14T17:57:57.662 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2024-02-14 17:57:27.539718491 +0000 2024-02-14T17:57:57.663 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: 2024-02-14 17:57:27.539718491 +0000 2024-02-14T17:57:57.663 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-14T17:57:57.730 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2024-02-14T17:57:57.730 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2024-02-14T17:57:57.730 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000271418 s, 1.9 MB/s 2024-02-14T17:57:57.731 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-14T17:57:57.791 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_3 2024-02-14T17:57:57.847 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-14T17:57:57.848 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-14T17:57:57.848 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-02-14T17:57:57.848 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-14T17:57:57.848 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2024-02-14T17:57:57.848 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2024-02-14 17:57:51.586236737 +0000 2024-02-14T17:57:57.848 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2024-02-14 17:57:27.867711920 +0000 2024-02-14T17:57:57.848 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2024-02-14 17:57:27.867711920 +0000 2024-02-14T17:57:57.848 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: 2024-02-14 17:57:27.867711920 +0000 2024-02-14T17:57:57.848 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-14T17:57:57.915 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2024-02-14T17:57:57.916 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2024-02-14T17:57:57.916 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000229963 s, 2.2 MB/s 2024-02-14T17:57:57.917 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-14T17:57:57.975 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/vg_nvme/lv_4 2024-02-14T17:57:58.031 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-14T17:57:58.031 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-14T17:57:58.031 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-02-14T17:57:58.031 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-14T17:57:58.032 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:device_t:s0 2024-02-14T17:57:58.032 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2024-02-14 17:57:51.586236737 +0000 2024-02-14T17:57:58.032 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2024-02-14 17:57:28.217704908 +0000 2024-02-14T17:57:58.032 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2024-02-14 17:57:28.217704908 +0000 2024-02-14T17:57:58.032 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: 2024-02-14 17:57:28.217704908 +0000 2024-02-14T17:57:58.032 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-14T17:57:58.101 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2024-02-14T17:57:58.101 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2024-02-14T17:57:58.101 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000214346 s, 2.4 MB/s 2024-02-14T17:57:58.102 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-14T17:57:58.159 DEBUG:teuthology.orchestra.run.smithi139:> 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-02-14T17:57:58.307 INFO:teuthology.orchestra.run.smithi139.stdout:loop 2024-02-14T17:57:58.308 INFO:tasks.nvme_loop:Connecting nvme_loop smithi139:/dev/vg_nvme/lv_1... 2024-02-14T17:57:58.308 DEBUG:teuthology.orchestra.run.smithi139:> 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-02-14T17:57:58.346 INFO:teuthology.orchestra.run.smithi139.stdout:1 2024-02-14T17:57:58.383 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/vg_nvme/lv_11 2024-02-14T17:57:58.412 INFO:tasks.nvme_loop:Connecting nvme_loop smithi139:/dev/vg_nvme/lv_2... 2024-02-14T17:57:58.412 DEBUG:teuthology.orchestra.run.smithi139:> 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-02-14T17:57:58.498 INFO:teuthology.orchestra.run.smithi139.stdout:1 2024-02-14T17:57:58.537 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/vg_nvme/lv_21 2024-02-14T17:57:58.566 INFO:tasks.nvme_loop:Connecting nvme_loop smithi139:/dev/vg_nvme/lv_3... 2024-02-14T17:57:58.566 DEBUG:teuthology.orchestra.run.smithi139:> 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-02-14T17:57:58.650 INFO:teuthology.orchestra.run.smithi139.stdout:1 2024-02-14T17:57:58.689 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/vg_nvme/lv_31 2024-02-14T17:57:58.725 INFO:tasks.nvme_loop:Connecting nvme_loop smithi139:/dev/vg_nvme/lv_4... 2024-02-14T17:57:58.726 DEBUG:teuthology.orchestra.run.smithi139:> 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-02-14T17:57:58.808 INFO:teuthology.orchestra.run.smithi139.stdout:1 2024-02-14T17:57:58.848 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/vg_nvme/lv_41 2024-02-14T17:57:58.885 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-02-14T17:57:58.885 DEBUG:teuthology.orchestra.run.smithi139:> dd if=/scratch_devs of=/dev/stdout 2024-02-14T17:57:58.941 DEBUG:teuthology.orchestra.run.smithi139:> sudo nvme list 2024-02-14T17:57:59.009 INFO:teuthology.orchestra.run.smithi139.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-14T17:57:59.009 INFO:teuthology.orchestra.run.smithi139.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-14T17:57:59.009 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/nvme0n1 PHFT620500N6400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-14T17:57:59.010 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/nvme1n1 7e29dadab08631cfe304 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-02-14T17:57:59.010 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/nvme2n1 0d5261940042c3445d62 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-02-14T17:57:59.010 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/nvme3n1 9b03be77a383f844ba35 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-02-14T17:57:59.010 INFO:teuthology.orchestra.run.smithi139.stdout:/dev/nvme4n1 f62bdf4ae6f2507968f3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-02-14T17:57:59.011 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-14T17:57:59.011 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-02-14T17:57:59.011 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/scratch_devs 2024-02-14T17:57:59.078 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-14T17:57:59.173 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\\)'], 'sha1': '8727ce939fc044a98f215e29696bb1433f5758d1'} 2024-02-14T17:57:59.174 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 2024-02-14T17:57:59.174 INFO:tasks.cephadm:Cluster fsid is 96c45446-cb62-11ee-95b9-87774f69a715 2024-02-14T17:57:59.174 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-14T17:57:59.175 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-14T17:57:59.175 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi001': '172.21.15.1', 'mon.smithi139': '172.21.15.139'} 2024-02-14T17:57:59.175 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-14T17:57:59.175 DEBUG:teuthology.orchestra.run.smithi001:> sudo hostname $(hostname -s) 2024-02-14T17:57:59.207 DEBUG:teuthology.orchestra.run.smithi139:> sudo hostname $(hostname -s) 2024-02-14T17:57:59.234 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-02-14T17:57:59.235 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=8727ce939fc044a98f215e29696bb1433f5758d1 2024-02-14T17:57:59.456 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '8727ce939fc044a98f215e29696bb1433f5758d1', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/76734/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-1430-g8727ce93', 'node_name': '172.21.2.1+braggi01', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-1430.g8727ce93'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-guits-testing-2024-02-14-1033/8727ce939fc044a98f215e29696bb1433f5758d1/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-02-14 13:20:25.883975', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-testing-2024-02-14-1033', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-guits-testing-2024-02-14-1033/8727ce939fc044a98f215e29696bb1433f5758d1/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-02-14T17:57:59.596 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-guits-testing-2024-02-14-1033, sha1 8727ce939fc044a98f215e29696bb1433f5758d1 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=8727ce939fc044a98f215e29696bb1433f5758d1 2024-02-14T17:57:59.597 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-02-14-1033/8727ce939fc044a98f215e29696bb1433f5758d1/centos/9/x86_64/flavors/default/cephadm 2024-02-14T17:57:59.598 DEBUG:teuthology.orchestra.run.smithi001:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-02-14-1033/8727ce939fc044a98f215e29696bb1433f5758d1/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-14T17:58:02.612 INFO:teuthology.orchestra.run.smithi001.stdout:-rw-r--r--. 1 ubuntu ubuntu 767024 Feb 14 17:58 /home/ubuntu/cephtest/cephadm 2024-02-14T17:58:02.612 DEBUG:teuthology.orchestra.run.smithi139:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-guits-testing-2024-02-14-1033/8727ce939fc044a98f215e29696bb1433f5758d1/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-14T17:58:03.296 INFO:teuthology.orchestra.run.smithi139.stdout:-rw-r--r--. 1 ubuntu ubuntu 767024 Feb 14 17:58 /home/ubuntu/cephtest/cephadm 2024-02-14T17:58:03.296 DEBUG:teuthology.orchestra.run.smithi001:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-14T17:58:03.315 DEBUG:teuthology.orchestra.run.smithi139:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-14T17:58:03.344 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 on all hosts... 2024-02-14T17:58:03.344 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 pull 2024-02-14T17:58:03.358 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 pull 2024-02-14T17:58:04.194 INFO:teuthology.orchestra.run.smithi139.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1... 2024-02-14T17:58:04.210 INFO:teuthology.orchestra.run.smithi001.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1... 2024-02-14T17:59:23.643 INFO:teuthology.orchestra.run.smithi139.stdout:{ 2024-02-14T17:59:23.643 INFO:teuthology.orchestra.run.smithi139.stdout: "ceph_version": "ceph version 19.0.0-1430-g8727ce93 (8727ce939fc044a98f215e29696bb1433f5758d1) squid (dev)", 2024-02-14T17:59:23.643 INFO:teuthology.orchestra.run.smithi139.stdout: "image_id": "170846cf6432fa177c159b5d8a38454ab2459d562a59c58b9aa838f6e31ddf86", 2024-02-14T17:59:23.643 INFO:teuthology.orchestra.run.smithi139.stdout: "repo_digests": [ 2024-02-14T17:59:23.643 INFO:teuthology.orchestra.run.smithi139.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e74cf8e1e43e8dfa713eb599fa0104396b2e29af34a3f40d868498c8111bdb4b" 2024-02-14T17:59:23.644 INFO:teuthology.orchestra.run.smithi139.stdout: ] 2024-02-14T17:59:23.644 INFO:teuthology.orchestra.run.smithi139.stdout:} 2024-02-14T17:59:30.771 INFO:teuthology.orchestra.run.smithi001.stdout:{ 2024-02-14T17:59:30.771 INFO:teuthology.orchestra.run.smithi001.stdout: "ceph_version": "ceph version 19.0.0-1430-g8727ce93 (8727ce939fc044a98f215e29696bb1433f5758d1) squid (dev)", 2024-02-14T17:59:30.771 INFO:teuthology.orchestra.run.smithi001.stdout: "image_id": "170846cf6432fa177c159b5d8a38454ab2459d562a59c58b9aa838f6e31ddf86", 2024-02-14T17:59:30.771 INFO:teuthology.orchestra.run.smithi001.stdout: "repo_digests": [ 2024-02-14T17:59:30.771 INFO:teuthology.orchestra.run.smithi001.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e74cf8e1e43e8dfa713eb599fa0104396b2e29af34a3f40d868498c8111bdb4b" 2024-02-14T17:59:30.771 INFO:teuthology.orchestra.run.smithi001.stdout: ] 2024-02-14T17:59:30.771 INFO:teuthology.orchestra.run.smithi001.stdout:} 2024-02-14T17:59:30.797 DEBUG:teuthology.orchestra.run.smithi001:> sudo mkdir -p /etc/ceph 2024-02-14T17:59:30.831 DEBUG:teuthology.orchestra.run.smithi139:> sudo mkdir -p /etc/ceph 2024-02-14T17:59:30.867 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod 777 /etc/ceph 2024-02-14T17:59:30.898 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod 777 /etc/ceph 2024-02-14T17:59:30.937 INFO:tasks.cephadm:Writing seed config... 2024-02-14T17:59:30.938 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-14T17:59:30.938 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-14T17:59:30.938 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-14T17:59:30.938 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-14T17:59:30.938 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-14T17:59:30.938 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-14T17:59:30.938 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-14T17:59:30.938 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-14T17:59:30.939 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-02-14T17:59:30.939 DEBUG:teuthology.orchestra.run.smithi001:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-14T17:59:30.954 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 = 96c45446-cb62-11ee-95b9-87774f69a715 [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-02-14T17:59:30.954 DEBUG:teuthology.orchestra.run.smithi001:mon.smithi001> sudo journalctl -f -n 0 -u ceph-96c45446-cb62-11ee-95b9-87774f69a715@mon.smithi001.service 2024-02-14T17:59:30.996 INFO:tasks.cephadm:Bootstrapping... 2024-02-14T17:59:30.997 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 -v bootstrap --fsid 96c45446-cb62-11ee-95b9-87774f69a715 --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.1 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-14T17:59:31.190 INFO:teuthology.orchestra.run.smithi001.stdout:-------------------------------------------------------------------------------- 2024-02-14T17:59:31.191 INFO:teuthology.orchestra.run.smithi001.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1', '-v', 'bootstrap', '--fsid', '96c45446-cb62-11ee-95b9-87774f69a715', '--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.1', '--skip-admin-label'] 2024-02-14T17:59:31.215 INFO:teuthology.orchestra.run.smithi001.stdout:/bin/podman: stdout 4.9.3-dev 2024-02-14T17:59:31.215 INFO:teuthology.orchestra.run.smithi001.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-02-14T17:59:31.216 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying podman|docker is present... 2024-02-14T17:59:31.239 INFO:teuthology.orchestra.run.smithi001.stdout:/bin/podman: stdout 4.9.3-dev 2024-02-14T17:59:31.239 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying lvm2 is present... 2024-02-14T17:59:31.239 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying time synchronization is in place... 2024-02-14T17:59:31.246 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-14T17:59:31.246 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-14T17:59:31.251 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-14T17:59:31.252 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-02-14T17:59:31.258 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout enabled 2024-02-14T17:59:31.264 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout active 2024-02-14T17:59:31.264 INFO:teuthology.orchestra.run.smithi001.stdout:Unit chronyd.service is enabled and running 2024-02-14T17:59:31.264 INFO:teuthology.orchestra.run.smithi001.stdout:Repeating the final host check... 2024-02-14T17:59:31.287 INFO:teuthology.orchestra.run.smithi001.stdout:/bin/podman: stdout 4.9.3-dev 2024-02-14T17:59:31.287 INFO:teuthology.orchestra.run.smithi001.stdout:podman (/bin/podman) version 4.9.3 is present 2024-02-14T17:59:31.287 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl is present 2024-02-14T17:59:31.287 INFO:teuthology.orchestra.run.smithi001.stdout:lvcreate is present 2024-02-14T17:59:31.293 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-02-14T17:59:31.293 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-14T17:59:31.299 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-02-14T17:59:31.299 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-02-14T17:59:31.305 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout enabled 2024-02-14T17:59:31.311 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout active 2024-02-14T17:59:31.311 INFO:teuthology.orchestra.run.smithi001.stdout:Unit chronyd.service is enabled and running 2024-02-14T17:59:31.311 INFO:teuthology.orchestra.run.smithi001.stdout:Host looks OK 2024-02-14T17:59:31.311 INFO:teuthology.orchestra.run.smithi001.stdout:Cluster fsid: 96c45446-cb62-11ee-95b9-87774f69a715 2024-02-14T17:59:31.311 INFO:teuthology.orchestra.run.smithi001.stdout:Acquiring lock 140296022935152 on /run/cephadm/96c45446-cb62-11ee-95b9-87774f69a715.lock 2024-02-14T17:59:31.311 INFO:teuthology.orchestra.run.smithi001.stdout:Lock 140296022935152 acquired on /run/cephadm/96c45446-cb62-11ee-95b9-87774f69a715.lock 2024-02-14T17:59:31.312 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying IP 172.21.15.1 port 3300 ... 2024-02-14T17:59:31.312 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying IP 172.21.15.1 port 6789 ... 2024-02-14T17:59:31.312 INFO:teuthology.orchestra.run.smithi001.stdout:Base mon IP(s) is [172.21.15.1:3300, 172.21.15.1:6789], mon addrv is [v2:172.21.15.1:3300,v1:172.21.15.1:6789] 2024-02-14T17:59:31.315 INFO:teuthology.orchestra.run.smithi001.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.1 metric 100 2024-02-14T17:59:31.315 INFO:teuthology.orchestra.run.smithi001.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.1 metric 100 2024-02-14T17:59:31.317 INFO:teuthology.orchestra.run.smithi001.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-02-14T17:59:31.317 INFO:teuthology.orchestra.run.smithi001.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 1024 pref medium 2024-02-14T17:59:31.318 INFO:teuthology.orchestra.run.smithi001.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 100 pref medium 2024-02-14T17:59:31.320 INFO:teuthology.orchestra.run.smithi001.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-14T17:59:31.320 INFO:teuthology.orchestra.run.smithi001.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-02-14T17:59:31.320 INFO:teuthology.orchestra.run.smithi001.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-14T17:59:31.320 INFO:teuthology.orchestra.run.smithi001.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-14T17:59:31.320 INFO:teuthology.orchestra.run.smithi001.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:15e8/64 scope link noprefixroute 2024-02-14T17:59:31.320 INFO:teuthology.orchestra.run.smithi001.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-02-14T17:59:31.321 INFO:teuthology.orchestra.run.smithi001.stdout:Mon IP `172.21.15.1` is in CIDR network `172.21.0.0/20` 2024-02-14T17:59:31.323 INFO:teuthology.orchestra.run.smithi001.stdout:Mon IP `172.21.15.1` is in CIDR network `172.21.0.0/20` 2024-02-14T17:59:31.323 INFO:teuthology.orchestra.run.smithi001.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-14T17:59:31.323 INFO:teuthology.orchestra.run.smithi001.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-14T17:59:31.324 INFO:teuthology.orchestra.run.smithi001.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1... 2024-02-14T17:59:31.723 INFO:teuthology.orchestra.run.smithi001.stdout:/bin/podman: stdout 170846cf6432fa177c159b5d8a38454ab2459d562a59c58b9aa838f6e31ddf86 2024-02-14T17:59:31.723 INFO:teuthology.orchestra.run.smithi001.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1... 2024-02-14T17:59:31.723 INFO:teuthology.orchestra.run.smithi001.stdout:/bin/podman: stderr Getting image source signatures 2024-02-14T17:59:31.724 INFO:teuthology.orchestra.run.smithi001.stdout:/bin/podman: stderr Copying blob sha256:85deddcd78c19bc18770d0f2ed0eee83c11fab2d5e1d2ebb809a77baeec400f6 2024-02-14T17:59:31.724 INFO:teuthology.orchestra.run.smithi001.stdout:/bin/podman: stderr Copying blob sha256:0f642e61a11afb42c0ccb5b05f5809250ad643ed143780d6ff49a5a4c492fc38 2024-02-14T17:59:31.724 INFO:teuthology.orchestra.run.smithi001.stdout:/bin/podman: stderr Copying config sha256:170846cf6432fa177c159b5d8a38454ab2459d562a59c58b9aa838f6e31ddf86 2024-02-14T17:59:31.724 INFO:teuthology.orchestra.run.smithi001.stdout:/bin/podman: stderr Writing manifest to image destination 2024-02-14T17:59:32.637 INFO:teuthology.orchestra.run.smithi001.stdout:ceph: stdout ceph version 19.0.0-1430-g8727ce93 (8727ce939fc044a98f215e29696bb1433f5758d1) squid (dev) 2024-02-14T17:59:32.637 INFO:teuthology.orchestra.run.smithi001.stdout:Ceph version: ceph version 19.0.0-1430-g8727ce93 (8727ce939fc044a98f215e29696bb1433f5758d1) squid (dev) 2024-02-14T17:59:32.637 INFO:teuthology.orchestra.run.smithi001.stdout:Extracting ceph user uid/gid from container image... 2024-02-14T17:59:33.534 INFO:teuthology.orchestra.run.smithi001.stdout:stat: stdout 167 167 2024-02-14T17:59:33.534 INFO:teuthology.orchestra.run.smithi001.stdout:Creating initial keys... 2024-02-14T17:59:34.530 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-authtool: stdout AQCF/8xlJNJYNhAAsyO0dhK1ImlaRUaSB2CLzg== 2024-02-14T17:59:35.595 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-authtool: stdout AQCG/8xlCjGaOhAANtTXgaVO+e/gcSuyTf3g6A== 2024-02-14T17:59:36.525 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph-authtool: stdout AQCH/8xlkwviOBAAohtNI5hPr+mhItSUVkGbQw== 2024-02-14T17:59:36.525 INFO:teuthology.orchestra.run.smithi001.stdout:Creating initial monmap... 2024-02-14T17:59:37.456 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-14T17:59:37.456 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-02-14T17:59:37.456 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 96c45446-cb62-11ee-95b9-87774f69a715 2024-02-14T17:59:37.456 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-14T17:59:37.456 INFO:teuthology.orchestra.run.smithi001.stdout:monmaptool for smithi001 [v2:172.21.15.1:3300,v1:172.21.15.1:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-14T17:59:37.456 INFO:teuthology.orchestra.run.smithi001.stdout:setting min_mon_release = quincy 2024-02-14T17:59:37.456 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: set fsid to 96c45446-cb62-11ee-95b9-87774f69a715 2024-02-14T17:59:37.456 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-14T17:59:37.456 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T17:59:37.457 INFO:teuthology.orchestra.run.smithi001.stdout:Creating mon... 2024-02-14T17:59:38.453 INFO:teuthology.orchestra.run.smithi001.stdout:create mon.smithi001 on 2024-02-14T17:59:38.846 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-14T17:59:39.053 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-96c45446-cb62-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-96c45446-cb62-11ee-95b9-87774f69a715.target. 2024-02-14T17:59:39.053 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-96c45446-cb62-11ee-95b9-87774f69a715.target → /etc/systemd/system/ceph-96c45446-cb62-11ee-95b9-87774f69a715.target. 2024-02-14T17:59:39.289 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-96c45446-cb62-11ee-95b9-87774f69a715@mon.smithi001 2024-02-14T17:59:39.289 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to reset failed state of unit ceph-96c45446-cb62-11ee-95b9-87774f69a715@mon.smithi001.service: Unit ceph-96c45446-cb62-11ee-95b9-87774f69a715@mon.smithi001.service not loaded. 2024-02-14T17:59:39.459 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-96c45446-cb62-11ee-95b9-87774f69a715.target.wants/ceph-96c45446-cb62-11ee-95b9-87774f69a715@mon.smithi001.service → /etc/systemd/system/ceph-96c45446-cb62-11ee-95b9-87774f69a715@.service. 2024-02-14T17:59:39.787 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:39 smithi001 podman[25225]: 2024-02-14 17:59:39.585060459 +0000 UTC m=+0.017489652 image pull 170846cf6432fa177c159b5d8a38454ab2459d562a59c58b9aa838f6e31ddf86 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 2024-02-14T17:59:39.983 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-14T17:59:39.983 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout disabled 2024-02-14T17:59:39.990 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-14T17:59:39.990 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-02-14T17:59:39.990 INFO:teuthology.orchestra.run.smithi001.stdout:firewalld.service is not enabled 2024-02-14T17:59:39.990 INFO:teuthology.orchestra.run.smithi001.stdout:Not possible to enable service . firewalld.service is not available 2024-02-14T17:59:39.990 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mon to start... 2024-02-14T17:59:39.991 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mon... 2024-02-14T17:59:40.114 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:39 smithi001 podman[25225]: 2024-02-14 17:59:39.86141233 +0000 UTC m=+0.293841513 container init 9bda4245da0a401b952c3a14def9d8b555a826c973d9c3d3247ee3c1b181631a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1, name=ceph-96c45446-cb62-11ee-95b9-87774f69a715-mon-smithi001, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=1617517b9622744995c4661989e3c30d036a7cfd, CEPH_POINT_RELEASE=, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-2024-02-14-1033-8727ce9, org.label-schema.license=GPLv2, org.label-schema.build-date=20240214, maintainer=Guillaume Abrioux ) 2024-02-14T17:59:40.114 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:39 smithi001 podman[25225]: 2024-02-14 17:59:39.866762922 +0000 UTC m=+0.299192106 container start 9bda4245da0a401b952c3a14def9d8b555a826c973d9c3d3247ee3c1b181631a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1, name=ceph-96c45446-cb62-11ee-95b9-87774f69a715-mon-smithi001, maintainer=Guillaume Abrioux , RELEASE=wip-guits-testing-2024-02-14-1033-8727ce9, org.label-schema.build-date=20240214, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=1617517b9622744995c4661989e3c30d036a7cfd, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, CEPH_POINT_RELEASE=) 2024-02-14T17:59:40.114 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:39 smithi001 ceph-mon[25263]: mkfs 96c45446-cb62-11ee-95b9-87774f69a715 2024-02-14T17:59:40.114 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:39 smithi001 ceph-mon[25263]: mon.smithi001 is new leader, mons smithi001 in quorum (ranks 0) 2024-02-14T17:59:40.115 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:39 smithi001 bash[25225]: 9bda4245da0a401b952c3a14def9d8b555a826c973d9c3d3247ee3c1b181631a 2024-02-14T17:59:40.115 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:39 smithi001 systemd[1]: Started Ceph mon.smithi001 for 96c45446-cb62-11ee-95b9-87774f69a715. 2024-02-14T17:59:41.166 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:40 smithi001 ceph-mon[25263]: mon.smithi001 is new leader, mons smithi001 in quorum (ranks 0) 2024-02-14T17:59:41.166 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:40 smithi001 ceph-mon[25263]: monmap e1: 1 mons at {smithi001=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-14T17:59:41.166 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:40 smithi001 ceph-mon[25263]: fsmap 2024-02-14T17:59:41.166 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:40 smithi001 ceph-mon[25263]: osdmap e1: 0 total, 0 up, 0 in 2024-02-14T17:59:41.166 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:40 smithi001 ceph-mon[25263]: mgrmap e1: no daemons active 2024-02-14T17:59:41.166 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:40 smithi001 ceph-mon[25263]: from='client.? 172.21.15.1:0/3264101047' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-14T17:59:41.170 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout cluster: 2024-02-14T17:59:41.170 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout id: 96c45446-cb62-11ee-95b9-87774f69a715 2024-02-14T17:59:41.171 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-02-14T17:59:41.171 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-14T17:59:41.171 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout services: 2024-02-14T17:59:41.171 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi001 (age 0.601043s) 2024-02-14T17:59:41.171 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-02-14T17:59:41.171 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-02-14T17:59:41.171 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-14T17:59:41.171 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout data: 2024-02-14T17:59:41.171 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-02-14T17:59:41.171 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-02-14T17:59:41.171 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-02-14T17:59:41.171 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout pgs: 2024-02-14T17:59:41.171 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-14T17:59:41.171 INFO:teuthology.orchestra.run.smithi001.stdout:mon is available 2024-02-14T17:59:41.171 INFO:teuthology.orchestra.run.smithi001.stdout:Assimilating anything we can from ceph.conf... 2024-02-14T17:59:44.636 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:44 smithi001 ceph-mon[25263]: from='client.? 172.21.15.1:0/2096164057' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-14T17:59:44.637 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:44 smithi001 ceph-mon[25263]: from='client.? 172.21.15.1:0/2096164057' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-14T17:59:50.599 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-14T17:59:50.599 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [global] 2024-02-14T17:59:50.599 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout fsid = 96c45446-cb62-11ee-95b9-87774f69a715 2024-02-14T17:59:50.599 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.1:3300,v1:172.21.15.1:6789] 2024-02-14T17:59:50.600 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-14T17:59:50.600 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-14T17:59:50.600 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-14T17:59:50.600 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-14T17:59:50.600 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-14T17:59:50.600 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-14T17:59:50.600 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-14T17:59:50.600 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-14T17:59:50.600 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [osd] 2024-02-14T17:59:50.600 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-14T17:59:50.600 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-14T17:59:50.600 INFO:teuthology.orchestra.run.smithi001.stdout:Generating new minimal ceph.conf... 2024-02-14T17:59:51.425 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:51 smithi001 ceph-mon[25263]: from='client.? 172.21.15.1:0/3640597856' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T17:59:51.661 INFO:teuthology.orchestra.run.smithi001.stdout:Restarting the monitor... 2024-02-14T17:59:51.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:51 smithi001 systemd[1]: Stopping Ceph mon.smithi001 for 96c45446-cb62-11ee-95b9-87774f69a715... 2024-02-14T17:59:52.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:51 smithi001 ceph-96c45446-cb62-11ee-95b9-87774f69a715-mon-smithi001[25240]: 2024-02-14T17:59:51.929+0000 7fed24f00700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi001 -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-02-14T17:59:52.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:51 smithi001 ceph-96c45446-cb62-11ee-95b9-87774f69a715-mon-smithi001[25240]: 2024-02-14T17:59:51.929+0000 7fed24f00700 -1 mon.smithi001@0(leader) e1 *** Got Signal Terminated *** 2024-02-14T17:59:52.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:52 smithi001 podman[25594]: 2024-02-14 17:59:52.053467828 +0000 UTC m=+0.225987718 container died 9bda4245da0a401b952c3a14def9d8b555a826c973d9c3d3247ee3c1b181631a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1, name=ceph-96c45446-cb62-11ee-95b9-87774f69a715-mon-smithi001, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240214, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, ceph=True, io.buildah.version=1.33.5, org.label-schema.vendor=CentOS, GIT_COMMIT=1617517b9622744995c4661989e3c30d036a7cfd, RELEASE=wip-guits-testing-2024-02-14-1033-8727ce9, maintainer=Guillaume Abrioux ) 2024-02-14T17:59:52.553 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:52 smithi001 podman[25594]: 2024-02-14 17:59:52.376815257 +0000 UTC m=+0.549335188 container cleanup 9bda4245da0a401b952c3a14def9d8b555a826c973d9c3d3247ee3c1b181631a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1, name=ceph-96c45446-cb62-11ee-95b9-87774f69a715-mon-smithi001, io.buildah.version=1.33.5, GIT_CLEAN=True, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_COMMIT=1617517b9622744995c4661989e3c30d036a7cfd, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240214, RELEASE=wip-guits-testing-2024-02-14-1033-8727ce9, maintainer=Guillaume Abrioux ) 2024-02-14T17:59:52.553 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:52 smithi001 bash[25594]: ceph-96c45446-cb62-11ee-95b9-87774f69a715-mon-smithi001 2024-02-14T17:59:52.804 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:52 smithi001 podman[25613]: 2024-02-14 17:59:52.552584889 +0000 UTC m=+0.499974936 container remove 9bda4245da0a401b952c3a14def9d8b555a826c973d9c3d3247ee3c1b181631a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1, name=ceph-96c45446-cb62-11ee-95b9-87774f69a715-mon-smithi001, RELEASE=wip-guits-testing-2024-02-14-1033-8727ce9, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240214, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=1617517b9622744995c4661989e3c30d036a7cfd, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux ) 2024-02-14T17:59:52.804 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:52 smithi001 systemd[1]: ceph-96c45446-cb62-11ee-95b9-87774f69a715@mon.smithi001.service: Deactivated successfully. 2024-02-14T17:59:52.804 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:52 smithi001 systemd[1]: Stopped Ceph mon.smithi001 for 96c45446-cb62-11ee-95b9-87774f69a715. 2024-02-14T17:59:52.804 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:52 smithi001 systemd[1]: Starting Ceph mon.smithi001 for 96c45446-cb62-11ee-95b9-87774f69a715... 2024-02-14T17:59:53.089 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:52 smithi001 podman[25713]: 2024-02-14 17:59:52.986703899 +0000 UTC m=+0.087057860 container create 706de7e93157e3a8190e325624f36484d7e38878eed7b25beca94ca0de6299f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1, name=ceph-96c45446-cb62-11ee-95b9-87774f69a715-mon-smithi001, io.buildah.version=1.33.5, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240214, GIT_COMMIT=1617517b9622744995c4661989e3c30d036a7cfd, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-guits-testing-2024-02-14-1033-8727ce9, org.label-schema.vendor=CentOS) 2024-02-14T17:59:53.089 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 podman[25713]: 2024-02-14 17:59:52.91734167 +0000 UTC m=+0.017695601 image pull 170846cf6432fa177c159b5d8a38454ab2459d562a59c58b9aa838f6e31ddf86 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 2024-02-14T17:59:53.251 INFO:teuthology.orchestra.run.smithi001.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-14T17:59:53.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 podman[25713]: 2024-02-14 17:59:53.164050679 +0000 UTC m=+0.264404614 container init 706de7e93157e3a8190e325624f36484d7e38878eed7b25beca94ca0de6299f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1, name=ceph-96c45446-cb62-11ee-95b9-87774f69a715-mon-smithi001, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=1617517b9622744995c4661989e3c30d036a7cfd, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , RELEASE=wip-guits-testing-2024-02-14-1033-8727ce9, org.label-schema.build-date=20240214, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, org.label-schema.license=GPLv2) 2024-02-14T17:59:53.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 podman[25713]: 2024-02-14 17:59:53.169766708 +0000 UTC m=+0.270120630 container start 706de7e93157e3a8190e325624f36484d7e38878eed7b25beca94ca0de6299f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1, name=ceph-96c45446-cb62-11ee-95b9-87774f69a715-mon-smithi001, maintainer=Guillaume Abrioux , ceph=True, GIT_BRANCH=HEAD, io.buildah.version=1.33.5, GIT_COMMIT=1617517b9622744995c4661989e3c30d036a7cfd, RELEASE=wip-guits-testing-2024-02-14-1033-8727ce9, org.label-schema.build-date=20240214, org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0) 2024-02-14T17:59:53.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: set uid:gid to 167:167 (ceph:ceph) 2024-02-14T17:59:53.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: ceph version 19.0.0-1430-g8727ce93 (8727ce939fc044a98f215e29696bb1433f5758d1) squid (dev), process ceph-mon, pid 7 2024-02-14T17:59:53.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: pidfile_write: ignore empty --pid-file 2024-02-14T17:59:53.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: load: jerasure load: lrc 2024-02-14T17:59:53.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: RocksDB version: 7.9.2 2024-02-14T17:59:53.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Git sha 0 2024-02-14T17:59:53.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Compile date 2024-02-14 11:59:27 2024-02-14T17:59:53.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: DB SUMMARY 2024-02-14T17:59:53.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: DB Session ID: XJQ9QI384E5OUNOFD6DQ 2024-02-14T17:59:53.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: CURRENT file: CURRENT 2024-02-14T17:59:53.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: IDENTITY file: IDENTITY 2024-02-14T17:59:53.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-02-14T17:59:53.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi001/store.db dir, Total Num: 1, files: 000008.sst 2024-02-14T17:59:53.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi001/store.db: 000009.log size: 84677 ; 2024-02-14T17:59:53.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.error_if_exists: 0 2024-02-14T17:59:53.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.create_if_missing: 0 2024-02-14T17:59:53.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.paranoid_checks: 1 2024-02-14T17:59:53.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.flush_verify_memtable_count: 1 2024-02-14T17:59:53.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-02-14T17:59:53.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-02-14T17:59:53.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.env: 0x5565bfa56ae0 2024-02-14T17:59:53.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.fs: PosixFileSystem 2024-02-14T17:59:53.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.info_log: 0x5565c07ff760 2024-02-14T17:59:53.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_file_opening_threads: 16 2024-02-14T17:59:53.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.statistics: (nil) 2024-02-14T17:59:53.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.use_fsync: 0 2024-02-14T17:59:53.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_log_file_size: 0 2024-02-14T17:59:53.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-14T17:59:53.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.log_file_time_to_roll: 0 2024-02-14T17:59:53.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.keep_log_file_num: 1000 2024-02-14T17:59:53.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.recycle_log_file_num: 0 2024-02-14T17:59:53.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.allow_fallocate: 1 2024-02-14T17:59:53.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.allow_mmap_reads: 0 2024-02-14T17:59:53.436 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.allow_mmap_writes: 0 2024-02-14T17:59:53.436 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.use_direct_reads: 0 2024-02-14T17:59:53.436 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-14T17:59:53.436 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.create_missing_column_families: 0 2024-02-14T17:59:53.436 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.db_log_dir: 2024-02-14T17:59:53.436 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.wal_dir: 2024-02-14T17:59:53.436 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.table_cache_numshardbits: 6 2024-02-14T17:59:53.436 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.WAL_ttl_seconds: 0 2024-02-14T17:59:53.436 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.WAL_size_limit_MB: 0 2024-02-14T17:59:53.436 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-14T17:59:53.436 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-14T17:59:53.436 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.is_fd_close_on_exec: 1 2024-02-14T17:59:53.436 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.advise_random_on_open: 1 2024-02-14T17:59:53.436 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.db_write_buffer_size: 0 2024-02-14T17:59:53.437 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.write_buffer_manager: 0x5565c07d3400 2024-02-14T17:59:53.437 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-14T17:59:53.437 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-14T17:59:53.437 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.use_adaptive_mutex: 0 2024-02-14T17:59:53.437 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.rate_limiter: (nil) 2024-02-14T17:59:53.437 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-14T17:59:53.437 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.wal_recovery_mode: 2 2024-02-14T17:59:53.437 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.enable_thread_tracking: 0 2024-02-14T17:59:53.437 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.enable_pipelined_write: 0 2024-02-14T17:59:53.437 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.unordered_write: 0 2024-02-14T17:59:53.437 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-14T17:59:53.437 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-14T17:59:53.437 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-14T17:59:53.437 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-14T17:59:53.438 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.row_cache: None 2024-02-14T17:59:53.438 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.wal_filter: None 2024-02-14T17:59:53.439 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-14T17:59:53.439 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.allow_ingest_behind: 0 2024-02-14T17:59:53.439 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.two_write_queues: 0 2024-02-14T17:59:53.439 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.manual_wal_flush: 0 2024-02-14T17:59:53.439 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.wal_compression: 0 2024-02-14T17:59:53.440 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.atomic_flush: 0 2024-02-14T17:59:53.440 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-14T17:59:53.440 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.persist_stats_to_disk: 0 2024-02-14T17:59:53.440 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.write_dbid_to_manifest: 0 2024-02-14T17:59:53.440 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.log_readahead_size: 0 2024-02-14T17:59:53.440 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-02-14T17:59:53.440 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.best_efforts_recovery: 0 2024-02-14T17:59:53.440 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-02-14T17:59:53.440 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-02-14T17:59:53.440 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.allow_data_in_errors: 0 2024-02-14T17:59:53.440 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.db_host_id: __hostname__ 2024-02-14T17:59:53.440 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.enforce_single_del_contracts: true 2024-02-14T17:59:53.440 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_background_jobs: 2 2024-02-14T17:59:53.440 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_background_compactions: -1 2024-02-14T17:59:53.441 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_subcompactions: 1 2024-02-14T17:59:53.441 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-14T17:59:53.441 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-14T17:59:53.441 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.delayed_write_rate : 16777216 2024-02-14T17:59:53.441 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_total_wal_size: 0 2024-02-14T17:59:53.441 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-14T17:59:53.441 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.stats_dump_period_sec: 600 2024-02-14T17:59:53.441 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.stats_persist_period_sec: 600 2024-02-14T17:59:53.441 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-14T17:59:53.441 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_open_files: -1 2024-02-14T17:59:53.441 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.bytes_per_sync: 0 2024-02-14T17:59:53.441 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.wal_bytes_per_sync: 0 2024-02-14T17:59:53.441 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.strict_bytes_per_sync: 0 2024-02-14T17:59:53.441 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.compaction_readahead_size: 0 2024-02-14T17:59:53.441 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_background_flushes: -1 2024-02-14T17:59:53.441 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Compression algorithms supported: 2024-02-14T17:59:53.442 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-14T17:59:53.442 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: kZSTD supported: 0 2024-02-14T17:59:53.442 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: kXpressCompression supported: 0 2024-02-14T17:59:53.442 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: kLZ4HCCompression supported: 1 2024-02-14T17:59:53.442 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: kZlibCompression supported: 1 2024-02-14T17:59:53.442 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: kSnappyCompression supported: 1 2024-02-14T17:59:53.442 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: kLZ4Compression supported: 1 2024-02-14T17:59:53.442 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: kBZip2Compression supported: 0 2024-02-14T17:59:53.442 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Fast CRC32 supported: Supported on x86 2024-02-14T17:59:53.442 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: DMutex implementation: pthread_mutex_t 2024-02-14T17:59:53.442 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi001/store.db/MANIFEST-000010 2024-02-14T17:59:53.442 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-02-14T17:59:53.442 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-14T17:59:53.442 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.merge_operator: 2024-02-14T17:59:53.442 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.compaction_filter: None 2024-02-14T17:59:53.443 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.compaction_filter_factory: None 2024-02-14T17:59:53.443 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.sst_partitioner_factory: None 2024-02-14T17:59:53.443 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.memtable_factory: SkipListFactory 2024-02-14T17:59:53.443 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.table_factory: BlockBasedTable 2024-02-14T17:59:53.443 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5565c07ff880) 2024-02-14T17:59:53.443 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: cache_index_and_filter_blocks: 1 2024-02-14T17:59:53.443 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-14T17:59:53.443 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-14T17:59:53.443 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: pin_top_level_index_and_filter: 1 2024-02-14T17:59:53.443 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: index_type: 0 2024-02-14T17:59:53.443 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: data_block_index_type: 0 2024-02-14T17:59:53.443 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: index_shortening: 1 2024-02-14T17:59:53.443 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: data_block_hash_table_util_ratio: 0.750000 2024-02-14T17:59:53.443 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: checksum: 4 2024-02-14T17:59:53.443 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: no_block_cache: 0 2024-02-14T17:59:53.443 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: block_cache: 0x5565c0803090 2024-02-14T17:59:53.444 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: block_cache_name: BinnedLRUCache 2024-02-14T17:59:53.444 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: block_cache_options: 2024-02-14T17:59:53.444 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: capacity : 536870912 2024-02-14T17:59:53.444 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: num_shard_bits : 4 2024-02-14T17:59:53.444 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: strict_capacity_limit : 0 2024-02-14T17:59:53.444 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: high_pri_pool_ratio: 0.000 2024-02-14T17:59:53.444 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: block_cache_compressed: (nil) 2024-02-14T17:59:53.444 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: persistent_cache: (nil) 2024-02-14T17:59:53.444 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: block_size: 4096 2024-02-14T17:59:53.444 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: block_size_deviation: 10 2024-02-14T17:59:53.444 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: block_restart_interval: 16 2024-02-14T17:59:53.444 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: index_block_restart_interval: 1 2024-02-14T17:59:53.444 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: metadata_block_size: 4096 2024-02-14T17:59:53.444 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: partition_filters: 0 2024-02-14T17:59:53.445 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: use_delta_encoding: 1 2024-02-14T17:59:53.445 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: filter_policy: bloomfilter 2024-02-14T17:59:53.445 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: whole_key_filtering: 1 2024-02-14T17:59:53.445 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: verify_compression: 0 2024-02-14T17:59:53.445 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: read_amp_bytes_per_bit: 0 2024-02-14T17:59:53.445 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: format_version: 5 2024-02-14T17:59:53.445 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: enable_index_compression: 1 2024-02-14T17:59:53.445 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: block_align: 0 2024-02-14T17:59:53.445 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: max_auto_readahead_size: 262144 2024-02-14T17:59:53.445 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: prepopulate_block_cache: 0 2024-02-14T17:59:53.445 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: initial_auto_readahead_size: 8192 2024-02-14T17:59:53.445 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: num_file_reads_for_auto_readahead: 2 2024-02-14T17:59:53.445 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.write_buffer_size: 33554432 2024-02-14T17:59:53.445 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_write_buffer_number: 2 2024-02-14T17:59:53.445 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.compression: NoCompression 2024-02-14T17:59:53.446 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.bottommost_compression: Disabled 2024-02-14T17:59:53.446 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.prefix_extractor: nullptr 2024-02-14T17:59:53.446 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-14T17:59:53.446 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.num_levels: 7 2024-02-14T17:59:53.446 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-14T17:59:53.446 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-14T17:59:53.446 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-14T17:59:53.446 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-14T17:59:53.446 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-14T17:59:53.446 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-14T17:59:53.446 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-14T17:59:53.446 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-14T17:59:53.446 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-02-14T17:59:53.446 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-14T17:59:53.446 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-02-14T17:59:53.447 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-02-14T17:59:53.447 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.compression_opts.window_bits: -14 2024-02-14T17:59:53.447 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.compression_opts.level: 32767 2024-02-14T17:59:53.447 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.compression_opts.strategy: 0 2024-02-14T17:59:53.447 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-14T17:59:53.447 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-14T17:59:53.447 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-02-14T17:59:53.447 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-02-14T17:59:53.447 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.compression_opts.enabled: false 2024-02-14T17:59:53.447 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-02-14T17:59:53.447 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-14T17:59:53.447 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-14T17:59:53.447 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-14T17:59:53.447 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.target_file_size_base: 67108864 2024-02-14T17:59:53.448 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.target_file_size_multiplier: 1 2024-02-14T17:59:53.448 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-14T17:59:53.448 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-14T17:59:53.448 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-14T17:59:53.448 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-14T17:59:53.448 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-14T17:59:53.448 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-14T17:59:53.448 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-14T17:59:53.448 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-14T17:59:53.448 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-14T17:59:53.448 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-14T17:59:53.448 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-14T17:59:53.448 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-14T17:59:53.448 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-02-14T17:59:53.448 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.arena_block_size: 1048576 2024-02-14T17:59:53.449 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-14T17:59:53.449 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-14T17:59:53.449 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.disable_auto_compactions: 0 2024-02-14T17:59:53.449 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-14T17:59:53.449 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-14T17:59:53.449 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-14T17:59:53.449 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-14T17:59:53.449 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-14T17:59:53.449 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-14T17:59:53.449 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-14T17:59:53.449 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-14T17:59:53.449 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-14T17:59:53.449 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-14T17:59:53.449 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.table_properties_collectors: 2024-02-14T17:59:53.450 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.inplace_update_support: 0 2024-02-14T17:59:53.450 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.inplace_update_num_locks: 10000 2024-02-14T17:59:53.450 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-14T17:59:53.450 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-14T17:59:53.450 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.memtable_huge_page_size: 0 2024-02-14T17:59:53.450 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.bloom_locality: 0 2024-02-14T17:59:53.450 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.max_successive_merges: 0 2024-02-14T17:59:53.450 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.optimize_filters_for_hits: 0 2024-02-14T17:59:53.450 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.paranoid_file_checks: 0 2024-02-14T17:59:53.450 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.force_consistency_checks: 1 2024-02-14T17:59:53.450 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.report_bg_io_stats: 0 2024-02-14T17:59:53.450 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.ttl: 2592000 2024-02-14T17:59:53.450 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.periodic_compaction_seconds: 0 2024-02-14T17:59:53.450 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-02-14T17:59:53.451 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-02-14T17:59:53.451 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.enable_blob_files: false 2024-02-14T17:59:53.451 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.min_blob_size: 0 2024-02-14T17:59:53.451 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.blob_file_size: 268435456 2024-02-14T17:59:53.451 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.blob_compression_type: NoCompression 2024-02-14T17:59:53.451 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.enable_blob_garbage_collection: false 2024-02-14T17:59:53.451 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-02-14T17:59:53.451 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-02-14T17:59:53.451 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-02-14T17:59:53.451 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.blob_file_starting_level: 0 2024-02-14T17:59:53.451 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-02-14T17:59:53.451 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi001/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-02-14T17:59:53.451 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-02-14T17:59:53.452 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 05626fde-0714-46f6-a901-08a92479b807 2024-02-14T17:59:53.452 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707933593198377, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-02-14T17:59:53.452 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-02-14T17:59:53.452 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707933593199221, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81411, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 250, "table_properties": {"data_size": 79598, "index_size": 223, "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": 9884, "raw_average_key_size": 47, "raw_value_size": 73931, "raw_average_value_size": 353, "num_data_blocks": 10, "num_entries": 209, "num_filter_entries": 209, "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": 1707933593, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "05626fde-0714-46f6-a901-08a92479b807", "db_session_id": "XJQ9QI384E5OUNOFD6DQ", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-02-14T17:59:53.452 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: EVENT_LOG_v1 {"time_micros": 1707933593199303, "job": 1, "event": "recovery_finished"} 2024-02-14T17:59:53.452 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-02-14T17:59:53.452 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi001/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-02-14T17:59:53.452 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5565c08f2000 2024-02-14T17:59:53.452 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: DB pointer 0x5565c08de000 2024-02-14T17:59:53.452 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-02-14T17:59:53.452 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-02-14T17:59:53.452 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: ** DB Stats ** 2024-02-14T17:59:53.452 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-14T17:59:53.452 INFO:journalctl@ceph.mon.smithi001.smithi001.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-02-14T17:59:53.453 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-14T17:59:53.453 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-14T17:59:53.453 INFO:journalctl@ceph.mon.smithi001.smithi001.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-02-14T17:59:53.453 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-14T17:59:53.453 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-14T17:59:53.453 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: 2024-02-14T17:59:53.453 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: ** Compaction Stats [default] ** 2024-02-14T17:59:53.453 INFO:journalctl@ceph.mon.smithi001.smithi001.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-02-14T17:59:53.453 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-02-14T17:59:53.453 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: L0 2/0 81.38 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-14T17:59:53.453 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Sum 2/0 81.38 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-14T17:59:53.453 INFO:journalctl@ceph.mon.smithi001.smithi001.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 141.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-14T17:59:53.453 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: 2024-02-14T17:59:53.453 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: ** Compaction Stats [default] ** 2024-02-14T17:59:53.454 INFO:journalctl@ceph.mon.smithi001.smithi001.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-02-14T17:59:53.454 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-14T17:59:53.454 INFO:journalctl@ceph.mon.smithi001.smithi001.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 141.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-02-14T17:59:53.454 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: 2024-02-14T17:59:53.454 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-02-14T17:59:53.454 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: 2024-02-14T17:59:53.454 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-02-14T17:59:53.454 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-02-14T17:59:53.454 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-14T17:59:53.454 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-02-14T17:59:53.454 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-02-14T17:59:53.454 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: AddFile(Keys): cumulative 0, interval 0 2024-02-14T17:59:53.454 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Cumulative compaction: 0.00 GB write, 27.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-14T17:59:53.454 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Interval compaction: 0.00 GB write, 27.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-14T17:59:53.455 INFO:journalctl@ceph.mon.smithi001.smithi001.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-02-14T17:59:53.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Block cache BinnedLRUCache@0x5565c0803090#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-02-14T17:59:53.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-02-14T17:59:53.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: 2024-02-14T17:59:53.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: ** File Read Latency Histogram By Level [default] ** 2024-02-14T17:59:53.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: starting mon.smithi001 rank 0 at public addrs [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] at bind addrs [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi001 fsid 96c45446-cb62-11ee-95b9-87774f69a715 2024-02-14T17:59:53.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: mon.smithi001@-1(???) e1 preinit fsid 96c45446-cb62-11ee-95b9-87774f69a715 2024-02-14T17:59:53.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: mon.smithi001@-1(???).mds e1 new map 2024-02-14T17:59:53.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: mon.smithi001@-1(???).mds e1 print_map 2024-02-14T17:59:53.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: e1 2024-02-14T17:59:53.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-02-14T17:59:53.455 INFO:journalctl@ceph.mon.smithi001.smithi001.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} 2024-02-14T17:59:53.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: legacy client fscid: -1 2024-02-14T17:59:53.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: 2024-02-14T17:59:53.455 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: No filesystems configured 2024-02-14T17:59:53.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: mon.smithi001@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-14T17:59:53.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: mon.smithi001@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-14T17:59:53.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: mon.smithi001@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-14T17:59:53.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: mon.smithi001@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-14T17:59:53.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: mon.smithi001@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-14T17:59:53.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 bash[25713]: 706de7e93157e3a8190e325624f36484d7e38878eed7b25beca94ca0de6299f0 2024-02-14T17:59:53.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 systemd[1]: Started Ceph mon.smithi001 for 96c45446-cb62-11ee-95b9-87774f69a715. 2024-02-14T17:59:53.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: mon.smithi001 is new leader, mons smithi001 in quorum (ranks 0) 2024-02-14T17:59:53.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: monmap e1: 1 mons at {smithi001=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-14T17:59:53.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: fsmap 2024-02-14T17:59:53.456 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: osdmap e1: 0 total, 0 up, 0 in 2024-02-14T17:59:53.457 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:53 smithi001 ceph-mon[25751]: mgrmap e1: no daemons active 2024-02-14T17:59:54.273 INFO:teuthology.orchestra.run.smithi001.stdout:Wrote config to /etc/ceph/ceph.conf 2024-02-14T17:59:54.294 INFO:teuthology.orchestra.run.smithi001.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-14T17:59:54.295 INFO:teuthology.orchestra.run.smithi001.stdout:Creating mgr... 2024-02-14T17:59:54.295 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying port 0.0.0.0:9283 ... 2024-02-14T17:59:54.296 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying port 0.0.0.0:8765 ... 2024-02-14T17:59:54.296 INFO:teuthology.orchestra.run.smithi001.stdout:Verifying port 0.0.0.0:8443 ... 2024-02-14T17:59:54.567 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-96c45446-cb62-11ee-95b9-87774f69a715@mgr.smithi001.iqhwpc 2024-02-14T17:59:54.567 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Failed to reset failed state of unit ceph-96c45446-cb62-11ee-95b9-87774f69a715@mgr.smithi001.iqhwpc.service: Unit ceph-96c45446-cb62-11ee-95b9-87774f69a715@mgr.smithi001.iqhwpc.service not loaded. 2024-02-14T17:59:54.720 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-96c45446-cb62-11ee-95b9-87774f69a715.target.wants/ceph-96c45446-cb62-11ee-95b9-87774f69a715@mgr.smithi001.iqhwpc.service → /etc/systemd/system/ceph-96c45446-cb62-11ee-95b9-87774f69a715@.service. 2024-02-14T17:59:55.009 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:54 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/949880751' entity='client.admin' 2024-02-14T17:59:55.793 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-14T17:59:55.794 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout disabled 2024-02-14T17:59:55.801 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-14T17:59:55.801 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-02-14T17:59:55.801 INFO:teuthology.orchestra.run.smithi001.stdout:firewalld.service is not enabled 2024-02-14T17:59:55.801 INFO:teuthology.orchestra.run.smithi001.stdout:Not possible to enable service . firewalld.service is not available 2024-02-14T17:59:55.809 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-14T17:59:55.809 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout disabled 2024-02-14T17:59:55.816 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-14T17:59:55.816 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-02-14T17:59:55.816 INFO:teuthology.orchestra.run.smithi001.stdout:firewalld.service is not enabled 2024-02-14T17:59:55.816 INFO:teuthology.orchestra.run.smithi001.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-02-14T17:59:55.816 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mgr to start... 2024-02-14T17:59:55.816 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mgr... 2024-02-14T17:59:56.678 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:56 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/2555210193' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-14T17:59:56.975 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-14T17:59:56.975 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-02-14T17:59:56.975 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsid": "96c45446-cb62-11ee-95b9-87774f69a715", 2024-02-14T17:59:56.975 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "health": { 2024-02-14T17:59:56.975 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-14T17:59:56.975 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-14T17:59:56.975 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-14T17:59:56.975 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T17:59:56.975 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-14T17:59:56.975 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-14T17:59:56.975 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 0 2024-02-14T17:59:56.976 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-02-14T17:59:56.976 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-14T17:59:56.976 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "smithi001" 2024-02-14T17:59:56.976 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-02-14T17:59:56.976 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-02-14T17:59:56.976 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-14T17:59:56.976 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-14T17:59:56.976 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-14T17:59:56.976 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-14T17:59:56.976 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T17:59:56.976 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-14T17:59:56.976 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-14T17:59:56.976 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-14T17:59:56.976 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-14T17:59:56.976 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-14T17:59:56.977 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-14T17:59:56.977 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-14T17:59:56.977 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-14T17:59:56.980 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T17:59:56.980 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-14T17:59:56.980 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-14T17:59:56.980 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-14T17:59:56.980 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-14T17:59:56.980 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-14T17:59:56.980 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-14T17:59:56.980 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-14T17:59:56.981 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-14T17:59:56.981 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-14T17:59:56.981 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T17:59:56.981 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-14T17:59:56.981 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-14T17:59:56.981 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-14T17:59:56.981 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-14T17:59:56.981 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T17:59:56.981 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-14T17:59:56.981 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-14T17:59:56.981 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-14T17:59:56.981 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-14T17:59:56.981 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-14T17:59:56.981 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-14T17:59:56.981 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "restful" 2024-02-14T17:59:56.981 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-02-14T17:59:56.982 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-14T17:59:56.982 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T17:59:56.982 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-14T17:59:56.982 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-14T17:59:56.982 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modified": "2024-02-14T17:59:39.930398+0000", 2024-02-14T17:59:56.982 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-14T17:59:56.982 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T17:59:56.982 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-14T17:59:56.982 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-02-14T17:59:56.982 INFO:teuthology.orchestra.run.smithi001.stdout:mgr not available, waiting (1/15)... 2024-02-14T17:59:59.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 17:59:59 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/3576908992' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-14T18:00:00.088 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-14T18:00:00.089 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-02-14T18:00:00.089 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsid": "96c45446-cb62-11ee-95b9-87774f69a715", 2024-02-14T18:00:00.089 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "health": { 2024-02-14T18:00:00.089 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-14T18:00:00.089 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-14T18:00:00.089 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-14T18:00:00.089 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T18:00:00.089 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-14T18:00:00.089 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-14T18:00:00.089 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 0 2024-02-14T18:00:00.089 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-02-14T18:00:00.089 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-14T18:00:00.090 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "smithi001" 2024-02-14T18:00:00.090 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-02-14T18:00:00.090 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-02-14T18:00:00.090 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-14T18:00:00.090 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-14T18:00:00.090 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-14T18:00:00.090 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-14T18:00:00.090 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T18:00:00.090 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-14T18:00:00.090 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-14T18:00:00.090 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-14T18:00:00.090 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-14T18:00:00.090 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-14T18:00:00.090 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-14T18:00:00.090 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-14T18:00:00.091 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-14T18:00:00.094 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T18:00:00.094 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-14T18:00:00.094 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-14T18:00:00.094 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-14T18:00:00.094 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-14T18:00:00.094 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-14T18:00:00.095 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-14T18:00:00.095 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-14T18:00:00.095 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-14T18:00:00.095 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-14T18:00:00.095 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T18:00:00.095 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-14T18:00:00.095 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-14T18:00:00.095 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-14T18:00:00.095 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-14T18:00:00.095 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T18:00:00.095 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-14T18:00:00.095 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-14T18:00:00.095 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-14T18:00:00.095 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-14T18:00:00.096 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-14T18:00:00.096 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-14T18:00:00.096 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "restful" 2024-02-14T18:00:00.096 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-02-14T18:00:00.096 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-14T18:00:00.096 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T18:00:00.096 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-14T18:00:00.096 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-14T18:00:00.096 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modified": "2024-02-14T17:59:39.930398+0000", 2024-02-14T18:00:00.096 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-14T18:00:00.096 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T18:00:00.096 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-14T18:00:00.096 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-02-14T18:00:00.096 INFO:teuthology.orchestra.run.smithi001.stdout:mgr not available, waiting (2/15)... 2024-02-14T18:00:02.753 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:02 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/155549391' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-14T18:00:03.239 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-14T18:00:03.239 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-02-14T18:00:03.239 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsid": "96c45446-cb62-11ee-95b9-87774f69a715", 2024-02-14T18:00:03.240 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "health": { 2024-02-14T18:00:03.240 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-14T18:00:03.240 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-14T18:00:03.240 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-14T18:00:03.240 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T18:00:03.241 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-14T18:00:03.241 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-14T18:00:03.241 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 0 2024-02-14T18:00:03.241 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-02-14T18:00:03.241 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-14T18:00:03.241 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "smithi001" 2024-02-14T18:00:03.242 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-02-14T18:00:03.242 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-02-14T18:00:03.242 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-14T18:00:03.242 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-14T18:00:03.242 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-14T18:00:03.242 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-14T18:00:03.242 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T18:00:03.242 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-14T18:00:03.243 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-14T18:00:03.243 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-14T18:00:03.243 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-14T18:00:03.243 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-14T18:00:03.243 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-14T18:00:03.243 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-14T18:00:03.243 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-14T18:00:03.243 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T18:00:03.243 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-14T18:00:03.243 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-14T18:00:03.243 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-14T18:00:03.243 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-14T18:00:03.243 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-14T18:00:03.243 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-14T18:00:03.243 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-14T18:00:03.243 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-14T18:00:03.244 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-14T18:00:03.244 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T18:00:03.244 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-14T18:00:03.244 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-14T18:00:03.244 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-14T18:00:03.244 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-14T18:00:03.244 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T18:00:03.244 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-14T18:00:03.244 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": false, 2024-02-14T18:00:03.244 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-14T18:00:03.244 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-14T18:00:03.244 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-14T18:00:03.244 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-14T18:00:03.244 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "restful" 2024-02-14T18:00:03.245 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-02-14T18:00:03.245 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-14T18:00:03.245 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T18:00:03.245 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-14T18:00:03.245 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-14T18:00:03.245 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modified": "2024-02-14T17:59:39.930398+0000", 2024-02-14T18:00:03.245 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-14T18:00:03.245 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T18:00:03.245 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-14T18:00:03.245 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-02-14T18:00:03.245 INFO:teuthology.orchestra.run.smithi001.stdout:mgr not available, waiting (3/15)... 2024-02-14T18:00:03.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:03 smithi001 ceph-mon[25751]: Activating manager daemon smithi001.iqhwpc 2024-02-14T18:00:03.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:03 smithi001 ceph-mon[25751]: mgrmap e2: smithi001.iqhwpc(active, starting, since 0.00270219s) 2024-02-14T18:00:03.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:03 smithi001 ceph-mon[25751]: from='mgr.14100 172.21.15.1:0/3583052870' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-14T18:00:03.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:03 smithi001 ceph-mon[25751]: from='mgr.14100 172.21.15.1:0/3583052870' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-14T18:00:03.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:03 smithi001 ceph-mon[25751]: from='mgr.14100 172.21.15.1:0/3583052870' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-14T18:00:03.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:03 smithi001 ceph-mon[25751]: from='mgr.14100 172.21.15.1:0/3583052870' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi001"}]: dispatch 2024-02-14T18:00:03.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:03 smithi001 ceph-mon[25751]: from='mgr.14100 172.21.15.1:0/3583052870' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mgr metadata", "who": "smithi001.iqhwpc", "id": "smithi001.iqhwpc"}]: dispatch 2024-02-14T18:00:03.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:03 smithi001 ceph-mon[25751]: Manager daemon smithi001.iqhwpc is now available 2024-02-14T18:00:03.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:03 smithi001 ceph-mon[25751]: from='mgr.14100 172.21.15.1:0/3583052870' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi001.iqhwpc/mirror_snapshot_schedule"}]: dispatch 2024-02-14T18:00:03.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:03 smithi001 ceph-mon[25751]: from='mgr.14100 172.21.15.1:0/3583052870' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:03.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:03 smithi001 ceph-mon[25751]: from='mgr.14100 172.21.15.1:0/3583052870' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi001.iqhwpc/trash_purge_schedule"}]: dispatch 2024-02-14T18:00:03.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:03 smithi001 ceph-mon[25751]: from='mgr.14100 172.21.15.1:0/3583052870' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:03.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:03 smithi001 ceph-mon[25751]: from='mgr.14100 172.21.15.1:0/3583052870' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:05.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:04 smithi001 ceph-mon[25751]: mgrmap e3: smithi001.iqhwpc(active, since 1.00686s) 2024-02-14T18:00:06.573 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-14T18:00:06.573 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-02-14T18:00:06.574 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsid": "96c45446-cb62-11ee-95b9-87774f69a715", 2024-02-14T18:00:06.574 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "health": { 2024-02-14T18:00:06.574 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-02-14T18:00:06.574 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-02-14T18:00:06.574 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-02-14T18:00:06.574 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T18:00:06.574 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-02-14T18:00:06.574 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-02-14T18:00:06.574 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 0 2024-02-14T18:00:06.579 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-02-14T18:00:06.579 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-02-14T18:00:06.580 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "smithi001" 2024-02-14T18:00:06.580 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-02-14T18:00:06.580 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2024-02-14T18:00:06.580 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "monmap": { 2024-02-14T18:00:06.580 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-14T18:00:06.580 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-02-14T18:00:06.580 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-02-14T18:00:06.580 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T18:00:06.580 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-02-14T18:00:06.580 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-14T18:00:06.580 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-02-14T18:00:06.580 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-02-14T18:00:06.580 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-02-14T18:00:06.580 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-02-14T18:00:06.581 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-02-14T18:00:06.581 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-02-14T18:00:06.581 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T18:00:06.581 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-02-14T18:00:06.581 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-02-14T18:00:06.581 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-02-14T18:00:06.581 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-02-14T18:00:06.581 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-02-14T18:00:06.581 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-02-14T18:00:06.581 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-02-14T18:00:06.581 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-02-14T18:00:06.581 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-02-14T18:00:06.581 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T18:00:06.581 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-02-14T18:00:06.582 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-14T18:00:06.582 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-02-14T18:00:06.582 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-02-14T18:00:06.582 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T18:00:06.582 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-02-14T18:00:06.582 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-14T18:00:06.582 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-02-14T18:00:06.582 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modules": [ 2024-02-14T18:00:06.582 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "iostat", 2024-02-14T18:00:06.582 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "nfs", 2024-02-14T18:00:06.582 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "restful" 2024-02-14T18:00:06.582 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ], 2024-02-14T18:00:06.582 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-14T18:00:06.582 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T18:00:06.582 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-02-14T18:00:06.582 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-02-14T18:00:06.583 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "modified": "2024-02-14T17:59:39.930398+0000", 2024-02-14T18:00:06.583 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "services": {} 2024-02-14T18:00:06.583 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout }, 2024-02-14T18:00:06.583 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-02-14T18:00:06.583 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-02-14T18:00:06.583 INFO:teuthology.orchestra.run.smithi001.stdout:mgr is available 2024-02-14T18:00:06.865 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:06 smithi001 ceph-mon[25751]: mgrmap e4: smithi001.iqhwpc(active, since 3s) 2024-02-14T18:00:06.865 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:06 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/1382241355' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-14T18:00:07.732 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-14T18:00:07.732 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [global] 2024-02-14T18:00:07.732 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout fsid = 96c45446-cb62-11ee-95b9-87774f69a715 2024-02-14T18:00:07.732 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-02-14T18:00:07.732 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-02-14T18:00:07.732 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-02-14T18:00:07.732 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-02-14T18:00:07.732 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-14T18:00:07.732 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [mgr] 2024-02-14T18:00:07.733 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-02-14T18:00:07.733 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 2024-02-14T18:00:07.733 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout [osd] 2024-02-14T18:00:07.733 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-02-14T18:00:07.733 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-02-14T18:00:07.733 INFO:teuthology.orchestra.run.smithi001.stdout:Enabling cephadm module... 2024-02-14T18:00:08.022 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:07 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/2631035019' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-14T18:00:09.075 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:08 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/852443047' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-14T18:00:09.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:09 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/852443047' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-14T18:00:09.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:09 smithi001 ceph-mon[25751]: mgrmap e5: smithi001.iqhwpc(active, since 6s) 2024-02-14T18:00:10.668 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-02-14T18:00:10.668 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-02-14T18:00:10.668 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-14T18:00:10.668 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "active_name": "smithi001.iqhwpc", 2024-02-14T18:00:10.669 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-02-14T18:00:10.669 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-02-14T18:00:10.669 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for the mgr to restart... 2024-02-14T18:00:10.669 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mgr epoch 5... 2024-02-14T18:00:11.029 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:10 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/883112643' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-14T18:00:16.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:15 smithi001 ceph-mon[25751]: Active manager daemon smithi001.iqhwpc restarted 2024-02-14T18:00:16.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:15 smithi001 ceph-mon[25751]: Activating manager daemon smithi001.iqhwpc 2024-02-14T18:00:16.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:15 smithi001 ceph-mon[25751]: osdmap e2: 0 total, 0 up, 0 in 2024-02-14T18:00:16.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:15 smithi001 ceph-mon[25751]: mgrmap e6: smithi001.iqhwpc(active, starting, since 0.00324583s) 2024-02-14T18:00:16.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:15 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi001"}]: dispatch 2024-02-14T18:00:16.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:15 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mgr metadata", "who": "smithi001.iqhwpc", "id": "smithi001.iqhwpc"}]: dispatch 2024-02-14T18:00:16.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:15 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-14T18:00:16.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:15 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-14T18:00:16.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:15 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-14T18:00:16.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:15 smithi001 ceph-mon[25751]: Manager daemon smithi001.iqhwpc is now available 2024-02-14T18:00:16.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:15 smithi001 ceph-mon[25751]: Found migration_current of "None". Setting to last migration. 2024-02-14T18:00:16.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:15 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:16.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:15 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:16.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:15 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:00:16.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:15 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:00:17.087 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:16 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:00:17.087 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:16 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi001.iqhwpc/mirror_snapshot_schedule"}]: dispatch 2024-02-14T18:00:17.087 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:16 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi001.iqhwpc/trash_purge_schedule"}]: dispatch 2024-02-14T18:00:17.087 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:16 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:17.088 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:16 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:17.088 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:16 smithi001 ceph-mon[25751]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-14T18:00:17.088 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:16 smithi001 ceph-mon[25751]: mgrmap e7: smithi001.iqhwpc(active, since 1.00495s) 2024-02-14T18:00:17.088 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:16 smithi001 ceph-mon[25751]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-14T18:00:17.324 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-02-14T18:00:17.324 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-02-14T18:00:17.324 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "initialized": true 2024-02-14T18:00:17.324 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-02-14T18:00:17.324 INFO:teuthology.orchestra.run.smithi001.stdout:mgr epoch 5 is available 2024-02-14T18:00:17.325 INFO:teuthology.orchestra.run.smithi001.stdout:Setting orchestrator backend to cephadm... 2024-02-14T18:00:17.993 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:17 smithi001 ceph-mon[25751]: [14/Feb/2024:18:00:17] ENGINE Bus STARTING 2024-02-14T18:00:17.993 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:17 smithi001 ceph-mon[25751]: [14/Feb/2024:18:00:17] ENGINE Serving on https://172.21.15.1:7150 2024-02-14T18:00:17.993 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:17 smithi001 ceph-mon[25751]: [14/Feb/2024:18:00:17] ENGINE Serving on http://172.21.15.1:8765 2024-02-14T18:00:17.993 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:17 smithi001 ceph-mon[25751]: [14/Feb/2024:18:00:17] ENGINE Bus STARTED 2024-02-14T18:00:17.993 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:17 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:00:18.929 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:18 smithi001 ceph-mon[25751]: mgrmap e8: smithi001.iqhwpc(active, since 2s) 2024-02-14T18:00:18.929 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:18 smithi001 ceph-mon[25751]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:00:18.929 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:18 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:18.929 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:18 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:00:19.709 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout value unchanged 2024-02-14T18:00:19.709 INFO:teuthology.orchestra.run.smithi001.stdout:Generating ssh key... 2024-02-14T18:00:19.957 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:19 smithi001 ceph-mon[25751]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:00:21.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:21 smithi001 ceph-mon[25751]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:00:21.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:21 smithi001 ceph-mon[25751]: Generating ssh key... 2024-02-14T18:00:21.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:21 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:21.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:21 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:22.305 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDe7B5TL1MUisCpOb++nASffUA/7wXpTq+IfeZVnBK+UqvF9Z1ayfIPHha4v2IBV40gOdvn3G5jZy7gqwvbsuHpioRzQfO+q/MjNaJC3fnY59RZvXE7w6Y2OgNv8kDG+AqIW6z2w9tfHRE7hZYoKJpMTdFz+/zmkLdi3zLEmEssR0Ntnl+3HuTIueNIDg0u+RwwG2qlbObs82oMWfUm7WKdDQLvoyM1xCjfCqoxTdotOvmwTP5+0CsQbhSXY9g07wRIV9nq9we6ecgaqHVwZYRHI4oYv2hFVjIxab3JNxQd25O++6Xz9EOCkCswClS+zVAli2Uee+0TyU2p9k854XUcEDQOogW0MX6hX77NpEFS0biN49JwerzsFpk9LsCSgwDgshG8FdkbaB4IvHrIiAUt7SnburtfZ/5p8RfI5Uysbm4ZNP8aE65p7q1MEyZ0JHYCTwYM/iQJuzSvzI/LG8Qbiu3dZCVdTSe0N95Dddomr8MS7iQEG3fSAyukwWGmkt0= ceph-96c45446-cb62-11ee-95b9-87774f69a715 2024-02-14T18:00:22.305 INFO:teuthology.orchestra.run.smithi001.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-14T18:00:22.305 INFO:teuthology.orchestra.run.smithi001.stdout:Adding key to root@localhost authorized_keys... 2024-02-14T18:00:22.306 INFO:teuthology.orchestra.run.smithi001.stdout:Adding host smithi001... 2024-02-14T18:00:22.662 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:22 smithi001 ceph-mon[25751]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:00:23.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:23 smithi001 ceph-mon[25751]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi001", "addr": "172.21.15.1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:00:23.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:23 smithi001 ceph-mon[25751]: Deploying cephadm binary to smithi001 2024-02-14T18:00:27.912 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Added host 'smithi001' with addr '172.21.15.1' 2024-02-14T18:00:27.912 INFO:teuthology.orchestra.run.smithi001.stdout:Deploying mon service with default placement... 2024-02-14T18:00:28.432 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:28 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:28.432 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:28 smithi001 ceph-mon[25751]: Added host smithi001 2024-02-14T18:00:28.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:28 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:00:29.403 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-02-14T18:00:29.403 INFO:teuthology.orchestra.run.smithi001.stdout:Deploying mgr service with default placement... 2024-02-14T18:00:29.879 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:29 smithi001 ceph-mon[25751]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:00:29.880 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:29 smithi001 ceph-mon[25751]: Saving service mon spec with placement count:5 2024-02-14T18:00:29.880 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:29 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:30.838 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-02-14T18:00:30.838 INFO:teuthology.orchestra.run.smithi001.stdout:Deploying crash service with default placement... 2024-02-14T18:00:31.432 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:31 smithi001 ceph-mon[25751]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:00:31.432 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:31 smithi001 ceph-mon[25751]: Saving service mgr spec with placement count:2 2024-02-14T18:00:31.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:31 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:32.203 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-02-14T18:00:32.203 INFO:teuthology.orchestra.run.smithi001.stdout:Deploying ceph-exporter service with default placement... 2024-02-14T18:00:32.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:32 smithi001 ceph-mon[25751]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:00:32.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:32 smithi001 ceph-mon[25751]: Saving service crash spec with placement * 2024-02-14T18:00:32.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:32 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:32.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:32 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:32.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:32 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:33.703 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-02-14T18:00:33.703 INFO:teuthology.orchestra.run.smithi001.stdout:Deploying prometheus service with default placement... 2024-02-14T18:00:34.397 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:34 smithi001 ceph-mon[25751]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:00:34.398 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:34 smithi001 ceph-mon[25751]: Saving service ceph-exporter spec with placement * 2024-02-14T18:00:34.398 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:34 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:35.294 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-02-14T18:00:35.294 INFO:teuthology.orchestra.run.smithi001.stdout:Deploying grafana service with default placement... 2024-02-14T18:00:35.636 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:35 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:35.637 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:35 smithi001 ceph-mon[25751]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:00:35.637 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:35 smithi001 ceph-mon[25751]: Saving service prometheus spec with placement count:1 2024-02-14T18:00:35.637 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:35 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:36.567 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-02-14T18:00:36.567 INFO:teuthology.orchestra.run.smithi001.stdout:Deploying node-exporter service with default placement... 2024-02-14T18:00:36.917 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:36 smithi001 ceph-mon[25751]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:00:36.917 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:36 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:36.917 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:36 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:38.140 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:37 smithi001 ceph-mon[25751]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:00:38.140 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:37 smithi001 ceph-mon[25751]: Saving service grafana spec with placement count:1 2024-02-14T18:00:38.140 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:37 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:38.595 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-02-14T18:00:38.595 INFO:teuthology.orchestra.run.smithi001.stdout:Deploying alertmanager service with default placement... 2024-02-14T18:00:38.852 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:38 smithi001 ceph-mon[25751]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:00:38.852 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:38 smithi001 ceph-mon[25751]: Saving service node-exporter spec with placement * 2024-02-14T18:00:38.852 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:38 smithi001 ceph-mon[25751]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:00:39.751 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-02-14T18:00:40.432 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:40 smithi001 ceph-mon[25751]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:00:40.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:40 smithi001 ceph-mon[25751]: Saving service alertmanager spec with placement count:1 2024-02-14T18:00:40.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:40 smithi001 ceph-mon[25751]: from='mgr.14120 172.21.15.1:0/2841173910' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:40.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:40 smithi001 ceph-mon[25751]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:00:41.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:41 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/1456533592' entity='client.admin' 2024-02-14T18:00:42.212 INFO:teuthology.orchestra.run.smithi001.stdout:Enabling the dashboard module... 2024-02-14T18:00:42.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:42 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/3111152468' entity='client.admin' 2024-02-14T18:00:42.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:42 smithi001 ceph-mon[25751]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:00:43.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:43 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/459446569' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-14T18:00:44.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:44 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/459446569' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-14T18:00:44.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:44 smithi001 ceph-mon[25751]: mgrmap e9: smithi001.iqhwpc(active, since 27s) 2024-02-14T18:00:45.583 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-02-14T18:00:45.583 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-02-14T18:00:45.583 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "available": true, 2024-02-14T18:00:45.584 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "active_name": "smithi001.iqhwpc", 2024-02-14T18:00:45.584 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-02-14T18:00:45.584 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-02-14T18:00:45.584 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for the mgr to restart... 2024-02-14T18:00:45.584 INFO:teuthology.orchestra.run.smithi001.stdout:Waiting for mgr epoch 9... 2024-02-14T18:00:45.855 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:45 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/307645565' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-14T18:00:51.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:50 smithi001 ceph-mon[25751]: Active manager daemon smithi001.iqhwpc restarted 2024-02-14T18:00:51.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:50 smithi001 ceph-mon[25751]: Activating manager daemon smithi001.iqhwpc 2024-02-14T18:00:51.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:50 smithi001 ceph-mon[25751]: osdmap e3: 0 total, 0 up, 0 in 2024-02-14T18:00:51.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:50 smithi001 ceph-mon[25751]: mgrmap e10: smithi001.iqhwpc(active, starting, since 0.0030021s) 2024-02-14T18:00:51.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:50 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi001"}]: dispatch 2024-02-14T18:00:51.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:50 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mgr metadata", "who": "smithi001.iqhwpc", "id": "smithi001.iqhwpc"}]: dispatch 2024-02-14T18:00:51.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:50 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-14T18:00:51.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:50 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-14T18:00:51.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:50 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-14T18:00:51.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:50 smithi001 ceph-mon[25751]: Manager daemon smithi001.iqhwpc is now available 2024-02-14T18:00:51.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:50 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:00:51.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:50 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:00:52.021 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:51 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi001.iqhwpc/mirror_snapshot_schedule"}]: dispatch 2024-02-14T18:00:52.021 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:51 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi001.iqhwpc/trash_purge_schedule"}]: dispatch 2024-02-14T18:00:52.021 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:51 smithi001 ceph-mon[25751]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-14T18:00:52.021 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:51 smithi001 ceph-mon[25751]: mgrmap e11: smithi001.iqhwpc(active, since 1.00534s) 2024-02-14T18:00:52.021 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:51 smithi001 ceph-mon[25751]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-14T18:00:52.240 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout { 2024-02-14T18:00:52.240 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-02-14T18:00:52.240 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout "initialized": true 2024-02-14T18:00:52.240 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout } 2024-02-14T18:00:52.240 INFO:teuthology.orchestra.run.smithi001.stdout:mgr epoch 9 is available 2024-02-14T18:00:52.240 INFO:teuthology.orchestra.run.smithi001.stdout:Generating a dashboard self-signed certificate... 2024-02-14T18:00:53.895 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:53 smithi001 ceph-mon[25751]: [14/Feb/2024:18:00:51] ENGINE Bus STARTING 2024-02-14T18:00:53.896 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:53 smithi001 ceph-mon[25751]: [14/Feb/2024:18:00:51] ENGINE Serving on https://172.21.15.1:7150 2024-02-14T18:00:53.896 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:53 smithi001 ceph-mon[25751]: [14/Feb/2024:18:00:51] ENGINE Serving on http://172.21.15.1:8765 2024-02-14T18:00:53.896 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:53 smithi001 ceph-mon[25751]: [14/Feb/2024:18:00:51] ENGINE Bus STARTED 2024-02-14T18:00:53.896 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:53 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:53.896 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:53 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:53.896 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:53 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:53.898 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-02-14T18:00:53.898 INFO:teuthology.orchestra.run.smithi001.stdout:Creating initial admin user... 2024-02-14T18:00:54.843 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:54 smithi001 ceph-mon[25751]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:00:54.843 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:54 smithi001 ceph-mon[25751]: mgrmap e12: smithi001.iqhwpc(active, since 2s) 2024-02-14T18:00:54.843 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:54 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:55.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:55 smithi001 ceph-mon[25751]: from='client.14178 -' 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-02-14T18:00:55.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:55 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:00:56.010 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$mjoaI0.0kDXOsUSz3ZBPgunPLv27FQPMwpuNBvX.0yN.dPu.yPYJa", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707933654, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-14T18:00:56.010 INFO:teuthology.orchestra.run.smithi001.stdout:Fetching dashboard port number... 2024-02-14T18:00:56.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:56 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/2083536070' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-14T18:00:57.190 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stdout 8443 2024-02-14T18:00:57.200 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-02-14T18:00:57.200 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout disabled 2024-02-14T18:00:57.207 INFO:teuthology.orchestra.run.smithi001.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-02-14T18:00:57.207 INFO:teuthology.orchestra.run.smithi001.stdout:systemctl: stdout inactive 2024-02-14T18:00:57.207 INFO:teuthology.orchestra.run.smithi001.stdout:firewalld.service is not enabled 2024-02-14T18:00:57.207 INFO:teuthology.orchestra.run.smithi001.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-14T18:00:57.209 INFO:teuthology.orchestra.run.smithi001.stdout:Ceph Dashboard is now available at: 2024-02-14T18:00:57.209 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:00:57.209 INFO:teuthology.orchestra.run.smithi001.stdout: URL: https://smithi001.front.sepia.ceph.com:8443/ 2024-02-14T18:00:57.209 INFO:teuthology.orchestra.run.smithi001.stdout: User: admin 2024-02-14T18:00:57.209 INFO:teuthology.orchestra.run.smithi001.stdout: Password: lb38mnq4ir 2024-02-14T18:00:57.209 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:00:57.210 INFO:teuthology.orchestra.run.smithi001.stdout:Saving cluster configuration to /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/config directory 2024-02-14T18:00:57.210 INFO:teuthology.orchestra.run.smithi001.stdout:Enabling autotune for osd_memory_target 2024-02-14T18:00:59.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:00:58 smithi001 ceph-mon[25751]: mgrmap e13: smithi001.iqhwpc(active, since 7s) 2024-02-14T18:00:59.811 INFO:teuthology.orchestra.run.smithi001.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-02-14T18:00:59.811 INFO:teuthology.orchestra.run.smithi001.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-14T18:00:59.811 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:00:59.811 INFO:teuthology.orchestra.run.smithi001.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-14T18:00:59.811 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:00:59.811 INFO:teuthology.orchestra.run.smithi001.stdout:Or, if you are only running a single cluster on this host: 2024-02-14T18:00:59.811 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:00:59.811 INFO:teuthology.orchestra.run.smithi001.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-14T18:00:59.811 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:00:59.811 INFO:teuthology.orchestra.run.smithi001.stdout:Please consider enabling telemetry to help improve Ceph: 2024-02-14T18:00:59.812 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:00:59.812 INFO:teuthology.orchestra.run.smithi001.stdout: ceph telemetry on 2024-02-14T18:00:59.812 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:00:59.812 INFO:teuthology.orchestra.run.smithi001.stdout:For more information see: 2024-02-14T18:00:59.812 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:00:59.812 INFO:teuthology.orchestra.run.smithi001.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-02-14T18:00:59.812 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:00:59.812 INFO:teuthology.orchestra.run.smithi001.stdout:Bootstrap complete. 2024-02-14T18:00:59.856 INFO:tasks.cephadm:Fetching config... 2024-02-14T18:00:59.856 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-02-14T18:00:59.857 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-14T18:00:59.872 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-14T18:00:59.872 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-02-14T18:00:59.873 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-14T18:00:59.927 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-14T18:00:59.927 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-02-14T18:00:59.928 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/keyring of=/dev/stdout 2024-02-14T18:00:59.994 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-14T18:00:59.994 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-02-14T18:00:59.994 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-14T18:01:00.048 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-14T18:01:00.049 DEBUG:teuthology.orchestra.run.smithi001:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDe7B5TL1MUisCpOb++nASffUA/7wXpTq+IfeZVnBK+UqvF9Z1ayfIPHha4v2IBV40gOdvn3G5jZy7gqwvbsuHpioRzQfO+q/MjNaJC3fnY59RZvXE7w6Y2OgNv8kDG+AqIW6z2w9tfHRE7hZYoKJpMTdFz+/zmkLdi3zLEmEssR0Ntnl+3HuTIueNIDg0u+RwwG2qlbObs82oMWfUm7WKdDQLvoyM1xCjfCqoxTdotOvmwTP5+0CsQbhSXY9g07wRIV9nq9we6ecgaqHVwZYRHI4oYv2hFVjIxab3JNxQd25O++6Xz9EOCkCswClS+zVAli2Uee+0TyU2p9k854XUcEDQOogW0MX6hX77NpEFS0biN49JwerzsFpk9LsCSgwDgshG8FdkbaB4IvHrIiAUt7SnburtfZ/5p8RfI5Uysbm4ZNP8aE65p7q1MEyZ0JHYCTwYM/iQJuzSvzI/LG8Qbiu3dZCVdTSe0N95Dddomr8MS7iQEG3fSAyukwWGmkt0= ceph-96c45446-cb62-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-14T18:01:00.137 INFO:teuthology.orchestra.run.smithi001.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDe7B5TL1MUisCpOb++nASffUA/7wXpTq+IfeZVnBK+UqvF9Z1ayfIPHha4v2IBV40gOdvn3G5jZy7gqwvbsuHpioRzQfO+q/MjNaJC3fnY59RZvXE7w6Y2OgNv8kDG+AqIW6z2w9tfHRE7hZYoKJpMTdFz+/zmkLdi3zLEmEssR0Ntnl+3HuTIueNIDg0u+RwwG2qlbObs82oMWfUm7WKdDQLvoyM1xCjfCqoxTdotOvmwTP5+0CsQbhSXY9g07wRIV9nq9we6ecgaqHVwZYRHI4oYv2hFVjIxab3JNxQd25O++6Xz9EOCkCswClS+zVAli2Uee+0TyU2p9k854XUcEDQOogW0MX6hX77NpEFS0biN49JwerzsFpk9LsCSgwDgshG8FdkbaB4IvHrIiAUt7SnburtfZ/5p8RfI5Uysbm4ZNP8aE65p7q1MEyZ0JHYCTwYM/iQJuzSvzI/LG8Qbiu3dZCVdTSe0N95Dddomr8MS7iQEG3fSAyukwWGmkt0= ceph-96c45446-cb62-11ee-95b9-87774f69a715 2024-02-14T18:01:00.152 DEBUG:teuthology.orchestra.run.smithi139:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDe7B5TL1MUisCpOb++nASffUA/7wXpTq+IfeZVnBK+UqvF9Z1ayfIPHha4v2IBV40gOdvn3G5jZy7gqwvbsuHpioRzQfO+q/MjNaJC3fnY59RZvXE7w6Y2OgNv8kDG+AqIW6z2w9tfHRE7hZYoKJpMTdFz+/zmkLdi3zLEmEssR0Ntnl+3HuTIueNIDg0u+RwwG2qlbObs82oMWfUm7WKdDQLvoyM1xCjfCqoxTdotOvmwTP5+0CsQbhSXY9g07wRIV9nq9we6ecgaqHVwZYRHI4oYv2hFVjIxab3JNxQd25O++6Xz9EOCkCswClS+zVAli2Uee+0TyU2p9k854XUcEDQOogW0MX6hX77NpEFS0biN49JwerzsFpk9LsCSgwDgshG8FdkbaB4IvHrIiAUt7SnburtfZ/5p8RfI5Uysbm4ZNP8aE65p7q1MEyZ0JHYCTwYM/iQJuzSvzI/LG8Qbiu3dZCVdTSe0N95Dddomr8MS7iQEG3fSAyukwWGmkt0= ceph-96c45446-cb62-11ee-95b9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-14T18:01:00.197 INFO:teuthology.orchestra.run.smithi139.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDe7B5TL1MUisCpOb++nASffUA/7wXpTq+IfeZVnBK+UqvF9Z1ayfIPHha4v2IBV40gOdvn3G5jZy7gqwvbsuHpioRzQfO+q/MjNaJC3fnY59RZvXE7w6Y2OgNv8kDG+AqIW6z2w9tfHRE7hZYoKJpMTdFz+/zmkLdi3zLEmEssR0Ntnl+3HuTIueNIDg0u+RwwG2qlbObs82oMWfUm7WKdDQLvoyM1xCjfCqoxTdotOvmwTP5+0CsQbhSXY9g07wRIV9nq9we6ecgaqHVwZYRHI4oYv2hFVjIxab3JNxQd25O++6Xz9EOCkCswClS+zVAli2Uee+0TyU2p9k854XUcEDQOogW0MX6hX77NpEFS0biN49JwerzsFpk9LsCSgwDgshG8FdkbaB4IvHrIiAUt7SnburtfZ/5p8RfI5Uysbm4ZNP8aE65p7q1MEyZ0JHYCTwYM/iQJuzSvzI/LG8Qbiu3dZCVdTSe0N95Dddomr8MS7iQEG3fSAyukwWGmkt0= ceph-96c45446-cb62-11ee-95b9-87774f69a715 2024-02-14T18:01:00.213 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-14T18:01:00.432 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:00 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/4223639133' entity='client.admin' 2024-02-14T18:01:00.456 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:01:03.808 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-14T18:01:03.808 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-14T18:01:04.340 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:01:04.432 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:04 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/1551172578' entity='client.admin' 2024-02-14T18:01:05.611 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:05 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:05.611 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:05 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:05.611 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:05 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi001", "name": "osd_memory_target"}]: dispatch 2024-02-14T18:01:05.611 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:05 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:05.611 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:05 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi001", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-02-14T18:01:05.611 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:05 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi001", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-02-14T18:01:05.611 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:05 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:01:05.611 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:05 smithi001 ceph-mon[25751]: Deploying daemon ceph-exporter.smithi001 on smithi001 2024-02-14T18:01:06.825 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi139 2024-02-14T18:01:06.825 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-02-14T18:01:06.825 DEBUG:teuthology.orchestra.run.smithi139:> dd of=/etc/ceph/ceph.conf 2024-02-14T18:01:06.844 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-02-14T18:01:06.844 DEBUG:teuthology.orchestra.run.smithi139:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-14T18:01:06.901 INFO:tasks.cephadm:Adding host smithi139 to orchestrator... 2024-02-14T18:01:06.902 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph orch host add smithi139 2024-02-14T18:01:07.242 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:01:07.413 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:07 smithi001 ceph-mon[25751]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:01:07.413 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:07 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:10.104 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:09 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:10.104 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:09 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:10.104 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:09 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:10.104 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:09 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:10.104 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:09 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi001", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-14T18:01:10.105 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:09 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi001", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-14T18:01:10.105 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:09 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:01:10.105 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:09 smithi001 ceph-mon[25751]: Deploying daemon crash.smithi001 on smithi001 2024-02-14T18:01:10.105 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:09 smithi001 ceph-mon[25751]: from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi139", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:01:10.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:10 smithi001 ceph-mon[25751]: Deploying cephadm binary to smithi139 2024-02-14T18:01:10.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:10 smithi001 ceph-mon[25751]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:01:10.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:10 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:13.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:12 smithi001 ceph-mon[25751]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:01:13.976 INFO:teuthology.orchestra.run.smithi001.stdout:Added host 'smithi139' with addr '172.21.15.139' 2024-02-14T18:01:14.247 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:14 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:14.248 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:14 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:14.248 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:14 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:14.248 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:14 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:14.248 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:14 smithi001 ceph-mon[25751]: Deploying daemon node-exporter.smithi001 on smithi001 2024-02-14T18:01:14.248 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:14 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:14.534 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph orch host ls --format=json 2024-02-14T18:01:14.786 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:01:15.159 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:15 smithi001 ceph-mon[25751]: Added host smithi139 2024-02-14T18:01:15.159 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:15 smithi001 ceph-mon[25751]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:01:17.112 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:16 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:17.112 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:16 smithi001 ceph-mon[25751]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:01:17.436 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:01:17.436 INFO:teuthology.orchestra.run.smithi001.stdout:[{"addr": "172.21.15.1", "hostname": "smithi001", "labels": [], "status": ""}, {"addr": "172.21.15.139", "hostname": "smithi139", "labels": [], "status": ""}] 2024-02-14T18:01:18.027 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:17 smithi001 ceph-mon[25751]: from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:01:18.440 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-14T18:01:18.440 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd crush tunables default 2024-02-14T18:01:18.702 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:01:19.432 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:19 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:19.432 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:19 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:19.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:19 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:19.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:19 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:19.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:19 smithi001 ceph-mon[25751]: Deploying daemon alertmanager.smithi001 on smithi001 2024-02-14T18:01:19.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:19 smithi001 ceph-mon[25751]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:01:21.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:20 smithi001 ceph-mon[25751]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:01:21.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:20 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:21.802 INFO:teuthology.orchestra.run.smithi001.stderr:adjusted tunables profile to default 2024-02-14T18:01:22.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:21 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/228662513' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-14T18:01:23.062 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:22 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/228662513' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-14T18:01:23.062 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:22 smithi001 ceph-mon[25751]: osdmap e4: 0 total, 0 up, 0 in 2024-02-14T18:01:23.062 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:22 smithi001 ceph-mon[25751]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:01:23.445 INFO:tasks.cephadm:Adding mon.smithi001 on smithi001 2024-02-14T18:01:23.445 INFO:tasks.cephadm:Adding mon.smithi139 on smithi139 2024-02-14T18:01:23.445 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph orch apply mon '2;smithi001:172.21.15.1=smithi001;smithi139:172.21.15.139=smithi139' 2024-02-14T18:01:23.682 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-14T18:01:23.729 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-14T18:01:24.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:24 smithi001 ceph-mon[25751]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:01:25.527 INFO:teuthology.orchestra.run.smithi139.stdout:Scheduled mon update... 2024-02-14T18:01:26.017 DEBUG:teuthology.orchestra.run.smithi139:mon.smithi139> sudo journalctl -f -n 0 -u ceph-96c45446-cb62-11ee-95b9-87774f69a715@mon.smithi139.service 2024-02-14T18:01:26.020 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-14T18:01:26.020 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-14T18:01:26.280 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-14T18:01:26.326 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-14T18:01:26.679 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:26 smithi001 ceph-mon[25751]: from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi001:172.21.15.1=smithi001;smithi139:172.21.15.139=smithi139", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:01:26.680 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:26 smithi001 ceph-mon[25751]: Saving service mon spec with placement smithi001:172.21.15.1=smithi001;smithi139:172.21.15.139=smithi139;count:2 2024-02-14T18:01:26.680 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:26 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:27.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:27 smithi001 ceph-mon[25751]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:01:27.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:27 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:27.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:27 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:27.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:27 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:27.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:27 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:27.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:27 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:27.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:27 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:27.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:27 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:27.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:27 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:27.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:27 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-14T18:01:27.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:27 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:28.156 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T18:01:28.156 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":1,"fsid":"96c45446-cb62-11ee-95b9-87774f69a715","modified":"2024-02-14T17:59:36.883775Z","created":"2024-02-14T17:59:36.883775Z","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":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-14T18:01:28.158 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 1 2024-02-14T18:01:28.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:28 smithi001 ceph-mon[25751]: Regenerating cephadm self-signed grafana TLS certificates 2024-02-14T18:01:28.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:28 smithi001 ceph-mon[25751]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-14T18:01:28.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:28 smithi001 ceph-mon[25751]: Deploying daemon grafana.smithi001 on smithi001 2024-02-14T18:01:28.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:28 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/2190779980' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-14T18:01:29.764 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-14T18:01:29.764 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-14T18:01:29.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:29 smithi001 ceph-mon[25751]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:01:30.000 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-14T18:01:30.052 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-14T18:01:31.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:30 smithi001 ceph-mon[25751]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:01:31.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:30 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:31.715 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T18:01:31.715 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":1,"fsid":"96c45446-cb62-11ee-95b9-87774f69a715","modified":"2024-02-14T17:59:36.883775Z","created":"2024-02-14T17:59:36.883775Z","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":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-14T18:01:31.717 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 1 2024-02-14T18:01:32.102 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:31 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/1670761877' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-14T18:01:33.142 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:32 smithi001 ceph-mon[25751]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:01:33.265 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-14T18:01:33.265 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-14T18:01:33.504 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-14T18:01:33.549 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-14T18:01:35.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:34 smithi001 ceph-mon[25751]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:01:35.220 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T18:01:35.220 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":1,"fsid":"96c45446-cb62-11ee-95b9-87774f69a715","modified":"2024-02-14T17:59:36.883775Z","created":"2024-02-14T17:59:36.883775Z","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":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-14T18:01:35.222 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 1 2024-02-14T18:01:36.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:35 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/3116872615' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-14T18:01:36.809 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-14T18:01:36.809 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-14T18:01:37.044 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-14T18:01:37.077 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:36 smithi001 ceph-mon[25751]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:01:37.089 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-14T18:01:38.846 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:38 smithi001 ceph-mon[25751]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:01:38.881 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T18:01:38.881 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":1,"fsid":"96c45446-cb62-11ee-95b9-87774f69a715","modified":"2024-02-14T17:59:36.883775Z","created":"2024-02-14T17:59:36.883775Z","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":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-14T18:01:38.883 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 1 2024-02-14T18:01:40.090 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:39 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/3727568432' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-14T18:01:40.476 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-14T18:01:40.476 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-14T18:01:40.711 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-14T18:01:40.757 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-14T18:01:41.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:41 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:41.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:41 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:41.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:41 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:41.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:41 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:41.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:41 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:41.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:41 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:41.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:41 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:41.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:41 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:41.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:41 smithi001 ceph-mon[25751]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:01:41.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:41 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:42.496 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T18:01:42.496 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":1,"fsid":"96c45446-cb62-11ee-95b9-87774f69a715","modified":"2024-02-14T17:59:36.883775Z","created":"2024-02-14T17:59:36.883775Z","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":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-14T18:01:42.498 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 1 2024-02-14T18:01:42.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:42 smithi001 ceph-mon[25751]: Deploying daemon prometheus.smithi001 on smithi001 2024-02-14T18:01:42.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:42 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/3765540502' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-14T18:01:44.097 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-14T18:01:44.097 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-14T18:01:44.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:43 smithi001 ceph-mon[25751]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:01:44.332 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-14T18:01:44.378 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-14T18:01:45.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:44 smithi001 ceph-mon[25751]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:01:46.083 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T18:01:46.083 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":1,"fsid":"96c45446-cb62-11ee-95b9-87774f69a715","modified":"2024-02-14T17:59:36.883775Z","created":"2024-02-14T17:59:36.883775Z","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":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-14T18:01:46.085 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 1 2024-02-14T18:01:46.432 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:46 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/1330390266' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-14T18:01:47.432 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:47 smithi001 ceph-mon[25751]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:01:47.665 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-14T18:01:47.665 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-14T18:01:47.902 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-14T18:01:47.949 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-14T18:01:49.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:48 smithi001 ceph-mon[25751]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:01:49.771 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T18:01:49.771 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":1,"fsid":"96c45446-cb62-11ee-95b9-87774f69a715","modified":"2024-02-14T17:59:36.883775Z","created":"2024-02-14T17:59:36.883775Z","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":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-14T18:01:49.773 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 1 2024-02-14T18:01:50.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:49 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/355689201' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-14T18:01:51.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:50 smithi001 ceph-mon[25751]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:01:51.399 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-14T18:01:51.399 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-14T18:01:51.635 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-14T18:01:51.682 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-14T18:01:52.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:52 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:52.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:52 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:52.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:52 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:01:52.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:52 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-14T18:01:53.362 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T18:01:53.362 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":1,"fsid":"96c45446-cb62-11ee-95b9-87774f69a715","modified":"2024-02-14T17:59:36.883775Z","created":"2024-02-14T17:59:36.883775Z","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":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-14T18:01:53.364 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 1 2024-02-14T18:01:53.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:53 smithi001 ceph-mon[25751]: from='mgr.14164 172.21.15.1:0/2476621948' entity='mgr.smithi001.iqhwpc' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-14T18:01:53.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:53 smithi001 ceph-mon[25751]: mgrmap e14: smithi001.iqhwpc(active, since 61s) 2024-02-14T18:01:53.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:53 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/2120680022' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-14T18:01:54.978 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-14T18:01:54.979 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-14T18:01:55.214 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-14T18:01:55.259 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-14T18:01:57.074 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T18:01:57.074 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":1,"fsid":"96c45446-cb62-11ee-95b9-87774f69a715","modified":"2024-02-14T17:59:36.883775Z","created":"2024-02-14T17:59:36.883775Z","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":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-14T18:01:57.076 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 1 2024-02-14T18:01:57.430 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:57 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/1253010716' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-14T18:01:58.598 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-14T18:01:58.598 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-14T18:01:58.833 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-14T18:01:58.879 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-14T18:02:00.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:59 smithi001 ceph-mon[25751]: Active manager daemon smithi001.iqhwpc restarted 2024-02-14T18:02:00.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:59 smithi001 ceph-mon[25751]: Activating manager daemon smithi001.iqhwpc 2024-02-14T18:02:00.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:59 smithi001 ceph-mon[25751]: osdmap e5: 0 total, 0 up, 0 in 2024-02-14T18:02:00.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:59 smithi001 ceph-mon[25751]: mgrmap e15: smithi001.iqhwpc(active, starting, since 0.00312576s) 2024-02-14T18:02:00.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:59 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi001"}]: dispatch 2024-02-14T18:02:00.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:59 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mgr metadata", "who": "smithi001.iqhwpc", "id": "smithi001.iqhwpc"}]: dispatch 2024-02-14T18:02:00.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:59 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-14T18:02:00.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:59 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-14T18:02:00.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:59 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-14T18:02:00.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:59 smithi001 ceph-mon[25751]: Manager daemon smithi001.iqhwpc is now available 2024-02-14T18:02:00.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:59 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:02:00.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:01:59 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:02:00.735 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T18:02:00.735 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":1,"fsid":"96c45446-cb62-11ee-95b9-87774f69a715","modified":"2024-02-14T17:59:36.883775Z","created":"2024-02-14T17:59:36.883775Z","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":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-14T18:02:00.737 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 1 2024-02-14T18:02:00.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:00 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:00.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:00 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:02:00.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:00 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi001.iqhwpc/mirror_snapshot_schedule"}]: dispatch 2024-02-14T18:02:00.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:00 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi001.iqhwpc/trash_purge_schedule"}]: dispatch 2024-02-14T18:02:00.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:00 smithi001 ceph-mon[25751]: [14/Feb/2024:18:02:00] ENGINE Bus STARTING 2024-02-14T18:02:00.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:00 smithi001 ceph-mon[25751]: [14/Feb/2024:18:02:00] ENGINE Serving on http://172.21.15.1:8765 2024-02-14T18:02:00.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:00 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:00.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:00 smithi001 ceph-mon[25751]: [14/Feb/2024:18:02:00] ENGINE Serving on https://172.21.15.1:7150 2024-02-14T18:02:00.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:00 smithi001 ceph-mon[25751]: [14/Feb/2024:18:02:00] ENGINE Bus STARTED 2024-02-14T18:02:00.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:00 smithi001 ceph-mon[25751]: mgrmap e16: smithi001.iqhwpc(active, since 1.00534s) 2024-02-14T18:02:00.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:00 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/516449456' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-14T18:02:02.273 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-14T18:02:02.274 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-14T18:02:02.507 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-14T18:02:02.555 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /etc/ceph/ceph.conf 2024-02-14T18:02:02.675 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:02 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:03.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:03 smithi001 ceph-mon[25751]: mgrmap e17: smithi001.iqhwpc(active, since 2s) 2024-02-14T18:02:03.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:03 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:05.233 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T18:02:05.233 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":1,"fsid":"96c45446-cb62-11ee-95b9-87774f69a715","modified":"2024-02-14T17:59:36.883775Z","created":"2024-02-14T17:59:36.883775Z","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":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-14T18:02:05.235 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 1 2024-02-14T18:02:05.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:05 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:05.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:05 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:05.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:05 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/1000806992' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-14T18:02:06.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:06 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:06.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:06 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:06.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:06 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi001", "name": "osd_memory_target"}]: dispatch 2024-02-14T18:02:07.078 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-14T18:02:07.079 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-14T18:02:07.316 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-14T18:02:08.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:07 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:08.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:07 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:08.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:07 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:08.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:07 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:08.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:07 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config rm", "who": "osd/host:smithi139", "name": "osd_memory_target"}]: dispatch 2024-02-14T18:02:08.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:07 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:02:08.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:07 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:02:08.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:07 smithi001 ceph-mon[25751]: Updating smithi001:/etc/ceph/ceph.conf 2024-02-14T18:02:08.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:07 smithi001 ceph-mon[25751]: Updating smithi139:/etc/ceph/ceph.conf 2024-02-14T18:02:08.185 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:07 smithi001 ceph-mon[25751]: Updating smithi001:/var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-14T18:02:08.185 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:07 smithi001 ceph-mon[25751]: Updating smithi139:/var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-14T18:02:08.185 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:07 smithi001 ceph-mon[25751]: Updating smithi001:/etc/ceph/ceph.client.admin.keyring 2024-02-14T18:02:08.185 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:07 smithi001 ceph-mon[25751]: Updating smithi139:/etc/ceph/ceph.client.admin.keyring 2024-02-14T18:02:08.185 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:07 smithi001 ceph-mon[25751]: Updating smithi001:/var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-14T18:02:08.185 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:07 smithi001 ceph-mon[25751]: Updating smithi139:/var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/config/ceph.client.admin.keyring 2024-02-14T18:02:08.185 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:07 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:08.185 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:07 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:08.185 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:07 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:08.185 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:07 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:08.185 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:07 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:08.185 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:07 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi139", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-02-14T18:02:08.185 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:07 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi139", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-02-14T18:02:08.185 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:07 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:02:09.173 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T18:02:09.174 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":1,"fsid":"96c45446-cb62-11ee-95b9-87774f69a715","modified":"2024-02-14T17:59:36.883775Z","created":"2024-02-14T17:59:36.883775Z","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":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-14T18:02:09.176 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 1 2024-02-14T18:02:09.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:08 smithi001 ceph-mon[25751]: Deploying daemon ceph-exporter.smithi139 on smithi139 2024-02-14T18:02:10.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:09 smithi001 ceph-mon[25751]: Removing key for client.ceph-exporter.smithi139 2024-02-14T18:02:10.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:09 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth rm", "entity": "client.ceph-exporter.smithi139"}]: dispatch 2024-02-14T18:02:10.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:09 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd='[{"prefix": "auth rm", "entity": "client.ceph-exporter.smithi139"}]': finished 2024-02-14T18:02:10.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:09 smithi001 ceph-mon[25751]: Failed while placing ceph-exporter.smithi139 on smithi139: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139 2024-02-14T18:02:10.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: /usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139 2024-02-14T18:02:10.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139 2024-02-14T18:02:10.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: /usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139 2024-02-14T18:02:10.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: Deploy daemon ceph-exporter.smithi139 ... 2024-02-14T18:02:10.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout: ERROR: Directory does not exist. Got: /var/run/ceph/ 2024-02-14T18:02:10.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:09 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi139", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-14T18:02:10.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:09 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi139", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-14T18:02:10.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:09 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:02:10.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:09 smithi001 ceph-mon[25751]: Deploying daemon crash.smithi139 on smithi139 2024-02-14T18:02:10.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:09 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/535958668' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-14T18:02:10.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:09 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:10.751 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-14T18:02:10.751 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-14T18:02:11.119 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-14T18:02:13.407 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T18:02:13.408 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":1,"fsid":"96c45446-cb62-11ee-95b9-87774f69a715","modified":"2024-02-14T17:59:36.883775Z","created":"2024-02-14T17:59:36.883775Z","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":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-14T18:02:13.410 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 1 2024-02-14T18:02:14.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:13 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:14.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:13 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:14.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:13 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:14.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:13 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:14.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:13 smithi001 ceph-mon[25751]: Deploying daemon node-exporter.smithi139 on smithi139 2024-02-14T18:02:14.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:13 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/3586582715' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-14T18:02:15.029 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-14T18:02:15.030 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-14T18:02:15.264 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-14T18:02:15.432 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:14 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:02:15.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:14 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:17.702 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T18:02:17.703 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":1,"fsid":"96c45446-cb62-11ee-95b9-87774f69a715","modified":"2024-02-14T17:59:36.883775Z","created":"2024-02-14T17:59:36.883775Z","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":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-14T18:02:17.704 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 1 2024-02-14T18:02:18.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:17 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/1982203579' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-14T18:02:19.554 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-14T18:02:19.555 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-14T18:02:19.794 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-14T18:02:20.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:20.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:20.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:20.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:20.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi139.kwtrjg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-14T18:02:20.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi139.kwtrjg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-14T18:02:20.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-14T18:02:20.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:02:20.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:20 smithi001 ceph-mon[25751]: Deploying daemon mgr.smithi139.kwtrjg on smithi139 2024-02-14T18:02:20.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:21.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:21 smithi001 ceph-mon[25751]: Health check failed: Failed to place 1 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-14T18:02:22.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:22 smithi001 ceph-mon[25751]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:23.243 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T18:02:23.243 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":1,"fsid":"96c45446-cb62-11ee-95b9-87774f69a715","modified":"2024-02-14T17:59:36.883775Z","created":"2024-02-14T17:59:36.883775Z","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":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-14T18:02:23.245 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 1 2024-02-14T18:02:24.432 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:24 smithi001 ceph-mon[25751]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:24.432 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:24 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:24.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:24 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:24.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:24 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:24.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:24 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:24.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:24 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-14T18:02:24.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:24 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:02:24.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:24 smithi001 ceph-mon[25751]: Deploying daemon mon.smithi139 on smithi139 2024-02-14T18:02:24.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:24 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/1533145987' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-14T18:02:24.855 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-14T18:02:24.856 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph mon dump -f json 2024-02-14T18:02:25.949 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi139/config 2024-02-14T18:02:26.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:25 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:26.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:25 smithi001 ceph-mon[25751]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:27.942 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:27 smithi139 ceph-mon[35433]: mon.smithi139@-1(synchronizing).paxosservice(auth 1..9) refresh upgraded, format 0 -> 3 2024-02-14T18:02:27.942 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:27 smithi139 bash[35308]: dfd3f5a3f6238a049e5f7ec8da471367d01840eecab17cb25262187faaac1fb8 2024-02-14T18:02:28.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:27 smithi001 ceph-mon[25751]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:28.355 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:27 smithi139 systemd[1]: Started Ceph mon.smithi139 for 96c45446-cb62-11ee-95b9-87774f69a715. 2024-02-14T18:02:32.975 INFO:teuthology.orchestra.run.smithi139.stdout: 2024-02-14T18:02:32.976 INFO:teuthology.orchestra.run.smithi139.stdout:{"epoch":2,"fsid":"96c45446-cb62-11ee-95b9-87774f69a715","modified":"2024-02-14T18:02:27.925509Z","created":"2024-02-14T17:59:36.883775Z","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":"smithi001","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:3300","nonce":0},{"type":"v1","addr":"172.21.15.1:6789","nonce":0}]},"addr":"172.21.15.1:6789/0","public_addr":"172.21.15.1:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi139","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:3300","nonce":0},{"type":"v1","addr":"172.21.15.139:6789","nonce":0}]},"addr":"172.21.15.139:6789/0","public_addr":"172.21.15.139:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-14T18:02:32.977 INFO:teuthology.orchestra.run.smithi139.stderr:dumped monmap epoch 2 2024-02-14T18:02:33.278 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi001"}]: dispatch 2024-02-14T18:02:33.278 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2024-02-14T18:02:33.278 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: mon.smithi001 calling monitor election 2024-02-14T18:02:33.278 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: from='client.? 172.21.15.139:0/719692400' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-14T18:02:33.278 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:33.278 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2024-02-14T18:02:33.278 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2024-02-14T18:02:33.279 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: mon.smithi139 calling monitor election 2024-02-14T18:02:33.279 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: from='mgr.? 172.21.15.139:0/726032014' entity='mgr.smithi139.kwtrjg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi139.kwtrjg/crt"}]: dispatch 2024-02-14T18:02:33.279 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:33.279 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2024-02-14T18:02:33.279 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2024-02-14T18:02:33.279 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2024-02-14T18:02:33.279 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: mon.smithi001 is new leader, mons smithi001,smithi139 in quorum (ranks 0,1) 2024-02-14T18:02:33.279 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: monmap e2: 2 mons at {smithi001=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],smithi139=[v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-14T18:02:33.279 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: fsmap 2024-02-14T18:02:33.279 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: osdmap e5: 0 total, 0 up, 0 in 2024-02-14T18:02:33.279 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: mgrmap e17: smithi001.iqhwpc(active, since 33s) 2024-02-14T18:02:33.279 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: Health detail: HEALTH_WARN Failed to place 1 daemon(s) 2024-02-14T18:02:33.279 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 1 daemon(s) 2024-02-14T18:02:33.279 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: Failed while placing ceph-exporter.smithi139 on smithi139: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139 2024-02-14T18:02:33.280 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: /usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139 2024-02-14T18:02:33.280 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139 2024-02-14T18:02:33.280 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: /usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139 2024-02-14T18:02:33.280 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: Deploy daemon ceph-exporter.smithi139 ... 2024-02-14T18:02:33.280 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: ERROR: Directory does not exist. Got: /var/run/ceph/ 2024-02-14T18:02:33.280 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: Standby manager daemon smithi139.kwtrjg started 2024-02-14T18:02:33.280 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:33.280 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: from='mgr.? 172.21.15.139:0/726032014' entity='mgr.smithi139.kwtrjg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-14T18:02:33.280 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:33.280 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: from='mgr.? 172.21.15.139:0/726032014' entity='mgr.smithi139.kwtrjg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi139.kwtrjg/key"}]: dispatch 2024-02-14T18:02:33.280 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:02:33.280 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: from='mgr.? 172.21.15.139:0/726032014' entity='mgr.smithi139.kwtrjg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-14T18:02:33.280 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:33.280 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:33.281 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:33.281 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:33 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:33.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi001"}]: dispatch 2024-02-14T18:02:33.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2024-02-14T18:02:33.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: mon.smithi001 calling monitor election 2024-02-14T18:02:33.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/719692400' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-14T18:02:33.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:33.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2024-02-14T18:02:33.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2024-02-14T18:02:33.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: mon.smithi139 calling monitor election 2024-02-14T18:02:33.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: from='mgr.? 172.21.15.139:0/726032014' entity='mgr.smithi139.kwtrjg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi139.kwtrjg/crt"}]: dispatch 2024-02-14T18:02:33.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:33.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2024-02-14T18:02:33.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2024-02-14T18:02:33.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2024-02-14T18:02:33.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: mon.smithi001 is new leader, mons smithi001,smithi139 in quorum (ranks 0,1) 2024-02-14T18:02:33.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: monmap e2: 2 mons at {smithi001=[v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0],smithi139=[v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-02-14T18:02:33.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: fsmap 2024-02-14T18:02:33.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: osdmap e5: 0 total, 0 up, 0 in 2024-02-14T18:02:33.434 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: mgrmap e17: smithi001.iqhwpc(active, since 33s) 2024-02-14T18:02:33.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: Health detail: HEALTH_WARN Failed to place 1 daemon(s) 2024-02-14T18:02:33.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 1 daemon(s) 2024-02-14T18:02:33.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: Failed while placing ceph-exporter.smithi139 on smithi139: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139 2024-02-14T18:02:33.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: /usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139 2024-02-14T18:02:33.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139 2024-02-14T18:02:33.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: /usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139 2024-02-14T18:02:33.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: Deploy daemon ceph-exporter.smithi139 ... 2024-02-14T18:02:33.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: ERROR: Directory does not exist. Got: /var/run/ceph/ 2024-02-14T18:02:33.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: Standby manager daemon smithi139.kwtrjg started 2024-02-14T18:02:33.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:33.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: from='mgr.? 172.21.15.139:0/726032014' entity='mgr.smithi139.kwtrjg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-14T18:02:33.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:33.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: from='mgr.? 172.21.15.139:0/726032014' entity='mgr.smithi139.kwtrjg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi139.kwtrjg/key"}]: dispatch 2024-02-14T18:02:33.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:02:33.435 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: from='mgr.? 172.21.15.139:0/726032014' entity='mgr.smithi139.kwtrjg' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-14T18:02:33.436 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:33.436 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:33.436 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:33.436 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:33 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:33.530 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-14T18:02:33.530 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph config generate-minimal-conf 2024-02-14T18:02:33.781 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:02:34.335 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:34 smithi001 ceph-mon[25751]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:34.336 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:34 smithi001 ceph-mon[25751]: mgrmap e18: smithi001.iqhwpc(active, since 33s), standbys: smithi139.kwtrjg 2024-02-14T18:02:34.336 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:34 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mgr metadata", "who": "smithi139.kwtrjg", "id": "smithi139.kwtrjg"}]: dispatch 2024-02-14T18:02:34.336 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:34 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:02:34.336 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:34 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2024-02-14T18:02:34.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:34 smithi139 ceph-mon[35433]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:34.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:34 smithi139 ceph-mon[35433]: mgrmap e18: smithi001.iqhwpc(active, since 33s), standbys: smithi139.kwtrjg 2024-02-14T18:02:34.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:34 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mgr metadata", "who": "smithi139.kwtrjg", "id": "smithi139.kwtrjg"}]: dispatch 2024-02-14T18:02:34.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:34 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:02:34.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:34 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2024-02-14T18:02:35.802 INFO:teuthology.orchestra.run.smithi001.stdout:# minimal ceph.conf for 96c45446-cb62-11ee-95b9-87774f69a715 2024-02-14T18:02:35.802 INFO:teuthology.orchestra.run.smithi001.stdout:[global] 2024-02-14T18:02:35.803 INFO:teuthology.orchestra.run.smithi001.stdout: fsid = 96c45446-cb62-11ee-95b9-87774f69a715 2024-02-14T18:02:35.803 INFO:teuthology.orchestra.run.smithi001.stdout: mon_host = [v2:172.21.15.1:3300/0,v1:172.21.15.1:6789/0] [v2:172.21.15.139:3300/0,v1:172.21.15.139:6789/0] 2024-02-14T18:02:36.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:36.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:35 smithi139 ceph-mon[35433]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:36.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:36.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:36.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:02:36.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:02:36.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:35 smithi139 ceph-mon[35433]: Updating smithi001:/etc/ceph/ceph.conf 2024-02-14T18:02:36.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:35 smithi139 ceph-mon[35433]: Updating smithi139:/etc/ceph/ceph.conf 2024-02-14T18:02:36.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:35 smithi139 ceph-mon[35433]: Updating smithi139:/var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-14T18:02:36.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:35 smithi139 ceph-mon[35433]: Updating smithi001:/var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-14T18:02:36.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:36.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:36.126 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:36.126 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:36.126 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:36.126 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi139", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-02-14T18:02:36.126 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi139", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-02-14T18:02:36.126 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:02:36.126 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:35 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/3024269642' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:02:36.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:36.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:35 smithi001 ceph-mon[25751]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:36.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:36.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:36.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:02:36.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:02:36.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:35 smithi001 ceph-mon[25751]: Updating smithi001:/etc/ceph/ceph.conf 2024-02-14T18:02:36.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:35 smithi001 ceph-mon[25751]: Updating smithi139:/etc/ceph/ceph.conf 2024-02-14T18:02:36.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:35 smithi001 ceph-mon[25751]: Updating smithi139:/var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-14T18:02:36.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:35 smithi001 ceph-mon[25751]: Updating smithi001:/var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/config/ceph.conf 2024-02-14T18:02:36.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:36.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:36.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:36.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:36.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:36.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi139", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-02-14T18:02:36.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi139", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-02-14T18:02:36.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:02:36.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:35 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/3024269642' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:02:36.322 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-14T18:02:36.323 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-02-14T18:02:36.323 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/ceph/ceph.conf 2024-02-14T18:02:36.351 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-02-14T18:02:36.352 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-14T18:02:36.419 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-02-14T18:02:36.419 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/ceph/ceph.conf 2024-02-14T18:02:36.449 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-02-14T18:02:36.449 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-14T18:02:36.516 INFO:tasks.cephadm:Deploying OSDs... 2024-02-14T18:02:36.517 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-02-14T18:02:36.517 DEBUG:teuthology.orchestra.run.smithi001:> dd if=/scratch_devs of=/dev/stdout 2024-02-14T18:02:36.532 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-14T18:02:36.532 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/nvme1n1 2024-02-14T18:02:36.587 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/nvme1n1 2024-02-14T18:02:36.587 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-14T18:02:36.587 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 5h/5d Inode: 764 Links: 1 Device type: 103,2 2024-02-14T18:02:36.587 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-14T18:02:36.587 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-02-14T18:02:36.587 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2024-02-14 18:01:03.294478742 +0000 2024-02-14T18:02:36.588 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2024-02-14 17:57:56.780637910 +0000 2024-02-14T18:02:36.588 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2024-02-14 17:57:56.780637910 +0000 2024-02-14T18:02:36.588 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: 2024-02-14 17:57:56.773637993 +0000 2024-02-14T18:02:36.588 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-14T18:02:36.652 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2024-02-14T18:02:36.652 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2024-02-14T18:02:36.652 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000119398 s, 4.3 MB/s 2024-02-14T18:02:36.653 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-14T18:02:36.709 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/nvme2n1 2024-02-14T18:02:36.764 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/nvme2n1 2024-02-14T18:02:36.765 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-14T18:02:36.765 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 5h/5d Inode: 774 Links: 1 Device type: 103,4 2024-02-14T18:02:36.765 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-14T18:02:36.765 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-02-14T18:02:36.765 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2024-02-14 18:01:03.302478647 +0000 2024-02-14T18:02:36.765 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2024-02-14 17:57:56.928636160 +0000 2024-02-14T18:02:36.765 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2024-02-14 17:57:56.928636160 +0000 2024-02-14T18:02:36.765 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: 2024-02-14 17:57:56.918636278 +0000 2024-02-14T18:02:36.765 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-14T18:02:36.831 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2024-02-14T18:02:36.831 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2024-02-14T18:02:36.831 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000122096 s, 4.2 MB/s 2024-02-14T18:02:36.833 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-14T18:02:36.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:36 smithi139 ceph-mon[35433]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:36.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:36 smithi139 ceph-mon[35433]: Deploying daemon ceph-exporter.smithi139 on smithi139 2024-02-14T18:02:36.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:36 smithi139 ceph-mon[35433]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 1 daemon(s)) 2024-02-14T18:02:36.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:36 smithi139 ceph-mon[35433]: Cluster is now healthy 2024-02-14T18:02:36.889 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/nvme3n1 2024-02-14T18:02:36.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:36 smithi001 ceph-mon[25751]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:36.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:36 smithi001 ceph-mon[25751]: Deploying daemon ceph-exporter.smithi139 on smithi139 2024-02-14T18:02:36.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:36 smithi001 ceph-mon[25751]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 1 daemon(s)) 2024-02-14T18:02:36.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:36 smithi001 ceph-mon[25751]: Cluster is now healthy 2024-02-14T18:02:36.944 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/nvme3n1 2024-02-14T18:02:36.944 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-14T18:02:36.944 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 5h/5d Inode: 786 Links: 1 Device type: 103,6 2024-02-14T18:02:36.944 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-14T18:02:36.944 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-02-14T18:02:36.944 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2024-02-14 18:01:03.311478540 +0000 2024-02-14T18:02:36.944 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2024-02-14 17:57:57.070634480 +0000 2024-02-14T18:02:36.944 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2024-02-14 17:57:57.070634480 +0000 2024-02-14T18:02:36.944 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: 2024-02-14 17:57:57.060634599 +0000 2024-02-14T18:02:36.945 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-14T18:02:37.009 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2024-02-14T18:02:37.009 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2024-02-14T18:02:37.010 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.00012204 s, 4.2 MB/s 2024-02-14T18:02:37.012 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-14T18:02:37.067 DEBUG:teuthology.orchestra.run.smithi001:> stat /dev/nvme4n1 2024-02-14T18:02:37.123 INFO:teuthology.orchestra.run.smithi001.stdout: File: /dev/nvme4n1 2024-02-14T18:02:37.124 INFO:teuthology.orchestra.run.smithi001.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-14T18:02:37.124 INFO:teuthology.orchestra.run.smithi001.stdout:Device: 5h/5d Inode: 798 Links: 1 Device type: 103,8 2024-02-14T18:02:37.124 INFO:teuthology.orchestra.run.smithi001.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-14T18:02:37.124 INFO:teuthology.orchestra.run.smithi001.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-02-14T18:02:37.124 INFO:teuthology.orchestra.run.smithi001.stdout:Access: 2024-02-14 18:01:03.319478445 +0000 2024-02-14T18:02:37.124 INFO:teuthology.orchestra.run.smithi001.stdout:Modify: 2024-02-14 17:57:57.207632860 +0000 2024-02-14T18:02:37.124 INFO:teuthology.orchestra.run.smithi001.stdout:Change: 2024-02-14 17:57:57.207632860 +0000 2024-02-14T18:02:37.124 INFO:teuthology.orchestra.run.smithi001.stdout: Birth: 2024-02-14 17:57:57.203632908 +0000 2024-02-14T18:02:37.124 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-14T18:02:37.188 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records in 2024-02-14T18:02:37.189 INFO:teuthology.orchestra.run.smithi001.stderr:1+0 records out 2024-02-14T18:02:37.189 INFO:teuthology.orchestra.run.smithi001.stderr:512 bytes copied, 0.000121651 s, 4.2 MB/s 2024-02-14T18:02:37.190 DEBUG:teuthology.orchestra.run.smithi001:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-14T18:02:37.245 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-02-14T18:02:37.245 DEBUG:teuthology.orchestra.run.smithi139:> dd if=/scratch_devs of=/dev/stdout 2024-02-14T18:02:37.261 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-14T18:02:37.261 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/nvme1n1 2024-02-14T18:02:37.317 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/nvme1n1 2024-02-14T18:02:37.317 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-14T18:02:37.317 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 5h/5d Inode: 762 Links: 1 Device type: 103,2 2024-02-14T18:02:37.317 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-14T18:02:37.318 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-02-14T18:02:37.318 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2024-02-14 18:02:05.742515183 +0000 2024-02-14T18:02:37.318 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2024-02-14 17:57:58.421451848 +0000 2024-02-14T18:02:37.318 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2024-02-14 17:57:58.421451848 +0000 2024-02-14T18:02:37.318 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: 2024-02-14 17:57:58.409452998 +0000 2024-02-14T18:02:37.318 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-14T18:02:37.488 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2024-02-14T18:02:37.488 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2024-02-14T18:02:37.489 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000209271 s, 2.4 MB/s 2024-02-14T18:02:37.489 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-14T18:02:37.505 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/nvme2n1 2024-02-14T18:02:37.564 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/nvme2n1 2024-02-14T18:02:37.564 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-14T18:02:37.564 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 5h/5d Inode: 775 Links: 1 Device type: 103,4 2024-02-14T18:02:37.564 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-14T18:02:37.564 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-02-14T18:02:37.564 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2024-02-14 18:02:05.753514966 +0000 2024-02-14T18:02:37.564 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2024-02-14 17:57:58.574437175 +0000 2024-02-14T18:02:37.565 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2024-02-14 17:57:58.574437175 +0000 2024-02-14T18:02:37.565 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: 2024-02-14 17:57:58.563438230 +0000 2024-02-14T18:02:37.565 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-14T18:02:37.678 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2024-02-14T18:02:37.679 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2024-02-14T18:02:37.679 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000231336 s, 2.2 MB/s 2024-02-14T18:02:37.680 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-14T18:02:37.695 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/nvme3n1 2024-02-14T18:02:37.750 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/nvme3n1 2024-02-14T18:02:37.751 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-14T18:02:37.751 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 5h/5d Inode: 787 Links: 1 Device type: 103,6 2024-02-14T18:02:37.751 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-14T18:02:37.751 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-02-14T18:02:37.751 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2024-02-14 18:02:05.764514748 +0000 2024-02-14T18:02:37.751 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2024-02-14 17:57:58.731422119 +0000 2024-02-14T18:02:37.751 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2024-02-14 17:57:58.731422119 +0000 2024-02-14T18:02:37.751 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: 2024-02-14 17:57:58.722422982 +0000 2024-02-14T18:02:37.751 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-14T18:02:37.822 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2024-02-14T18:02:37.822 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2024-02-14T18:02:37.822 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000239348 s, 2.1 MB/s 2024-02-14T18:02:37.823 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-14T18:02:37.879 DEBUG:teuthology.orchestra.run.smithi139:> stat /dev/nvme4n1 2024-02-14T18:02:37.934 INFO:teuthology.orchestra.run.smithi139.stdout: File: /dev/nvme4n1 2024-02-14T18:02:37.934 INFO:teuthology.orchestra.run.smithi139.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-14T18:02:37.934 INFO:teuthology.orchestra.run.smithi139.stdout:Device: 5h/5d Inode: 799 Links: 1 Device type: 103,8 2024-02-14T18:02:37.934 INFO:teuthology.orchestra.run.smithi139.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-14T18:02:37.934 INFO:teuthology.orchestra.run.smithi139.stdout:Context: system_u:object_r:fixed_disk_device_t:s0 2024-02-14T18:02:37.934 INFO:teuthology.orchestra.run.smithi139.stdout:Access: 2024-02-14 18:02:05.774514551 +0000 2024-02-14T18:02:37.935 INFO:teuthology.orchestra.run.smithi139.stdout:Modify: 2024-02-14 17:57:58.890408489 +0000 2024-02-14T18:02:37.935 INFO:teuthology.orchestra.run.smithi139.stdout:Change: 2024-02-14 17:57:58.890408489 +0000 2024-02-14T18:02:37.935 INFO:teuthology.orchestra.run.smithi139.stdout: Birth: 2024-02-14 17:57:58.882408648 +0000 2024-02-14T18:02:37.935 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-14T18:02:38.000 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records in 2024-02-14T18:02:38.000 INFO:teuthology.orchestra.run.smithi139.stderr:1+0 records out 2024-02-14T18:02:38.000 INFO:teuthology.orchestra.run.smithi139.stderr:512 bytes copied, 0.000215585 s, 2.4 MB/s 2024-02-14T18:02:38.001 DEBUG:teuthology.orchestra.run.smithi139:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-14T18:02:38.058 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-02-14T18:02:38.345 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi139/config 2024-02-14T18:02:39.529 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:39 smithi001 ceph-mon[25751]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:39.529 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:39 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:39.529 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:39 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:39.529 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:39 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:39.529 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:39 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:39.530 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:39 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:02:39.584 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:39 smithi139 ceph-mon[35433]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:39.584 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:39 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:39.584 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:39 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:39.584 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:39 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:39.584 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:39 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:39.584 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:39 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:02:40.505 INFO:teuthology.orchestra.run.smithi139.stdout:Scheduled osd.all-available-devices update... 2024-02-14T18:02:41.093 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:40 smithi139 ceph-mon[35433]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:41.094 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:40 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:41.094 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:40 smithi139 ceph-mon[35433]: from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:02:41.094 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:40 smithi139 ceph-mon[35433]: Marking host: smithi001 for OSDSpec preview refresh. 2024-02-14T18:02:41.094 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:40 smithi139 ceph-mon[35433]: Marking host: smithi139 for OSDSpec preview refresh. 2024-02-14T18:02:41.094 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:40 smithi139 ceph-mon[35433]: Saving service osd.all-available-devices spec with placement * 2024-02-14T18:02:41.094 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:40 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:41.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:40 smithi001 ceph-mon[25751]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:41.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:40 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:41.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:40 smithi001 ceph-mon[25751]: from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:02:41.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:40 smithi001 ceph-mon[25751]: Marking host: smithi001 for OSDSpec preview refresh. 2024-02-14T18:02:41.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:40 smithi001 ceph-mon[25751]: Marking host: smithi139 for OSDSpec preview refresh. 2024-02-14T18:02:41.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:40 smithi001 ceph-mon[25751]: Saving service osd.all-available-devices spec with placement * 2024-02-14T18:02:41.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:40 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:41.386 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-14T18:02:41.386 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-14T18:02:41.639 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:02:43.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:42 smithi139 ceph-mon[35433]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:43.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:42 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:43.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:42 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:43.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:42 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:43.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:42 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:43.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:42 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:02:43.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:42 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:02:43.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:42 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:43.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:42 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:02:43.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:42 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-14T18:02:43.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:42 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:02:43.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:42 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-14T18:02:43.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:42 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:02:43.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:42 smithi001 ceph-mon[25751]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:43.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:42 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:43.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:42 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:43.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:42 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:43.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:42 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:43.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:42 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:02:43.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:42 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:02:43.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:42 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:43.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:42 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:02:43.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:42 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-14T18:02:43.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:42 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:02:43.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:42 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-14T18:02:43.184 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:42 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:02:44.094 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:02:45.160 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:44 smithi001 ceph-mon[25751]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:45.160 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:44 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/3970503690' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:02:45.160 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:44 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:45.160 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:44 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:02:45.161 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:44 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/3561118445' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98906298-0233-4d20-aec2-ff61247dc14a"}]: dispatch 2024-02-14T18:02:45.161 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:44 smithi001 ceph-mon[25751]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98906298-0233-4d20-aec2-ff61247dc14a"}]: dispatch 2024-02-14T18:02:45.161 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:44 smithi001 ceph-mon[25751]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "98906298-0233-4d20-aec2-ff61247dc14a"}]': finished 2024-02-14T18:02:45.161 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:44 smithi001 ceph-mon[25751]: osdmap e6: 1 total, 0 up, 1 in 2024-02-14T18:02:45.161 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:44 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:02:45.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:44 smithi139 ceph-mon[35433]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:45.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:44 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/3970503690' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:02:45.376 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:44 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:02:45.376 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:44 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:02:45.376 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:44 smithi139 ceph-mon[35433]: from='client.? 172.21.15.139:0/3561118445' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98906298-0233-4d20-aec2-ff61247dc14a"}]: dispatch 2024-02-14T18:02:45.376 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:44 smithi139 ceph-mon[35433]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "98906298-0233-4d20-aec2-ff61247dc14a"}]: dispatch 2024-02-14T18:02:45.376 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:44 smithi139 ceph-mon[35433]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "98906298-0233-4d20-aec2-ff61247dc14a"}]': finished 2024-02-14T18:02:45.376 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:44 smithi139 ceph-mon[35433]: osdmap e6: 1 total, 0 up, 1 in 2024-02-14T18:02:45.376 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:44 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:02:45.471 INFO:teuthology.orchestra.run.smithi001.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-02-14T18:02:46.472 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-14T18:02:46.719 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:02:47.143 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:46 smithi001 ceph-mon[25751]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:47.143 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:46 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/3707325621' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "51675f1d-ce34-4b27-9c02-850d55a727bb"}]: dispatch 2024-02-14T18:02:47.143 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:46 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/3707325621' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "51675f1d-ce34-4b27-9c02-850d55a727bb"}]': finished 2024-02-14T18:02:47.143 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:46 smithi001 ceph-mon[25751]: osdmap e7: 2 total, 0 up, 2 in 2024-02-14T18:02:47.143 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:46 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:02:47.143 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:46 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:02:47.144 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:46 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/2130173583' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-14T18:02:47.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:46 smithi139 ceph-mon[35433]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:47.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:46 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/3707325621' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "51675f1d-ce34-4b27-9c02-850d55a727bb"}]: dispatch 2024-02-14T18:02:47.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:46 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/3707325621' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "51675f1d-ce34-4b27-9c02-850d55a727bb"}]': finished 2024-02-14T18:02:47.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:46 smithi139 ceph-mon[35433]: osdmap e7: 2 total, 0 up, 2 in 2024-02-14T18:02:47.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:46 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:02:47.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:46 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:02:47.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:46 smithi139 ceph-mon[35433]: from='client.? 172.21.15.139:0/2130173583' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-14T18:02:48.192 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:47 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/1737992053' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-14T18:02:48.215 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:47 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/1737992053' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-14T18:02:48.631 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:02:49.220 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:48 smithi001 ceph-mon[25751]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:49.220 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:48 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/432147283' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:02:49.220 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:48 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/2428756381' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9b661054-353f-4c1a-9154-62f38f041e95"}]: dispatch 2024-02-14T18:02:49.220 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:48 smithi001 ceph-mon[25751]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9b661054-353f-4c1a-9154-62f38f041e95"}]: dispatch 2024-02-14T18:02:49.220 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:48 smithi001 ceph-mon[25751]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9b661054-353f-4c1a-9154-62f38f041e95"}]': finished 2024-02-14T18:02:49.220 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:48 smithi001 ceph-mon[25751]: osdmap e8: 3 total, 0 up, 3 in 2024-02-14T18:02:49.220 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:48 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:02:49.220 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:48 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:02:49.220 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:48 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:02:49.245 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1707933765,"num_remapped_pgs":0} 2024-02-14T18:02:49.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:48 smithi139 ceph-mon[35433]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:49.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:48 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/432147283' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:02:49.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:48 smithi139 ceph-mon[35433]: from='client.? 172.21.15.139:0/2428756381' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9b661054-353f-4c1a-9154-62f38f041e95"}]: dispatch 2024-02-14T18:02:49.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:48 smithi139 ceph-mon[35433]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9b661054-353f-4c1a-9154-62f38f041e95"}]: dispatch 2024-02-14T18:02:49.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:48 smithi139 ceph-mon[35433]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9b661054-353f-4c1a-9154-62f38f041e95"}]': finished 2024-02-14T18:02:49.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:48 smithi139 ceph-mon[35433]: osdmap e8: 3 total, 0 up, 3 in 2024-02-14T18:02:49.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:48 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:02:49.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:48 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:02:49.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:48 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:02:50.247 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-14T18:02:50.273 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:49 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/2334164996' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7cffdb17-3f0e-4354-802b-4d37501df3cf"}]: dispatch 2024-02-14T18:02:50.273 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:49 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/2334164996' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7cffdb17-3f0e-4354-802b-4d37501df3cf"}]': finished 2024-02-14T18:02:50.273 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:49 smithi001 ceph-mon[25751]: osdmap e9: 4 total, 0 up, 4 in 2024-02-14T18:02:50.273 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:49 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:02:50.273 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:49 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:02:50.274 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:49 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:02:50.274 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:49 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:02:50.274 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:49 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/3487265970' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-14T18:02:50.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:49 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/2334164996' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7cffdb17-3f0e-4354-802b-4d37501df3cf"}]: dispatch 2024-02-14T18:02:50.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:49 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/2334164996' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7cffdb17-3f0e-4354-802b-4d37501df3cf"}]': finished 2024-02-14T18:02:50.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:49 smithi139 ceph-mon[35433]: osdmap e9: 4 total, 0 up, 4 in 2024-02-14T18:02:50.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:49 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:02:50.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:49 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:02:50.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:49 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:02:50.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:49 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:02:50.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:49 smithi139 ceph-mon[35433]: from='client.? 172.21.15.139:0/3487265970' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-14T18:02:50.493 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:02:51.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:50 smithi001 ceph-mon[25751]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:51.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:50 smithi139 ceph-mon[35433]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:52.192 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:51 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/2365731302' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-14T18:02:52.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:51 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/2365731302' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-14T18:02:52.507 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:02:53.113 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:52 smithi001 ceph-mon[25751]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:53.113 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:52 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/3132940751' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f5c7b457-edaf-4b7d-b7bb-ae68187f13d6"}]: dispatch 2024-02-14T18:02:53.113 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:52 smithi001 ceph-mon[25751]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f5c7b457-edaf-4b7d-b7bb-ae68187f13d6"}]: dispatch 2024-02-14T18:02:53.113 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:52 smithi001 ceph-mon[25751]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f5c7b457-edaf-4b7d-b7bb-ae68187f13d6"}]': finished 2024-02-14T18:02:53.113 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:52 smithi001 ceph-mon[25751]: osdmap e10: 5 total, 0 up, 5 in 2024-02-14T18:02:53.113 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:52 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:02:53.113 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:52 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:02:53.114 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:52 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:02:53.114 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:52 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:02:53.114 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:52 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:02:53.114 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:52 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/2834029066' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:02:53.139 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1707933772,"num_remapped_pgs":0} 2024-02-14T18:02:53.226 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:52 smithi139 ceph-mon[35433]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:53.227 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:52 smithi139 ceph-mon[35433]: from='client.? 172.21.15.139:0/3132940751' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f5c7b457-edaf-4b7d-b7bb-ae68187f13d6"}]: dispatch 2024-02-14T18:02:53.227 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:52 smithi139 ceph-mon[35433]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f5c7b457-edaf-4b7d-b7bb-ae68187f13d6"}]: dispatch 2024-02-14T18:02:53.227 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:52 smithi139 ceph-mon[35433]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f5c7b457-edaf-4b7d-b7bb-ae68187f13d6"}]': finished 2024-02-14T18:02:53.227 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:52 smithi139 ceph-mon[35433]: osdmap e10: 5 total, 0 up, 5 in 2024-02-14T18:02:53.227 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:52 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:02:53.227 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:52 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:02:53.227 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:52 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:02:53.227 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:52 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:02:53.227 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:52 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:02:53.227 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:52 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/2834029066' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:02:54.140 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-14T18:02:54.166 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:53 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/2543162953' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7057e52e-9039-4b6f-9002-efa39d553c75"}]: dispatch 2024-02-14T18:02:54.166 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:53 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/2543162953' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7057e52e-9039-4b6f-9002-efa39d553c75"}]': finished 2024-02-14T18:02:54.166 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:53 smithi001 ceph-mon[25751]: osdmap e11: 6 total, 0 up, 6 in 2024-02-14T18:02:54.166 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:53 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:02:54.166 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:53 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:02:54.167 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:53 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:02:54.167 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:53 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:02:54.167 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:53 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:02:54.167 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:53 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:02:54.167 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:53 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/1252476065' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-14T18:02:54.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:53 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/2543162953' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7057e52e-9039-4b6f-9002-efa39d553c75"}]: dispatch 2024-02-14T18:02:54.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:53 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/2543162953' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7057e52e-9039-4b6f-9002-efa39d553c75"}]': finished 2024-02-14T18:02:54.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:53 smithi139 ceph-mon[35433]: osdmap e11: 6 total, 0 up, 6 in 2024-02-14T18:02:54.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:53 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:02:54.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:53 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:02:54.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:53 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:02:54.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:53 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:02:54.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:53 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:02:54.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:53 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:02:54.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:53 smithi139 ceph-mon[35433]: from='client.? 172.21.15.139:0/1252476065' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-14T18:02:54.392 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:02:55.573 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:55 smithi001 ceph-mon[25751]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:55.573 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:55 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/1796349567' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-14T18:02:55.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:55 smithi139 ceph-mon[35433]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:55.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:55 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/1796349567' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-14T18:02:56.373 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:02:56.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:56 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/2116876463' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "387bfa64-20f3-4ed1-959b-311941d140ee"}]: dispatch 2024-02-14T18:02:56.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:56 smithi001 ceph-mon[25751]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "387bfa64-20f3-4ed1-959b-311941d140ee"}]: dispatch 2024-02-14T18:02:56.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:56 smithi001 ceph-mon[25751]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "387bfa64-20f3-4ed1-959b-311941d140ee"}]': finished 2024-02-14T18:02:56.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:56 smithi001 ceph-mon[25751]: osdmap e12: 7 total, 0 up, 7 in 2024-02-14T18:02:56.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:56 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:02:56.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:56 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:02:56.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:56 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:02:56.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:56 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:02:56.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:56 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:02:56.684 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:56 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:02:56.684 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:56 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:02:56.684 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:56 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/3363851130' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:02:56.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:56 smithi139 ceph-mon[35433]: from='client.? 172.21.15.139:0/2116876463' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "387bfa64-20f3-4ed1-959b-311941d140ee"}]: dispatch 2024-02-14T18:02:56.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:56 smithi139 ceph-mon[35433]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "387bfa64-20f3-4ed1-959b-311941d140ee"}]: dispatch 2024-02-14T18:02:56.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:56 smithi139 ceph-mon[35433]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "387bfa64-20f3-4ed1-959b-311941d140ee"}]': finished 2024-02-14T18:02:56.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:56 smithi139 ceph-mon[35433]: osdmap e12: 7 total, 0 up, 7 in 2024-02-14T18:02:56.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:56 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:02:56.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:56 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:02:56.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:56 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:02:56.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:56 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:02:56.876 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:56 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:02:56.876 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:56 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:02:56.876 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:56 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:02:56.876 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:56 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/3363851130' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:02:56.993 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1707933776,"num_remapped_pgs":0} 2024-02-14T18:02:57.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:57 smithi139 ceph-mon[35433]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:57.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:57 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/463528288' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "63008919-fc19-4641-885f-8563650c70eb"}]: dispatch 2024-02-14T18:02:57.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:57 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/463528288' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "63008919-fc19-4641-885f-8563650c70eb"}]': finished 2024-02-14T18:02:57.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:57 smithi139 ceph-mon[35433]: osdmap e13: 8 total, 0 up, 8 in 2024-02-14T18:02:57.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:57 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:02:57.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:57 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:02:57.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:57 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:02:57.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:57 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:02:57.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:57 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:02:57.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:57 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:02:57.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:57 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:02:57.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:57 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:02:57.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:57 smithi139 ceph-mon[35433]: from='client.? 172.21.15.139:0/1396145838' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-14T18:02:57.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:57 smithi001 ceph-mon[25751]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:57.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:57 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/463528288' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "63008919-fc19-4641-885f-8563650c70eb"}]: dispatch 2024-02-14T18:02:57.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:57 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/463528288' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "63008919-fc19-4641-885f-8563650c70eb"}]': finished 2024-02-14T18:02:57.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:57 smithi001 ceph-mon[25751]: osdmap e13: 8 total, 0 up, 8 in 2024-02-14T18:02:57.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:57 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:02:57.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:57 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:02:57.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:57 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:02:57.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:57 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:02:57.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:57 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:02:57.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:57 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:02:57.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:57 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:02:57.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:57 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:02:57.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:57 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/1396145838' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-14T18:02:57.995 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-14T18:02:58.245 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:02:59.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:59 smithi001 ceph-mon[25751]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:59.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:02:59 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/3628240130' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-14T18:02:59.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:59 smithi139 ceph-mon[35433]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:02:59.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:02:59 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/3628240130' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-14T18:03:00.213 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:03:00.847 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:00 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:03:00.847 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:00 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/2186166685' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:03:00.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:00 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:03:00.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:00 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/2186166685' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:03:00.879 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707933777,"num_remapped_pgs":0} 2024-02-14T18:03:01.870 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:01 smithi139 ceph-mon[35433]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:03:01.880 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-14T18:03:01.905 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:01 smithi001 ceph-mon[25751]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:03:03.453 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:03:03.694 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:03 smithi001 ceph-mon[25751]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:03:03.694 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:03 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-14T18:03:03.694 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:03 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:03:03.797 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:03 smithi139 ceph-mon[35433]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:03:03.797 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:03 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-14T18:03:03.797 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:03 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:03:04.668 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:04 smithi001 ceph-mon[25751]: Deploying daemon osd.0 on smithi139 2024-02-14T18:03:04.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:04 smithi139 ceph-mon[35433]: Deploying daemon osd.0 on smithi139 2024-02-14T18:03:05.550 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:05 smithi139 ceph-mon[35433]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:03:05.847 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:05 smithi001 ceph-mon[25751]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:03:06.304 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:03:06.856 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:06 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-14T18:03:06.856 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:06 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:03:06.856 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:06 smithi139 ceph-mon[35433]: Deploying daemon osd.1 on smithi001 2024-02-14T18:03:06.856 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:06 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/2426592438' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:03:06.885 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:06 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-14T18:03:06.886 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:06 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:03:06.886 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:06 smithi001 ceph-mon[25751]: Deploying daemon osd.1 on smithi001 2024-02-14T18:03:06.886 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:06 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/2426592438' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:03:06.912 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707933777,"num_remapped_pgs":0} 2024-02-14T18:03:07.857 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:07 smithi001 ceph-mon[25751]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:03:07.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:07 smithi139 ceph-mon[35433]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:03:07.913 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-14T18:03:08.470 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:03:09.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:09 smithi139 ceph-mon[35433]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:03:09.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:09 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:09.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:09 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:09.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:09 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-14T18:03:09.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:09 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:03:09.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:09 smithi001 ceph-mon[25751]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:03:09.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:09 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:09.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:09 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:09.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:09 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-14T18:03:09.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:09 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:03:10.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:10 smithi139 ceph-mon[35433]: Deploying daemon osd.2 on smithi139 2024-02-14T18:03:10.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:10 smithi001 ceph-mon[25751]: Deploying daemon osd.2 on smithi139 2024-02-14T18:03:11.619 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:11 smithi139 ceph-mon[35433]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:03:12.212 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:03:12.212 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:11 smithi001 ceph-mon[25751]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:03:12.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:12 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/3203110545' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:03:12.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:12 smithi139 ceph-mon[35433]: from='osd.0 [v2:172.21.15.139:6800/3811634883,v1:172.21.15.139:6801/3811634883]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-14T18:03:12.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:12 smithi139 ceph-mon[35433]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-14T18:03:12.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:12 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/3203110545' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:03:12.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:12 smithi001 ceph-mon[25751]: from='osd.0 [v2:172.21.15.139:6800/3811634883,v1:172.21.15.139:6801/3811634883]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-14T18:03:12.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:12 smithi001 ceph-mon[25751]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-14T18:03:12.970 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1707933777,"num_remapped_pgs":0} 2024-02-14T18:03:13.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:13 smithi001 ceph-mon[25751]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:03:13.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:13 smithi001 ceph-mon[25751]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-14T18:03:13.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:13 smithi001 ceph-mon[25751]: osdmap e14: 8 total, 0 up, 8 in 2024-02-14T18:03:13.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:13 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:03:13.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:13 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:03:13.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:13 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:03:13.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:13 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:13.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:13 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:13.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:13 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:13.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:13 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:13.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:13 smithi001 ceph-mon[25751]: from='osd.0 [v2:172.21.15.139:6800/3811634883,v1:172.21.15.139:6801/3811634883]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-02-14T18:03:13.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:13 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:13.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:13 smithi001 ceph-mon[25751]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-02-14T18:03:13.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:13 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:13.684 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:13 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:13.684 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:13 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-14T18:03:13.684 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:13 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:03:13.843 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:13 smithi139 ceph-mon[35433]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:03:13.843 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:13 smithi139 ceph-mon[35433]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-14T18:03:13.843 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:13 smithi139 ceph-mon[35433]: osdmap e14: 8 total, 0 up, 8 in 2024-02-14T18:03:13.843 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:13 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:03:13.843 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:13 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:03:13.843 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:13 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:03:13.843 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:13 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:13.843 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:13 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:13.843 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:13 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:13.844 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:13 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:13.844 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:13 smithi139 ceph-mon[35433]: from='osd.0 [v2:172.21.15.139:6800/3811634883,v1:172.21.15.139:6801/3811634883]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-02-14T18:03:13.844 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:13 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:13.844 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:13 smithi139 ceph-mon[35433]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-02-14T18:03:13.844 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:13 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:13.844 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:13 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:13.844 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:13 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-14T18:03:13.844 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:13 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:03:13.971 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-14T18:03:14.727 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:14 smithi001 ceph-mon[25751]: Deploying daemon osd.3 on smithi001 2024-02-14T18:03:14.727 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:14 smithi001 ceph-mon[25751]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2024-02-14T18:03:14.727 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:14 smithi001 ceph-mon[25751]: osdmap e15: 8 total, 0 up, 8 in 2024-02-14T18:03:14.727 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:14 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:03:14.727 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:14 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:03:14.727 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:14 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:03:14.727 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:14 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:14.727 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:14 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:14.727 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:14 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:14.728 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:14 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:14.728 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:14 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:14.728 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:14 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:03:14.728 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:14 smithi001 ceph-mon[25751]: from='osd.0 ' entity='osd.0' 2024-02-14T18:03:14.728 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:14 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:14.728 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:14 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:14.728 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:14 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-14T18:03:14.728 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:14 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:03:14.845 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:14 smithi139 ceph-mon[35433]: Deploying daemon osd.3 on smithi001 2024-02-14T18:03:14.845 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:14 smithi139 ceph-mon[35433]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2024-02-14T18:03:14.845 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:14 smithi139 ceph-mon[35433]: osdmap e15: 8 total, 0 up, 8 in 2024-02-14T18:03:14.845 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:14 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:03:14.846 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:14 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:03:14.846 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:14 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:03:14.846 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:14 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:14.846 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:14 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:14.846 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:14 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:14.846 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:14 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:14.846 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:14 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:14.847 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:14 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:03:14.847 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:14 smithi139 ceph-mon[35433]: from='osd.0 ' entity='osd.0' 2024-02-14T18:03:14.847 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:14 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:14.847 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:14 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:14.847 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:14 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-14T18:03:14.847 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:14 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:03:15.143 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:03:15.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:15 smithi001 ceph-mon[25751]: purged_snaps scrub starts 2024-02-14T18:03:15.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:15 smithi001 ceph-mon[25751]: purged_snaps scrub ok 2024-02-14T18:03:15.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:15 smithi001 ceph-mon[25751]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:03:15.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:15 smithi001 ceph-mon[25751]: Deploying daemon osd.4 on smithi139 2024-02-14T18:03:15.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:15 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:03:15.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:15 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:03:15.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:15 smithi001 ceph-mon[25751]: osd.0 [v2:172.21.15.139:6800/3811634883,v1:172.21.15.139:6801/3811634883] boot 2024-02-14T18:03:15.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:15 smithi001 ceph-mon[25751]: osdmap e16: 8 total, 1 up, 8 in 2024-02-14T18:03:15.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:15 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:03:15.706 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:15 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:03:15.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:15 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:03:15.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:15 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:15.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:15 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:15.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:15 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:15.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:15 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:15.707 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:15 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:15.760 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:15 smithi139 ceph-mon[35433]: purged_snaps scrub starts 2024-02-14T18:03:15.760 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:15 smithi139 ceph-mon[35433]: purged_snaps scrub ok 2024-02-14T18:03:15.760 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:15 smithi139 ceph-mon[35433]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-14T18:03:15.760 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:15 smithi139 ceph-mon[35433]: Deploying daemon osd.4 on smithi139 2024-02-14T18:03:15.760 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:15 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:03:15.760 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:15 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:03:15.760 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:15 smithi139 ceph-mon[35433]: osd.0 [v2:172.21.15.139:6800/3811634883,v1:172.21.15.139:6801/3811634883] boot 2024-02-14T18:03:15.760 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:15 smithi139 ceph-mon[35433]: osdmap e16: 8 total, 1 up, 8 in 2024-02-14T18:03:15.760 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:15 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-14T18:03:15.760 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:15 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:03:15.760 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:15 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:03:15.760 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:15 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:15.761 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:15 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:15.761 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:15 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:15.761 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:15 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:15.761 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:15 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:17.825 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:17 smithi001 ceph-mon[25751]: pgmap v42: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-02-14T18:03:17.825 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:17 smithi001 ceph-mon[25751]: osdmap e17: 8 total, 1 up, 8 in 2024-02-14T18:03:17.826 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:17 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:03:17.826 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:17 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:03:17.826 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:17 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:17.826 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:17 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:17.826 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:17 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:17.826 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:17 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:17.826 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:17 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:17.826 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:17 smithi001 ceph-mon[25751]: from='osd.1 [v2:172.21.15.1:6802/764241835,v1:172.21.15.1:6803/764241835]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-14T18:03:17.855 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:17 smithi139 ceph-mon[35433]: pgmap v42: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-02-14T18:03:17.855 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:17 smithi139 ceph-mon[35433]: osdmap e17: 8 total, 1 up, 8 in 2024-02-14T18:03:17.855 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:17 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:03:17.855 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:17 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:03:17.855 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:17 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:17.855 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:17 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:17.856 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:17 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:17.856 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:17 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:17.856 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:17 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:17.856 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:17 smithi139 ceph-mon[35433]: from='osd.1 [v2:172.21.15.1:6802/764241835,v1:172.21.15.1:6803/764241835]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-14T18:03:18.275 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:03:18.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:18 smithi139 ceph-mon[35433]: from='osd.2 [v2:172.21.15.139:6808/1253254157,v1:172.21.15.139:6809/1253254157]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-14T18:03:18.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:18 smithi139 ceph-mon[35433]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-14T18:03:18.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:18 smithi139 ceph-mon[35433]: from='osd.1 [v2:172.21.15.1:6802/764241835,v1:172.21.15.1:6803/764241835]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-14T18:03:18.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:18 smithi139 ceph-mon[35433]: osdmap e18: 8 total, 1 up, 8 in 2024-02-14T18:03:18.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:18 smithi139 ceph-mon[35433]: from='osd.1 [v2:172.21.15.1:6802/764241835,v1:172.21.15.1:6803/764241835]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2024-02-14T18:03:18.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:18 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:03:18.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:18 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:03:18.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:18 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:18.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:18 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:18.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:18 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:18.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:18 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:18.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:18 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:18.876 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:18 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/402638170' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:03:18.878 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:18 smithi001 ceph-mon[25751]: from='osd.2 [v2:172.21.15.139:6808/1253254157,v1:172.21.15.139:6809/1253254157]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-14T18:03:18.878 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:18 smithi001 ceph-mon[25751]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-14T18:03:18.879 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:18 smithi001 ceph-mon[25751]: from='osd.1 [v2:172.21.15.1:6802/764241835,v1:172.21.15.1:6803/764241835]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-14T18:03:18.879 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:18 smithi001 ceph-mon[25751]: osdmap e18: 8 total, 1 up, 8 in 2024-02-14T18:03:18.879 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:18 smithi001 ceph-mon[25751]: from='osd.1 [v2:172.21.15.1:6802/764241835,v1:172.21.15.1:6803/764241835]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2024-02-14T18:03:18.879 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:18 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:03:18.879 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:18 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:03:18.879 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:18 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:18.879 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:18 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:18.879 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:18 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:18.880 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:18 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:18.880 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:18 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:18.880 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:18 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/402638170' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:03:18.909 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":18,"num_osds":8,"num_up_osds":1,"osd_up_since":1707933795,"num_in_osds":8,"osd_in_since":1707933777,"num_remapped_pgs":0} 2024-02-14T18:03:19.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:19 smithi001 ceph-mon[25751]: pgmap v45: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-02-14T18:03:19.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:19 smithi001 ceph-mon[25751]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-14T18:03:19.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:19 smithi001 ceph-mon[25751]: from='osd.1 [v2:172.21.15.1:6802/764241835,v1:172.21.15.1:6803/764241835]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2024-02-14T18:03:19.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:19 smithi001 ceph-mon[25751]: from='osd.2 [v2:172.21.15.139:6808/1253254157,v1:172.21.15.139:6809/1253254157]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-02-14T18:03:19.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:19 smithi001 ceph-mon[25751]: osdmap e19: 8 total, 1 up, 8 in 2024-02-14T18:03:19.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:19 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:03:19.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:19 smithi001 ceph-mon[25751]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-02-14T18:03:19.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:19 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:03:19.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:19 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:19.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:19 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:19.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:19 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:19.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:19 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:19.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:19 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:19.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:19 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:03:19.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:19 smithi139 ceph-mon[35433]: pgmap v45: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-02-14T18:03:19.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:19 smithi139 ceph-mon[35433]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-14T18:03:19.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:19 smithi139 ceph-mon[35433]: from='osd.1 [v2:172.21.15.1:6802/764241835,v1:172.21.15.1:6803/764241835]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2024-02-14T18:03:19.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:19 smithi139 ceph-mon[35433]: from='osd.2 [v2:172.21.15.139:6808/1253254157,v1:172.21.15.139:6809/1253254157]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-02-14T18:03:19.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:19 smithi139 ceph-mon[35433]: osdmap e19: 8 total, 1 up, 8 in 2024-02-14T18:03:19.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:19 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:03:19.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:19 smithi139 ceph-mon[35433]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-02-14T18:03:19.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:19 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:03:19.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:19 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:19.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:19 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:19.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:19 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:19.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:19 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:19.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:19 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:19.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:19 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:03:19.910 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-14T18:03:20.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:20 smithi139 ceph-mon[35433]: purged_snaps scrub starts 2024-02-14T18:03:20.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:20 smithi139 ceph-mon[35433]: purged_snaps scrub ok 2024-02-14T18:03:20.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:20 smithi139 ceph-mon[35433]: purged_snaps scrub starts 2024-02-14T18:03:20.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:20 smithi139 ceph-mon[35433]: purged_snaps scrub ok 2024-02-14T18:03:20.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:20 smithi139 ceph-mon[35433]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2024-02-14T18:03:20.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:20 smithi139 ceph-mon[35433]: osd.1 [v2:172.21.15.1:6802/764241835,v1:172.21.15.1:6803/764241835] boot 2024-02-14T18:03:20.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:20 smithi139 ceph-mon[35433]: osdmap e20: 8 total, 2 up, 8 in 2024-02-14T18:03:20.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:20 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:03:20.626 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:20 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:03:20.626 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:20 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:20.626 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:20 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:20.626 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:20 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:20.626 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:20 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:20.626 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:20 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:20.626 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:20 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:03:20.626 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:20 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:20.626 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:20 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:20.626 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:20 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-14T18:03:20.626 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:20 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:03:20.626 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:20 smithi139 ceph-mon[35433]: from='osd.2 ' entity='osd.2' 2024-02-14T18:03:20.684 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:20 smithi001 ceph-mon[25751]: purged_snaps scrub starts 2024-02-14T18:03:20.684 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:20 smithi001 ceph-mon[25751]: purged_snaps scrub ok 2024-02-14T18:03:20.684 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:20 smithi001 ceph-mon[25751]: purged_snaps scrub starts 2024-02-14T18:03:20.684 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:20 smithi001 ceph-mon[25751]: purged_snaps scrub ok 2024-02-14T18:03:20.684 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:20 smithi001 ceph-mon[25751]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2024-02-14T18:03:20.684 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:20 smithi001 ceph-mon[25751]: osd.1 [v2:172.21.15.1:6802/764241835,v1:172.21.15.1:6803/764241835] boot 2024-02-14T18:03:20.684 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:20 smithi001 ceph-mon[25751]: osdmap e20: 8 total, 2 up, 8 in 2024-02-14T18:03:20.684 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-14T18:03:20.684 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:03:20.684 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:20.684 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:20.685 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:20.685 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:20.685 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:20.685 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:03:20.685 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:20.685 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:20.685 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-14T18:03:20.685 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:03:20.685 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:20 smithi001 ceph-mon[25751]: from='osd.2 ' entity='osd.2' 2024-02-14T18:03:20.744 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:03:21.865 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:21 smithi139 ceph-mon[35433]: pgmap v48: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-02-14T18:03:21.865 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:21 smithi139 ceph-mon[35433]: Deploying daemon osd.6 on smithi139 2024-02-14T18:03:21.865 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:21 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:03:21.865 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:21 smithi139 ceph-mon[35433]: osd.2 [v2:172.21.15.139:6808/1253254157,v1:172.21.15.139:6809/1253254157] boot 2024-02-14T18:03:21.865 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:21 smithi139 ceph-mon[35433]: osdmap e21: 8 total, 3 up, 8 in 2024-02-14T18:03:21.865 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:21 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:03:21.865 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:21 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:21.865 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:21 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:21.866 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:21 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:21.866 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:21 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:21.866 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:21 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:21.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:21 smithi001 ceph-mon[25751]: pgmap v48: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-02-14T18:03:21.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:21 smithi001 ceph-mon[25751]: Deploying daemon osd.6 on smithi139 2024-02-14T18:03:21.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:21 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:03:21.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:21 smithi001 ceph-mon[25751]: osd.2 [v2:172.21.15.139:6808/1253254157,v1:172.21.15.139:6809/1253254157] boot 2024-02-14T18:03:21.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:21 smithi001 ceph-mon[25751]: osdmap e21: 8 total, 3 up, 8 in 2024-02-14T18:03:21.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:21 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-14T18:03:21.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:21 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:21.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:21 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:21.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:21 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:21.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:21 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:21.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:21 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:22.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:22 smithi139 ceph-mon[35433]: osdmap e22: 8 total, 3 up, 8 in 2024-02-14T18:03:22.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:22 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:22.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:22 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:22.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:22 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:22.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:22 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:22.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:22 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:22.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:22 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:22.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:22 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:22.876 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:22 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-14T18:03:22.876 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:22 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:03:22.876 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:22 smithi139 ceph-mon[35433]: Deploying daemon osd.5 on smithi001 2024-02-14T18:03:22.876 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:22 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 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-02-14T18:03:22.890 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:22 smithi001 ceph-mon[25751]: osdmap e22: 8 total, 3 up, 8 in 2024-02-14T18:03:22.890 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:22 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:22.891 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:22 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:22.891 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:22 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:22.891 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:22 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:22.891 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:22 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:22.891 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:22 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:22.891 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:22 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:22.891 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:22 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-14T18:03:22.891 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:22 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:03:22.891 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:22 smithi001 ceph-mon[25751]: Deploying daemon osd.5 on smithi001 2024-02-14T18:03:22.891 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:22 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 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-02-14T18:03:23.792 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:03:23.792 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:23 smithi001 ceph-mon[25751]: pgmap v51: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-02-14T18:03:23.792 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:23 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 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-02-14T18:03:23.792 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:23 smithi001 ceph-mon[25751]: osdmap e23: 8 total, 3 up, 8 in 2024-02-14T18:03:23.792 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:23 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:23.792 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:23 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:23.792 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:23 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:23.792 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:23 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:23.792 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:23 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:23.793 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:23 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-14T18:03:23.793 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:23 smithi001 ceph-mon[25751]: from='osd.4 [v2:172.21.15.139:6816/3954425358,v1:172.21.15.139:6817/3954425358]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-14T18:03:23.793 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:23 smithi001 ceph-mon[25751]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-14T18:03:23.985 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:23 smithi139 ceph-mon[35433]: pgmap v51: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-02-14T18:03:23.986 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:23 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 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-02-14T18:03:23.986 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:23 smithi139 ceph-mon[35433]: osdmap e23: 8 total, 3 up, 8 in 2024-02-14T18:03:23.986 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:23 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:23.986 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:23 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:23.986 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:23 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:23.986 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:23 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:23.986 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:23 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:23.986 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:23 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-02-14T18:03:23.986 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:23 smithi139 ceph-mon[35433]: from='osd.4 [v2:172.21.15.139:6816/3954425358,v1:172.21.15.139:6817/3954425358]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-14T18:03:23.986 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:23 smithi139 ceph-mon[35433]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-14T18:03:24.709 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":24,"num_osds":8,"num_up_osds":3,"osd_up_since":1707933800,"num_in_osds":8,"osd_in_since":1707933777,"num_remapped_pgs":0} 2024-02-14T18:03:24.863 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:24 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-02-14T18:03:24.863 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:24 smithi139 ceph-mon[35433]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-14T18:03:24.864 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:24 smithi139 ceph-mon[35433]: from='osd.4 [v2:172.21.15.139:6816/3954425358,v1:172.21.15.139:6817/3954425358]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-02-14T18:03:24.864 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:24 smithi139 ceph-mon[35433]: osdmap e24: 8 total, 3 up, 8 in 2024-02-14T18:03:24.864 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:24 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:24.864 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:24 smithi139 ceph-mon[35433]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-02-14T18:03:24.864 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:24 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:24.864 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:24 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:24.864 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:24 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:24.864 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:24 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:24.864 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:24 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/3866776570' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:03:24.864 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:24 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:24.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:24 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-02-14T18:03:24.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:24 smithi001 ceph-mon[25751]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-14T18:03:24.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:24 smithi001 ceph-mon[25751]: from='osd.4 [v2:172.21.15.139:6816/3954425358,v1:172.21.15.139:6817/3954425358]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-02-14T18:03:24.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:24 smithi001 ceph-mon[25751]: osdmap e24: 8 total, 3 up, 8 in 2024-02-14T18:03:24.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:24 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:24.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:24 smithi001 ceph-mon[25751]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-02-14T18:03:24.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:24 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:24.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:24 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:24.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:24 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:24.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:24 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:24.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:24 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/3866776570' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:03:24.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:24 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:25.710 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-14T18:03:25.976 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:25 smithi139 ceph-mon[35433]: pgmap v54: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-02-14T18:03:25.976 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:25 smithi139 ceph-mon[35433]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2024-02-14T18:03:25.976 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:25 smithi139 ceph-mon[35433]: osdmap e25: 8 total, 3 up, 8 in 2024-02-14T18:03:25.976 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:25 smithi139 ceph-mon[35433]: mgrmap e19: smithi001.iqhwpc(active, since 84s), standbys: smithi139.kwtrjg 2024-02-14T18:03:25.976 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:25 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:25.977 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:25 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:25.977 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:25 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:25.977 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:25 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:25.977 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:25 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:25.977 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:25 smithi139 ceph-mon[35433]: from='osd.3 [v2:172.21.15.1:6810/1281129791,v1:172.21.15.1:6811/1281129791]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-14T18:03:25.978 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:25 smithi001 ceph-mon[25751]: pgmap v54: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-02-14T18:03:25.978 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:25 smithi001 ceph-mon[25751]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2024-02-14T18:03:25.978 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:25 smithi001 ceph-mon[25751]: osdmap e25: 8 total, 3 up, 8 in 2024-02-14T18:03:25.978 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:25 smithi001 ceph-mon[25751]: mgrmap e19: smithi001.iqhwpc(active, since 84s), standbys: smithi139.kwtrjg 2024-02-14T18:03:25.978 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:25 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:25.978 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:25 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:25.978 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:25 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:25.978 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:25 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:25.978 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:25 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:25.978 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:25 smithi001 ceph-mon[25751]: from='osd.3 [v2:172.21.15.1:6810/1281129791,v1:172.21.15.1:6811/1281129791]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-14T18:03:26.064 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:03:26.777 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:26 smithi139 ceph-mon[35433]: purged_snaps scrub starts 2024-02-14T18:03:26.777 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:26 smithi139 ceph-mon[35433]: purged_snaps scrub ok 2024-02-14T18:03:26.777 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:26 smithi139 ceph-mon[35433]: from='osd.3 [v2:172.21.15.1:6810/1281129791,v1:172.21.15.1:6811/1281129791]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-14T18:03:26.777 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:26 smithi139 ceph-mon[35433]: osd.4 [v2:172.21.15.139:6816/3954425358,v1:172.21.15.139:6817/3954425358] boot 2024-02-14T18:03:26.777 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:26 smithi139 ceph-mon[35433]: osdmap e26: 8 total, 4 up, 8 in 2024-02-14T18:03:26.777 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:26 smithi139 ceph-mon[35433]: from='osd.3 [v2:172.21.15.1:6810/1281129791,v1:172.21.15.1:6811/1281129791]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2024-02-14T18:03:26.777 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:26 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:26.777 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:26 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:26.777 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:26 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:26.777 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:26 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:26.777 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:26 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:26.778 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:26 smithi139 ceph-mon[35433]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 107 MiB used, 357 GiB / 358 GiB avail 2024-02-14T18:03:26.778 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:26 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:26.778 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:26 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:26.778 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:26 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:26.778 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:26 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:26.778 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:26 smithi139 ceph-mon[35433]: from='osd.3 [v2:172.21.15.1:6810/1281129791,v1:172.21.15.1:6811/1281129791]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2024-02-14T18:03:26.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:26 smithi001 ceph-mon[25751]: purged_snaps scrub starts 2024-02-14T18:03:26.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:26 smithi001 ceph-mon[25751]: purged_snaps scrub ok 2024-02-14T18:03:26.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:26 smithi001 ceph-mon[25751]: from='osd.3 [v2:172.21.15.1:6810/1281129791,v1:172.21.15.1:6811/1281129791]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-14T18:03:26.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:26 smithi001 ceph-mon[25751]: osd.4 [v2:172.21.15.139:6816/3954425358,v1:172.21.15.139:6817/3954425358] boot 2024-02-14T18:03:26.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:26 smithi001 ceph-mon[25751]: osdmap e26: 8 total, 4 up, 8 in 2024-02-14T18:03:26.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:26 smithi001 ceph-mon[25751]: from='osd.3 [v2:172.21.15.1:6810/1281129791,v1:172.21.15.1:6811/1281129791]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2024-02-14T18:03:26.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:26 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:26.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:26 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-14T18:03:26.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:26 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:26.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:26 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:26.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:26 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:26.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:26 smithi001 ceph-mon[25751]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 107 MiB used, 357 GiB / 358 GiB avail 2024-02-14T18:03:26.934 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:26 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:26.934 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:26 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:26.934 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:26 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:26.934 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:26 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:26.934 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:26 smithi001 ceph-mon[25751]: from='osd.3 [v2:172.21.15.1:6810/1281129791,v1:172.21.15.1:6811/1281129791]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2024-02-14T18:03:27.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:27 smithi139 ceph-mon[35433]: osdmap e27: 8 total, 4 up, 8 in 2024-02-14T18:03:27.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:27 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:27.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:27 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:27.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:27 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:27.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:27 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:27.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:27 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:27.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:27 smithi139 ceph-mon[35433]: from='osd.3 [v2:172.21.15.1:6810/1281129791,v1:172.21.15.1:6811/1281129791]' entity='osd.3' 2024-02-14T18:03:27.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:27 smithi139 ceph-mon[35433]: osd.3 [v2:172.21.15.1:6810/1281129791,v1:172.21.15.1:6811/1281129791] boot 2024-02-14T18:03:27.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:27 smithi139 ceph-mon[35433]: osdmap e28: 8 total, 5 up, 8 in 2024-02-14T18:03:27.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:27 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:27.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:27 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:27.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:27 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:27.876 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:27 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:27.910 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:27 smithi001 ceph-mon[25751]: osdmap e27: 8 total, 4 up, 8 in 2024-02-14T18:03:27.910 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:27 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:27.910 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:27 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:27.910 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:27 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:27.910 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:27 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:27.910 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:27 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:27.910 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:27 smithi001 ceph-mon[25751]: from='osd.3 [v2:172.21.15.1:6810/1281129791,v1:172.21.15.1:6811/1281129791]' entity='osd.3' 2024-02-14T18:03:27.910 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:27 smithi001 ceph-mon[25751]: osd.3 [v2:172.21.15.1:6810/1281129791,v1:172.21.15.1:6811/1281129791] boot 2024-02-14T18:03:27.910 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:27 smithi001 ceph-mon[25751]: osdmap e28: 8 total, 5 up, 8 in 2024-02-14T18:03:27.910 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:27 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-14T18:03:27.910 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:27 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:27.910 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:27 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:27.911 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:27 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:28.017 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:03:28.646 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":28,"num_osds":8,"num_up_osds":5,"osd_up_since":1707933807,"num_in_osds":8,"osd_in_since":1707933777,"num_remapped_pgs":1} 2024-02-14T18:03:28.903 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:28 smithi001 ceph-mon[25751]: purged_snaps scrub starts 2024-02-14T18:03:28.903 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:28 smithi001 ceph-mon[25751]: purged_snaps scrub ok 2024-02-14T18:03:28.903 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:28 smithi001 ceph-mon[25751]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 339 MiB used, 447 GiB / 447 GiB avail; 6.0 KiB/s rd, 346 KiB/s wr, 21 op/s 2024-02-14T18:03:28.903 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:28 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/2062683888' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:03:28.903 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:28 smithi001 ceph-mon[25751]: osdmap e29: 8 total, 5 up, 8 in 2024-02-14T18:03:28.903 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:28 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:28.903 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:28 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:28.903 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:28 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:29.087 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:28 smithi139 ceph-mon[35433]: purged_snaps scrub starts 2024-02-14T18:03:29.088 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:28 smithi139 ceph-mon[35433]: purged_snaps scrub ok 2024-02-14T18:03:29.088 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:28 smithi139 ceph-mon[35433]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 339 MiB used, 447 GiB / 447 GiB avail; 6.0 KiB/s rd, 346 KiB/s wr, 21 op/s 2024-02-14T18:03:29.088 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:28 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/2062683888' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:03:29.088 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:28 smithi139 ceph-mon[35433]: osdmap e29: 8 total, 5 up, 8 in 2024-02-14T18:03:29.088 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:28 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:29.088 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:28 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:29.088 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:28 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:29.647 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-14T18:03:29.791 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:29 smithi001 sudo[54474]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-02-14T18:03:29.791 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:29 smithi001 sudo[54474]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-14T18:03:29.791 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:29 smithi001 sudo[54474]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-14T18:03:29.791 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:29 smithi001 sudo[54474]: pam_unix(sudo:session): session closed for user root 2024-02-14T18:03:30.067 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:29 smithi139 ceph-mon[35433]: from='osd.6 [v2:172.21.15.139:6824/1029889631,v1:172.21.15.139:6825/1029889631]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-14T18:03:30.067 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:29 smithi139 ceph-mon[35433]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-14T18:03:30.067 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:29 smithi139 ceph-mon[35433]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-14T18:03:30.067 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:29 smithi139 ceph-mon[35433]: osdmap e30: 8 total, 5 up, 8 in 2024-02-14T18:03:30.067 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:29 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:30.067 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:29 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:30.067 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:29 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:30.068 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:29 smithi139 ceph-mon[35433]: from='osd.6 [v2:172.21.15.139:6824/1029889631,v1:172.21.15.139:6825/1029889631]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-02-14T18:03:30.068 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:29 smithi139 ceph-mon[35433]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-02-14T18:03:30.068 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:29 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:30.068 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:29 smithi139 ceph-mon[35433]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-14T18:03:30.107 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:29 smithi001 sudo[54503]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-02-14T18:03:30.107 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:29 smithi001 sudo[54503]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-14T18:03:30.107 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:29 smithi001 sudo[54503]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-14T18:03:30.107 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:29 smithi001 sudo[54503]: pam_unix(sudo:session): session closed for user root 2024-02-14T18:03:30.107 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:29 smithi001 ceph-mon[25751]: from='osd.6 [v2:172.21.15.139:6824/1029889631,v1:172.21.15.139:6825/1029889631]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-14T18:03:30.107 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:29 smithi001 ceph-mon[25751]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-14T18:03:30.107 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:29 smithi001 ceph-mon[25751]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-14T18:03:30.107 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:29 smithi001 ceph-mon[25751]: osdmap e30: 8 total, 5 up, 8 in 2024-02-14T18:03:30.108 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:29 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:30.108 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:29 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:30.108 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:29 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:30.108 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:29 smithi001 ceph-mon[25751]: from='osd.6 [v2:172.21.15.139:6824/1029889631,v1:172.21.15.139:6825/1029889631]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-02-14T18:03:30.108 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:29 smithi001 ceph-mon[25751]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]: dispatch 2024-02-14T18:03:30.108 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:29 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:30.108 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:29 smithi001 ceph-mon[25751]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-14T18:03:30.329 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 sudo[46719]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2024-02-14T18:03:30.329 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 sudo[46719]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-14T18:03:30.329 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 sudo[46719]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-14T18:03:30.329 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 sudo[46719]: pam_unix(sudo:session): session closed for user root 2024-02-14T18:03:30.425 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:03:30.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 sudo[46723]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-02-14T18:03:30.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 sudo[46723]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-02-14T18:03:30.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 sudo[46723]: pam_unix(sudo:session): session opened for user root by (uid=0) 2024-02-14T18:03:30.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 sudo[46723]: pam_unix(sudo:session): session closed for user root 2024-02-14T18:03:31.103 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:30 smithi001 ceph-mon[25751]: pgmap v63: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 340 MiB used, 447 GiB / 447 GiB avail; 6.7 KiB/s rd, 391 KiB/s wr, 23 op/s; 144 KiB/s, 0 objects/s recovering 2024-02-14T18:03:31.103 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:30 smithi001 ceph-mon[25751]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-14T18:03:31.103 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:30 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi001"}]: dispatch 2024-02-14T18:03:31.103 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:30 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2024-02-14T18:03:31.103 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:30 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:03:31.103 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:30 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:31.103 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:30 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:31.103 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:30 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:31.103 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:30 smithi001 ceph-mon[25751]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-14T18:03:31.103 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:30 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi001"}]: dispatch 2024-02-14T18:03:31.104 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:30 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2024-02-14T18:03:31.104 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:30 smithi001 ceph-mon[25751]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-14T18:03:31.104 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:30 smithi001 ceph-mon[25751]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2024-02-14T18:03:31.104 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:30 smithi001 ceph-mon[25751]: osdmap e31: 8 total, 5 up, 8 in 2024-02-14T18:03:31.104 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:30 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:31.104 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:30 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:31.104 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:30 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:31.104 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:30 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:31.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 ceph-mon[35433]: pgmap v63: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 340 MiB used, 447 GiB / 447 GiB avail; 6.7 KiB/s rd, 391 KiB/s wr, 23 op/s; 144 KiB/s, 0 objects/s recovering 2024-02-14T18:03:31.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 ceph-mon[35433]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-14T18:03:31.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi001"}]: dispatch 2024-02-14T18:03:31.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2024-02-14T18:03:31.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:03:31.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:31.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:31.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:31.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 ceph-mon[35433]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-14T18:03:31.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi001"}]: dispatch 2024-02-14T18:03:31.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mon metadata", "id": "smithi139"}]: dispatch 2024-02-14T18:03:31.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 ceph-mon[35433]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-14T18:03:31.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 ceph-mon[35433]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi139", "root=default"]}]': finished 2024-02-14T18:03:31.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 ceph-mon[35433]: osdmap e31: 8 total, 5 up, 8 in 2024-02-14T18:03:31.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:31.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:31.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:31.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:30 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:32.111 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:31 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:32.111 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:31 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:32.111 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:31 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-14T18:03:32.111 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:31 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:03:32.111 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:31 smithi001 ceph-mon[25751]: Deploying daemon osd.7 on smithi001 2024-02-14T18:03:32.111 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:31 smithi001 ceph-mon[25751]: osd.6 [v2:172.21.15.139:6824/1029889631,v1:172.21.15.139:6825/1029889631] boot 2024-02-14T18:03:32.111 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:31 smithi001 ceph-mon[25751]: osdmap e32: 8 total, 6 up, 8 in 2024-02-14T18:03:32.111 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:31 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:32.111 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:31 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:32.111 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:31 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:32.111 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:31 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:32.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:31 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:32.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:31 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:32.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:31 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-14T18:03:32.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:31 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:03:32.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:31 smithi139 ceph-mon[35433]: Deploying daemon osd.7 on smithi001 2024-02-14T18:03:32.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:31 smithi139 ceph-mon[35433]: osd.6 [v2:172.21.15.139:6824/1029889631,v1:172.21.15.139:6825/1029889631] boot 2024-02-14T18:03:32.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:31 smithi139 ceph-mon[35433]: osdmap e32: 8 total, 6 up, 8 in 2024-02-14T18:03:32.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:31 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:32.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:31 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-14T18:03:32.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:31 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:32.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:31 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:32.598 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:03:33.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:32 smithi001 ceph-mon[25751]: purged_snaps scrub starts 2024-02-14T18:03:33.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:32 smithi001 ceph-mon[25751]: purged_snaps scrub ok 2024-02-14T18:03:33.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:32 smithi001 ceph-mon[25751]: pgmap v66: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 370 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 130 KiB/s wr, 7 op/s; 144 KiB/s, 0 objects/s recovering 2024-02-14T18:03:33.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:32 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/1411122985' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:03:33.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:32 smithi139 ceph-mon[35433]: purged_snaps scrub starts 2024-02-14T18:03:33.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:32 smithi139 ceph-mon[35433]: purged_snaps scrub ok 2024-02-14T18:03:33.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:32 smithi139 ceph-mon[35433]: pgmap v66: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 370 MiB used, 536 GiB / 536 GiB avail; 2.2 KiB/s rd, 130 KiB/s wr, 7 op/s; 144 KiB/s, 0 objects/s recovering 2024-02-14T18:03:33.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:32 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/1411122985' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:03:34.065 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":32,"num_osds":8,"num_up_osds":6,"osd_up_since":1707933811,"num_in_osds":8,"osd_in_since":1707933777,"num_remapped_pgs":0} 2024-02-14T18:03:34.214 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:33 smithi001 ceph-mon[25751]: osdmap e33: 8 total, 6 up, 8 in 2024-02-14T18:03:34.214 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:33 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:34.214 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:33 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:34.214 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:33 smithi001 ceph-mon[25751]: from='osd.5 [v2:172.21.15.1:6818/1708234208,v1:172.21.15.1:6819/1708234208]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-14T18:03:34.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:33 smithi139 ceph-mon[35433]: osdmap e33: 8 total, 6 up, 8 in 2024-02-14T18:03:34.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:33 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:34.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:33 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:34.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:33 smithi139 ceph-mon[35433]: from='osd.5 [v2:172.21.15.1:6818/1708234208,v1:172.21.15.1:6819/1708234208]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-14T18:03:35.046 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:34 smithi001 ceph-mon[25751]: pgmap v68: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s rd, 116 KiB/s wr, 7 op/s; 129 KiB/s, 0 objects/s recovering 2024-02-14T18:03:35.046 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:34 smithi001 ceph-mon[25751]: from='osd.5 [v2:172.21.15.1:6818/1708234208,v1:172.21.15.1:6819/1708234208]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-14T18:03:35.046 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:34 smithi001 ceph-mon[25751]: osdmap e34: 8 total, 6 up, 8 in 2024-02-14T18:03:35.046 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:34 smithi001 ceph-mon[25751]: from='osd.5 [v2:172.21.15.1:6818/1708234208,v1:172.21.15.1:6819/1708234208]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2024-02-14T18:03:35.046 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:34 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:35.046 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:34 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:35.046 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:34 smithi001 ceph-mon[25751]: from='osd.5 [v2:172.21.15.1:6818/1708234208,v1:172.21.15.1:6819/1708234208]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2024-02-14T18:03:35.066 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-14T18:03:35.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:34 smithi139 ceph-mon[35433]: pgmap v68: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 171 MiB used, 536 GiB / 536 GiB avail; 2.0 KiB/s rd, 116 KiB/s wr, 7 op/s; 129 KiB/s, 0 objects/s recovering 2024-02-14T18:03:35.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:34 smithi139 ceph-mon[35433]: from='osd.5 [v2:172.21.15.1:6818/1708234208,v1:172.21.15.1:6819/1708234208]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-14T18:03:35.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:34 smithi139 ceph-mon[35433]: osdmap e34: 8 total, 6 up, 8 in 2024-02-14T18:03:35.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:34 smithi139 ceph-mon[35433]: from='osd.5 [v2:172.21.15.1:6818/1708234208,v1:172.21.15.1:6819/1708234208]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2024-02-14T18:03:35.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:34 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:35.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:34 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:35.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:34 smithi139 ceph-mon[35433]: from='osd.5 [v2:172.21.15.1:6818/1708234208,v1:172.21.15.1:6819/1708234208]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2024-02-14T18:03:35.445 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:03:36.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:35 smithi139 ceph-mon[35433]: osdmap e35: 8 total, 6 up, 8 in 2024-02-14T18:03:36.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:36.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:36.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:36.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:35 smithi001 ceph-mon[25751]: osdmap e35: 8 total, 6 up, 8 in 2024-02-14T18:03:36.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:36.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:36.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:37.191 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:36 smithi001 ceph-mon[25751]: purged_snaps scrub starts 2024-02-14T18:03:37.191 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:36 smithi001 ceph-mon[25751]: purged_snaps scrub ok 2024-02-14T18:03:37.191 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:36 smithi001 ceph-mon[25751]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 6.2 KiB/s rd, 298 KiB/s wr, 20 op/s 2024-02-14T18:03:37.191 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:36 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:37.191 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:36 smithi001 ceph-mon[25751]: osd.5 [v2:172.21.15.1:6818/1708234208,v1:172.21.15.1:6819/1708234208] boot 2024-02-14T18:03:37.191 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:36 smithi001 ceph-mon[25751]: osdmap e36: 8 total, 7 up, 8 in 2024-02-14T18:03:37.191 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:36 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:37.191 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:36 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:37.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:36 smithi139 ceph-mon[35433]: purged_snaps scrub starts 2024-02-14T18:03:37.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:36 smithi139 ceph-mon[35433]: purged_snaps scrub ok 2024-02-14T18:03:37.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:36 smithi139 ceph-mon[35433]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 170 MiB used, 536 GiB / 536 GiB avail; 6.2 KiB/s rd, 298 KiB/s wr, 20 op/s 2024-02-14T18:03:37.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:36 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:37.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:36 smithi139 ceph-mon[35433]: osd.5 [v2:172.21.15.1:6818/1708234208,v1:172.21.15.1:6819/1708234208] boot 2024-02-14T18:03:37.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:36 smithi139 ceph-mon[35433]: osdmap e36: 8 total, 7 up, 8 in 2024-02-14T18:03:37.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:36 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-14T18:03:37.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:36 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:38.140 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:03:38.141 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:37 smithi001 ceph-mon[25751]: osdmap e37: 8 total, 7 up, 8 in 2024-02-14T18:03:38.141 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:37 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:38.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:37 smithi139 ceph-mon[35433]: osdmap e37: 8 total, 7 up, 8 in 2024-02-14T18:03:38.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:37 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:38.714 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":37,"num_osds":8,"num_up_osds":7,"osd_up_since":1707933815,"num_in_osds":8,"osd_in_since":1707933777,"num_remapped_pgs":0} 2024-02-14T18:03:39.074 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:38 smithi001 ceph-mon[25751]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s 2024-02-14T18:03:39.075 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:38 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/4193123232' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:03:39.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:38 smithi139 ceph-mon[35433]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s 2024-02-14T18:03:39.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:38 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/4193123232' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:03:39.715 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-14T18:03:39.972 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:03:40.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:40 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:40.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:40 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:41.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:40 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:41.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:40 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:41.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:41 smithi001 ceph-mon[25751]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail; 4.7 KiB/s rd, 227 KiB/s wr, 15 op/s 2024-02-14T18:03:42.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:41 smithi139 ceph-mon[35433]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail; 4.7 KiB/s rd, 227 KiB/s wr, 15 op/s 2024-02-14T18:03:42.367 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:03:42.920 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:42 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/3433210256' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:03:43.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:42 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/3433210256' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:03:43.630 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":37,"num_osds":8,"num_up_osds":7,"osd_up_since":1707933815,"num_in_osds":8,"osd_in_since":1707933777,"num_remapped_pgs":0} 2024-02-14T18:03:43.859 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:43 smithi001 ceph-mon[25751]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-02-14T18:03:43.859 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:43 smithi001 ceph-mon[25751]: from='osd.7 [v2:172.21.15.1:6826/853647338,v1:172.21.15.1:6827/853647338]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-14T18:03:43.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:43 smithi139 ceph-mon[35433]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-02-14T18:03:43.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:43 smithi139 ceph-mon[35433]: from='osd.7 [v2:172.21.15.1:6826/853647338,v1:172.21.15.1:6827/853647338]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-14T18:03:44.630 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd stat -f json 2024-02-14T18:03:44.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:44 smithi001 ceph-mon[25751]: from='osd.7 [v2:172.21.15.1:6826/853647338,v1:172.21.15.1:6827/853647338]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-14T18:03:44.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:44 smithi001 ceph-mon[25751]: osdmap e38: 8 total, 7 up, 8 in 2024-02-14T18:03:44.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:44 smithi001 ceph-mon[25751]: from='osd.7 [v2:172.21.15.1:6826/853647338,v1:172.21.15.1:6827/853647338]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2024-02-14T18:03:44.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:44 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:45.089 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:03:45.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:44 smithi139 ceph-mon[35433]: from='osd.7 [v2:172.21.15.1:6826/853647338,v1:172.21.15.1:6827/853647338]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-14T18:03:45.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:44 smithi139 ceph-mon[35433]: osdmap e38: 8 total, 7 up, 8 in 2024-02-14T18:03:45.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:44 smithi139 ceph-mon[35433]: from='osd.7 [v2:172.21.15.1:6826/853647338,v1:172.21.15.1:6827/853647338]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]: dispatch 2024-02-14T18:03:45.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:44 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:45.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:45 smithi001 ceph-mon[25751]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-02-14T18:03:45.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:45 smithi001 ceph-mon[25751]: from='osd.7 [v2:172.21.15.1:6826/853647338,v1:172.21.15.1:6827/853647338]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2024-02-14T18:03:45.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:45 smithi001 ceph-mon[25751]: osdmap e39: 8 total, 7 up, 8 in 2024-02-14T18:03:45.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:45 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:45.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:45 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:45.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:45 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:03:45.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:45 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:45.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:45 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:45.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:45 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-14T18:03:45.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:45 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-14T18:03:45.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:45 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:03:46.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:45 smithi139 ceph-mon[35433]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-02-14T18:03:46.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:45 smithi139 ceph-mon[35433]: from='osd.7 [v2:172.21.15.1:6826/853647338,v1:172.21.15.1:6827/853647338]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi001", "root=default"]}]': finished 2024-02-14T18:03:46.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:45 smithi139 ceph-mon[35433]: osdmap e39: 8 total, 7 up, 8 in 2024-02-14T18:03:46.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:45 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:46.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:45 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:46.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:45 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:03:46.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:45 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:46.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:45 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:46.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:45 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-14T18:03:46.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:45 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-14T18:03:46.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:45 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:03:46.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:46 smithi001 ceph-mon[25751]: purged_snaps scrub starts 2024-02-14T18:03:46.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:46 smithi001 ceph-mon[25751]: purged_snaps scrub ok 2024-02-14T18:03:46.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:46 smithi001 ceph-mon[25751]: Reconfiguring mon.smithi001 (unknown last config time)... 2024-02-14T18:03:46.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:46 smithi001 ceph-mon[25751]: Reconfiguring daemon mon.smithi001 on smithi001 2024-02-14T18:03:46.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:46 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:46.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:46 smithi001 ceph-mon[25751]: osd.7 [v2:172.21.15.1:6826/853647338,v1:172.21.15.1:6827/853647338] boot 2024-02-14T18:03:46.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:46 smithi001 ceph-mon[25751]: osdmap e40: 8 total, 8 up, 8 in 2024-02-14T18:03:46.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:46 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:46.957 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:03:47.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:46 smithi139 ceph-mon[35433]: purged_snaps scrub starts 2024-02-14T18:03:47.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:46 smithi139 ceph-mon[35433]: purged_snaps scrub ok 2024-02-14T18:03:47.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:46 smithi139 ceph-mon[35433]: Reconfiguring mon.smithi001 (unknown last config time)... 2024-02-14T18:03:47.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:46 smithi139 ceph-mon[35433]: Reconfiguring daemon mon.smithi001 on smithi001 2024-02-14T18:03:47.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:46 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:47.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:46 smithi139 ceph-mon[35433]: osd.7 [v2:172.21.15.1:6826/853647338,v1:172.21.15.1:6827/853647338] boot 2024-02-14T18:03:47.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:46 smithi139 ceph-mon[35433]: osdmap e40: 8 total, 8 up, 8 in 2024-02-14T18:03:47.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:46 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-14T18:03:47.897 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:47 smithi001 ceph-mon[25751]: pgmap v81: 1 pgs: 1 unknown; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-02-14T18:03:47.897 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:47 smithi001 ceph-mon[25751]: osdmap e41: 8 total, 8 up, 8 in 2024-02-14T18:03:47.897 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:47 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/656404691' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:03:48.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:47 smithi139 ceph-mon[35433]: pgmap v81: 1 pgs: 1 unknown; 577 KiB data, 197 MiB used, 626 GiB / 626 GiB avail 2024-02-14T18:03:48.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:47 smithi139 ceph-mon[35433]: osdmap e41: 8 total, 8 up, 8 in 2024-02-14T18:03:48.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:47 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/656404691' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-14T18:03:48.369 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":41,"num_osds":8,"num_up_osds":8,"osd_up_since":1707933825,"num_in_osds":8,"osd_in_since":1707933777,"num_remapped_pgs":1} 2024-02-14T18:03:48.370 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-14T18:03:48.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:48 smithi139 ceph-mon[35433]: osdmap e42: 8 total, 8 up, 8 in 2024-02-14T18:03:48.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:48 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:48.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:48 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:48.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:48 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi001.iqhwpc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-14T18:03:48.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:48 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-14T18:03:48.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:48 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:03:48.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:48 smithi139 ceph-mon[35433]: osdmap e43: 8 total, 8 up, 8 in 2024-02-14T18:03:48.944 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:48 smithi001 ceph-mon[25751]: osdmap e42: 8 total, 8 up, 8 in 2024-02-14T18:03:48.945 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:48 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:48.945 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:48 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:48.945 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:48 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi001.iqhwpc", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-14T18:03:48.945 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:48 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-14T18:03:48.945 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:48 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:03:48.945 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:48 smithi001 ceph-mon[25751]: osdmap e43: 8 total, 8 up, 8 in 2024-02-14T18:03:49.129 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:03:49.858 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:49 smithi001 ceph-mon[25751]: pgmap v84: 1 pgs: 1 unknown; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:03:49.858 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:49 smithi001 ceph-mon[25751]: Reconfiguring mgr.smithi001.iqhwpc (unknown last config time)... 2024-02-14T18:03:49.858 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:49 smithi001 ceph-mon[25751]: Reconfiguring daemon mgr.smithi001.iqhwpc on smithi001 2024-02-14T18:03:49.858 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:49 smithi001 ceph-mon[25751]: osdmap e44: 8 total, 8 up, 8 in 2024-02-14T18:03:50.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:49 smithi139 ceph-mon[35433]: pgmap v84: 1 pgs: 1 unknown; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:03:50.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:49 smithi139 ceph-mon[35433]: Reconfiguring mgr.smithi001.iqhwpc (unknown last config time)... 2024-02-14T18:03:50.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:49 smithi139 ceph-mon[35433]: Reconfiguring daemon mgr.smithi001.iqhwpc on smithi001 2024-02-14T18:03:50.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:49 smithi139 ceph-mon[35433]: osdmap e44: 8 total, 8 up, 8 in 2024-02-14T18:03:51.176 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:50 smithi001 ceph-mon[25751]: pgmap v87: 1 pgs: 1 unknown; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:03:51.176 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:50 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:51.176 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:50 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:51.176 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:50 smithi001 ceph-mon[25751]: Reconfiguring ceph-exporter.smithi001 (monmap changed)... 2024-02-14T18:03:51.176 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:50 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi001", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-02-14T18:03:51.176 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:50 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:03:51.176 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:50 smithi001 ceph-mon[25751]: Reconfiguring daemon ceph-exporter.smithi001 on smithi001 2024-02-14T18:03:51.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:50 smithi139 ceph-mon[35433]: pgmap v87: 1 pgs: 1 unknown; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:03:51.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:50 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:51.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:50 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:51.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:50 smithi139 ceph-mon[35433]: Reconfiguring ceph-exporter.smithi001 (monmap changed)... 2024-02-14T18:03:51.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:50 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi001", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-02-14T18:03:51.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:50 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:03:51.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:50 smithi139 ceph-mon[35433]: Reconfiguring daemon ceph-exporter.smithi001 on smithi001 2024-02-14T18:03:51.915 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:03:51.915 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":44,"fsid":"96c45446-cb62-11ee-95b9-87774f69a715","created":"2024-02-14T17:59:39.929938+0000","modified":"2024-02-14T18:03:49.236440+0000","last_up_change":"2024-02-14T18:03:45.666562+0000","last_in_change":"2024-02-14T18:02:57.376515+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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-02-14T18:03:22.052277+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":"25","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":"98906298-0233-4d20-aec2-ff61247dc14a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6800","nonce":3811634883},{"type":"v1","addr":"172.21.15.139:6801","nonce":3811634883}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6802","nonce":3811634883},{"type":"v1","addr":"172.21.15.139:6803","nonce":3811634883}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6806","nonce":3811634883},{"type":"v1","addr":"172.21.15.139:6807","nonce":3811634883}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6804","nonce":3811634883},{"type":"v1","addr":"172.21.15.139:6805","nonce":3811634883}]},"public_addr":"172.21.15.139:6801/3811634883","cluster_addr":"172.21.15.139:6803/3811634883","heartbeat_back_addr":"172.21.15.139:6807/3811634883","heartbeat_front_addr":"172.21.15.139:6805/3811634883","state":["exists","up"]},{"osd":1,"uuid":"51675f1d-ce34-4b27-9c02-850d55a727bb","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.1:6802","nonce":764241835},{"type":"v1","addr":"172.21.15.1:6803","nonce":764241835}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6804","nonce":764241835},{"type":"v1","addr":"172.21.15.1:6805","nonce":764241835}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6808","nonce":764241835},{"type":"v1","addr":"172.21.15.1:6809","nonce":764241835}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6806","nonce":764241835},{"type":"v1","addr":"172.21.15.1:6807","nonce":764241835}]},"public_addr":"172.21.15.1:6803/764241835","cluster_addr":"172.21.15.1:6805/764241835","heartbeat_back_addr":"172.21.15.1:6809/764241835","heartbeat_front_addr":"172.21.15.1:6807/764241835","state":["exists","up"]},{"osd":2,"uuid":"9b661054-353f-4c1a-9154-62f38f041e95","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6808","nonce":1253254157},{"type":"v1","addr":"172.21.15.139:6809","nonce":1253254157}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6810","nonce":1253254157},{"type":"v1","addr":"172.21.15.139:6811","nonce":1253254157}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6814","nonce":1253254157},{"type":"v1","addr":"172.21.15.139:6815","nonce":1253254157}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6812","nonce":1253254157},{"type":"v1","addr":"172.21.15.139:6813","nonce":1253254157}]},"public_addr":"172.21.15.139:6809/1253254157","cluster_addr":"172.21.15.139:6811/1253254157","heartbeat_back_addr":"172.21.15.139:6815/1253254157","heartbeat_front_addr":"172.21.15.139:6813/1253254157","state":["exists","up"]},{"osd":3,"uuid":"7cffdb17-3f0e-4354-802b-4d37501df3cf","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.1:6810","nonce":1281129791},{"type":"v1","addr":"172.21.15.1:6811","nonce":1281129791}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6812","nonce":1281129791},{"type":"v1","addr":"172.21.15.1:6813","nonce":1281129791}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6816","nonce":1281129791},{"type":"v1","addr":"172.21.15.1:6817","nonce":1281129791}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6814","nonce":1281129791},{"type":"v1","addr":"172.21.15.1:6815","nonce":1281129791}]},"public_addr":"172.21.15.1:6811/1281129791","cluster_addr":"172.21.15.1:6813/1281129791","heartbeat_back_addr":"172.21.15.1:6817/1281129791","heartbeat_front_addr":"172.21.15.1:6815/1281129791","state":["exists","up"]},{"osd":4,"uuid":"f5c7b457-edaf-4b7d-b7bb-ae68187f13d6","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.139:6816","nonce":3954425358},{"type":"v1","addr":"172.21.15.139:6817","nonce":3954425358}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6818","nonce":3954425358},{"type":"v1","addr":"172.21.15.139:6819","nonce":3954425358}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6822","nonce":3954425358},{"type":"v1","addr":"172.21.15.139:6823","nonce":3954425358}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6820","nonce":3954425358},{"type":"v1","addr":"172.21.15.139:6821","nonce":3954425358}]},"public_addr":"172.21.15.139:6817/3954425358","cluster_addr":"172.21.15.139:6819/3954425358","heartbeat_back_addr":"172.21.15.139:6823/3954425358","heartbeat_front_addr":"172.21.15.139:6821/3954425358","state":["exists","up"]},{"osd":5,"uuid":"7057e52e-9039-4b6f-9002-efa39d553c75","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6818","nonce":1708234208},{"type":"v1","addr":"172.21.15.1:6819","nonce":1708234208}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6820","nonce":1708234208},{"type":"v1","addr":"172.21.15.1:6821","nonce":1708234208}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6824","nonce":1708234208},{"type":"v1","addr":"172.21.15.1:6825","nonce":1708234208}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6822","nonce":1708234208},{"type":"v1","addr":"172.21.15.1:6823","nonce":1708234208}]},"public_addr":"172.21.15.1:6819/1708234208","cluster_addr":"172.21.15.1:6821/1708234208","heartbeat_back_addr":"172.21.15.1:6825/1708234208","heartbeat_front_addr":"172.21.15.1:6823/1708234208","state":["exists","up"]},{"osd":6,"uuid":"387bfa64-20f3-4ed1-959b-311941d140ee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6824","nonce":1029889631},{"type":"v1","addr":"172.21.15.139:6825","nonce":1029889631}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6826","nonce":1029889631},{"type":"v1","addr":"172.21.15.139:6827","nonce":1029889631}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6830","nonce":1029889631},{"type":"v1","addr":"172.21.15.139:6831","nonce":1029889631}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6828","nonce":1029889631},{"type":"v1","addr":"172.21.15.139:6829","nonce":1029889631}]},"public_addr":"172.21.15.139:6825/1029889631","cluster_addr":"172.21.15.139:6827/1029889631","heartbeat_back_addr":"172.21.15.139:6831/1029889631","heartbeat_front_addr":"172.21.15.139:6829/1029889631","state":["exists","up"]},{"osd":7,"uuid":"63008919-fc19-4641-885f-8563650c70eb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6826","nonce":853647338},{"type":"v1","addr":"172.21.15.1:6827","nonce":853647338}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6828","nonce":853647338},{"type":"v1","addr":"172.21.15.1:6829","nonce":853647338}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6832","nonce":853647338},{"type":"v1","addr":"172.21.15.1:6833","nonce":853647338}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6830","nonce":853647338},{"type":"v1","addr":"172.21.15.1:6831","nonce":853647338}]},"public_addr":"172.21.15.1:6827/853647338","cluster_addr":"172.21.15.1:6829/853647338","heartbeat_back_addr":"172.21.15.1:6833/853647338","heartbeat_front_addr":"172.21.15.1:6831/853647338","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-02-14T18:03:12.944495+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-02-14T18:03:17.613973+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-02-14T18:03:18.555898+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-02-14T18:03:25.760665+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-02-14T18:03:24.048946+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-02-14T18:03:34.802780+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-02-14T18:03:30.055531+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-02-14T18:03:43.716407+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.1:0/4005323587":"2024-02-15T18:01:59.726868+0000","172.21.15.1:6801/1843785904":"2024-02-15T18:01:59.726868+0000","172.21.15.1:6800/1843785904":"2024-02-15T18:01:59.726868+0000","172.21.15.1:6800/1755553721":"2024-02-15T18:00:50.705770+0000","172.21.15.1:0/3076344200":"2024-02-15T18:00:50.705770+0000","172.21.15.1:0/3392662060":"2024-02-15T18:00:15.781627+0000","172.21.15.1:0/205817369":"2024-02-15T18:00:15.781627+0000","172.21.15.1:6801/1670331443":"2024-02-15T18:00:15.781627+0000","172.21.15.1:0/186575992":"2024-02-15T18:01:59.726868+0000","172.21.15.1:6801/1755553721":"2024-02-15T18:00:50.705770+0000","172.21.15.1:6800/1670331443":"2024-02-15T18:00:15.781627+0000","172.21.15.1:0/4010410607":"2024-02-15T18:00:50.705770+0000","172.21.15.1:0/2843860717":"2024-02-15T18:00:15.781627+0000","172.21.15.1:0/444710431":"2024-02-15T18:01:59.726868+0000","172.21.15.1:0/3463359081":"2024-02-15T18:00:50.705770+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-02-14T18:03:52.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:51 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/1042510000' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-14T18:03:52.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:51 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/1042510000' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-14T18:03:52.650 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-02-14T18:03:22.052277+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': '25', '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-02-14T18:03:52.651 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-02-14T18:03:53.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:53 smithi001 ceph-mon[25751]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 114 KiB/s, 0 objects/s recovering 2024-02-14T18:03:53.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:53 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:53.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:53 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:53.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:53 smithi001 ceph-mon[25751]: Reconfiguring crash.smithi001 (monmap changed)... 2024-02-14T18:03:53.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:53 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi001", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-14T18:03:53.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:53 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:03:53.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:53 smithi001 ceph-mon[25751]: Reconfiguring daemon crash.smithi001 on smithi001 2024-02-14T18:03:53.358 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:03:53.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:53 smithi139 ceph-mon[35433]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 114 KiB/s, 0 objects/s recovering 2024-02-14T18:03:53.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:53 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:53.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:53 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:53.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:53 smithi139 ceph-mon[35433]: Reconfiguring crash.smithi001 (monmap changed)... 2024-02-14T18:03:53.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:53 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi001", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-14T18:03:53.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:53 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:03:53.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:53 smithi139 ceph-mon[35433]: Reconfiguring daemon crash.smithi001 on smithi001 2024-02-14T18:03:55.468 INFO:teuthology.orchestra.run.smithi001.stdout:pg_num: 1 2024-02-14T18:03:55.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:55 smithi001 ceph-mon[25751]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 95 KiB/s, 0 objects/s recovering 2024-02-14T18:03:55.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:55 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:55.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:55 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:55.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:55 smithi001 ceph-mon[25751]: Reconfiguring alertmanager.smithi001 (dependencies changed)... 2024-02-14T18:03:55.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:55 smithi001 ceph-mon[25751]: Reconfiguring daemon alertmanager.smithi001 on smithi001 2024-02-14T18:03:55.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:55 smithi139 ceph-mon[35433]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 95 KiB/s, 0 objects/s recovering 2024-02-14T18:03:55.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:55 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:55.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:55 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:03:55.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:55 smithi139 ceph-mon[35433]: Reconfiguring alertmanager.smithi001 (dependencies changed)... 2024-02-14T18:03:55.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:55 smithi139 ceph-mon[35433]: Reconfiguring daemon alertmanager.smithi001 on smithi001 2024-02-14T18:03:56.300 INFO:tasks.cephadm:Setting up client nodes... 2024-02-14T18:03:56.300 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-14T18:03:56.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:56 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/3504566197' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-02-14T18:03:56.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:56 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/3504566197' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-02-14T18:03:57.668 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:57 smithi001 ceph-mon[25751]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-02-14T18:03:57.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:57 smithi139 ceph-mon[35433]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-02-14T18:03:58.623 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:03:59.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:03:59 smithi001 ceph-mon[25751]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-02-14T18:03:59.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:03:59 smithi139 ceph-mon[35433]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 61 KiB/s, 0 objects/s recovering 2024-02-14T18:04:00.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:00 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:04:00.776 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:00 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:04:01.286 INFO:teuthology.orchestra.run.smithi001.stdout:[client.0] 2024-02-14T18:04:01.286 INFO:teuthology.orchestra.run.smithi001.stdout: key = AQCRAM1lqFfmEBAAeztj/LeZxTyg5/F2HDGG/Q== 2024-02-14T18:04:01.617 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:01 smithi001 ceph-mon[25751]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-02-14T18:04:01.617 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:01 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/2275579378' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-14T18:04:01.617 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:01 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/2275579378' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-14T18:04:01.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:01 smithi139 ceph-mon[35433]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 55 KiB/s, 0 objects/s recovering 2024-02-14T18:04:01.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:01 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/2275579378' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-14T18:04:01.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:01 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/2275579378' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-14T18:04:01.937 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-02-14T18:04:01.937 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-14T18:04:01.938 DEBUG:teuthology.orchestra.run.smithi001:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-14T18:04:01.983 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-14T18:04:02.238 INFO:teuthology.orchestra.run.smithi139.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi139/config 2024-02-14T18:04:03.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:03 smithi139 ceph-mon[35433]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-02-14T18:04:03.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:03 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:03.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:03 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:03.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:03 smithi139 ceph-mon[35433]: Reconfiguring grafana.smithi001 (dependencies changed)... 2024-02-14T18:04:03.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:03 smithi139 ceph-mon[35433]: Reconfiguring daemon grafana.smithi001 on smithi001 2024-02-14T18:04:03.877 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:03 smithi001 ceph-mon[25751]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-02-14T18:04:03.878 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:03 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:03.878 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:03 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:03.878 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:03 smithi001 ceph-mon[25751]: Reconfiguring grafana.smithi001 (dependencies changed)... 2024-02-14T18:04:03.878 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:03 smithi001 ceph-mon[25751]: Reconfiguring daemon grafana.smithi001 on smithi001 2024-02-14T18:04:04.147 INFO:teuthology.orchestra.run.smithi139.stdout:[client.1] 2024-02-14T18:04:04.147 INFO:teuthology.orchestra.run.smithi139.stdout: key = AQCUAM1lY+Z+CBAAcWRNEg8N/AUadCUSMgly6w== 2024-02-14T18:04:04.790 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:04 smithi139 ceph-mon[35433]: from='client.? 172.21.15.139:0/207109990' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-14T18:04:04.790 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:04 smithi139 ceph-mon[35433]: 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-02-14T18:04:04.790 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:04 smithi139 ceph-mon[35433]: 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-02-14T18:04:04.816 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-02-14T18:04:04.817 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-14T18:04:04.817 DEBUG:teuthology.orchestra.run.smithi139:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-14T18:04:04.859 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-14T18:04:04.859 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-14T18:04:04.859 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph mgr dump --format=json 2024-02-14T18:04:04.886 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:04 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/207109990' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-14T18:04:04.886 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:04 smithi001 ceph-mon[25751]: 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-02-14T18:04:04.886 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:04 smithi001 ceph-mon[25751]: 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-02-14T18:04:05.299 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:04:05.773 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:05 smithi001 ceph-mon[25751]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:06.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:05 smithi139 ceph-mon[35433]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:07.852 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:07 smithi001 ceph-mon[25751]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:07.985 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:04:08.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:07 smithi139 ceph-mon[35433]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:08.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:08 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/308597006' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-14T18:04:08.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:08 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:08.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:08 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:08.693 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":19,"flags":0,"active_gid":14213,"active_name":"smithi001.iqhwpc","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6800","nonce":382786765},{"type":"v1","addr":"172.21.15.1:6801","nonce":382786765}]},"active_addr":"172.21.15.1:6801/382786765","active_change":"2024-02-14T18:01:59.726983+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":14237,"name":"smithi139.kwtrjg","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/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:latest","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_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":[]},"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":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","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":[]},"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":[]}}},{"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/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:latest","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_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":[]},"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":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","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":[]},"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":[]}}},{"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.1:8443/","prometheus":"http://172.21.15.1: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.1:0","nonce":1475844107}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.1:0","nonce":1621548834}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.1:0","nonce":1929711575}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.1:0","nonce":4286683549}]}]} 2024-02-14T18:04:08.700 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-14T18:04:08.700 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-14T18:04:08.700 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-14T18:04:09.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:08 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/308597006' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-14T18:04:09.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:08 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:09.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:08 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:09.745 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:04:09.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:09 smithi001 ceph-mon[25751]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:09.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:09 smithi001 ceph-mon[25751]: Reconfiguring prometheus.smithi001 (dependencies changed)... 2024-02-14T18:04:09.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:09 smithi001 ceph-mon[25751]: Reconfiguring daemon prometheus.smithi001 on smithi001 2024-02-14T18:04:10.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:09 smithi139 ceph-mon[35433]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:10.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:09 smithi139 ceph-mon[35433]: Reconfiguring prometheus.smithi001 (dependencies changed)... 2024-02-14T18:04:10.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:09 smithi139 ceph-mon[35433]: Reconfiguring daemon prometheus.smithi001 on smithi001 2024-02-14T18:04:11.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:11 smithi001 ceph-mon[25751]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:12.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:11 smithi139 ceph-mon[35433]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:13.162 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:04:13.162 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":44,"fsid":"96c45446-cb62-11ee-95b9-87774f69a715","created":"2024-02-14T17:59:39.929938+0000","modified":"2024-02-14T18:03:49.236440+0000","last_up_change":"2024-02-14T18:03:45.666562+0000","last_in_change":"2024-02-14T18:02:57.376515+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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-02-14T18:03:22.052277+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":"25","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":"98906298-0233-4d20-aec2-ff61247dc14a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6800","nonce":3811634883},{"type":"v1","addr":"172.21.15.139:6801","nonce":3811634883}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6802","nonce":3811634883},{"type":"v1","addr":"172.21.15.139:6803","nonce":3811634883}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6806","nonce":3811634883},{"type":"v1","addr":"172.21.15.139:6807","nonce":3811634883}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6804","nonce":3811634883},{"type":"v1","addr":"172.21.15.139:6805","nonce":3811634883}]},"public_addr":"172.21.15.139:6801/3811634883","cluster_addr":"172.21.15.139:6803/3811634883","heartbeat_back_addr":"172.21.15.139:6807/3811634883","heartbeat_front_addr":"172.21.15.139:6805/3811634883","state":["exists","up"]},{"osd":1,"uuid":"51675f1d-ce34-4b27-9c02-850d55a727bb","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.1:6802","nonce":764241835},{"type":"v1","addr":"172.21.15.1:6803","nonce":764241835}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6804","nonce":764241835},{"type":"v1","addr":"172.21.15.1:6805","nonce":764241835}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6808","nonce":764241835},{"type":"v1","addr":"172.21.15.1:6809","nonce":764241835}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6806","nonce":764241835},{"type":"v1","addr":"172.21.15.1:6807","nonce":764241835}]},"public_addr":"172.21.15.1:6803/764241835","cluster_addr":"172.21.15.1:6805/764241835","heartbeat_back_addr":"172.21.15.1:6809/764241835","heartbeat_front_addr":"172.21.15.1:6807/764241835","state":["exists","up"]},{"osd":2,"uuid":"9b661054-353f-4c1a-9154-62f38f041e95","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6808","nonce":1253254157},{"type":"v1","addr":"172.21.15.139:6809","nonce":1253254157}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6810","nonce":1253254157},{"type":"v1","addr":"172.21.15.139:6811","nonce":1253254157}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6814","nonce":1253254157},{"type":"v1","addr":"172.21.15.139:6815","nonce":1253254157}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6812","nonce":1253254157},{"type":"v1","addr":"172.21.15.139:6813","nonce":1253254157}]},"public_addr":"172.21.15.139:6809/1253254157","cluster_addr":"172.21.15.139:6811/1253254157","heartbeat_back_addr":"172.21.15.139:6815/1253254157","heartbeat_front_addr":"172.21.15.139:6813/1253254157","state":["exists","up"]},{"osd":3,"uuid":"7cffdb17-3f0e-4354-802b-4d37501df3cf","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.1:6810","nonce":1281129791},{"type":"v1","addr":"172.21.15.1:6811","nonce":1281129791}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6812","nonce":1281129791},{"type":"v1","addr":"172.21.15.1:6813","nonce":1281129791}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6816","nonce":1281129791},{"type":"v1","addr":"172.21.15.1:6817","nonce":1281129791}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6814","nonce":1281129791},{"type":"v1","addr":"172.21.15.1:6815","nonce":1281129791}]},"public_addr":"172.21.15.1:6811/1281129791","cluster_addr":"172.21.15.1:6813/1281129791","heartbeat_back_addr":"172.21.15.1:6817/1281129791","heartbeat_front_addr":"172.21.15.1:6815/1281129791","state":["exists","up"]},{"osd":4,"uuid":"f5c7b457-edaf-4b7d-b7bb-ae68187f13d6","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.139:6816","nonce":3954425358},{"type":"v1","addr":"172.21.15.139:6817","nonce":3954425358}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6818","nonce":3954425358},{"type":"v1","addr":"172.21.15.139:6819","nonce":3954425358}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6822","nonce":3954425358},{"type":"v1","addr":"172.21.15.139:6823","nonce":3954425358}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6820","nonce":3954425358},{"type":"v1","addr":"172.21.15.139:6821","nonce":3954425358}]},"public_addr":"172.21.15.139:6817/3954425358","cluster_addr":"172.21.15.139:6819/3954425358","heartbeat_back_addr":"172.21.15.139:6823/3954425358","heartbeat_front_addr":"172.21.15.139:6821/3954425358","state":["exists","up"]},{"osd":5,"uuid":"7057e52e-9039-4b6f-9002-efa39d553c75","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6818","nonce":1708234208},{"type":"v1","addr":"172.21.15.1:6819","nonce":1708234208}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6820","nonce":1708234208},{"type":"v1","addr":"172.21.15.1:6821","nonce":1708234208}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6824","nonce":1708234208},{"type":"v1","addr":"172.21.15.1:6825","nonce":1708234208}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6822","nonce":1708234208},{"type":"v1","addr":"172.21.15.1:6823","nonce":1708234208}]},"public_addr":"172.21.15.1:6819/1708234208","cluster_addr":"172.21.15.1:6821/1708234208","heartbeat_back_addr":"172.21.15.1:6825/1708234208","heartbeat_front_addr":"172.21.15.1:6823/1708234208","state":["exists","up"]},{"osd":6,"uuid":"387bfa64-20f3-4ed1-959b-311941d140ee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6824","nonce":1029889631},{"type":"v1","addr":"172.21.15.139:6825","nonce":1029889631}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6826","nonce":1029889631},{"type":"v1","addr":"172.21.15.139:6827","nonce":1029889631}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6830","nonce":1029889631},{"type":"v1","addr":"172.21.15.139:6831","nonce":1029889631}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6828","nonce":1029889631},{"type":"v1","addr":"172.21.15.139:6829","nonce":1029889631}]},"public_addr":"172.21.15.139:6825/1029889631","cluster_addr":"172.21.15.139:6827/1029889631","heartbeat_back_addr":"172.21.15.139:6831/1029889631","heartbeat_front_addr":"172.21.15.139:6829/1029889631","state":["exists","up"]},{"osd":7,"uuid":"63008919-fc19-4641-885f-8563650c70eb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6826","nonce":853647338},{"type":"v1","addr":"172.21.15.1:6827","nonce":853647338}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6828","nonce":853647338},{"type":"v1","addr":"172.21.15.1:6829","nonce":853647338}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6832","nonce":853647338},{"type":"v1","addr":"172.21.15.1:6833","nonce":853647338}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6830","nonce":853647338},{"type":"v1","addr":"172.21.15.1:6831","nonce":853647338}]},"public_addr":"172.21.15.1:6827/853647338","cluster_addr":"172.21.15.1:6829/853647338","heartbeat_back_addr":"172.21.15.1:6833/853647338","heartbeat_front_addr":"172.21.15.1:6831/853647338","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-02-14T18:03:12.944495+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-02-14T18:03:17.613973+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-02-14T18:03:18.555898+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-02-14T18:03:25.760665+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-02-14T18:03:24.048946+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-02-14T18:03:34.802780+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-02-14T18:03:30.055531+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-02-14T18:03:43.716407+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.1:0/4005323587":"2024-02-15T18:01:59.726868+0000","172.21.15.1:6801/1843785904":"2024-02-15T18:01:59.726868+0000","172.21.15.1:6800/1843785904":"2024-02-15T18:01:59.726868+0000","172.21.15.1:6800/1755553721":"2024-02-15T18:00:50.705770+0000","172.21.15.1:0/3076344200":"2024-02-15T18:00:50.705770+0000","172.21.15.1:0/3392662060":"2024-02-15T18:00:15.781627+0000","172.21.15.1:0/205817369":"2024-02-15T18:00:15.781627+0000","172.21.15.1:6801/1670331443":"2024-02-15T18:00:15.781627+0000","172.21.15.1:0/186575992":"2024-02-15T18:01:59.726868+0000","172.21.15.1:6801/1755553721":"2024-02-15T18:00:50.705770+0000","172.21.15.1:6800/1670331443":"2024-02-15T18:00:15.781627+0000","172.21.15.1:0/4010410607":"2024-02-15T18:00:50.705770+0000","172.21.15.1:0/2843860717":"2024-02-15T18:00:15.781627+0000","172.21.15.1:0/444710431":"2024-02-15T18:01:59.726868+0000","172.21.15.1:0/3463359081":"2024-02-15T18:00:50.705770+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-02-14T18:04:13.711 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:13 smithi001 ceph-mon[25751]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:13.711 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:13 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/1359882330' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-14T18:04:14.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:13 smithi139 ceph-mon[35433]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:14.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:13 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/1359882330' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-14T18:04:14.137 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-14T18:04:14.137 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd dump --format=json 2024-02-14T18:04:14.400 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:04:15.740 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:15 smithi001 ceph-mon[25751]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:15.741 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:15 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:04:16.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:15 smithi139 ceph-mon[35433]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:16.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:15 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:04:16.186 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:04:16.186 INFO:teuthology.orchestra.run.smithi001.stdout:{"epoch":44,"fsid":"96c45446-cb62-11ee-95b9-87774f69a715","created":"2024-02-14T17:59:39.929938+0000","modified":"2024-02-14T18:03:49.236440+0000","last_up_change":"2024-02-14T18:03:45.666562+0000","last_in_change":"2024-02-14T18:02:57.376515+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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-02-14T18:03:22.052277+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":"25","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":"98906298-0233-4d20-aec2-ff61247dc14a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6800","nonce":3811634883},{"type":"v1","addr":"172.21.15.139:6801","nonce":3811634883}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6802","nonce":3811634883},{"type":"v1","addr":"172.21.15.139:6803","nonce":3811634883}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6806","nonce":3811634883},{"type":"v1","addr":"172.21.15.139:6807","nonce":3811634883}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6804","nonce":3811634883},{"type":"v1","addr":"172.21.15.139:6805","nonce":3811634883}]},"public_addr":"172.21.15.139:6801/3811634883","cluster_addr":"172.21.15.139:6803/3811634883","heartbeat_back_addr":"172.21.15.139:6807/3811634883","heartbeat_front_addr":"172.21.15.139:6805/3811634883","state":["exists","up"]},{"osd":1,"uuid":"51675f1d-ce34-4b27-9c02-850d55a727bb","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.1:6802","nonce":764241835},{"type":"v1","addr":"172.21.15.1:6803","nonce":764241835}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6804","nonce":764241835},{"type":"v1","addr":"172.21.15.1:6805","nonce":764241835}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6808","nonce":764241835},{"type":"v1","addr":"172.21.15.1:6809","nonce":764241835}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6806","nonce":764241835},{"type":"v1","addr":"172.21.15.1:6807","nonce":764241835}]},"public_addr":"172.21.15.1:6803/764241835","cluster_addr":"172.21.15.1:6805/764241835","heartbeat_back_addr":"172.21.15.1:6809/764241835","heartbeat_front_addr":"172.21.15.1:6807/764241835","state":["exists","up"]},{"osd":2,"uuid":"9b661054-353f-4c1a-9154-62f38f041e95","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6808","nonce":1253254157},{"type":"v1","addr":"172.21.15.139:6809","nonce":1253254157}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6810","nonce":1253254157},{"type":"v1","addr":"172.21.15.139:6811","nonce":1253254157}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6814","nonce":1253254157},{"type":"v1","addr":"172.21.15.139:6815","nonce":1253254157}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6812","nonce":1253254157},{"type":"v1","addr":"172.21.15.139:6813","nonce":1253254157}]},"public_addr":"172.21.15.139:6809/1253254157","cluster_addr":"172.21.15.139:6811/1253254157","heartbeat_back_addr":"172.21.15.139:6815/1253254157","heartbeat_front_addr":"172.21.15.139:6813/1253254157","state":["exists","up"]},{"osd":3,"uuid":"7cffdb17-3f0e-4354-802b-4d37501df3cf","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.1:6810","nonce":1281129791},{"type":"v1","addr":"172.21.15.1:6811","nonce":1281129791}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6812","nonce":1281129791},{"type":"v1","addr":"172.21.15.1:6813","nonce":1281129791}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6816","nonce":1281129791},{"type":"v1","addr":"172.21.15.1:6817","nonce":1281129791}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6814","nonce":1281129791},{"type":"v1","addr":"172.21.15.1:6815","nonce":1281129791}]},"public_addr":"172.21.15.1:6811/1281129791","cluster_addr":"172.21.15.1:6813/1281129791","heartbeat_back_addr":"172.21.15.1:6817/1281129791","heartbeat_front_addr":"172.21.15.1:6815/1281129791","state":["exists","up"]},{"osd":4,"uuid":"f5c7b457-edaf-4b7d-b7bb-ae68187f13d6","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.139:6816","nonce":3954425358},{"type":"v1","addr":"172.21.15.139:6817","nonce":3954425358}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6818","nonce":3954425358},{"type":"v1","addr":"172.21.15.139:6819","nonce":3954425358}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6822","nonce":3954425358},{"type":"v1","addr":"172.21.15.139:6823","nonce":3954425358}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6820","nonce":3954425358},{"type":"v1","addr":"172.21.15.139:6821","nonce":3954425358}]},"public_addr":"172.21.15.139:6817/3954425358","cluster_addr":"172.21.15.139:6819/3954425358","heartbeat_back_addr":"172.21.15.139:6823/3954425358","heartbeat_front_addr":"172.21.15.139:6821/3954425358","state":["exists","up"]},{"osd":5,"uuid":"7057e52e-9039-4b6f-9002-efa39d553c75","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6818","nonce":1708234208},{"type":"v1","addr":"172.21.15.1:6819","nonce":1708234208}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6820","nonce":1708234208},{"type":"v1","addr":"172.21.15.1:6821","nonce":1708234208}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6824","nonce":1708234208},{"type":"v1","addr":"172.21.15.1:6825","nonce":1708234208}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6822","nonce":1708234208},{"type":"v1","addr":"172.21.15.1:6823","nonce":1708234208}]},"public_addr":"172.21.15.1:6819/1708234208","cluster_addr":"172.21.15.1:6821/1708234208","heartbeat_back_addr":"172.21.15.1:6825/1708234208","heartbeat_front_addr":"172.21.15.1:6823/1708234208","state":["exists","up"]},{"osd":6,"uuid":"387bfa64-20f3-4ed1-959b-311941d140ee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":32,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6824","nonce":1029889631},{"type":"v1","addr":"172.21.15.139:6825","nonce":1029889631}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6826","nonce":1029889631},{"type":"v1","addr":"172.21.15.139:6827","nonce":1029889631}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6830","nonce":1029889631},{"type":"v1","addr":"172.21.15.139:6831","nonce":1029889631}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.139:6828","nonce":1029889631},{"type":"v1","addr":"172.21.15.139:6829","nonce":1029889631}]},"public_addr":"172.21.15.139:6825/1029889631","cluster_addr":"172.21.15.139:6827/1029889631","heartbeat_back_addr":"172.21.15.139:6831/1029889631","heartbeat_front_addr":"172.21.15.139:6829/1029889631","state":["exists","up"]},{"osd":7,"uuid":"63008919-fc19-4641-885f-8563650c70eb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6826","nonce":853647338},{"type":"v1","addr":"172.21.15.1:6827","nonce":853647338}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6828","nonce":853647338},{"type":"v1","addr":"172.21.15.1:6829","nonce":853647338}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6832","nonce":853647338},{"type":"v1","addr":"172.21.15.1:6833","nonce":853647338}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.1:6830","nonce":853647338},{"type":"v1","addr":"172.21.15.1:6831","nonce":853647338}]},"public_addr":"172.21.15.1:6827/853647338","cluster_addr":"172.21.15.1:6829/853647338","heartbeat_back_addr":"172.21.15.1:6833/853647338","heartbeat_front_addr":"172.21.15.1:6831/853647338","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-02-14T18:03:12.944495+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-02-14T18:03:17.613973+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-02-14T18:03:18.555898+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-02-14T18:03:25.760665+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-02-14T18:03:24.048946+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-02-14T18:03:34.802780+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-02-14T18:03:30.055531+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-02-14T18:03:43.716407+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.1:0/4005323587":"2024-02-15T18:01:59.726868+0000","172.21.15.1:6801/1843785904":"2024-02-15T18:01:59.726868+0000","172.21.15.1:6800/1843785904":"2024-02-15T18:01:59.726868+0000","172.21.15.1:6800/1755553721":"2024-02-15T18:00:50.705770+0000","172.21.15.1:0/3076344200":"2024-02-15T18:00:50.705770+0000","172.21.15.1:0/3392662060":"2024-02-15T18:00:15.781627+0000","172.21.15.1:0/205817369":"2024-02-15T18:00:15.781627+0000","172.21.15.1:6801/1670331443":"2024-02-15T18:00:15.781627+0000","172.21.15.1:0/186575992":"2024-02-15T18:01:59.726868+0000","172.21.15.1:6801/1755553721":"2024-02-15T18:00:50.705770+0000","172.21.15.1:6800/1670331443":"2024-02-15T18:00:15.781627+0000","172.21.15.1:0/4010410607":"2024-02-15T18:00:50.705770+0000","172.21.15.1:0/2843860717":"2024-02-15T18:00:15.781627+0000","172.21.15.1:0/444710431":"2024-02-15T18:01:59.726868+0000","172.21.15.1:0/3463359081":"2024-02-15T18:00:50.705770+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-02-14T18:04:16.824 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:16 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/1814280449' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-14T18:04:17.091 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-14T18:04:17.091 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-14T18:04:17.092 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-14T18:04:17.092 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-14T18:04:17.093 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-14T18:04:17.093 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-14T18:04:17.093 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-14T18:04:17.094 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-14T18:04:17.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:16 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/1814280449' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-14T18:04:17.661 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:04:17.661 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:04:17.661 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:04:17.662 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:04:17.662 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:04:17.662 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:04:17.668 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:04:17.670 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:04:17.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:17 smithi139 ceph-mon[35433]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:17.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:17 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:17.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:17 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:17.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:17 smithi139 ceph-mon[35433]: Reconfiguring crash.smithi139 (monmap changed)... 2024-02-14T18:04:17.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:17 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi139", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-14T18:04:17.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:17 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:04:17.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:17 smithi139 ceph-mon[35433]: Reconfiguring daemon crash.smithi139 on smithi139 2024-02-14T18:04:17.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:17 smithi001 ceph-mon[25751]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:17.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:17 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:17.976 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:17 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:17.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:17 smithi001 ceph-mon[25751]: Reconfiguring crash.smithi139 (monmap changed)... 2024-02-14T18:04:17.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:17 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi139", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-14T18:04:17.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:17 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:04:17.977 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:17 smithi001 ceph-mon[25751]: Reconfiguring daemon crash.smithi139 on smithi139 2024-02-14T18:04:19.502 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:19 smithi001 ceph-mon[25751]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:19.502 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:19 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:19.502 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:19 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:19.502 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:19 smithi001 ceph-mon[25751]: Reconfiguring mgr.smithi139.kwtrjg (monmap changed)... 2024-02-14T18:04:19.502 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:19 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi139.kwtrjg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-14T18:04:19.502 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:19 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-14T18:04:19.502 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:19 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:04:19.502 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:19 smithi001 ceph-mon[25751]: Reconfiguring daemon mgr.smithi139.kwtrjg on smithi139 2024-02-14T18:04:19.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:19 smithi139 ceph-mon[35433]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:19.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:19 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:19.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:19 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:19.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:19 smithi139 ceph-mon[35433]: Reconfiguring mgr.smithi139.kwtrjg (monmap changed)... 2024-02-14T18:04:19.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:19 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi139.kwtrjg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-14T18:04:19.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:19 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-14T18:04:19.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:19 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:04:19.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:19 smithi139 ceph-mon[35433]: Reconfiguring daemon mgr.smithi139.kwtrjg on smithi139 2024-02-14T18:04:21.004 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:20 smithi001 ceph-mon[25751]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:21.004 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:21.004 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:21.004 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:20 smithi001 ceph-mon[25751]: Reconfiguring mon.smithi139 (monmap changed)... 2024-02-14T18:04:21.004 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-14T18:04:21.004 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-14T18:04:21.004 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:04:21.005 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:20 smithi001 ceph-mon[25751]: Reconfiguring daemon mon.smithi139 on smithi139 2024-02-14T18:04:21.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:20 smithi139 ceph-mon[35433]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:21.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:20 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:21.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:20 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:21.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:20 smithi139 ceph-mon[35433]: Reconfiguring mon.smithi139 (monmap changed)... 2024-02-14T18:04:21.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:20 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-14T18:04:21.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:20 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-14T18:04:21.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:20 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:04:21.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:20 smithi139 ceph-mon[35433]: Reconfiguring daemon mon.smithi139 on smithi139 2024-02-14T18:04:22.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:22 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:22.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:22 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:22.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:22 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-14T18:04:22.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:22 smithi139 ceph-mon[35433]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-14T18:04:22.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:22 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi001.front.sepia.ceph.com:9093"}]: dispatch 2024-02-14T18:04:22.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:22 smithi139 ceph-mon[35433]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi001.front.sepia.ceph.com:9093"}]: dispatch 2024-02-14T18:04:22.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:22 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:22.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:22 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-14T18:04:22.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:22 smithi139 ceph-mon[35433]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-14T18:04:22.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:22 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi001.front.sepia.ceph.com:3000"}]: dispatch 2024-02-14T18:04:22.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:22 smithi139 ceph-mon[35433]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi001.front.sepia.ceph.com:3000"}]: dispatch 2024-02-14T18:04:22.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:22 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:22.876 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:22 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-14T18:04:22.876 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:22 smithi139 ceph-mon[35433]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-14T18:04:22.876 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:22 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi001.front.sepia.ceph.com:9095"}]: dispatch 2024-02-14T18:04:22.876 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:22 smithi139 ceph-mon[35433]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi001.front.sepia.ceph.com:9095"}]: dispatch 2024-02-14T18:04:22.876 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:22 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:22.876 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:22 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:04:22.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:22 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:22.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:22 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:22.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:22 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-14T18:04:22.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:22 smithi001 ceph-mon[25751]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-14T18:04:22.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:22 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi001.front.sepia.ceph.com:9093"}]: dispatch 2024-02-14T18:04:22.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:22 smithi001 ceph-mon[25751]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi001.front.sepia.ceph.com:9093"}]: dispatch 2024-02-14T18:04:22.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:22 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:22.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:22 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-14T18:04:22.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:22 smithi001 ceph-mon[25751]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-14T18:04:22.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:22 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi001.front.sepia.ceph.com:3000"}]: dispatch 2024-02-14T18:04:22.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:22 smithi001 ceph-mon[25751]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi001.front.sepia.ceph.com:3000"}]: dispatch 2024-02-14T18:04:22.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:22 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:22.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:22 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-14T18:04:22.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:22 smithi001 ceph-mon[25751]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-14T18:04:22.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:22 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi001.front.sepia.ceph.com:9095"}]: dispatch 2024-02-14T18:04:22.934 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:22 smithi001 ceph-mon[25751]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi001.front.sepia.ceph.com:9095"}]: dispatch 2024-02-14T18:04:22.934 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:22 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:22.934 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:22 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:04:23.823 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:23 smithi001 ceph-mon[25751]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:23.925 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:23 smithi139 ceph-mon[35433]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:25.268 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:24 smithi139 ceph-mon[35433]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:25.269 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:24 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:25.269 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:24 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:25.330 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:24 smithi001 ceph-mon[25751]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:25.330 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:24 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:25.330 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:24 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:25.358 INFO:teuthology.orchestra.run.smithi001.stdout:120259084302 2024-02-14T18:04:25.359 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-14T18:04:27.259 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:26 smithi001 ceph-mon[25751]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:27.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:26 smithi139 ceph-mon[35433]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:27.915 INFO:teuthology.orchestra.run.smithi001.stdout:154618822669 2024-02-14T18:04:27.916 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-14T18:04:29.432 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:29 smithi001 ceph-mon[25751]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:29.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:29 smithi001 ceph-mon[25751]: Detected new or changed devices on smithi139 2024-02-14T18:04:29.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:29 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:29.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:29 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:29.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:29 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-14T18:04:29.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:29 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-14T18:04:29.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:29 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-14T18:04:29.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:29 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-14T18:04:29.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:29 smithi001 ceph-mon[25751]: Adjusting osd_memory_target on smithi139 to 3728M 2024-02-14T18:04:29.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:29 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:29.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:29 smithi139 ceph-mon[35433]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:29.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:29 smithi139 ceph-mon[35433]: Detected new or changed devices on smithi139 2024-02-14T18:04:29.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:29 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:29.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:29 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:29.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:29 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-14T18:04:29.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:29 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-14T18:04:29.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:29 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-14T18:04:29.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:29 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-14T18:04:29.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:29 smithi139 ceph-mon[35433]: Adjusting osd_memory_target on smithi139 to 3728M 2024-02-14T18:04:29.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:29 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:30.184 INFO:teuthology.orchestra.run.smithi001.stdout:90194313233 2024-02-14T18:04:30.185 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-14T18:04:30.432 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:30 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:04:30.644 INFO:teuthology.orchestra.run.smithi001.stdout:68719476754 2024-02-14T18:04:30.644 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-14T18:04:30.776 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:30 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:04:30.902 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:04:31.146 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:04:31.541 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:31 smithi001 ceph-mon[25751]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:31.571 INFO:teuthology.orchestra.run.smithi001.stdout:137438953486 2024-02-14T18:04:31.572 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-14T18:04:31.793 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:31 smithi139 ceph-mon[35433]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:33.629 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:33 smithi001 ceph-mon[25751]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:33.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:33 smithi139 ceph-mon[35433]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:35.413 INFO:teuthology.orchestra.run.smithi001.stdout:111669149711 2024-02-14T18:04:35.413 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-14T18:04:35.668 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:35 smithi001 ceph-mon[25751]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:35.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:35 smithi139 ceph-mon[35433]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:36.273 INFO:teuthology.orchestra.run.smithi001.stdout:85899345937 2024-02-14T18:04:36.273 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-14T18:04:36.604 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:04:37.427 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:04:37.447 INFO:teuthology.orchestra.run.smithi001.stdout:171798691853 2024-02-14T18:04:37.447 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-14T18:04:37.456 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:04:37.460 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:04:37.462 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:04:37.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:37 smithi001 ceph-mon[25751]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:37.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:37 smithi139 ceph-mon[35433]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:38.773 INFO:teuthology.orchestra.run.smithi001.stdout:120259084305 2024-02-14T18:04:39.529 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:39 smithi001 ceph-mon[25751]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:39.529 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:39 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/928640364' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-14T18:04:39.591 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084302 got 120259084305 for osd.3 2024-02-14T18:04:39.592 DEBUG:teuthology.parallel:result is None 2024-02-14T18:04:39.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:39 smithi139 ceph-mon[35433]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:39.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:39 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/928640364' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-14T18:04:40.598 INFO:teuthology.orchestra.run.smithi001.stdout:68719476756 2024-02-14T18:04:41.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:41 smithi001 ceph-mon[25751]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:41.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:41 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/3668386196' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-14T18:04:41.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:41 smithi139 ceph-mon[35433]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:41.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:41 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/3668386196' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-14T18:04:43.598 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:43 smithi001 ceph-mon[25751]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:43.833 INFO:teuthology.orchestra.run.smithi001.stdout:85899345939 2024-02-14T18:04:43.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:43 smithi139 ceph-mon[35433]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:44.467 INFO:teuthology.orchestra.run.smithi001.stdout:111669149713 2024-02-14T18:04:44.631 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476754 got 68719476756 for osd.0 2024-02-14T18:04:44.631 DEBUG:teuthology.parallel:result is None 2024-02-14T18:04:44.679 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:44 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/3626471781' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-14T18:04:44.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:44 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/3626471781' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-14T18:04:45.372 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149711 got 111669149713 for osd.4 2024-02-14T18:04:45.372 DEBUG:teuthology.parallel:result is None 2024-02-14T18:04:45.604 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:45 smithi001 ceph-mon[25751]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:45.604 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:45 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/1746296788' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-14T18:04:45.604 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:45 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:04:45.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:45 smithi139 ceph-mon[35433]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:45.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:45 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/1746296788' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-14T18:04:45.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:45 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:04:46.516 INFO:teuthology.orchestra.run.smithi001.stdout:137438953489 2024-02-14T18:04:46.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:46 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/3029841957' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-14T18:04:46.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:46 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/3029841957' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-14T18:04:47.097 INFO:tasks.cephadm.ceph_manager.ceph:need seq 137438953486 got 137438953489 for osd.6 2024-02-14T18:04:47.097 DEBUG:teuthology.parallel:result is None 2024-02-14T18:04:47.608 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:47 smithi001 ceph-mon[25751]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:47.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:47 smithi139 ceph-mon[35433]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:48.238 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345937 got 85899345939 for osd.1 2024-02-14T18:04:48.238 DEBUG:teuthology.parallel:result is None 2024-02-14T18:04:48.327 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:04:49.013 INFO:teuthology.orchestra.run.smithi001.stdout:90194313237 2024-02-14T18:04:49.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:49 smithi139 ceph-mon[35433]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:49.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:49 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/2428159134' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-14T18:04:49.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:49 smithi001 ceph-mon[25751]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:49.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:49 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/2428159134' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-14T18:04:50.443 INFO:teuthology.orchestra.run.smithi001.stdout:154618822674 2024-02-14T18:04:51.426 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822669 got 154618822674 for osd.5 2024-02-14T18:04:51.426 DEBUG:teuthology.parallel:result is None 2024-02-14T18:04:51.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:51 smithi001 ceph-mon[25751]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:51.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:51 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/2151636637' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-14T18:04:51.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:51 smithi139 ceph-mon[35433]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:51.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:51 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/2151636637' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-14T18:04:52.293 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313233 got 90194313237 for osd.2 2024-02-14T18:04:52.293 DEBUG:teuthology.parallel:result is None 2024-02-14T18:04:53.467 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:53 smithi001 ceph-mon[25751]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:53.703 INFO:teuthology.orchestra.run.smithi001.stdout:171798691857 2024-02-14T18:04:53.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:53 smithi139 ceph-mon[35433]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:54.503 INFO:tasks.cephadm.ceph_manager.ceph:need seq 171798691853 got 171798691857 for osd.7 2024-02-14T18:04:54.503 DEBUG:teuthology.parallel:result is None 2024-02-14T18:04:54.503 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-14T18:04:54.503 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph pg dump --format=json 2024-02-14T18:04:54.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:54 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/646333895' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-14T18:04:54.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:54 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/646333895' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-14T18:04:54.890 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:04:55.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:55 smithi001 ceph-mon[25751]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:55.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:55 smithi139 ceph-mon[35433]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:56.898 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:04:56.900 INFO:teuthology.orchestra.run.smithi001.stderr:dumped all 2024-02-14T18:04:57.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:56 smithi139 ceph-mon[35433]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:57.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:56 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:57.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:56 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:57.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:56 smithi001 ceph-mon[25751]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:57.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:56 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:57.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:56 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:04:57.599 INFO:teuthology.orchestra.run.smithi001.stdout:{"pg_ready":true,"pg_map":{"version":120,"stamp":"2024-02-14T18:04:55.735419+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":197,"ondisk_log_size":197,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":229760,"kb_used_data":5228,"kb_used_omap":12,"kb_used_meta":224371,"kb_avail":749698688,"statfs":{"total":767926730752,"available":767691456512,"internally_reserved":0,"allocated":5353472,"data_stored":3223824,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":229756464},"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.002207"},"pg_stats":[{"pgid":"1.0","version":"32'197","reported_seq":300,"reported_epoch":44,"state":"active+clean","last_fresh":"2024-02-14T18:03:49.243097+0000","last_change":"2024-02-14T18:03:49.242786+0000","last_active":"2024-02-14T18:03:49.243097+0000","last_peered":"2024-02-14T18:03:49.243097+0000","last_clean":"2024-02-14T18:03:49.243097+0000","last_became_active":"2024-02-14T18:03:49.242400+0000","last_became_peered":"2024-02-14T18:03:49.242400+0000","last_unstale":"2024-02-14T18:03:49.243097+0000","last_undegraded":"2024-02-14T18:03:49.243097+0000","last_fullsized":"2024-02-14T18:03:49.243097+0000","mapping_epoch":43,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":44,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-14T18:03:22.686950+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-14T18:03:22.686950+0000","last_clean_scrub_stamp":"2024-02-14T18:03:22.686950+0000","objects_scrubbed":0,"log_size":197,"log_dups_size":0,"ondisk_log_size":197,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-02-16T03:53:48.301374+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":197,"ondisk_log_size":197,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":40,"seq":171798691857,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28036,"kb_used_data":1016,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713020,"statfs":{"total":95990841344,"available":95962132480,"internally_reserved":0,"allocated":1040384,"data_stored":771958,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27654602},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Feb 14 18:04:46 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.439},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.45500000000000002}]},{"osd":1,"last update":"Wed Feb 14 18:04:46 2024","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.33200000000000002},{"interface":"front","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.29099999999999998}]},{"osd":2,"last update":"Wed Feb 14 18:04:46 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.89100000000000001,"5min":0.89100000000000001,"15min":0.89100000000000001},"last":0.38600000000000001},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.501}]},{"osd":3,"last update":"Wed Feb 14 18:04:46 2024","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.253},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"last":0.46600000000000003}]},{"osd":4,"last update":"Wed Feb 14 18:04:46 2024","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.47899999999999998}]},{"osd":5,"last update":"Wed Feb 14 18:04:46 2024","interfaces":[{"interface":"back","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.40400000000000003},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.35399999999999998}]},{"osd":6,"last update":"Wed Feb 14 18:04:46 2024","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.49299999999999999}]}]},{"osd":5,"up_from":36,"seq":154618822675,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27456,"kb_used_data":436,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713600,"statfs":{"total":95990841344,"available":95962726400,"internally_reserved":0,"allocated":446464,"data_stored":181590,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Feb 14 18:04:41 2024","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.97399999999999998,"5min":0.97399999999999998,"15min":0.97399999999999998},"last":0.63},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.91800000000000004,"5min":0.91800000000000004,"15min":0.91800000000000004},"last":0.56899999999999995}]},{"osd":1,"last update":"Wed Feb 14 18:04:41 2024","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.20599999999999999,"5min":0.20599999999999999,"15min":0.20599999999999999},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.308}]},{"osd":2,"last update":"Wed Feb 14 18:04:41 2024","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.68500000000000005},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"last":0.58499999999999996}]},{"osd":3,"last update":"Wed Feb 14 18:04:41 2024","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.32700000000000001},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.40000000000000002}]},{"osd":4,"last update":"Wed Feb 14 18:04:41 2024","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.98999999999999999,"5min":0.98999999999999999,"15min":0.98999999999999999},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.96399999999999997,"5min":0.96399999999999997,"15min":0.96399999999999997},"last":0.53600000000000003}]},{"osd":6,"last update":"Wed Feb 14 18:04:41 2024","interfaces":[{"interface":"back","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.94999999999999996,"5min":0.94999999999999996,"15min":0.94999999999999996},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":1.0209999999999999,"5min":1.0209999999999999,"15min":1.0209999999999999},"last":0.70699999999999996}]},{"osd":7,"last update":"Wed Feb 14 18:04:46 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.92200000000000004,"5min":0.92200000000000004,"15min":0.92200000000000004},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.435}]}]},{"osd":1,"up_from":20,"seq":85899345942,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27468,"kb_used_data":436,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713588,"statfs":{"total":95990841344,"available":95962714112,"internally_reserved":0,"allocated":446464,"data_stored":181590,"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Feb 14 18:04:25 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":1.159,"5min":1.159,"15min":1.159},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.39500000000000002}]},{"osd":2,"last update":"Wed Feb 14 18:04:25 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":1.099,"5min":1.099,"15min":1.099},"last":0.51300000000000001}]},{"osd":3,"last update":"Wed Feb 14 18:04:27 2024","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.57999999999999996}]},{"osd":4,"last update":"Wed Feb 14 18:04:26 2024","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":1.0609999999999999,"5min":1.0609999999999999,"15min":1.0609999999999999},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.60199999999999998}]},{"osd":5,"last update":"Wed Feb 14 18:04:40 2024","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.53600000000000003}]},{"osd":6,"last update":"Wed Feb 14 18:04:31 2024","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.64700000000000002},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":1.127,"5min":1.127,"15min":1.127},"last":0.66900000000000004}]},{"osd":7,"last update":"Wed Feb 14 18:04:45 2024","interfaces":[{"interface":"back","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.87,"5min":0.87,"15min":0.87},"last":0.70699999999999996},{"interface":"front","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"last":0.68600000000000005}]}]},{"osd":0,"up_from":16,"seq":68719476760,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32204,"kb_used_data":1016,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708852,"statfs":{"total":95990841344,"available":95957864448,"internally_reserved":0,"allocated":1040384,"data_stored":771958,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Feb 14 18:04:20 2024","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.41999999999999998},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.44600000000000001}]},{"osd":2,"last update":"Wed Feb 14 18:04:24 2024","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.23000000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.32300000000000001},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.36899999999999999}]},{"osd":3,"last update":"Wed Feb 14 18:04:28 2024","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.34699999999999998},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.51800000000000002}]},{"osd":4,"last update":"Wed Feb 14 18:04:28 2024","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.46300000000000002}]},{"osd":5,"last update":"Wed Feb 14 18:04:36 2024","interfaces":[{"interface":"back","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.94299999999999995,"5min":0.94299999999999995,"15min":0.94299999999999995},"last":0.57599999999999996},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.91000000000000003,"5min":0.91000000000000003,"15min":0.91000000000000003},"last":0.56499999999999995}]},{"osd":6,"last update":"Wed Feb 14 18:04:35 2024","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.96099999999999997,"5min":0.96099999999999997,"15min":0.96099999999999997},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.999,"5min":0.999,"15min":0.999},"last":0.61199999999999999}]},{"osd":7,"last update":"Wed Feb 14 18:04:46 2024","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.58999999999999997},{"interface":"front","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.87,"5min":0.87,"15min":0.87},"last":0.63400000000000001}]}]},{"osd":2,"up_from":21,"seq":90194313238,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27464,"kb_used_data":436,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713592,"statfs":{"total":95990841344,"available":95962718208,"internally_reserved":0,"allocated":446464,"data_stored":181590,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Feb 14 18:04:24 2024","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.221,"5min":0.221,"15min":0.221},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.316},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.374}]},{"osd":1,"last update":"Wed Feb 14 18:04:24 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.94499999999999995,"5min":0.94499999999999995,"15min":0.94499999999999995},"last":0.55500000000000005},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.56699999999999995}]},{"osd":3,"last update":"Wed Feb 14 18:04:30 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.68500000000000005},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.54300000000000004}]},{"osd":4,"last update":"Wed Feb 14 18:04:27 2024","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.42999999999999999}]},{"osd":5,"last update":"Wed Feb 14 18:04:37 2024","interfaces":[{"interface":"back","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.97299999999999998,"5min":0.97299999999999998,"15min":0.97299999999999998},"last":0.65900000000000003},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.58199999999999996}]},{"osd":6,"last update":"Wed Feb 14 18:04:35 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.44900000000000001}]},{"osd":7,"last update":"Wed Feb 14 18:04:46 2024","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.103,"5min":1.103,"15min":1.103},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":1.0329999999999999,"5min":1.0329999999999999,"15min":1.0329999999999999},"last":0.60399999999999998}]}]},{"osd":4,"up_from":26,"seq":111669149716,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27464,"kb_used_data":436,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713592,"statfs":{"total":95990841344,"available":95962718208,"internally_reserved":0,"allocated":446464,"data_stored":181590,"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Feb 14 18:04:27 2024","interfaces":[{"interface":"back","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.21099999999999999,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.55000000000000004}]},{"osd":1,"last update":"Wed Feb 14 18:04:27 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.64900000000000002},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":1.115,"5min":1.115,"15min":1.115},"last":0.57099999999999995}]},{"osd":2,"last update":"Wed Feb 14 18:04:27 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.61199999999999999},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.58999999999999997}]},{"osd":3,"last update":"Wed Feb 14 18:04:29 2024","interfaces":[{"interface":"back","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":1.1539999999999999,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":0.67600000000000005},{"interface":"front","average":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.1910000000000001,"5min":1.1910000000000001,"15min":1.1910000000000001},"last":0.69299999999999995}]},{"osd":5,"last update":"Wed Feb 14 18:04:37 2024","interfaces":[{"interface":"back","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":1.141,"5min":1.141,"15min":1.141},"last":0.76500000000000001},{"interface":"front","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":1.204,"5min":1.204,"15min":1.204},"last":0.63600000000000001}]},{"osd":6,"last update":"Wed Feb 14 18:04:36 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.71499999999999997},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.72899999999999998}]},{"osd":7,"last update":"Wed Feb 14 18:04:48 2024","interfaces":[{"interface":"back","average":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":1.2230000000000001,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":0.747},{"interface":"front","average":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.169,"5min":1.169,"15min":1.169},"last":0.78800000000000003}]}]},{"osd":3,"up_from":28,"seq":120259084308,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32204,"kb_used_data":1016,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708852,"statfs":{"total":95990841344,"available":95957864448,"internally_reserved":0,"allocated":1040384,"data_stored":771958,"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Feb 14 18:04:29 2024","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.53100000000000003},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.63600000000000001}]},{"osd":1,"last update":"Wed Feb 14 18:04:29 2024","interfaces":[{"interface":"back","average":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"min":{"1min":0.19600000000000001,"5min":0.19600000000000001,"15min":0.19600000000000001},"max":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"last":0.33900000000000002},{"interface":"front","average":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"last":0.40799999999999997}]},{"osd":2,"last update":"Wed Feb 14 18:04:29 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.57699999999999996},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.70399999999999996}]},{"osd":4,"last update":"Wed Feb 14 18:04:29 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.67800000000000005},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.51600000000000001}]},{"osd":5,"last update":"Wed Feb 14 18:04:38 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.36399999999999999},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.46700000000000003}]},{"osd":6,"last update":"Wed Feb 14 18:04:33 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.68899999999999995},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.61499999999999999}]},{"osd":7,"last update":"Wed Feb 14 18:04:45 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.42999999999999999}]}]},{"osd":6,"up_from":32,"seq":137438953491,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27464,"kb_used_data":436,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713592,"statfs":{"total":95990841344,"available":95962718208,"internally_reserved":0,"allocated":446464,"data_stored":181590,"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Feb 14 18:04:36 2024","interfaces":[{"interface":"back","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.33400000000000002}]},{"osd":1,"last update":"Wed Feb 14 18:04:36 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.46600000000000003},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.52600000000000002}]},{"osd":2,"last update":"Wed Feb 14 18:04:36 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.42899999999999999}]},{"osd":3,"last update":"Wed Feb 14 18:04:36 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.56200000000000006}]},{"osd":4,"last update":"Wed Feb 14 18:04:36 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.502},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.35899999999999999}]},{"osd":5,"last update":"Wed Feb 14 18:04:42 2024","interfaces":[{"interface":"back","average":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.55000000000000004}]},{"osd":7,"last update":"Wed Feb 14 18:04:46 2024","interfaces":[{"interface":"back","average":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.92900000000000005,"5min":0.92900000000000005,"15min":0.92900000000000005},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"min":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.57599999999999996}]}]}],"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":0,"data_stored":0,"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-02-14T18:04:57.601 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph pg dump --format=json 2024-02-14T18:04:58.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:57 smithi139 ceph-mon[35433]: from='client.14512 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:04:58.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:57 smithi001 ceph-mon[25751]: from='client.14512 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:04:58.420 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:04:59.082 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:58 smithi001 ceph-mon[25751]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:59.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:58 smithi139 ceph-mon[35433]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:04:59.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:04:59 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:05:00.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:04:59 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:05:01.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:00 smithi139 ceph-mon[35433]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:01.169 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:00 smithi001 ceph-mon[25751]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:01.907 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:05:01.908 INFO:teuthology.orchestra.run.smithi001.stderr:dumped all 2024-02-14T18:05:02.561 INFO:teuthology.orchestra.run.smithi001.stdout:{"pg_ready":true,"pg_map":{"version":123,"stamp":"2024-02-14T18:05:01.736460+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":197,"ondisk_log_size":197,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":8,"num_per_pool_osds":8,"num_per_pool_omap_osds":3,"kb":749928448,"kb_used":229760,"kb_used_data":5228,"kb_used_omap":12,"kb_used_meta":224371,"kb_avail":749698688,"statfs":{"total":767926730752,"available":767691456512,"internally_reserved":0,"allocated":5353472,"data_stored":3223824,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":229756464},"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.002108"},"pg_stats":[{"pgid":"1.0","version":"32'197","reported_seq":300,"reported_epoch":44,"state":"active+clean","last_fresh":"2024-02-14T18:03:49.243097+0000","last_change":"2024-02-14T18:03:49.242786+0000","last_active":"2024-02-14T18:03:49.243097+0000","last_peered":"2024-02-14T18:03:49.243097+0000","last_clean":"2024-02-14T18:03:49.243097+0000","last_became_active":"2024-02-14T18:03:49.242400+0000","last_became_peered":"2024-02-14T18:03:49.242400+0000","last_unstale":"2024-02-14T18:03:49.243097+0000","last_undegraded":"2024-02-14T18:03:49.243097+0000","last_fullsized":"2024-02-14T18:03:49.243097+0000","mapping_epoch":43,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":44,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-14T18:03:22.686950+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-14T18:03:22.686950+0000","last_clean_scrub_stamp":"2024-02-14T18:03:22.686950+0000","objects_scrubbed":0,"log_size":197,"log_dups_size":0,"ondisk_log_size":197,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-02-16T03:53:48.301374+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":4,"num_bytes_recovered":1180736,"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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":197,"ondisk_log_size":197,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":40,"seq":171798691859,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28036,"kb_used_data":1016,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713020,"statfs":{"total":95990841344,"available":95962132480,"internally_reserved":0,"allocated":1040384,"data_stored":771958,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27654602},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Feb 14 18:04:46 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.62},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.57099999999999995}]},{"osd":1,"last update":"Wed Feb 14 18:04:46 2024","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"last":0.45000000000000001}]},{"osd":2,"last update":"Wed Feb 14 18:04:46 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.89100000000000001,"5min":0.89100000000000001,"15min":0.89100000000000001},"last":0.58599999999999997},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.56200000000000006}]},{"osd":3,"last update":"Wed Feb 14 18:04:46 2024","interfaces":[{"interface":"back","average":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.48999999999999999},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"last":0.41499999999999998}]},{"osd":4,"last update":"Wed Feb 14 18:04:46 2024","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.54300000000000004}]},{"osd":5,"last update":"Wed Feb 14 18:04:46 2024","interfaces":[{"interface":"back","average":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.52900000000000003}]},{"osd":6,"last update":"Wed Feb 14 18:04:46 2024","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.60499999999999998},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"last":0.51800000000000002}]}]},{"osd":5,"up_from":36,"seq":154618822676,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27456,"kb_used_data":436,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713600,"statfs":{"total":95990841344,"available":95962726400,"internally_reserved":0,"allocated":446464,"data_stored":181590,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Feb 14 18:04:41 2024","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.97399999999999998,"5min":0.97399999999999998,"15min":0.97399999999999998},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.91800000000000004,"5min":0.91800000000000004,"15min":0.91800000000000004},"last":0.40500000000000003}]},{"osd":1,"last update":"Wed Feb 14 18:04:41 2024","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.27500000000000002},{"interface":"front","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.20599999999999999,"5min":0.20599999999999999,"15min":0.20599999999999999},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.36899999999999999}]},{"osd":2,"last update":"Wed Feb 14 18:04:41 2024","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.32400000000000001},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"last":0.436}]},{"osd":3,"last update":"Wed Feb 14 18:04:41 2024","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.33700000000000002},{"interface":"front","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.311}]},{"osd":4,"last update":"Wed Feb 14 18:04:41 2024","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.98999999999999999,"5min":0.98999999999999999,"15min":0.98999999999999999},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.96399999999999997,"5min":0.96399999999999997,"15min":0.96399999999999997},"last":0.48299999999999998}]},{"osd":6,"last update":"Wed Feb 14 18:04:41 2024","interfaces":[{"interface":"back","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.94999999999999996,"5min":0.94999999999999996,"15min":0.94999999999999996},"last":0.496},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":1.0209999999999999,"5min":1.0209999999999999,"15min":1.0209999999999999},"last":0.41999999999999998}]},{"osd":7,"last update":"Wed Feb 14 18:04:46 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.92200000000000004,"5min":0.92200000000000004,"15min":0.92200000000000004},"last":0.503},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.47299999999999998}]}]},{"osd":1,"up_from":20,"seq":85899345943,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27468,"kb_used_data":436,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713588,"statfs":{"total":95990841344,"available":95962714112,"internally_reserved":0,"allocated":446464,"data_stored":181590,"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Feb 14 18:04:25 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":1.159,"5min":1.159,"15min":1.159},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.58599999999999997}]},{"osd":2,"last update":"Wed Feb 14 18:04:25 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.56000000000000005},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":1.099,"5min":1.099,"15min":1.099},"last":0.66100000000000003}]},{"osd":3,"last update":"Wed Feb 14 18:04:27 2024","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.40100000000000002}]},{"osd":4,"last update":"Wed Feb 14 18:04:26 2024","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":1.0609999999999999,"5min":1.0609999999999999,"15min":1.0609999999999999},"last":0.624},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.60999999999999999}]},{"osd":5,"last update":"Wed Feb 14 18:04:40 2024","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.33400000000000002}]},{"osd":6,"last update":"Wed Feb 14 18:04:31 2024","interfaces":[{"interface":"back","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"last":0.59499999999999997},{"interface":"front","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":1.127,"5min":1.127,"15min":1.127},"last":0.53700000000000003}]},{"osd":7,"last update":"Wed Feb 14 18:04:45 2024","interfaces":[{"interface":"back","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.87,"5min":0.87,"15min":0.87},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"last":0.47299999999999998}]}]},{"osd":0,"up_from":16,"seq":68719476761,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32204,"kb_used_data":1016,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708852,"statfs":{"total":95990841344,"available":95957864448,"internally_reserved":0,"allocated":1040384,"data_stored":771958,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Feb 14 18:04:20 2024","interfaces":[{"interface":"back","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.49399999999999999},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.438}]},{"osd":2,"last update":"Wed Feb 14 18:04:24 2024","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.23000000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"last":0.36499999999999999}]},{"osd":3,"last update":"Wed Feb 14 18:04:28 2024","interfaces":[{"interface":"back","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.47699999999999998}]},{"osd":4,"last update":"Wed Feb 14 18:04:28 2024","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.31900000000000001}]},{"osd":5,"last update":"Wed Feb 14 18:04:36 2024","interfaces":[{"interface":"back","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.94299999999999995,"5min":0.94299999999999995,"15min":0.94299999999999995},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.91000000000000003,"5min":0.91000000000000003,"15min":0.91000000000000003},"last":0.51000000000000001}]},{"osd":6,"last update":"Wed Feb 14 18:04:35 2024","interfaces":[{"interface":"back","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.96099999999999997,"5min":0.96099999999999997,"15min":0.96099999999999997},"last":0.46300000000000002},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.999,"5min":0.999,"15min":0.999},"last":0.60399999999999998}]},{"osd":7,"last update":"Wed Feb 14 18:04:46 2024","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.59099999999999997},{"interface":"front","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.87,"5min":0.87,"15min":0.87},"last":0.63}]}]},{"osd":2,"up_from":21,"seq":90194313240,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27464,"kb_used_data":436,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713592,"statfs":{"total":95990841344,"available":95962718208,"internally_reserved":0,"allocated":446464,"data_stored":181590,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Feb 14 18:04:24 2024","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.221,"5min":0.221,"15min":0.221},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.32100000000000001},{"interface":"front","average":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.34300000000000003}]},{"osd":1,"last update":"Wed Feb 14 18:04:24 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.94499999999999995,"5min":0.94499999999999995,"15min":0.94499999999999995},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.59099999999999997}]},{"osd":3,"last update":"Wed Feb 14 18:04:30 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.60699999999999998}]},{"osd":4,"last update":"Wed Feb 14 18:04:27 2024","interfaces":[{"interface":"back","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.372},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.40799999999999997}]},{"osd":5,"last update":"Wed Feb 14 18:04:37 2024","interfaces":[{"interface":"back","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":0.97299999999999998,"5min":0.97299999999999998,"15min":0.97299999999999998},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.56599999999999995}]},{"osd":6,"last update":"Wed Feb 14 18:04:35 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.53900000000000003}]},{"osd":7,"last update":"Wed Feb 14 18:04:46 2024","interfaces":[{"interface":"back","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"max":{"1min":1.103,"5min":1.103,"15min":1.103},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"min":{"1min":0.497,"5min":0.497,"15min":0.497},"max":{"1min":1.0329999999999999,"5min":1.0329999999999999,"15min":1.0329999999999999},"last":0.68700000000000006}]}]},{"osd":4,"up_from":26,"seq":111669149717,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27464,"kb_used_data":436,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713592,"statfs":{"total":95990841344,"available":95962718208,"internally_reserved":0,"allocated":446464,"data_stored":181590,"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Feb 14 18:04:27 2024","interfaces":[{"interface":"back","average":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"min":{"1min":0.21099999999999999,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.246},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.22600000000000001,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.376}]},{"osd":1,"last update":"Wed Feb 14 18:04:27 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.82599999999999996,"5min":0.82599999999999996,"15min":0.82599999999999996},"last":0.496},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":1.115,"5min":1.115,"15min":1.115},"last":0.40100000000000002}]},{"osd":2,"last update":"Wed Feb 14 18:04:27 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.29699999999999999},{"interface":"front","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.32900000000000001}]},{"osd":3,"last update":"Wed Feb 14 18:04:29 2024","interfaces":[{"interface":"back","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":1.1539999999999999,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.1910000000000001,"5min":1.1910000000000001,"15min":1.1910000000000001},"last":0.42099999999999999}]},{"osd":5,"last update":"Wed Feb 14 18:04:37 2024","interfaces":[{"interface":"back","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":1.141,"5min":1.141,"15min":1.141},"last":0.52500000000000002},{"interface":"front","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":1.204,"5min":1.204,"15min":1.204},"last":0.441}]},{"osd":6,"last update":"Wed Feb 14 18:04:36 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.46300000000000002}]},{"osd":7,"last update":"Wed Feb 14 18:04:48 2024","interfaces":[{"interface":"back","average":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":1.2230000000000001,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.169,"5min":1.169,"15min":1.169},"last":0.55900000000000005}]}]},{"osd":3,"up_from":28,"seq":120259084309,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32204,"kb_used_data":1016,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708852,"statfs":{"total":95990841344,"available":95957864448,"internally_reserved":0,"allocated":1040384,"data_stored":771958,"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Feb 14 18:04:29 2024","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"last":0.65300000000000002},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.54300000000000004}]},{"osd":1,"last update":"Wed Feb 14 18:04:29 2024","interfaces":[{"interface":"back","average":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"min":{"1min":0.19600000000000001,"5min":0.19600000000000001,"15min":0.19600000000000001},"max":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"last":0.314},{"interface":"front","average":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"min":{"1min":0.23100000000000001,"5min":0.23100000000000001,"15min":0.23100000000000001},"max":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"last":0.26800000000000002}]},{"osd":2,"last update":"Wed Feb 14 18:04:29 2024","interfaces":[{"interface":"back","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.623}]},{"osd":4,"last update":"Wed Feb 14 18:04:29 2024","interfaces":[{"interface":"back","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.57699999999999996},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.66000000000000003}]},{"osd":5,"last update":"Wed Feb 14 18:04:38 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.38400000000000001},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.29599999999999999}]},{"osd":6,"last update":"Wed Feb 14 18:04:33 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.68600000000000005},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.70499999999999996}]},{"osd":7,"last update":"Wed Feb 14 18:04:45 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.33700000000000002}]}]},{"osd":6,"up_from":32,"seq":137438953493,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27464,"kb_used_data":436,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713592,"statfs":{"total":95990841344,"available":95962718208,"internally_reserved":0,"allocated":446464,"data_stored":181590,"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":[],"network_ping_times":[{"osd":0,"last update":"Wed Feb 14 18:04:36 2024","interfaces":[{"interface":"back","average":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.40999999999999998},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.441}]},{"osd":1,"last update":"Wed Feb 14 18:04:36 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.499},{"interface":"front","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.57099999999999995}]},{"osd":2,"last update":"Wed Feb 14 18:04:36 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.51600000000000001},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.54800000000000004}]},{"osd":3,"last update":"Wed Feb 14 18:04:36 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.46700000000000003},{"interface":"front","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.64100000000000001}]},{"osd":4,"last update":"Wed Feb 14 18:04:36 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.59399999999999997},{"interface":"front","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.53300000000000003}]},{"osd":5,"last update":"Wed Feb 14 18:04:42 2024","interfaces":[{"interface":"back","average":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"min":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"max":{"1min":0.83599999999999997,"5min":0.83599999999999997,"15min":0.83599999999999997},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.64000000000000001,"5min":0.64000000000000001,"15min":0.64000000000000001},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"last":0.73999999999999999}]},{"osd":7,"last update":"Wed Feb 14 18:04:46 2024","interfaces":[{"interface":"back","average":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":0.92900000000000005,"5min":0.92900000000000005,"15min":0.92900000000000005},"last":0.72799999999999998},{"interface":"front","average":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"min":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"last":0.70699999999999996}]}]}],"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":0,"data_stored":0,"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-02-14T18:05:02.562 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-14T18:05:02.562 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-14T18:05:02.562 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-14T18:05:02.563 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph health --format=json 2024-02-14T18:05:02.788 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:02 smithi001 ceph-mon[25751]: Detected new or changed devices on smithi001 2024-02-14T18:05:02.788 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:02 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:02.788 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:02 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:02.788 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:02 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:02.789 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:02 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:02.789 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:02 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-14T18:05:02.789 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:02 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-14T18:05:02.789 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:02 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-14T18:05:02.789 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:02 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-14T18:05:02.789 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:02 smithi001 ceph-mon[25751]: Adjusting osd_memory_target on smithi001 to 2961M 2024-02-14T18:05:02.789 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:02 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:02.789 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:02 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:05:02.789 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:02 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:05:02.789 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:02 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:02.789 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:02 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:05:02.789 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:02 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-14T18:05:02.789 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:02 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:05:02.789 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:02 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-14T18:05:02.789 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:02 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:05:02.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:02 smithi139 ceph-mon[35433]: Detected new or changed devices on smithi001 2024-02-14T18:05:02.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:02 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:02.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:02 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:02.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:02 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:02.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:02 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:02.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:02 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-14T18:05:02.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:02 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-14T18:05:02.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:02 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-14T18:05:02.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:02 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-14T18:05:02.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:02 smithi139 ceph-mon[35433]: Adjusting osd_memory_target on smithi001 to 2961M 2024-02-14T18:05:02.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:02 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:02.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:02 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:05:02.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:02 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:05:02.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:02 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:02.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:02 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:05:02.876 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:02 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-14T18:05:02.876 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:02 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:05:02.876 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:02 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-14T18:05:02.876 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:02 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:05:03.622 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:05:03.806 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:03 smithi139 ceph-mon[35433]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:03.806 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:03 smithi139 ceph-mon[35433]: from='client.14516 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:05:03.866 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:03 smithi001 ceph-mon[25751]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:03.866 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:03 smithi001 ceph-mon[25751]: from='client.14516 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:05:05.818 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:05 smithi001 ceph-mon[25751]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:05.828 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:05 smithi139 ceph-mon[35433]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:06.435 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:05:06.436 INFO:teuthology.orchestra.run.smithi001.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-14T18:05:06.715 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:06 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/986075465' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-14T18:05:06.734 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:06 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/986075465' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-14T18:05:07.108 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-14T18:05:07.109 INFO:tasks.cephadm:Setup complete, yielding 2024-02-14T18:05:07.109 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-14T18:05:07.118 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi001.front.sepia.ceph.com 2024-02-14T18:05:07.119 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- bash -c 'ceph orch status' 2024-02-14T18:05:07.813 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:07 smithi139 ceph-mon[35433]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:07.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:07 smithi001 ceph-mon[25751]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:08.037 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:05:09.811 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:09 smithi139 ceph-mon[35433]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:09.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:09 smithi001 ceph-mon[25751]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:10.832 INFO:teuthology.orchestra.run.smithi001.stdout:Backend: cephadm 2024-02-14T18:05:10.833 INFO:teuthology.orchestra.run.smithi001.stdout:Available: Yes 2024-02-14T18:05:10.833 INFO:teuthology.orchestra.run.smithi001.stdout:Paused: No 2024-02-14T18:05:11.851 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:11 smithi001 ceph-mon[25751]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:11.851 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:11 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:11.851 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:11 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:11.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:11 smithi139 ceph-mon[35433]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:11.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:11 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:11.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:11 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:11.881 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-14T18:05:12.320 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:05:12.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:12 smithi139 ceph-mon[35433]: from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:05:12.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:12 smithi001 ceph-mon[25751]: from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:05:13.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:13 smithi139 ceph-mon[35433]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:13.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:13 smithi001 ceph-mon[25751]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:15.424 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-14T18:05:15.425 INFO:teuthology.orchestra.run.smithi001.stdout:alertmanager.smithi001 smithi001 *:9093,9094 running (73s) 19s ago 3m 17.8M - 0.25.0 c8568f914cd2 adc3c43f64c0 2024-02-14T18:05:15.425 INFO:teuthology.orchestra.run.smithi001.stdout:ceph-exporter.smithi001 smithi001 running (4m) 19s ago 4m 7726k - 19.0.0-1430-g8727ce93 170846cf6432 6b3eb7e35aa4 2024-02-14T18:05:15.425 INFO:teuthology.orchestra.run.smithi001.stdout:ceph-exporter.smithi139 smithi139 running (2m) 51s ago 2m 7818k - 19.0.0-1430-g8727ce93 170846cf6432 14b51c42cad2 2024-02-14T18:05:15.425 INFO:teuthology.orchestra.run.smithi001.stdout:crash.smithi001 smithi001 running (4m) 19s ago 4m 6665k - 19.0.0-1430-g8727ce93 170846cf6432 e2351b394824 2024-02-14T18:05:15.425 INFO:teuthology.orchestra.run.smithi001.stdout:crash.smithi139 smithi139 running (3m) 51s ago 3m 6665k - 19.0.0-1430-g8727ce93 170846cf6432 303ef720b49c 2024-02-14T18:05:15.425 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.smithi001 smithi001 *:3000 running (68s) 19s ago 3m 77.0M - 9.4.12 a0ea5e3c46d9 f06644c8c887 2024-02-14T18:05:15.425 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.smithi001.iqhwpc smithi001 *:9283,8765,8443 running (5m) 19s ago 5m 495M - 19.0.0-1430-g8727ce93 170846cf6432 8ae9670e5882 2024-02-14T18:05:15.425 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.smithi139.kwtrjg smithi139 *:8443,9283,8765 running (2m) 51s ago 2m 449M - 19.0.0-1430-g8727ce93 170846cf6432 9be17fd76229 2024-02-14T18:05:15.425 INFO:teuthology.orchestra.run.smithi001.stdout:mon.smithi001 smithi001 running (5m) 19s ago 5m 50.5M 2048M 19.0.0-1430-g8727ce93 170846cf6432 706de7e93157 2024-02-14T18:05:15.425 INFO:teuthology.orchestra.run.smithi001.stdout:mon.smithi139 smithi139 running (2m) 51s ago 2m 40.4M 2048M 19.0.0-1430-g8727ce93 170846cf6432 dfd3f5a3f623 2024-02-14T18:05:15.425 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.smithi001 smithi001 *:9100 running (3m) 19s ago 3m 14.6M - 1.5.0 0da6a335fe13 e2cfc374f8c5 2024-02-14T18:05:15.425 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.smithi139 smithi139 *:9100 running (2m) 51s ago 2m 16.0M - 1.5.0 0da6a335fe13 284d6b27e76c 2024-02-14T18:05:15.426 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi139 running (2m) 51s ago 2m 47.7M 3728M 19.0.0-1430-g8727ce93 170846cf6432 884b9acc2ffd 2024-02-14T18:05:15.426 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (2m) 19s ago 2m 38.2M 2961M 19.0.0-1430-g8727ce93 170846cf6432 0f7a50fcbeb5 2024-02-14T18:05:15.426 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi139 running (2m) 51s ago 2m 45.1M 3728M 19.0.0-1430-g8727ce93 170846cf6432 4e3523a19b46 2024-02-14T18:05:15.426 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (114s) 19s ago 113s 46.3M 2961M 19.0.0-1430-g8727ce93 170846cf6432 89815db91649 2024-02-14T18:05:15.426 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi139 running (115s) 51s ago 115s 33.8M 3728M 19.0.0-1430-g8727ce93 170846cf6432 146bb70afdbb 2024-02-14T18:05:15.426 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi001 running (105s) 19s ago 104s 33.7M 2961M 19.0.0-1430-g8727ce93 170846cf6432 d5b456568f49 2024-02-14T18:05:15.426 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi139 running (110s) 51s ago 109s 33.5M 3728M 19.0.0-1430-g8727ce93 170846cf6432 e9a2b4ba7d0c 2024-02-14T18:05:15.426 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi001 running (96s) 19s ago 95s 36.7M 2961M 19.0.0-1430-g8727ce93 170846cf6432 c85391beea40 2024-02-14T18:05:15.426 INFO:teuthology.orchestra.run.smithi001.stdout:prometheus.smithi001 smithi001 *:9095 running (59s) 19s ago 3m 39.5M - 2.43.0 a07b618ecd1d 9a637609f1dd 2024-02-14T18:05:15.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:15 smithi001 ceph-mon[25751]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:15.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:15 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:05:15.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:15 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:15.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:15 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:15.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:15 smithi139 ceph-mon[35433]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:15.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:15 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:05:15.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:15 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:15.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:15 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:16.043 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-14T18:05:16.290 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:05:16.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:16 smithi001 ceph-mon[25751]: from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:05:16.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:16 smithi139 ceph-mon[35433]: from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:05:17.831 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:17 smithi001 ceph-mon[25751]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:17.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:17 smithi139 ceph-mon[35433]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:18.304 INFO:teuthology.orchestra.run.smithi001.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-14T18:05:18.304 INFO:teuthology.orchestra.run.smithi001.stdout:alertmanager ?:9093,9094 1/1 22s ago 4m count:1 2024-02-14T18:05:18.304 INFO:teuthology.orchestra.run.smithi001.stdout:ceph-exporter 2/2 54s ago 4m * 2024-02-14T18:05:18.305 INFO:teuthology.orchestra.run.smithi001.stdout:crash 2/2 54s ago 4m * 2024-02-14T18:05:18.305 INFO:teuthology.orchestra.run.smithi001.stdout:grafana ?:3000 1/1 22s ago 4m count:1 2024-02-14T18:05:18.305 INFO:teuthology.orchestra.run.smithi001.stdout:mgr 2/2 54s ago 4m count:2 2024-02-14T18:05:18.305 INFO:teuthology.orchestra.run.smithi001.stdout:mon 2/2 54s ago 3m smithi001:172.21.15.1=smithi001;smithi139:172.21.15.139=smithi139;count:2 2024-02-14T18:05:18.305 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter ?:9100 2/2 54s ago 4m * 2024-02-14T18:05:18.305 INFO:teuthology.orchestra.run.smithi001.stdout:osd.all-available-devices 8 54s ago 2m * 2024-02-14T18:05:18.305 INFO:teuthology.orchestra.run.smithi001.stdout:prometheus ?:9095 1/1 22s ago 4m count:1 2024-02-14T18:05:19.034 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-14T18:05:19.284 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:05:19.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:19 smithi001 ceph-mon[25751]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:19.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:19 smithi001 ceph-mon[25751]: from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:05:19.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:19 smithi139 ceph-mon[35433]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:19.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:19 smithi139 ceph-mon[35433]: from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:05:21.251 INFO:teuthology.orchestra.run.smithi001.stdout:HOST ADDR LABELS STATUS 2024-02-14T18:05:21.252 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 172.21.15.1 2024-02-14T18:05:21.252 INFO:teuthology.orchestra.run.smithi001.stdout:smithi139 172.21.15.139 2024-02-14T18:05:21.252 INFO:teuthology.orchestra.run.smithi001.stdout:2 hosts in cluster 2024-02-14T18:05:21.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:21 smithi139 ceph-mon[35433]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:21.915 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:21 smithi001 ceph-mon[25751]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:21.946 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-14T18:05:22.196 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:05:22.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:22 smithi139 ceph-mon[35433]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:05:22.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:22 smithi001 ceph-mon[25751]: from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:05:23.827 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:23 smithi001 ceph-mon[25751]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:23.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:23 smithi139 ceph-mon[35433]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:24.041 INFO:teuthology.orchestra.run.smithi001.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-14T18:05:24.041 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7513000D480DGN 447G No 22s ago Has a FileSystem, LVM detected 2024-02-14T18:05:24.041 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme1n1 ssd Linux_085e1afc9558d0fb6416 89.4G No 22s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-14T18:05:24.041 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme2n1 ssd Linux_6a1376e8b3740ff79928 89.4G No 22s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-14T18:05:24.041 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme3n1 ssd Linux_cc8c2f78096f397eeaff 89.4G No 22s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-14T18:05:24.042 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme4n1 ssd Linux_468de4f05f1d8eebca2b 89.4G No 22s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-14T18:05:24.042 INFO:teuthology.orchestra.run.smithi001.stdout:smithi139 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620500N6400BGN 372G No 55s ago Has a FileSystem, LVM detected 2024-02-14T18:05:24.042 INFO:teuthology.orchestra.run.smithi001.stdout:smithi139 /dev/nvme1n1 ssd Linux_7e29dadab08631cfe304 89.4G No 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-14T18:05:24.042 INFO:teuthology.orchestra.run.smithi001.stdout:smithi139 /dev/nvme2n1 ssd Linux_0d5261940042c3445d62 89.4G No 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-14T18:05:24.042 INFO:teuthology.orchestra.run.smithi001.stdout:smithi139 /dev/nvme3n1 ssd Linux_9b03be77a383f844ba35 89.4G No 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-14T18:05:24.042 INFO:teuthology.orchestra.run.smithi001.stdout:smithi139 /dev/nvme4n1 ssd Linux_f62bdf4ae6f2507968f3 89.4G No 55s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-14T18:05:24.666 INFO:teuthology.run_tasks:Running task vip... 2024-02-14T18:05:24.676 INFO:tasks.vip:Allocating static IPs for each host... 2024-02-14T18:05:24.676 INFO:tasks.vip:peername 172.21.15.1 2024-02-14T18:05:24.680 INFO:tasks.vip:172.21.15.1 in 172.21.0.0/20, pos 3840 2024-02-14T18:05:24.684 INFO:tasks.vip:smithi001.front.sepia.ceph.com static 10.0.15.1, vnet 10.0.0.0/16 2024-02-14T18:05:24.684 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-02-14T18:05:24.684 DEBUG:teuthology.orchestra.run.smithi001:> sudo ip route ls 2024-02-14T18:05:24.712 INFO:teuthology.orchestra.run.smithi001.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.1 metric 100 2024-02-14T18:05:24.713 INFO:teuthology.orchestra.run.smithi001.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.1 metric 100 2024-02-14T18:05:24.714 INFO:tasks.vip:Configuring 10.0.15.1 on smithi001.front.sepia.ceph.com iface ens1f0... 2024-02-14T18:05:24.714 DEBUG:teuthology.orchestra.run.smithi001:> sudo ip addr add 10.0.15.1/16 dev ens1f0 2024-02-14T18:05:24.781 INFO:tasks.vip:peername 172.21.15.139 2024-02-14T18:05:24.784 INFO:tasks.vip:172.21.15.139 in 172.21.0.0/20, pos 3978 2024-02-14T18:05:24.788 INFO:tasks.vip:smithi139.front.sepia.ceph.com static 10.0.15.139, vnet 10.0.0.0/16 2024-02-14T18:05:24.788 DEBUG:teuthology.orchestra.run.smithi139:> sudo ip route ls 2024-02-14T18:05:24.821 INFO:teuthology.orchestra.run.smithi139.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.139 metric 100 2024-02-14T18:05:24.821 INFO:teuthology.orchestra.run.smithi139.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.139 metric 100 2024-02-14T18:05:24.823 INFO:tasks.vip:Configuring 10.0.15.139 on smithi139.front.sepia.ceph.com iface enp3s0f1... 2024-02-14T18:05:24.823 DEBUG:teuthology.orchestra.run.smithi139:> sudo ip addr add 10.0.15.139/16 dev enp3s0f1 2024-02-14T18:05:24.894 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-14T18:05:24.903 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi001.front.sepia.ceph.com 2024-02-14T18:05:24.903 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-02-14T18:05:25.149 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:05:25.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:25 smithi139 ceph-mon[35433]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:25.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:25 smithi139 ceph-mon[35433]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:05:25.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:25 smithi001 ceph-mon[25751]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:25.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:25 smithi001 ceph-mon[25751]: from='client.14540 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:05:26.949 INFO:teuthology.orchestra.run.smithi001.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-14T18:05:26.949 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7513000D480DGN 447G No 25s ago Has a FileSystem, LVM detected 2024-02-14T18:05:26.949 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme1n1 ssd Linux_085e1afc9558d0fb6416 89.4G No 25s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-14T18:05:26.949 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme2n1 ssd Linux_6a1376e8b3740ff79928 89.4G No 25s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-14T18:05:26.949 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme3n1 ssd Linux_cc8c2f78096f397eeaff 89.4G No 25s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-14T18:05:26.950 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme4n1 ssd Linux_468de4f05f1d8eebca2b 89.4G No 25s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-14T18:05:26.950 INFO:teuthology.orchestra.run.smithi001.stdout:smithi139 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620500N6400BGN 372G No 58s ago Has a FileSystem, LVM detected 2024-02-14T18:05:26.950 INFO:teuthology.orchestra.run.smithi001.stdout:smithi139 /dev/nvme1n1 ssd Linux_7e29dadab08631cfe304 89.4G No 58s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-14T18:05:26.950 INFO:teuthology.orchestra.run.smithi001.stdout:smithi139 /dev/nvme2n1 ssd Linux_0d5261940042c3445d62 89.4G No 58s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-14T18:05:26.950 INFO:teuthology.orchestra.run.smithi001.stdout:smithi139 /dev/nvme3n1 ssd Linux_9b03be77a383f844ba35 89.4G No 58s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-14T18:05:26.950 INFO:teuthology.orchestra.run.smithi001.stdout:smithi139 /dev/nvme4n1 ssd Linux_f62bdf4ae6f2507968f3 89.4G No 58s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-14T18:05:27.746 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-02-14T18:05:27.757 INFO:tasks.cephadm:Applying spec(s): placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 --- placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '10.0.31.1/16' 2024-02-14T18:05:27.757 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph orch apply -i - 2024-02-14T18:05:27.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:27 smithi139 ceph-mon[35433]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:27.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:27 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:05:27.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:27 smithi001 ceph-mon[25751]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:27.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:27 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:05:28.460 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:05:28.867 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:28 smithi001 ceph-mon[25751]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:05:28.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:28 smithi139 ceph-mon[35433]: from='client.14544 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:05:29.841 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:29 smithi001 ceph-mon[25751]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:29.842 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:29 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:29.842 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:29 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:29.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:29 smithi139 ceph-mon[35433]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:29.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:29 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:29.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:29 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:30.532 INFO:teuthology.orchestra.run.smithi001.stdout:Scheduled rgw.foo update... 2024-02-14T18:05:30.532 INFO:teuthology.orchestra.run.smithi001.stdout:Scheduled ingress.rgw.foo update... 2024-02-14T18:05:30.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:30 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:05:30.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:30 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:30.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:30 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:30.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:30 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:30.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:30 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:30.964 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:30 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:05:30.965 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:30 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:30.965 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:30 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:30.965 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:30 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:30.965 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:30 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:31.572 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-14T18:05:31.583 INFO:tasks.cephadm:Waiting for ceph service rgw.foo to start (timeout 300)... 2024-02-14T18:05:31.584 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-14T18:05:31.851 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:31 smithi001 ceph-mon[25751]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:31.852 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:31 smithi001 ceph-mon[25751]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:05:31.852 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:31 smithi001 ceph-mon[25751]: Saving service rgw.foo spec with placement count:4;* 2024-02-14T18:05:31.852 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:31 smithi001 ceph-mon[25751]: Saving service ingress.rgw.foo spec with placement count:2 2024-02-14T18:05:31.910 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:31 smithi139 ceph-mon[35433]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:31.911 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:31 smithi139 ceph-mon[35433]: from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:05:31.911 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:31 smithi139 ceph-mon[35433]: Saving service rgw.foo spec with placement count:4;* 2024-02-14T18:05:31.911 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:31 smithi139 ceph-mon[35433]: Saving service ingress.rgw.foo spec with placement count:2 2024-02-14T18:05:32.319 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:05:33.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:33 smithi139 ceph-mon[35433]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:33.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:33 smithi001 ceph-mon[25751]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:35.415 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:05:35.416 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-14T18:00:39.275305Z", "last_refresh": "2024-02-14T18:05:35.318329Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:02:08.846402Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi139 on smithi139: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\nDeploy daemon ceph-exporter.smithi139 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-14T18:02:38.295624Z 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-02-14T18:00:33.008537Z", "last_refresh": "2024-02-14T18:05:29.305523Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:12.982490Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-14T18:00:31.490393Z", "last_refresh": "2024-02-14T18:05:29.305178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-14T18:00:35.979233Z", "last_refresh": "2024-02-14T18:05:35.318474Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:05:30.531907Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-02-14T18:05:30.529686Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-02-14T18:02:23.153795Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-14T18:00:30.212666Z", "last_refresh": "2024-02-14T18:05:29.305365Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:33.001841Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-14T18:01:25.522542Z", "last_refresh": "2024-02-14T18:05:29.305445Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:19.318369Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-14T18:00:37.249933Z", "last_refresh": "2024-02-14T18:05:29.305282Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:40.411743Z 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-02-14T18:02:40.407539Z", "last_refresh": "2024-02-14T18:05:29.305600Z", "running": 8, "size": 8}}, {"events": ["2024-02-14T18:02:33.007293Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-14T18:00:34.728594Z", "last_refresh": "2024-02-14T18:05:35.318616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:05:30.529437Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-14T18:05:30.526224Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-14T18:05:35.581 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:35 smithi001 ceph-mon[25751]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:35.581 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:35.581 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:35.581 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:35.582 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:35.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:35 smithi139 ceph-mon[35433]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:35.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:35.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:35.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:35.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:36.083 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-14T18:05:36.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:36 smithi139 ceph-mon[35433]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:05:36.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:36 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:36.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:36 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:36.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:36 smithi001 ceph-mon[25751]: from='client.14552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:05:36.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:36 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:36.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:36 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:37.084 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-14T18:05:37.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:37 smithi139 ceph-mon[35433]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:37.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:37 smithi001 ceph-mon[25751]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:37.944 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:05:39.599 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:39 smithi001 ceph-mon[25751]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:39.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:39 smithi139 ceph-mon[35433]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:40.409 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:05:40.410 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-14T18:00:39.275305Z", "last_refresh": "2024-02-14T18:05:35.318329Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:02:08.846402Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi139 on smithi139: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\nDeploy daemon ceph-exporter.smithi139 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-14T18:02:38.295624Z 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-02-14T18:00:33.008537Z", "last_refresh": "2024-02-14T18:05:29.305523Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:12.982490Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-14T18:00:31.490393Z", "last_refresh": "2024-02-14T18:05:29.305178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-14T18:00:35.979233Z", "last_refresh": "2024-02-14T18:05:35.318474Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:05:30.531907Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-02-14T18:05:30.529686Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-02-14T18:02:23.153795Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-14T18:00:30.212666Z", "last_refresh": "2024-02-14T18:05:29.305365Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:33.001841Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-14T18:01:25.522542Z", "last_refresh": "2024-02-14T18:05:29.305445Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:19.318369Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-14T18:00:37.249933Z", "last_refresh": "2024-02-14T18:05:29.305282Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:40.411743Z 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-02-14T18:02:40.407539Z", "last_refresh": "2024-02-14T18:05:29.305600Z", "running": 8, "size": 8}}, {"events": ["2024-02-14T18:02:33.007293Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-14T18:00:34.728594Z", "last_refresh": "2024-02-14T18:05:35.318616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:05:30.529437Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-14T18:05:30.526224Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-14T18:05:41.042 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-14T18:05:41.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:41 smithi139 ceph-mon[35433]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:41.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:41 smithi139 ceph-mon[35433]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:05:41.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:41 smithi001 ceph-mon[25751]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:41.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:41 smithi001 ceph-mon[25751]: from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:05:42.043 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-14T18:05:42.305 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:05:43.006 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:42 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:43.006 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:42 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:43.006 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:42 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:05:43.006 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:42 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:05:43.006 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:42 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:43.006 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:42 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:05:43.006 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:42 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi139.hrtmpn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-14T18:05:43.006 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:42 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi139.hrtmpn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-14T18:05:43.006 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:42 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:43.007 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:42 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:05:43.039 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:42 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:43.039 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:42 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:43.040 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:42 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:05:43.040 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:42 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:05:43.040 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:42 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:43.040 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:42 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:05:43.040 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:42 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi139.hrtmpn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-14T18:05:43.040 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:42 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi139.hrtmpn", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-14T18:05:43.041 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:42 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:43.041 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:42 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:05:43.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:43 smithi139 ceph-mon[35433]: Deploying daemon rgw.foo.smithi139.hrtmpn on smithi139 2024-02-14T18:05:43.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:43 smithi139 ceph-mon[35433]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:43.968 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:43 smithi001 ceph-mon[25751]: Deploying daemon rgw.foo.smithi139.hrtmpn on smithi139 2024-02-14T18:05:43.969 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:43 smithi001 ceph-mon[25751]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:44.212 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:05:44.212 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-14T18:00:39.275305Z", "last_refresh": "2024-02-14T18:05:35.318329Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:02:08.846402Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi139 on smithi139: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\nDeploy daemon ceph-exporter.smithi139 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-14T18:02:38.295624Z 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-02-14T18:00:33.008537Z", "last_refresh": "2024-02-14T18:05:29.305523Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:12.982490Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-14T18:00:31.490393Z", "last_refresh": "2024-02-14T18:05:29.305178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-14T18:00:35.979233Z", "last_refresh": "2024-02-14T18:05:35.318474Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:05:30.531907Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-02-14T18:05:30.529686Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-02-14T18:02:23.153795Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-14T18:00:30.212666Z", "last_refresh": "2024-02-14T18:05:29.305365Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:33.001841Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-14T18:01:25.522542Z", "last_refresh": "2024-02-14T18:05:29.305445Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:19.318369Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-14T18:00:37.249933Z", "last_refresh": "2024-02-14T18:05:29.305282Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:40.411743Z 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-02-14T18:02:40.407539Z", "last_refresh": "2024-02-14T18:05:29.305600Z", "running": 8, "size": 8}}, {"events": ["2024-02-14T18:02:33.007293Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-14T18:00:34.728594Z", "last_refresh": "2024-02-14T18:05:35.318616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:05:30.529437Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-14T18:05:30.526224Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-14T18:05:44.791 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-14T18:05:45.557 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:45 smithi001 ceph-mon[25751]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:45.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:45 smithi001 ceph-mon[25751]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:05:45.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:45 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:45.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:45 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:45.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:45 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:45.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:45 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi001.ikhpsa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-14T18:05:45.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:45 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi001.ikhpsa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-14T18:05:45.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:45 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:45.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:45 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:05:45.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:45 smithi001 ceph-mon[25751]: Deploying daemon rgw.foo.smithi001.ikhpsa on smithi001 2024-02-14T18:05:45.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:45 smithi001 ceph-mon[25751]: osdmap e45: 8 total, 8 up, 8 in 2024-02-14T18:05:45.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:45 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/1102760835' entity='client.rgw.foo.smithi139.hrtmpn' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-14T18:05:45.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:45 smithi001 ceph-mon[25751]: from='client.? ' entity='client.rgw.foo.smithi139.hrtmpn' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-14T18:05:45.558 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:45 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:05:45.791 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-14T18:05:45.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:45 smithi139 ceph-mon[35433]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:45.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:45 smithi139 ceph-mon[35433]: from='client.14560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:05:45.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:45 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:45.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:45 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:45.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:45 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:45.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:45 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi001.ikhpsa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-14T18:05:45.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:45 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi001.ikhpsa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-14T18:05:45.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:45 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:45.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:45 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:05:45.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:45 smithi139 ceph-mon[35433]: Deploying daemon rgw.foo.smithi001.ikhpsa on smithi001 2024-02-14T18:05:45.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:45 smithi139 ceph-mon[35433]: osdmap e45: 8 total, 8 up, 8 in 2024-02-14T18:05:45.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:45 smithi139 ceph-mon[35433]: from='client.? 172.21.15.139:0/1102760835' entity='client.rgw.foo.smithi139.hrtmpn' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-14T18:05:45.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:45 smithi139 ceph-mon[35433]: from='client.? ' entity='client.rgw.foo.smithi139.hrtmpn' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-14T18:05:45.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:45 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:05:46.484 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:05:46.900 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:46 smithi001 ceph-mon[25751]: from='client.? ' entity='client.rgw.foo.smithi139.hrtmpn' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-14T18:05:46.901 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:46 smithi001 ceph-mon[25751]: osdmap e46: 8 total, 8 up, 8 in 2024-02-14T18:05:46.901 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:46 smithi001 ceph-mon[25751]: pgmap v147: 33 pgs: 4 creating+peering, 1 active+clean, 28 unknown; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:47.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:46 smithi139 ceph-mon[35433]: from='client.? ' entity='client.rgw.foo.smithi139.hrtmpn' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-14T18:05:47.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:46 smithi139 ceph-mon[35433]: osdmap e46: 8 total, 8 up, 8 in 2024-02-14T18:05:47.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:46 smithi139 ceph-mon[35433]: pgmap v147: 33 pgs: 4 creating+peering, 1 active+clean, 28 unknown; 577 KiB data, 224 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:05:47.757 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:47 smithi001 ceph-mon[25751]: osdmap e47: 8 total, 8 up, 8 in 2024-02-14T18:05:47.758 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:47 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/1368168024' entity='client.rgw.foo.smithi139.hrtmpn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-14T18:05:47.758 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:47 smithi001 ceph-mon[25751]: from='client.? ' entity='client.rgw.foo.smithi139.hrtmpn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-14T18:05:48.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:47 smithi139 ceph-mon[35433]: osdmap e47: 8 total, 8 up, 8 in 2024-02-14T18:05:48.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:47 smithi139 ceph-mon[35433]: from='client.? 172.21.15.139:0/1368168024' entity='client.rgw.foo.smithi139.hrtmpn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-14T18:05:48.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:47 smithi139 ceph-mon[35433]: from='client.? ' entity='client.rgw.foo.smithi139.hrtmpn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-14T18:05:48.722 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:05:48.722 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-14T18:00:39.275305Z", "last_refresh": "2024-02-14T18:05:35.318329Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:02:08.846402Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi139 on smithi139: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\nDeploy daemon ceph-exporter.smithi139 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-14T18:02:38.295624Z 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-02-14T18:00:33.008537Z", "last_refresh": "2024-02-14T18:05:29.305523Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:12.982490Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-14T18:00:31.490393Z", "last_refresh": "2024-02-14T18:05:29.305178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-14T18:00:35.979233Z", "last_refresh": "2024-02-14T18:05:35.318474Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:05:30.531907Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-02-14T18:05:30.529686Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-02-14T18:02:23.153795Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-14T18:00:30.212666Z", "last_refresh": "2024-02-14T18:05:29.305365Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:33.001841Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-14T18:01:25.522542Z", "last_refresh": "2024-02-14T18:05:29.305445Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:19.318369Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-14T18:00:37.249933Z", "last_refresh": "2024-02-14T18:05:29.305282Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:40.411743Z 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-02-14T18:02:40.407539Z", "last_refresh": "2024-02-14T18:05:29.305600Z", "running": 8, "size": 8}}, {"events": ["2024-02-14T18:02:33.007293Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-14T18:00:34.728594Z", "last_refresh": "2024-02-14T18:05:35.318616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:05:44.539585Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-14T18:05:30.526224Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-14T18:05:49.045 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:48 smithi001 ceph-mon[25751]: from='client.? ' entity='client.rgw.foo.smithi139.hrtmpn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-14T18:05:49.045 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:48 smithi001 ceph-mon[25751]: osdmap e48: 8 total, 8 up, 8 in 2024-02-14T18:05:49.355 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-14T18:05:49.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:48 smithi139 ceph-mon[35433]: from='client.? ' entity='client.rgw.foo.smithi139.hrtmpn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-14T18:05:49.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:48 smithi139 ceph-mon[35433]: osdmap e48: 8 total, 8 up, 8 in 2024-02-14T18:05:50.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:49 smithi139 ceph-mon[35433]: pgmap v150: 65 pgs: 28 active+clean, 15 creating+peering, 22 unknown; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 767 B/s wr, 1 op/s 2024-02-14T18:05:50.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:49 smithi139 ceph-mon[35433]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:05:50.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:49 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:50.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:49 smithi139 ceph-mon[35433]: osdmap e49: 8 total, 8 up, 8 in 2024-02-14T18:05:50.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:49 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/1975631378' entity='client.rgw.foo.smithi001.ikhpsa' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-14T18:05:50.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:49 smithi139 ceph-mon[35433]: from='client.? 172.21.15.139:0/1368168024' entity='client.rgw.foo.smithi139.hrtmpn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-14T18:05:50.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:49 smithi139 ceph-mon[35433]: from='client.? ' entity='client.rgw.foo.smithi139.hrtmpn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-14T18:05:50.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:49 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:50.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:49 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:50.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:49 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi139.stjlld", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-14T18:05:50.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:49 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi139.stjlld", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-14T18:05:50.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:49 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:50.126 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:49 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:05:50.126 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:49 smithi139 ceph-mon[35433]: Deploying daemon rgw.foo.smithi139.stjlld on smithi139 2024-02-14T18:05:50.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:49 smithi001 ceph-mon[25751]: pgmap v150: 65 pgs: 28 active+clean, 15 creating+peering, 22 unknown; 577 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 767 B/s wr, 1 op/s 2024-02-14T18:05:50.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:49 smithi001 ceph-mon[25751]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:05:50.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:49 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:50.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:49 smithi001 ceph-mon[25751]: osdmap e49: 8 total, 8 up, 8 in 2024-02-14T18:05:50.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:49 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/1975631378' entity='client.rgw.foo.smithi001.ikhpsa' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-14T18:05:50.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:49 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/1368168024' entity='client.rgw.foo.smithi139.hrtmpn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-14T18:05:50.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:49 smithi001 ceph-mon[25751]: from='client.? ' entity='client.rgw.foo.smithi139.hrtmpn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-14T18:05:50.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:49 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:50.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:49 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:50.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:49 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi139.stjlld", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-14T18:05:50.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:49 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi139.stjlld", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-14T18:05:50.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:49 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:50.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:49 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:05:50.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:49 smithi001 ceph-mon[25751]: Deploying daemon rgw.foo.smithi139.stjlld on smithi139 2024-02-14T18:05:50.356 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-14T18:05:50.608 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:05:50.990 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:50 smithi001 ceph-mon[25751]: pgmap v152: 97 pgs: 31 active+clean, 19 creating+peering, 47 unknown; 578 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-02-14T18:05:50.990 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:50 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/1975631378' entity='client.rgw.foo.smithi001.ikhpsa' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-14T18:05:50.991 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:50 smithi001 ceph-mon[25751]: from='client.? ' entity='client.rgw.foo.smithi139.hrtmpn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-14T18:05:50.991 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:50 smithi001 ceph-mon[25751]: osdmap e50: 8 total, 8 up, 8 in 2024-02-14T18:05:50.991 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:50 smithi001 ceph-mon[25751]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-02-14T18:05:51.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:50 smithi139 ceph-mon[35433]: pgmap v152: 97 pgs: 31 active+clean, 19 creating+peering, 47 unknown; 578 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.2 KiB/s wr, 3 op/s 2024-02-14T18:05:51.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:50 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/1975631378' entity='client.rgw.foo.smithi001.ikhpsa' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-14T18:05:51.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:50 smithi139 ceph-mon[35433]: from='client.? ' entity='client.rgw.foo.smithi139.hrtmpn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-14T18:05:51.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:50 smithi139 ceph-mon[35433]: osdmap e50: 8 total, 8 up, 8 in 2024-02-14T18:05:51.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:50 smithi139 ceph-mon[35433]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-02-14T18:05:52.164 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:51 smithi001 ceph-mon[25751]: osdmap e51: 8 total, 8 up, 8 in 2024-02-14T18:05:52.165 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:51 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/1975631378' entity='client.rgw.foo.smithi001.ikhpsa' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-14T18:05:52.165 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:51 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/1368168024' entity='client.rgw.foo.smithi139.hrtmpn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-14T18:05:52.165 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:51 smithi001 ceph-mon[25751]: from='client.? ' entity='client.rgw.foo.smithi139.hrtmpn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-14T18:05:52.165 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:51 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:52.165 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:51 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:52.165 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:51 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:52.165 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:51 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi001.inwdfi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-14T18:05:52.165 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:51 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi001.inwdfi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-14T18:05:52.165 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:51 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:52.165 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:51 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:05:52.165 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:51 smithi001 ceph-mon[25751]: Deploying daemon rgw.foo.smithi001.inwdfi on smithi001 2024-02-14T18:05:52.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:51 smithi139 ceph-mon[35433]: osdmap e51: 8 total, 8 up, 8 in 2024-02-14T18:05:52.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:51 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/1975631378' entity='client.rgw.foo.smithi001.ikhpsa' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-14T18:05:52.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:51 smithi139 ceph-mon[35433]: from='client.? 172.21.15.139:0/1368168024' entity='client.rgw.foo.smithi139.hrtmpn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-14T18:05:52.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:51 smithi139 ceph-mon[35433]: from='client.? ' entity='client.rgw.foo.smithi139.hrtmpn' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-14T18:05:52.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:51 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:52.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:51 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:52.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:51 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:52.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:51 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi001.inwdfi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-14T18:05:52.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:51 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi001.inwdfi", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-14T18:05:52.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:51 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:52.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:51 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:05:52.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:51 smithi139 ceph-mon[35433]: Deploying daemon rgw.foo.smithi001.inwdfi on smithi001 2024-02-14T18:05:52.604 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:05:52.604 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-14T18:00:39.275305Z", "last_refresh": "2024-02-14T18:05:35.318329Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:02:08.846402Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi139 on smithi139: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\nDeploy daemon ceph-exporter.smithi139 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-14T18:02:38.295624Z 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-02-14T18:00:33.008537Z", "last_refresh": "2024-02-14T18:05:29.305523Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:12.982490Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-14T18:00:31.490393Z", "last_refresh": "2024-02-14T18:05:29.305178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-14T18:00:35.979233Z", "last_refresh": "2024-02-14T18:05:35.318474Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:05:30.531907Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-02-14T18:05:30.529686Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-02-14T18:02:23.153795Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-14T18:00:30.212666Z", "last_refresh": "2024-02-14T18:05:29.305365Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:33.001841Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-14T18:01:25.522542Z", "last_refresh": "2024-02-14T18:05:29.305445Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:19.318369Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-14T18:00:37.249933Z", "last_refresh": "2024-02-14T18:05:29.305282Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:40.411743Z 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-02-14T18:02:40.407539Z", "last_refresh": "2024-02-14T18:05:29.305600Z", "running": 8, "size": 8}}, {"events": ["2024-02-14T18:02:33.007293Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-14T18:00:34.728594Z", "last_refresh": "2024-02-14T18:05:35.318616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:05:51.704675Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-14T18:05:30.526224Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-14T18:05:53.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:52 smithi139 ceph-mon[35433]: pgmap v155: 129 pgs: 73 active+clean, 25 creating+peering, 31 unknown; 578 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 2.0 KiB/s wr, 19 op/s 2024-02-14T18:05:53.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:52 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/1975631378' entity='client.rgw.foo.smithi001.ikhpsa' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-14T18:05:53.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:52 smithi139 ceph-mon[35433]: from='client.? ' entity='client.rgw.foo.smithi139.hrtmpn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-14T18:05:53.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:52 smithi139 ceph-mon[35433]: osdmap e52: 8 total, 8 up, 8 in 2024-02-14T18:05:53.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:52 smithi139 ceph-mon[35433]: from='client.? 172.21.15.139:0/1368168024' entity='client.rgw.foo.smithi139.hrtmpn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-14T18:05:53.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:52 smithi139 ceph-mon[35433]: from='client.? ' entity='client.rgw.foo.smithi139.hrtmpn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-14T18:05:53.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:52 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/1975631378' entity='client.rgw.foo.smithi001.ikhpsa' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-14T18:05:53.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:52 smithi139 ceph-mon[35433]: from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:05:53.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:52 smithi139 ceph-mon[35433]: from='client.? ' entity='client.rgw.foo.smithi139.hrtmpn' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-14T18:05:53.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:52 smithi139 ceph-mon[35433]: from='client.? 172.21.15.1:0/1975631378' entity='client.rgw.foo.smithi001.ikhpsa' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-14T18:05:53.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:52 smithi139 ceph-mon[35433]: osdmap e53: 8 total, 8 up, 8 in 2024-02-14T18:05:53.403 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:52 smithi001 ceph-mon[25751]: pgmap v155: 129 pgs: 73 active+clean, 25 creating+peering, 31 unknown; 578 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 2.0 KiB/s wr, 19 op/s 2024-02-14T18:05:53.403 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:52 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/1975631378' entity='client.rgw.foo.smithi001.ikhpsa' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-14T18:05:53.403 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:52 smithi001 ceph-mon[25751]: from='client.? ' entity='client.rgw.foo.smithi139.hrtmpn' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-14T18:05:53.403 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:52 smithi001 ceph-mon[25751]: osdmap e52: 8 total, 8 up, 8 in 2024-02-14T18:05:53.403 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:52 smithi001 ceph-mon[25751]: from='client.? 172.21.15.139:0/1368168024' entity='client.rgw.foo.smithi139.hrtmpn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-14T18:05:53.404 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:52 smithi001 ceph-mon[25751]: from='client.? ' entity='client.rgw.foo.smithi139.hrtmpn' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-14T18:05:53.404 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:52 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/1975631378' entity='client.rgw.foo.smithi001.ikhpsa' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-14T18:05:53.404 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:52 smithi001 ceph-mon[25751]: from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:05:53.404 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:52 smithi001 ceph-mon[25751]: from='client.? ' entity='client.rgw.foo.smithi139.hrtmpn' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-14T18:05:53.404 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:52 smithi001 ceph-mon[25751]: from='client.? 172.21.15.1:0/1975631378' entity='client.rgw.foo.smithi001.ikhpsa' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-14T18:05:53.404 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:52 smithi001 ceph-mon[25751]: osdmap e53: 8 total, 8 up, 8 in 2024-02-14T18:05:53.797 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-14T18:05:54.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:53 smithi001 ceph-mon[25751]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-02-14T18:05:54.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:53 smithi001 ceph-mon[25751]: Cluster is now healthy 2024-02-14T18:05:54.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:53 smithi139 ceph-mon[35433]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-02-14T18:05:54.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:53 smithi139 ceph-mon[35433]: Cluster is now healthy 2024-02-14T18:05:54.798 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-14T18:05:55.120 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:54 smithi001 ceph-mon[25751]: pgmap v158: 129 pgs: 103 active+clean, 14 creating+peering, 12 unknown; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s rd, 4.7 KiB/s wr, 120 op/s 2024-02-14T18:05:55.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:54 smithi139 ceph-mon[35433]: pgmap v158: 129 pgs: 103 active+clean, 14 creating+peering, 12 unknown; 580 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 49 KiB/s rd, 4.7 KiB/s wr, 120 op/s 2024-02-14T18:05:55.383 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:05:56.644 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:56 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:56.644 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:56 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:56.644 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:56 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:56.644 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:56 smithi001 ceph-mon[25751]: Saving service rgw.foo spec with placement count:4;* 2024-02-14T18:05:56.644 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:56 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:56.644 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:56 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:56.644 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:56 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:56.645 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:56 smithi001 ceph-mon[25751]: Deploying daemon haproxy.rgw.foo.smithi139.tomato on smithi139 2024-02-14T18:05:56.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:56 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:56.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:56 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:56.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:56 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:56.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:56 smithi139 ceph-mon[35433]: Saving service rgw.foo spec with placement count:4;* 2024-02-14T18:05:56.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:56 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:56.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:56 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:56.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:56 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:05:56.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:56 smithi139 ceph-mon[35433]: Deploying daemon haproxy.rgw.foo.smithi139.tomato on smithi139 2024-02-14T18:05:57.382 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:05:57.382 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-14T18:00:39.275305Z", "last_refresh": "2024-02-14T18:05:35.318329Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:02:08.846402Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi139 on smithi139: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\nDeploy daemon ceph-exporter.smithi139 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-14T18:02:38.295624Z 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-02-14T18:00:33.008537Z", "last_refresh": "2024-02-14T18:05:29.305523Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:12.982490Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-14T18:00:31.490393Z", "last_refresh": "2024-02-14T18:05:29.305178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-14T18:00:35.979233Z", "last_refresh": "2024-02-14T18:05:35.318474Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:05:30.531907Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-02-14T18:05:30.529686Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-02-14T18:02:23.153795Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-14T18:00:30.212666Z", "last_refresh": "2024-02-14T18:05:29.305365Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:33.001841Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-14T18:01:25.522542Z", "last_refresh": "2024-02-14T18:05:29.305445Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:19.318369Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-14T18:00:37.249933Z", "last_refresh": "2024-02-14T18:05:29.305282Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:40.411743Z 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-02-14T18:02:40.407539Z", "last_refresh": "2024-02-14T18:05:29.305600Z", "running": 8, "size": 8}}, {"events": ["2024-02-14T18:02:33.007293Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-14T18:00:34.728594Z", "last_refresh": "2024-02-14T18:05:35.318616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:05:55.446818Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-14T18:05:55.439311Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-14T18:05:57.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:57 smithi001 ceph-mon[25751]: pgmap v159: 129 pgs: 119 active+clean, 10 creating+peering; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 148 KiB/s rd, 5.2 KiB/s wr, 281 op/s 2024-02-14T18:05:57.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:57 smithi139 ceph-mon[35433]: pgmap v159: 129 pgs: 119 active+clean, 10 creating+peering; 581 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 148 KiB/s rd, 5.2 KiB/s wr, 281 op/s 2024-02-14T18:05:58.299 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-14T18:05:58.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:58 smithi001 ceph-mon[25751]: from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:05:58.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:58 smithi139 ceph-mon[35433]: from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:05:59.300 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-14T18:05:59.564 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:05:59.676 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:05:59 smithi001 ceph-mon[25751]: pgmap v160: 129 pgs: 129 active+clean; 582 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 311 KiB/s rd, 5.0 KiB/s wr, 541 op/s 2024-02-14T18:05:59.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:05:59 smithi139 ceph-mon[35433]: pgmap v160: 129 pgs: 129 active+clean; 582 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 311 KiB/s rd, 5.0 KiB/s wr, 541 op/s 2024-02-14T18:06:00.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:00 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [4, 0]}]: dispatch 2024-02-14T18:06:00.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:00 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:06:00.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:00 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:00.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:00 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [4, 0]}]: dispatch 2024-02-14T18:06:00.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:00 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:06:00.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:00 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:01.465 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:06:01.465 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-14T18:00:39.275305Z", "last_refresh": "2024-02-14T18:05:35.318329Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:02:08.846402Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi139 on smithi139: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\nDeploy daemon ceph-exporter.smithi139 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-14T18:02:38.295624Z 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-02-14T18:00:33.008537Z", "last_refresh": "2024-02-14T18:05:29.305523Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:12.982490Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-14T18:00:31.490393Z", "last_refresh": "2024-02-14T18:05:29.305178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-14T18:00:35.979233Z", "last_refresh": "2024-02-14T18:05:35.318474Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:05:30.531907Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-02-14T18:05:30.529686Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-02-14T18:02:23.153795Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-14T18:00:30.212666Z", "last_refresh": "2024-02-14T18:05:29.305365Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:33.001841Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-14T18:01:25.522542Z", "last_refresh": "2024-02-14T18:05:29.305445Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:19.318369Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-14T18:00:37.249933Z", "last_refresh": "2024-02-14T18:05:29.305282Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:40.411743Z 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-02-14T18:02:40.407539Z", "last_refresh": "2024-02-14T18:05:29.305600Z", "running": 8, "size": 8}}, {"events": ["2024-02-14T18:02:33.007293Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-14T18:00:34.728594Z", "last_refresh": "2024-02-14T18:05:35.318616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:05:55.446818Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-14T18:05:55.439311Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-14T18:06:01.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:01 smithi139 ceph-mon[35433]: pgmap v161: 129 pgs: 129 active+clean; 582 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 266 KiB/s rd, 3.6 KiB/s wr, 459 op/s 2024-02-14T18:06:01.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:01 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [4, 0]}]': finished 2024-02-14T18:06:01.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:01 smithi139 ceph-mon[35433]: osdmap e54: 8 total, 8 up, 8 in 2024-02-14T18:06:01.830 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:01 smithi001 ceph-mon[25751]: pgmap v161: 129 pgs: 129 active+clean; 582 KiB data, 242 MiB used, 715 GiB / 715 GiB avail; 266 KiB/s rd, 3.6 KiB/s wr, 459 op/s 2024-02-14T18:06:01.830 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:01 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.7", "id": [4, 0]}]': finished 2024-02-14T18:06:01.830 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:01 smithi001 ceph-mon[25751]: osdmap e54: 8 total, 8 up, 8 in 2024-02-14T18:06:02.466 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-14T18:06:02.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:02 smithi001 ceph-mon[25751]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:06:02.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:02 smithi001 ceph-mon[25751]: osdmap e55: 8 total, 8 up, 8 in 2024-02-14T18:06:02.780 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:02 smithi139 ceph-mon[35433]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:06:02.780 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:02 smithi139 ceph-mon[35433]: osdmap e55: 8 total, 8 up, 8 in 2024-02-14T18:06:03.467 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-14T18:06:03.728 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:06:03.856 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:03 smithi001 ceph-mon[25751]: pgmap v164: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 248 KiB/s rd, 2.0 KiB/s wr, 412 op/s 2024-02-14T18:06:03.856 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:03 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:03.856 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:03 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:03.857 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:03 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:03.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:03 smithi139 ceph-mon[35433]: pgmap v164: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 248 KiB/s rd, 2.0 KiB/s wr, 412 op/s 2024-02-14T18:06:03.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:03 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:03.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:03 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:03.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:03 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:04.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:04 smithi001 ceph-mon[25751]: Deploying daemon haproxy.rgw.foo.smithi001.hishfn on smithi001 2024-02-14T18:06:04.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:04 smithi139 ceph-mon[35433]: Deploying daemon haproxy.rgw.foo.smithi001.hishfn on smithi001 2024-02-14T18:06:05.801 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:05 smithi001 ceph-mon[25751]: pgmap v165: 129 pgs: 1 activating, 128 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 165 KiB/s rd, 639 B/s wr, 267 op/s 2024-02-14T18:06:05.802 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:05 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:05.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:05 smithi139 ceph-mon[35433]: pgmap v165: 129 pgs: 1 activating, 128 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 165 KiB/s rd, 639 B/s wr, 267 op/s 2024-02-14T18:06:05.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:05 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:06.352 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:06:06.352 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-14T18:00:39.275305Z", "last_refresh": "2024-02-14T18:05:35.318329Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:02:08.846402Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi139 on smithi139: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\nDeploy daemon ceph-exporter.smithi139 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-14T18:02:38.295624Z 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-02-14T18:00:33.008537Z", "last_refresh": "2024-02-14T18:05:29.305523Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:12.982490Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-14T18:00:31.490393Z", "last_refresh": "2024-02-14T18:05:29.305178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-14T18:00:35.979233Z", "last_refresh": "2024-02-14T18:05:35.318474Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:06:03.196257Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-02-14T18:05:30.529686Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-02-14T18:02:23.153795Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-14T18:00:30.212666Z", "last_refresh": "2024-02-14T18:05:29.305365Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:33.001841Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-14T18:01:25.522542Z", "last_refresh": "2024-02-14T18:05:29.305445Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:19.318369Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-14T18:00:37.249933Z", "last_refresh": "2024-02-14T18:05:29.305282Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:40.411743Z 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-02-14T18:02:40.407539Z", "last_refresh": "2024-02-14T18:05:29.305600Z", "running": 8, "size": 8}}, {"events": ["2024-02-14T18:02:33.007293Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-14T18:00:34.728594Z", "last_refresh": "2024-02-14T18:05:35.318616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:05:55.446818Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-14T18:05:55.439311Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-14T18:06:07.113 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-14T18:06:07.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:07 smithi139 ceph-mon[35433]: pgmap v166: 129 pgs: 1 activating, 128 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 0 B/s wr, 10 op/s 2024-02-14T18:06:07.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:07 smithi139 ceph-mon[35433]: from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:06:07.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:07 smithi001 ceph-mon[25751]: pgmap v166: 129 pgs: 1 activating, 128 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 6.9 KiB/s rd, 0 B/s wr, 10 op/s 2024-02-14T18:06:07.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:07 smithi001 ceph-mon[25751]: from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:06:08.114 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-14T18:06:08.373 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:06:09.528 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:09 smithi001 ceph-mon[25751]: pgmap v167: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 0 B/s wr, 4 op/s 2024-02-14T18:06:09.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:09 smithi139 ceph-mon[35433]: pgmap v167: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.6 KiB/s rd, 0 B/s wr, 4 op/s 2024-02-14T18:06:10.377 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:06:10.377 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-14T18:00:39.275305Z", "last_refresh": "2024-02-14T18:05:35.318329Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:02:08.846402Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi139 on smithi139: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\nDeploy daemon ceph-exporter.smithi139 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-14T18:02:38.295624Z 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-02-14T18:00:33.008537Z", "last_refresh": "2024-02-14T18:05:29.305523Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:12.982490Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-14T18:00:31.490393Z", "last_refresh": "2024-02-14T18:05:29.305178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-14T18:00:35.979233Z", "last_refresh": "2024-02-14T18:05:35.318474Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:06:03.196257Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-02-14T18:05:30.529686Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-02-14T18:02:23.153795Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-14T18:00:30.212666Z", "last_refresh": "2024-02-14T18:05:29.305365Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:33.001841Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-14T18:01:25.522542Z", "last_refresh": "2024-02-14T18:05:29.305445Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:19.318369Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-14T18:00:37.249933Z", "last_refresh": "2024-02-14T18:05:29.305282Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:40.411743Z 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-02-14T18:02:40.407539Z", "last_refresh": "2024-02-14T18:05:29.305600Z", "running": 8, "size": 8}}, {"events": ["2024-02-14T18:02:33.007293Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-14T18:00:34.728594Z", "last_refresh": "2024-02-14T18:05:35.318616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:05:55.446818Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-14T18:05:55.439311Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-14T18:06:11.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:11 smithi001 ceph-mon[25751]: pgmap v168: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-02-14T18:06:11.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:11 smithi001 ceph-mon[25751]: from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:06:11.870 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-14T18:06:11.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:11 smithi139 ceph-mon[35433]: pgmap v168: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 0 B/s wr, 3 op/s 2024-02-14T18:06:11.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:11 smithi139 ceph-mon[35433]: from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:06:12.871 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-14T18:06:13.460 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:06:13.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:13 smithi001 ceph-mon[25751]: pgmap v169: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:06:13.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:13 smithi139 ceph-mon[35433]: pgmap v169: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:06:15.655 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:06:15.655 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-14T18:00:39.275305Z", "last_refresh": "2024-02-14T18:05:35.318329Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:02:08.846402Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi139 on smithi139: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\nDeploy daemon ceph-exporter.smithi139 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-14T18:02:38.295624Z 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-02-14T18:00:33.008537Z", "last_refresh": "2024-02-14T18:05:29.305523Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:12.982490Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-14T18:00:31.490393Z", "last_refresh": "2024-02-14T18:05:29.305178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-14T18:00:35.979233Z", "last_refresh": "2024-02-14T18:05:35.318474Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:06:15.640288Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-02-14T18:05:30.529686Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-02-14T18:02:23.153795Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-14T18:00:30.212666Z", "last_refresh": "2024-02-14T18:05:29.305365Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:33.001841Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-14T18:01:25.522542Z", "last_refresh": "2024-02-14T18:05:29.305445Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:19.318369Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-14T18:00:37.249933Z", "last_refresh": "2024-02-14T18:05:29.305282Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:40.411743Z 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-02-14T18:02:40.407539Z", "last_refresh": "2024-02-14T18:05:29.305600Z", "running": 8, "size": 8}}, {"events": ["2024-02-14T18:02:33.007293Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-14T18:00:34.728594Z", "last_refresh": "2024-02-14T18:05:35.318616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:05:55.446818Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-14T18:05:55.439311Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-14T18:06:15.656 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:15 smithi001 ceph-mon[25751]: pgmap v170: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:06:15.656 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:15 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:06:15.656 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:15 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:15.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:15 smithi139 ceph-mon[35433]: pgmap v170: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:06:15.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:15 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:06:15.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:15 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:16.265 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-14T18:06:16.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:16 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:16.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:16 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:16.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:16 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:16.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:16 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:16.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:16 smithi139 ceph-mon[35433]: 10.0.31.1 is in 10.0.0.0/16 on smithi001 interface ens1f0 2024-02-14T18:06:16.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:16 smithi139 ceph-mon[35433]: 10.0.31.1 is in 10.0.0.0/16 on smithi139 interface enp3s0f1 2024-02-14T18:06:16.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:16 smithi139 ceph-mon[35433]: Deploying daemon keepalived.rgw.foo.smithi001.sliqvo on smithi001 2024-02-14T18:06:16.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:16 smithi139 ceph-mon[35433]: from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:06:16.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:16 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:16.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:16 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:16.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:16 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:16.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:16 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:16.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:16 smithi001 ceph-mon[25751]: 10.0.31.1 is in 10.0.0.0/16 on smithi001 interface ens1f0 2024-02-14T18:06:16.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:16 smithi001 ceph-mon[25751]: 10.0.31.1 is in 10.0.0.0/16 on smithi139 interface enp3s0f1 2024-02-14T18:06:16.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:16 smithi001 ceph-mon[25751]: Deploying daemon keepalived.rgw.foo.smithi001.sliqvo on smithi001 2024-02-14T18:06:16.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:16 smithi001 ceph-mon[25751]: from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:06:17.266 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-14T18:06:17.529 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:06:17.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:17 smithi001 ceph-mon[25751]: pgmap v171: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:06:18.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:17 smithi139 ceph-mon[35433]: pgmap v171: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:06:19.874 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:06:19.874 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-14T18:00:39.275305Z", "last_refresh": "2024-02-14T18:05:35.318329Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:02:08.846402Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi139 on smithi139: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\nDeploy daemon ceph-exporter.smithi139 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-14T18:02:38.295624Z 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-02-14T18:00:33.008537Z", "last_refresh": "2024-02-14T18:05:29.305523Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:12.982490Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-14T18:00:31.490393Z", "last_refresh": "2024-02-14T18:05:29.305178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-14T18:00:35.979233Z", "last_refresh": "2024-02-14T18:05:35.318474Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:06:15.640288Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-02-14T18:05:30.529686Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-02-14T18:02:23.153795Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-14T18:00:30.212666Z", "last_refresh": "2024-02-14T18:05:29.305365Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:33.001841Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-14T18:01:25.522542Z", "last_refresh": "2024-02-14T18:05:29.305445Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:19.318369Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-14T18:00:37.249933Z", "last_refresh": "2024-02-14T18:05:29.305282Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:40.411743Z 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-02-14T18:02:40.407539Z", "last_refresh": "2024-02-14T18:05:29.305600Z", "running": 8, "size": 8}}, {"events": ["2024-02-14T18:02:33.007293Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-14T18:00:34.728594Z", "last_refresh": "2024-02-14T18:05:35.318616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:05:55.446818Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-14T18:05:55.439311Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-14T18:06:19.875 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:19 smithi001 ceph-mon[25751]: pgmap v172: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:06:20.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:19 smithi139 ceph-mon[35433]: pgmap v172: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:06:20.669 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-14T18:06:21.670 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-14T18:06:21.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:21 smithi001 ceph-mon[25751]: pgmap v173: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:06:21.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:21 smithi001 ceph-mon[25751]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:06:22.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:21 smithi139 ceph-mon[35433]: pgmap v173: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:06:22.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:21 smithi139 ceph-mon[35433]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:06:22.777 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:06:23.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:23 smithi001 ceph-mon[25751]: pgmap v174: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:06:24.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:23 smithi139 ceph-mon[35433]: pgmap v174: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:06:25.467 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:06:25.467 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-14T18:00:39.275305Z", "last_refresh": "2024-02-14T18:05:35.318329Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:02:08.846402Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi139 on smithi139: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\nDeploy daemon ceph-exporter.smithi139 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-14T18:02:38.295624Z 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-02-14T18:00:33.008537Z", "last_refresh": "2024-02-14T18:05:29.305523Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:12.982490Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-14T18:00:31.490393Z", "last_refresh": "2024-02-14T18:05:29.305178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-14T18:00:35.979233Z", "last_refresh": "2024-02-14T18:05:35.318474Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:06:15.640288Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-02-14T18:05:30.529686Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-02-14T18:02:23.153795Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-14T18:00:30.212666Z", "last_refresh": "2024-02-14T18:05:29.305365Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:33.001841Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-14T18:01:25.522542Z", "last_refresh": "2024-02-14T18:05:29.305445Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:19.318369Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-14T18:00:37.249933Z", "last_refresh": "2024-02-14T18:05:29.305282Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:40.411743Z 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-02-14T18:02:40.407539Z", "last_refresh": "2024-02-14T18:05:29.305600Z", "running": 8, "size": 8}}, {"events": ["2024-02-14T18:02:33.007293Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-14T18:00:34.728594Z", "last_refresh": "2024-02-14T18:05:35.318616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:05:55.446818Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-14T18:05:55.439311Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-14T18:06:25.783 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:25 smithi001 ceph-mon[25751]: pgmap v175: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:06:26.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:25 smithi139 ceph-mon[35433]: pgmap v175: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:06:26.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:26 smithi001 ceph-mon[25751]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:06:27.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:26 smithi139 ceph-mon[35433]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:06:27.289 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-14T18:06:27.899 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:27 smithi001 ceph-mon[25751]: pgmap v176: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:06:28.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:27 smithi139 ceph-mon[35433]: pgmap v176: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:06:28.289 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-14T18:06:28.545 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:06:29.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:29 smithi139 ceph-mon[35433]: pgmap v177: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-14T18:06:29.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:29 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:29.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:29 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:29.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:29 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:29.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:29 smithi139 ceph-mon[35433]: 10.0.31.1 is in 10.0.0.0/16 on smithi139 interface enp3s0f1 2024-02-14T18:06:29.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:29 smithi139 ceph-mon[35433]: 10.0.31.1 is in 10.0.0.0/16 on smithi001 interface ens1f0 2024-02-14T18:06:29.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:29 smithi139 ceph-mon[35433]: Deploying daemon keepalived.rgw.foo.smithi139.scohrt on smithi139 2024-02-14T18:06:29.390 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:29 smithi001 ceph-mon[25751]: pgmap v177: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-14T18:06:29.390 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:29 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:29.390 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:29 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:29.390 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:29 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:29.390 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:29 smithi001 ceph-mon[25751]: 10.0.31.1 is in 10.0.0.0/16 on smithi139 interface enp3s0f1 2024-02-14T18:06:29.390 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:29 smithi001 ceph-mon[25751]: 10.0.31.1 is in 10.0.0.0/16 on smithi001 interface ens1f0 2024-02-14T18:06:29.390 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:29 smithi001 ceph-mon[25751]: Deploying daemon keepalived.rgw.foo.smithi139.scohrt on smithi139 2024-02-14T18:06:30.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:30 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:06:30.354 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:30 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:06:30.366 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:06:30.367 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-14T18:00:39.275305Z", "last_refresh": "2024-02-14T18:05:35.318329Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:02:08.846402Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi139 on smithi139: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\nDeploy daemon ceph-exporter.smithi139 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-14T18:02:38.295624Z 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-02-14T18:00:33.008537Z", "last_refresh": "2024-02-14T18:05:29.305523Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:12.982490Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-14T18:00:31.490393Z", "last_refresh": "2024-02-14T18:05:29.305178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-14T18:00:35.979233Z", "last_refresh": "2024-02-14T18:05:35.318474Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:06:28.090745Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-02-14T18:05:30.529686Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-02-14T18:02:23.153795Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-14T18:00:30.212666Z", "last_refresh": "2024-02-14T18:05:29.305365Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:33.001841Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-14T18:01:25.522542Z", "last_refresh": "2024-02-14T18:05:29.305445Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:19.318369Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-14T18:00:37.249933Z", "last_refresh": "2024-02-14T18:05:29.305282Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:40.411743Z 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-02-14T18:02:40.407539Z", "last_refresh": "2024-02-14T18:05:29.305600Z", "running": 8, "size": 8}}, {"events": ["2024-02-14T18:02:33.007293Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-14T18:00:34.728594Z", "last_refresh": "2024-02-14T18:05:35.318616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:05:55.446818Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-14T18:05:55.439311Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-14T18:06:31.011 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-14T18:06:31.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:31 smithi139 ceph-mon[35433]: pgmap v178: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-14T18:06:31.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:31 smithi139 ceph-mon[35433]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:06:31.432 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:31 smithi001 ceph-mon[25751]: pgmap v178: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-14T18:06:31.432 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:31 smithi001 ceph-mon[25751]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:06:32.012 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-14T18:06:32.274 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:06:33.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:33 smithi139 ceph-mon[35433]: pgmap v179: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-14T18:06:33.432 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:33 smithi001 ceph-mon[25751]: pgmap v179: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 682 B/s wr, 0 op/s 2024-02-14T18:06:34.241 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:06:34.241 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-14T18:00:39.275305Z", "last_refresh": "2024-02-14T18:05:35.318329Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:02:08.846402Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi139 on smithi139: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\nDeploy daemon ceph-exporter.smithi139 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-14T18:02:38.295624Z 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-02-14T18:00:33.008537Z", "last_refresh": "2024-02-14T18:05:29.305523Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:12.982490Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-14T18:00:31.490393Z", "last_refresh": "2024-02-14T18:05:29.305178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-14T18:00:35.979233Z", "last_refresh": "2024-02-14T18:05:35.318474Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:06:28.090745Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-02-14T18:05:30.529686Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-02-14T18:02:23.153795Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-14T18:00:30.212666Z", "last_refresh": "2024-02-14T18:05:29.305365Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:33.001841Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-14T18:01:25.522542Z", "last_refresh": "2024-02-14T18:05:29.305445Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:19.318369Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-14T18:00:37.249933Z", "last_refresh": "2024-02-14T18:05:29.305282Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:40.411743Z 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-02-14T18:02:40.407539Z", "last_refresh": "2024-02-14T18:05:29.305600Z", "running": 8, "size": 8}}, {"events": ["2024-02-14T18:02:33.007293Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-14T18:00:34.728594Z", "last_refresh": "2024-02-14T18:05:35.318616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:05:55.446818Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-14T18:05:55.439311Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-14T18:06:34.881 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-14T18:06:35.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:35 smithi001 ceph-mon[25751]: pgmap v180: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-14T18:06:35.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:35 smithi001 ceph-mon[25751]: from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:06:35.348 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:35 smithi139 ceph-mon[35433]: pgmap v180: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-14T18:06:35.348 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:35 smithi139 ceph-mon[35433]: from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:06:35.881 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-14T18:06:36.152 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:06:37.404 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:37 smithi001 ceph-mon[25751]: pgmap v181: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-14T18:06:37.405 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:37 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:37.405 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:37 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:37.405 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:37 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:37.405 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:37 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:37.405 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:37 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:06:37.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:37 smithi139 ceph-mon[35433]: pgmap v181: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-14T18:06:37.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:37 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:37.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:37 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:37.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:37 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:37.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:37 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:37.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:37 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:06:38.190 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:06:38.190 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-14T18:00:39.275305Z", "last_refresh": "2024-02-14T18:05:35.318329Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:02:08.846402Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi139 on smithi139: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\nDeploy daemon ceph-exporter.smithi139 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-14T18:02:38.295624Z 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-02-14T18:00:33.008537Z", "last_refresh": "2024-02-14T18:05:29.305523Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:12.982490Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-14T18:00:31.490393Z", "last_refresh": "2024-02-14T18:05:29.305178Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-14T18:00:35.979233Z", "last_refresh": "2024-02-14T18:05:35.318474Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:06:36.232292Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-02-14T18:05:30.529686Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-02-14T18:02:23.153795Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-14T18:00:30.212666Z", "last_refresh": "2024-02-14T18:05:29.305365Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:33.001841Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-14T18:01:25.522542Z", "last_refresh": "2024-02-14T18:05:29.305445Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:19.318369Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-14T18:00:37.249933Z", "last_refresh": "2024-02-14T18:05:29.305282Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:40.411743Z 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-02-14T18:02:40.407539Z", "last_refresh": "2024-02-14T18:05:29.305600Z", "running": 8, "size": 8}}, {"events": ["2024-02-14T18:02:33.007293Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-14T18:00:34.728594Z", "last_refresh": "2024-02-14T18:05:35.318616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:05:55.446818Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-14T18:05:55.439311Z", "ports": [8000], "running": 0, "size": 4}}] 2024-02-14T18:06:39.107 INFO:tasks.cephadm:rgw.foo has 0/4 2024-02-14T18:06:39.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:39 smithi139 ceph-mon[35433]: pgmap v182: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-14T18:06:39.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:39 smithi139 ceph-mon[35433]: from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:06:39.432 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:39 smithi001 ceph-mon[25751]: pgmap v182: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-14T18:06:39.432 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:39 smithi001 ceph-mon[25751]: from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:06:40.107 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-14T18:06:40.959 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:06:41.111 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:40 smithi001 ceph-mon[25751]: pgmap v183: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:06:41.111 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:40 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:41.111 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:40 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:41.111 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:40 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:41.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:40 smithi139 ceph-mon[35433]: pgmap v183: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:06:41.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:40 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:41.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:40 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:41.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:40 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:43.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:42 smithi139 ceph-mon[35433]: pgmap v184: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:06:43.165 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:42 smithi001 ceph-mon[25751]: pgmap v184: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:06:43.507 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:06:43.507 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-14T18:00:39.275305Z", "last_refresh": "2024-02-14T18:05:35.318329Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:02:08.846402Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi139 on smithi139: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\nDeploy daemon ceph-exporter.smithi139 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-14T18:02:38.295624Z 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-02-14T18:00:33.008537Z", "last_refresh": "2024-02-14T18:05:35.317885Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:12.982490Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-14T18:00:31.490393Z", "last_refresh": "2024-02-14T18:05:35.318036Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-14T18:00:35.979233Z", "last_refresh": "2024-02-14T18:05:35.318474Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:06:36.232292Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-02-14T18:05:30.529686Z", "last_refresh": "2024-02-14T18:06:40.151726Z", "ports": [9000, 9001], "running": 2, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-02-14T18:02:23.153795Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-14T18:00:30.212666Z", "last_refresh": "2024-02-14T18:05:35.317714Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:33.001841Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-14T18:01:25.522542Z", "last_refresh": "2024-02-14T18:05:35.317535Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:19.318369Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-14T18:00:37.249933Z", "last_refresh": "2024-02-14T18:05:35.318183Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:40.411743Z 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-02-14T18:02:40.407539Z", "last_refresh": "2024-02-14T18:05:35.318761Z", "running": 8, "size": 8}}, {"events": ["2024-02-14T18:02:33.007293Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-14T18:00:34.728594Z", "last_refresh": "2024-02-14T18:05:35.318616Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:05:55.446818Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-14T18:05:55.439311Z", "last_refresh": "2024-02-14T18:06:40.151570Z", "ports": [8000], "running": 2, "size": 4}}] 2024-02-14T18:06:44.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:43 smithi139 ceph-mon[35433]: from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:06:44.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:43 smithi001 ceph-mon[25751]: from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:06:44.523 INFO:tasks.cephadm:rgw.foo has 2/4 2024-02-14T18:06:45.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:44 smithi139 ceph-mon[35433]: pgmap v185: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:06:45.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:44 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:06:45.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:44 smithi001 ceph-mon[25751]: pgmap v185: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:06:45.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:44 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:06:45.524 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-14T18:06:46.228 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:06:47.412 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:47 smithi001 ceph-mon[25751]: pgmap v186: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:06:47.412 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:47 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:47.412 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:47 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:47.412 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:47 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:06:47.412 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:47 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:06:47.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:47 smithi139 ceph-mon[35433]: pgmap v186: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:06:47.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:47 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:47.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:47 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:47.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:47 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:06:47.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:47 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:06:48.199 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:06:48.199 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-14T18:00:39.275305Z", "last_refresh": "2024-02-14T18:06:46.266035Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:02:08.846402Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi139 on smithi139: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\nDeploy daemon ceph-exporter.smithi139 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-14T18:02:38.295624Z 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-02-14T18:00:33.008537Z", "last_refresh": "2024-02-14T18:06:40.151162Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:12.982490Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-14T18:00:31.490393Z", "last_refresh": "2024-02-14T18:06:40.150795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-14T18:00:35.979233Z", "last_refresh": "2024-02-14T18:06:46.266195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:06:36.232292Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-02-14T18:05:30.529686Z", "last_refresh": "2024-02-14T18:06:40.151726Z", "ports": [9000, 9001], "running": 4, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-02-14T18:02:23.153795Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-14T18:00:30.212666Z", "last_refresh": "2024-02-14T18:06:40.151004Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:33.001841Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-14T18:01:25.522542Z", "last_refresh": "2024-02-14T18:06:40.151083Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:19.318369Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-14T18:00:37.249933Z", "last_refresh": "2024-02-14T18:06:40.150918Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:40.411743Z 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-02-14T18:02:40.407539Z", "last_refresh": "2024-02-14T18:06:40.151240Z", "running": 8, "size": 8}}, {"events": ["2024-02-14T18:02:33.007293Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-14T18:00:34.728594Z", "last_refresh": "2024-02-14T18:06:46.266355Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:05:55.446818Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-14T18:05:55.439311Z", "last_refresh": "2024-02-14T18:06:40.151570Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-14T18:06:48.519 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:48 smithi001 ceph-mon[25751]: Checking dashboard <-> RGW credentials 2024-02-14T18:06:48.519 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:48 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:48.519 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:48 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:48.519 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:48 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:48.519 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:48 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:06:48.519 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:48 smithi001 ceph-mon[25751]: Reconfiguring prometheus.smithi001 (dependencies changed)... 2024-02-14T18:06:48.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:48 smithi139 ceph-mon[35433]: Checking dashboard <-> RGW credentials 2024-02-14T18:06:48.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:48 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:48.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:48 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:48.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:48 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:48.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:48 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:06:48.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:48 smithi139 ceph-mon[35433]: Reconfiguring prometheus.smithi001 (dependencies changed)... 2024-02-14T18:06:48.905 INFO:tasks.cephadm:rgw.foo has 4/4 2024-02-14T18:06:48.906 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-14T18:06:48.916 INFO:tasks.cephadm:Waiting for ceph service ingress.rgw.foo to start (timeout 300)... 2024-02-14T18:06:48.917 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- ceph orch ls -f json 2024-02-14T18:06:49.556 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:49 smithi001 ceph-mon[25751]: pgmap v187: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:06:49.556 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:49 smithi001 ceph-mon[25751]: Reconfiguring daemon prometheus.smithi001 on smithi001 2024-02-14T18:06:49.556 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:49 smithi001 ceph-mon[25751]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:06:49.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:49 smithi139 ceph-mon[35433]: pgmap v187: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:06:49.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:49 smithi139 ceph-mon[35433]: Reconfiguring daemon prometheus.smithi001 on smithi001 2024-02-14T18:06:49.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:49 smithi139 ceph-mon[35433]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:06:50.404 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:06:51.872 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:51 smithi001 ceph-mon[25751]: pgmap v188: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 85 B/s wr, 0 op/s 2024-02-14T18:06:51.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:51 smithi139 ceph-mon[35433]: pgmap v188: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 85 B/s wr, 0 op/s 2024-02-14T18:06:53.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:53 smithi139 ceph-mon[35433]: pgmap v189: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 255 B/s wr, 2 op/s 2024-02-14T18:06:53.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:53 smithi001 ceph-mon[25751]: pgmap v189: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 255 B/s wr, 2 op/s 2024-02-14T18:06:55.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:55 smithi001 ceph-mon[25751]: pgmap v190: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 341 B/s wr, 2 op/s 2024-02-14T18:06:55.801 INFO:teuthology.orchestra.run.smithi001.stdout: 2024-02-14T18:06:55.801 INFO:teuthology.orchestra.run.smithi001.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-14T18:00:39.275305Z", "last_refresh": "2024-02-14T18:06:46.266035Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:02:08.846402Z service:ceph-exporter [ERROR] \"Failed while placing ceph-exporter.smithi139 on smithi139: cephadm exited with an error code: 1, stderr: Non-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter-smithi139\nNon-zero exit code 125 from /usr/bin/podman container inspect --format {{.State.Status}} ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\n/usr/bin/podman: stderr Error: no such container ceph-96c45446-cb62-11ee-95b9-87774f69a715-ceph-exporter.smithi139\nDeploy daemon ceph-exporter.smithi139 ...\nERROR: Directory does not exist. Got: /var/run/ceph/\"", "2024-02-14T18:02:38.295624Z 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-02-14T18:00:33.008537Z", "last_refresh": "2024-02-14T18:06:40.151162Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:12.982490Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-14T18:00:31.490393Z", "last_refresh": "2024-02-14T18:06:40.150795Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-02-14T18:00:35.979233Z", "last_refresh": "2024-02-14T18:06:46.266195Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:06:36.232292Z service:ingress.rgw.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "first_virtual_router_id": 50, "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.1/16"}, "status": {"created": "2024-02-14T18:05:30.529686Z", "last_refresh": "2024-02-14T18:06:40.151726Z", "ports": [9000, 9001], "running": 4, "size": 4, "virtual_ip": "10.0.31.1/16"}}, {"events": ["2024-02-14T18:02:23.153795Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-14T18:00:30.212666Z", "last_refresh": "2024-02-14T18:06:40.151004Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:33.001841Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi001:172.21.15.1=smithi001", "smithi139:172.21.15.139=smithi139"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-14T18:01:25.522542Z", "last_refresh": "2024-02-14T18:06:40.151083Z", "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:19.318369Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-14T18:00:37.249933Z", "last_refresh": "2024-02-14T18:06:40.150918Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-14T18:02:40.411743Z 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-02-14T18:02:40.407539Z", "last_refresh": "2024-02-14T18:06:40.151240Z", "running": 8, "size": 8}}, {"events": ["2024-02-14T18:02:33.007293Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-14T18:00:34.728594Z", "last_refresh": "2024-02-14T18:06:46.266355Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-14T18:05:55.446818Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-02-14T18:05:55.439311Z", "last_refresh": "2024-02-14T18:06:40.151570Z", "ports": [8000], "running": 4, "size": 4}}] 2024-02-14T18:06:55.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:55 smithi139 ceph-mon[35433]: pgmap v190: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 341 B/s wr, 2 op/s 2024-02-14T18:06:56.581 INFO:tasks.cephadm:ingress.rgw.foo has 4/4 2024-02-14T18:06:56.581 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-14T18:06:56.591 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi001.front.sepia.ceph.com 2024-02-14T18:06:56.591 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- bash -c 'echo "Check while healthy..." 2024-02-14T18:06:56.592 DEBUG:teuthology.orchestra.run.smithi001:> curl http://10.0.31.1:9000/ 2024-02-14T18:06:56.592 DEBUG:teuthology.orchestra.run.smithi001:> 2024-02-14T18:06:56.592 DEBUG:teuthology.orchestra.run.smithi001:> # stop each rgw in turn 2024-02-14T18:06:56.592 DEBUG:teuthology.orchestra.run.smithi001:> echo "Check with each rgw stopped in turn..." 2024-02-14T18:06:56.592 DEBUG:teuthology.orchestra.run.smithi001:> for rgw in `ceph orch ps | grep ^rgw.foo. | awk '"'"'{print $1}'"'"'`; do 2024-02-14T18:06:56.592 DEBUG:teuthology.orchestra.run.smithi001:> ceph orch daemon stop $rgw 2024-02-14T18:06:56.592 DEBUG:teuthology.orchestra.run.smithi001:> while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done 2024-02-14T18:06:56.592 DEBUG:teuthology.orchestra.run.smithi001:> while ! curl http://10.0.31.1:9000/ ; do sleep 1 ; done 2024-02-14T18:06:56.592 DEBUG:teuthology.orchestra.run.smithi001:> ceph orch daemon start $rgw 2024-02-14T18:06:56.592 DEBUG:teuthology.orchestra.run.smithi001:> while ! ceph orch ps | grep $rgw | grep running; do sleep 1 ; done 2024-02-14T18:06:56.592 DEBUG:teuthology.orchestra.run.smithi001:> done 2024-02-14T18:06:56.592 DEBUG:teuthology.orchestra.run.smithi001:> 2024-02-14T18:06:56.592 DEBUG:teuthology.orchestra.run.smithi001:> # stop each haproxy in turn 2024-02-14T18:06:56.592 DEBUG:teuthology.orchestra.run.smithi001:> echo "Check with each haproxy down in turn..." 2024-02-14T18:06:56.592 DEBUG:teuthology.orchestra.run.smithi001:> for haproxy in `ceph orch ps | grep ^haproxy.rgw.foo. | awk '"'"'{print $1}'"'"'`; do 2024-02-14T18:06:56.593 DEBUG:teuthology.orchestra.run.smithi001:> ceph orch daemon stop $haproxy 2024-02-14T18:06:56.593 DEBUG:teuthology.orchestra.run.smithi001:> while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done 2024-02-14T18:06:56.593 DEBUG:teuthology.orchestra.run.smithi001:> while ! curl http://10.0.31.1:9000/ ; do sleep 1 ; done 2024-02-14T18:06:56.593 DEBUG:teuthology.orchestra.run.smithi001:> ceph orch daemon start $haproxy 2024-02-14T18:06:56.593 DEBUG:teuthology.orchestra.run.smithi001:> while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done 2024-02-14T18:06:56.593 DEBUG:teuthology.orchestra.run.smithi001:> done 2024-02-14T18:06:56.593 DEBUG:teuthology.orchestra.run.smithi001:> 2024-02-14T18:06:56.593 DEBUG:teuthology.orchestra.run.smithi001:> while ! curl http://10.0.31.1:9000/ ; do sleep 1 ; done 2024-02-14T18:06:56.593 DEBUG:teuthology.orchestra.run.smithi001:> ' 2024-02-14T18:06:56.939 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:06:57.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:57 smithi001 ceph-mon[25751]: pgmap v191: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 341 B/s wr, 2 op/s 2024-02-14T18:06:57.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:57 smithi001 ceph-mon[25751]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:06:57.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:57 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:57.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:57 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:57.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:57 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-14T18:06:57.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:57 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:06:57.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:57 smithi139 ceph-mon[35433]: pgmap v191: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 341 B/s wr, 2 op/s 2024-02-14T18:06:57.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:57 smithi139 ceph-mon[35433]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-14T18:06:57.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:57 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:57.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:57 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:57.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:57 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-14T18:06:57.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:57 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:06:58.550 INFO:teuthology.orchestra.run.smithi001.stdout:Check while healthy... 2024-02-14T18:06:58.550 INFO:teuthology.orchestra.run.smithi001.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-02-14T18:06:58.551 INFO:teuthology.orchestra.run.smithi001.stdout:anonymousCheck with each rgw stopped in turn... 2024-02-14T18:06:58.551 INFO:teuthology.orchestra.run.smithi001.stderr: Dload Upload Total Spent Left Speed 2024-02-14T18:06:58.551 INFO:teuthology.orchestra.run.smithi001.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 214 0 214 0 0 208k 0 --:--:-- --:--:-- --:--:-- 208k 2024-02-14T18:06:58.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:58 smithi001 ceph-mon[25751]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-14T18:06:58.757 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:58 smithi139 ceph-mon[35433]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-14T18:06:59.156 INFO:teuthology.orchestra.run.smithi001.stdout:Scheduled to stop rgw.foo.smithi001.ikhpsa on host 'smithi001' 2024-02-14T18:06:59.758 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:59 smithi001 ceph-mon[25751]: pgmap v192: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 853 B/s wr, 3 op/s 2024-02-14T18:06:59.759 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:59 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:59.759 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:06:59 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:59.782 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:59 smithi139 ceph-mon[35433]: pgmap v192: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 853 B/s wr, 3 op/s 2024-02-14T18:06:59.783 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:59 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:06:59.783 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:06:59 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:00.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:00 smithi001 ceph-mon[25751]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:00.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:00 smithi001 ceph-mon[25751]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi001.ikhpsa", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:00.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:00 smithi001 ceph-mon[25751]: Schedule stop daemon rgw.foo.smithi001.ikhpsa 2024-02-14T18:07:00.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:00 smithi001 ceph-mon[25751]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:00.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:00 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:07:00.732 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:00 smithi139 ceph-mon[35433]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:00.732 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:00 smithi139 ceph-mon[35433]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi001.ikhpsa", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:00.732 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:00 smithi139 ceph-mon[35433]: Schedule stop daemon rgw.foo.smithi001.ikhpsa 2024-02-14T18:07:00.732 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:00 smithi139 ceph-mon[35433]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:00.732 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:00 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:07:01.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:01 smithi139 ceph-mon[35433]: pgmap v193: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 853 B/s wr, 3 op/s 2024-02-14T18:07:01.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:01 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:01.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:01 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:01.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:01 smithi001 ceph-mon[25751]: pgmap v193: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 853 B/s wr, 3 op/s 2024-02-14T18:07:01.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:01 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:01.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:01 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:02.746 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:02 smithi001 ceph-mon[25751]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:02.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:02 smithi139 ceph-mon[35433]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:03.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:03 smithi139 ceph-mon[35433]: pgmap v194: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 767 B/s wr, 2 op/s 2024-02-14T18:07:03.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:03 smithi139 ceph-mon[35433]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:03.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:03 smithi001 ceph-mon[25751]: pgmap v194: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.8 KiB/s rd, 767 B/s wr, 2 op/s 2024-02-14T18:07:03.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:03 smithi001 ceph-mon[25751]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:04.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:04 smithi001 ceph-mon[25751]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:04.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:04 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:04.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:04 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:04.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:04 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:07:04.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:04 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:07:04.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:04 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:04.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:04 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:07:04.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:04 smithi139 ceph-mon[35433]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:04.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:04 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:04.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:04 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:04.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:04 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:07:04.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:04 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:07:04.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:04 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:04.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:04 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:07:05.839 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:05 smithi139 ceph-mon[35433]: pgmap v195: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 597 B/s wr, 0 op/s 2024-02-14T18:07:05.839 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:05 smithi139 ceph-mon[35433]: Checking dashboard <-> RGW credentials 2024-02-14T18:07:05.848 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:05 smithi001 ceph-mon[25751]: pgmap v195: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 597 B/s wr, 0 op/s 2024-02-14T18:07:05.848 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:05 smithi001 ceph-mon[25751]: Checking dashboard <-> RGW credentials 2024-02-14T18:07:06.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:06 smithi139 ceph-mon[35433]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:06.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:06 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:06.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:06 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:06.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:06 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:07:06.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:06 smithi001 ceph-mon[25751]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:06.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:06 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:06.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:06 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:06.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:06 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:07:07.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:07 smithi139 ceph-mon[35433]: pgmap v196: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 511 B/s wr, 1 op/s 2024-02-14T18:07:07.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:07 smithi139 ceph-mon[35433]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:07.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:07 smithi001 ceph-mon[25751]: pgmap v196: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 511 B/s wr, 1 op/s 2024-02-14T18:07:07.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:07 smithi001 ceph-mon[25751]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:09.599 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:09 smithi001 ceph-mon[25751]: pgmap v197: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 682 B/s wr, 2 op/s 2024-02-14T18:07:09.599 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:09 smithi001 ceph-mon[25751]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:09.787 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:09 smithi139 ceph-mon[35433]: pgmap v197: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 682 B/s wr, 2 op/s 2024-02-14T18:07:09.787 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:09 smithi139 ceph-mon[35433]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:10.788 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:10 smithi139 ceph-mon[35433]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:10.788 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:10 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:10.789 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:10 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:10.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:10 smithi001 ceph-mon[25751]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:10.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:10 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:10.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:10 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:11.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:11 smithi139 ceph-mon[35433]: pgmap v198: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 170 B/s wr, 1 op/s 2024-02-14T18:07:11.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:11 smithi139 ceph-mon[35433]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:11.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:11 smithi001 ceph-mon[25751]: pgmap v198: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 170 B/s wr, 1 op/s 2024-02-14T18:07:11.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:11 smithi001 ceph-mon[25751]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:13.244 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.foo.smithi001.ikhpsa smithi001 *:8000 stopped 0s ago 84s - - 2024-02-14T18:07:13.248 INFO:teuthology.orchestra.run.smithi001.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-02-14T18:07:13.248 INFO:teuthology.orchestra.run.smithi001.stderr: Dload Upload Total Spent Left Speed 2024-02-14T18:07:13.248 INFO:teuthology.orchestra.run.smithi001.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 214 0 214 0 0 208k 0 --:--:-- --:--:-- --:--:-- 208k 2024-02-14T18:07:13.579 INFO:teuthology.orchestra.run.smithi001.stdout:anonymousScheduled to start rgw.foo.smithi001.ikhpsa on host 'smithi001' 2024-02-14T18:07:13.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:13 smithi139 ceph-mon[35433]: pgmap v199: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 170 B/s wr, 1 op/s 2024-02-14T18:07:13.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:13 smithi139 ceph-mon[35433]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:13.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:13 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:13.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:13 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:13.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:13 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:07:13.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:13 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:07:13.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:13 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:13.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:13 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:07:13.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:13 smithi001 ceph-mon[25751]: pgmap v199: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 170 B/s wr, 1 op/s 2024-02-14T18:07:13.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:13 smithi001 ceph-mon[25751]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:13.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:13 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:13.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:13 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:13.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:13 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:07:13.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:13 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:07:13.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:13 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:13.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:13 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:07:14.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:14 smithi001 ceph-mon[25751]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:14.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:14 smithi001 ceph-mon[25751]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi001.ikhpsa", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:14.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:14 smithi001 ceph-mon[25751]: Schedule start daemon rgw.foo.smithi001.ikhpsa 2024-02-14T18:07:14.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:14 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:14.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:14 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:14.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:14 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:07:14.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:14 smithi139 ceph-mon[35433]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:14.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:14 smithi139 ceph-mon[35433]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi001.ikhpsa", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:14.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:14 smithi139 ceph-mon[35433]: Schedule start daemon rgw.foo.smithi001.ikhpsa 2024-02-14T18:07:14.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:14 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:14.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:14 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:14.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:14 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:07:15.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:15 smithi139 ceph-mon[35433]: pgmap v200: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 170 B/s wr, 1 op/s 2024-02-14T18:07:15.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:15 smithi139 ceph-mon[35433]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:15.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:15 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:07:15.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:15 smithi001 ceph-mon[25751]: pgmap v200: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 170 B/s wr, 1 op/s 2024-02-14T18:07:15.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:15 smithi001 ceph-mon[25751]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:15.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:15 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:07:16.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:16 smithi139 ceph-mon[35433]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:16.935 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:16 smithi001 ceph-mon[25751]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:17.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:17 smithi001 ceph-mon[25751]: pgmap v201: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 170 B/s wr, 1 op/s 2024-02-14T18:07:17.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:17 smithi001 ceph-mon[25751]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:17.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:17 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:17.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:17 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:17.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:17 smithi139 ceph-mon[35433]: pgmap v201: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 170 B/s wr, 1 op/s 2024-02-14T18:07:17.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:17 smithi139 ceph-mon[35433]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:17.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:17 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:17.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:17 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:19.664 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:19 smithi001 ceph-mon[25751]: pgmap v202: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:07:19.664 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:19 smithi001 ceph-mon[25751]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:19.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:19 smithi139 ceph-mon[35433]: pgmap v202: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 853 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:07:19.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:19 smithi139 ceph-mon[35433]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:20.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:20 smithi139 ceph-mon[35433]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:20.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:20 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:20.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:20 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:20.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:20 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:07:20.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:20 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:07:20.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:20 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:20.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:20 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:07:20.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:20 smithi001 ceph-mon[25751]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:20.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:20.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:20.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:07:20.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:07:20.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:20.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:07:21.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:21 smithi139 ceph-mon[35433]: pgmap v203: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:07:21.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:21 smithi139 ceph-mon[35433]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:21.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:21 smithi001 ceph-mon[25751]: pgmap v203: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:07:21.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:21 smithi001 ceph-mon[25751]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:23.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:22 smithi139 ceph-mon[35433]: pgmap v204: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:07:23.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:22 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:23.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:22 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:23.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:22 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:07:23.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:22 smithi139 ceph-mon[35433]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:23.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:22 smithi001 ceph-mon[25751]: pgmap v204: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:07:23.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:22 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:23.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:22 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:23.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:22 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:07:23.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:22 smithi001 ceph-mon[25751]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:24.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:23 smithi139 ceph-mon[35433]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:24.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:23 smithi001 ceph-mon[25751]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:24.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:24 smithi139 ceph-mon[35433]: pgmap v205: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 170 B/s wr, 25 op/s 2024-02-14T18:07:25.131 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:24 smithi001 ceph-mon[25751]: pgmap v205: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 170 B/s wr, 25 op/s 2024-02-14T18:07:26.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:26 smithi001 ceph-mon[25751]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:26.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:26 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:26.956 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:26 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:27.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:26 smithi139 ceph-mon[35433]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:27.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:26 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:27.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:26 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:27.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:27 smithi001 ceph-mon[25751]: pgmap v206: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 34 KiB/s rd, 170 B/s wr, 52 op/s 2024-02-14T18:07:27.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:27 smithi001 ceph-mon[25751]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:28.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:27 smithi139 ceph-mon[35433]: pgmap v206: 129 pgs: 129 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 34 KiB/s rd, 170 B/s wr, 52 op/s 2024-02-14T18:07:28.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:27 smithi139 ceph-mon[35433]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:28.979 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.foo.smithi001.ikhpsa smithi001 *:8000 running (7s) 1s ago 100s 73.3M - 19.0.0-1430-g8727ce93 170846cf6432 480df754a60f 2024-02-14T18:07:28.979 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:28 smithi001 ceph-mon[25751]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:28.979 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:28 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:28.979 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:28 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:28.979 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:28 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:07:28.979 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:28 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:07:28.979 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:28 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:28.980 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:28 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:07:29.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:28 smithi139 ceph-mon[35433]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:29.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:28 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:29.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:28 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:29.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:28 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:07:29.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:28 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:07:29.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:28 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:29.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:28 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:07:29.308 INFO:teuthology.orchestra.run.smithi001.stdout:Scheduled to stop rgw.foo.smithi001.inwdfi on host 'smithi001' 2024-02-14T18:07:30.025 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:29 smithi139 ceph-mon[35433]: pgmap v207: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 511 B/s wr, 83 op/s 2024-02-14T18:07:30.026 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:29 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:30.026 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:29 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:30.026 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:29 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:07:30.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:29 smithi001 ceph-mon[25751]: pgmap v207: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 511 B/s wr, 83 op/s 2024-02-14T18:07:30.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:29 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:30.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:29 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:30.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:29 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:07:31.008 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:30 smithi001 ceph-mon[25751]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:31.008 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:30 smithi001 ceph-mon[25751]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi001.inwdfi", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:31.008 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:30 smithi001 ceph-mon[25751]: Schedule stop daemon rgw.foo.smithi001.inwdfi 2024-02-14T18:07:31.008 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:30 smithi001 ceph-mon[25751]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:31.009 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:30 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:07:31.046 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:30 smithi139 ceph-mon[35433]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:31.046 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:30 smithi139 ceph-mon[35433]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi001.inwdfi", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:31.046 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:30 smithi139 ceph-mon[35433]: Schedule stop daemon rgw.foo.smithi001.inwdfi 2024-02-14T18:07:31.046 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:30 smithi139 ceph-mon[35433]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:31.046 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:30 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:07:32.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:31 smithi139 ceph-mon[35433]: pgmap v208: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 511 B/s wr, 83 op/s 2024-02-14T18:07:32.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:31 smithi001 ceph-mon[25751]: pgmap v208: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 511 B/s wr, 83 op/s 2024-02-14T18:07:32.983 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:32 smithi139 ceph-mon[35433]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:33.102 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:32 smithi001 ceph-mon[25751]: from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:34.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:33 smithi139 ceph-mon[35433]: pgmap v209: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 511 B/s wr, 83 op/s 2024-02-14T18:07:34.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:33 smithi139 ceph-mon[35433]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:34.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:33 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:34.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:33 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:34.148 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:33 smithi001 ceph-mon[25751]: pgmap v209: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 511 B/s wr, 83 op/s 2024-02-14T18:07:34.148 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:33 smithi001 ceph-mon[25751]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:34.148 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:33 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:34.148 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:33 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:36.027 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:35 smithi001 ceph-mon[25751]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:36.028 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:35 smithi001 ceph-mon[25751]: pgmap v210: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-02-14T18:07:36.028 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:36.028 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:36.028 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:07:36.028 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:07:36.028 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:36.028 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:35 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:07:36.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:35 smithi139 ceph-mon[35433]: from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:36.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:35 smithi139 ceph-mon[35433]: pgmap v210: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-02-14T18:07:36.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:36.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:36.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:07:36.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:07:36.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:36.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:35 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:07:36.992 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:36 smithi001 ceph-mon[25751]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:37.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:36 smithi139 ceph-mon[35433]: from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:37.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:37 smithi001 ceph-mon[25751]: pgmap v211: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 36 KiB/s rd, 341 B/s wr, 57 op/s 2024-02-14T18:07:37.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:37 smithi001 ceph-mon[25751]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:37.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:37 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:37.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:37 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:37.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:37 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:07:38.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:37 smithi139 ceph-mon[35433]: pgmap v211: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 36 KiB/s rd, 341 B/s wr, 57 op/s 2024-02-14T18:07:38.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:37 smithi139 ceph-mon[35433]: from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:38.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:37 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:38.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:37 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:38.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:37 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:07:40.034 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:39 smithi001 ceph-mon[25751]: pgmap v212: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 511 B/s wr, 30 op/s 2024-02-14T18:07:40.034 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:39 smithi001 ceph-mon[25751]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:40.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:39 smithi139 ceph-mon[35433]: pgmap v212: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 19 KiB/s rd, 511 B/s wr, 30 op/s 2024-02-14T18:07:40.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:39 smithi139 ceph-mon[35433]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:41.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:40 smithi139 ceph-mon[35433]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:41.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:40 smithi001 ceph-mon[25751]: from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:41.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:41 smithi139 ceph-mon[35433]: pgmap v213: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:07:41.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:41 smithi139 ceph-mon[35433]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:41.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:41 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:41.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:41 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:42.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:41 smithi001 ceph-mon[25751]: pgmap v213: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:07:42.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:41 smithi001 ceph-mon[25751]: from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:42.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:41 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:42.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:41 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:42.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:42 smithi001 ceph-mon[25751]: pgmap v214: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:07:42.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:42 smithi001 ceph-mon[25751]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:43.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:42 smithi139 ceph-mon[35433]: pgmap v214: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:07:43.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:42 smithi139 ceph-mon[35433]: from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:44.432 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:44 smithi001 ceph-mon[25751]: from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:44.432 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:44 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:44.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:44 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:44.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:44 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:07:44.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:44 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:07:44.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:44 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:44.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:44 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:07:44.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:44 smithi139 ceph-mon[35433]: from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:44.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:44 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:44.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:44 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:44.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:44 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:07:44.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:44 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:07:44.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:44 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:44.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:44 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:07:44.632 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.foo.smithi001.inwdfi smithi001 *:8001 stopped 0s ago 109s - - 2024-02-14T18:07:44.637 INFO:teuthology.orchestra.run.smithi001.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-02-14T18:07:44.637 INFO:teuthology.orchestra.run.smithi001.stderr: Dload Upload Total Spent Left Speed 2024-02-14T18:07:44.637 INFO:teuthology.orchestra.run.smithi001.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 214 0 214 0 0 208k 0 --:--:-- --:--:-- --:--:-- 208k 2024-02-14T18:07:44.995 INFO:teuthology.orchestra.run.smithi001.stdout:anonymousScheduled to start rgw.foo.smithi001.inwdfi on host 'smithi001' 2024-02-14T18:07:45.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:45 smithi139 ceph-mon[35433]: pgmap v215: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:07:45.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:45 smithi139 ceph-mon[35433]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:45.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:45 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:07:45.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:45 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:45.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:45 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:45.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:45 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:07:45.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:45 smithi001 ceph-mon[25751]: pgmap v215: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:07:45.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:45 smithi001 ceph-mon[25751]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:45.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:45 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:07:45.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:45 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:45.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:45 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:45.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:45 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:07:46.627 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:46 smithi139 ceph-mon[35433]: from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi001.inwdfi", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:46.627 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:46 smithi139 ceph-mon[35433]: Schedule start daemon rgw.foo.smithi001.inwdfi 2024-02-14T18:07:46.627 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:46 smithi139 ceph-mon[35433]: from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:46.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:46 smithi001 ceph-mon[25751]: from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi001.inwdfi", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:46.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:46 smithi001 ceph-mon[25751]: Schedule start daemon rgw.foo.smithi001.inwdfi 2024-02-14T18:07:46.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:46 smithi001 ceph-mon[25751]: from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:47.549 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:47 smithi001 ceph-mon[25751]: pgmap v216: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:07:47.550 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:47 smithi001 ceph-mon[25751]: from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:47.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:47 smithi139 ceph-mon[35433]: pgmap v216: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:07:47.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:47 smithi139 ceph-mon[35433]: from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:49.432 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:49 smithi001 ceph-mon[25751]: pgmap v217: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:07:49.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:49 smithi001 ceph-mon[25751]: from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:49.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:49 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:49.433 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:49 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:49.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:49 smithi139 ceph-mon[35433]: pgmap v217: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:07:49.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:49 smithi139 ceph-mon[35433]: from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:49.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:49 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:49.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:49 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:50.432 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:50 smithi001 ceph-mon[25751]: from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:50.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:50 smithi139 ceph-mon[35433]: from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:51.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:51 smithi139 ceph-mon[35433]: pgmap v218: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:07:51.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:51 smithi001 ceph-mon[25751]: pgmap v218: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:07:52.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:52 smithi139 ceph-mon[35433]: from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:52.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:52 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:52.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:52 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:52.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:52 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:07:52.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:52 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:07:52.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:52 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:52.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:52 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:07:52.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:52 smithi001 ceph-mon[25751]: from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:52.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:52 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:52.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:52 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:52.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:52 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:07:52.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:52 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:07:52.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:52 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:52.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:52 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:07:53.416 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:53 smithi001 ceph-mon[25751]: pgmap v219: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:07:53.417 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:53 smithi001 ceph-mon[25751]: from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:53.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:53 smithi139 ceph-mon[35433]: pgmap v219: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:07:53.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:53 smithi139 ceph-mon[35433]: from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:54.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:54 smithi139 ceph-mon[35433]: from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:54.624 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:54 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:54.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:54 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:54.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:54 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:07:54.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:54 smithi001 ceph-mon[25751]: from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:54.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:54 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:54.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:54 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:54.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:54 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:07:55.582 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:55 smithi001 ceph-mon[25751]: pgmap v220: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:07:55.606 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:55 smithi139 ceph-mon[35433]: pgmap v220: 129 pgs: 129 active+clean; 582 KiB data, 250 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:07:56.600 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:56 smithi139 ceph-mon[35433]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:56.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:56 smithi001 ceph-mon[25751]: from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:57.597 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:57 smithi139 ceph-mon[35433]: pgmap v221: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 170 B/s wr, 26 op/s 2024-02-14T18:07:57.597 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:57 smithi139 ceph-mon[35433]: from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:57.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:57 smithi001 ceph-mon[25751]: pgmap v221: 129 pgs: 129 active+clean; 582 KiB data, 254 MiB used, 715 GiB / 715 GiB avail; 17 KiB/s rd, 170 B/s wr, 26 op/s 2024-02-14T18:07:57.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:57 smithi001 ceph-mon[25751]: from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:59.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:58 smithi139 ceph-mon[35433]: from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:59.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:58 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:59.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:58 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:59.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:58 smithi001 ceph-mon[25751]: from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:07:59.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:58 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:07:59.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:58 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:00.025 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:07:59 smithi139 ceph-mon[35433]: pgmap v222: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 511 B/s wr, 83 op/s 2024-02-14T18:08:00.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:07:59 smithi001 ceph-mon[25751]: pgmap v222: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 511 B/s wr, 83 op/s 2024-02-14T18:08:00.321 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.foo.smithi001.inwdfi smithi001 *:8001 running (7s) 0s ago 2m 72.4M - 19.0.0-1430-g8727ce93 170846cf6432 3b178d56a787 2024-02-14T18:08:00.653 INFO:teuthology.orchestra.run.smithi001.stdout:Scheduled to stop rgw.foo.smithi139.hrtmpn on host 'smithi139' 2024-02-14T18:08:00.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:00 smithi001 ceph-mon[25751]: from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:00.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:00 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:08:00.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:00 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:00.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:00 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:00.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:00 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:08:00.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:00 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:08:00.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:00 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:00.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:00 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:08:00.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:00 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:00.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:00 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:00.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:00 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:08:01.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:00 smithi139 ceph-mon[35433]: from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:01.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:00 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:08:01.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:00 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:01.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:00 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:01.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:00 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:08:01.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:00 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:08:01.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:00 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:01.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:00 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:08:01.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:00 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:01.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:00 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:01.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:00 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:08:01.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:01 smithi139 ceph-mon[35433]: pgmap v223: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 511 B/s wr, 83 op/s 2024-02-14T18:08:01.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:01 smithi139 ceph-mon[35433]: from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:01.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:01 smithi139 ceph-mon[35433]: from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi139.hrtmpn", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:01.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:01 smithi139 ceph-mon[35433]: Schedule stop daemon rgw.foo.smithi139.hrtmpn 2024-02-14T18:08:01.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:01 smithi001 ceph-mon[25751]: pgmap v223: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 511 B/s wr, 83 op/s 2024-02-14T18:08:01.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:01 smithi001 ceph-mon[25751]: from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:01.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:01 smithi001 ceph-mon[25751]: from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi139.hrtmpn", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:01.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:01 smithi001 ceph-mon[25751]: Schedule stop daemon rgw.foo.smithi139.hrtmpn 2024-02-14T18:08:02.769 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:02 smithi001 ceph-mon[25751]: from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:03.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:02 smithi139 ceph-mon[35433]: from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:03.872 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:03 smithi001 ceph-mon[25751]: pgmap v224: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 511 B/s wr, 83 op/s 2024-02-14T18:08:03.872 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:03 smithi001 ceph-mon[25751]: from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:04.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:03 smithi139 ceph-mon[35433]: pgmap v224: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 511 B/s wr, 83 op/s 2024-02-14T18:08:04.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:03 smithi139 ceph-mon[35433]: from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:04.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:04 smithi001 ceph-mon[25751]: from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:05.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:04 smithi139 ceph-mon[35433]: from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:05.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:05 smithi001 ceph-mon[25751]: pgmap v225: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-02-14T18:08:06.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:05 smithi139 ceph-mon[35433]: pgmap v225: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-02-14T18:08:07.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:06 smithi139 ceph-mon[35433]: from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:07.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:06 smithi001 ceph-mon[25751]: from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:07.919 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:07 smithi139 ceph-mon[35433]: pgmap v226: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-02-14T18:08:07.919 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:07 smithi139 ceph-mon[35433]: from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:07.919 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:07 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:07.919 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:07 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:07.919 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:07 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:08:07.920 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:07 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:08:07.920 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:07 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:07.920 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:07 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:08:08.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:07 smithi001 ceph-mon[25751]: pgmap v226: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-02-14T18:08:08.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:07 smithi001 ceph-mon[25751]: from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:08.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:07 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:08.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:07 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:08.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:07 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:08:08.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:07 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:08:08.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:07 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:08.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:07 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:08:09.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:09 smithi001 ceph-mon[25751]: from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:09.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:09 smithi001 ceph-mon[25751]: pgmap v227: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 36 KiB/s rd, 341 B/s wr, 56 op/s 2024-02-14T18:08:09.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:09 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:09.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:09 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:09.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:09 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:08:10.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:09 smithi139 ceph-mon[35433]: from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:10.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:09 smithi139 ceph-mon[35433]: pgmap v227: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 36 KiB/s rd, 341 B/s wr, 56 op/s 2024-02-14T18:08:10.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:09 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:10.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:09 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:10.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:09 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:08:10.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:10 smithi139 ceph-mon[35433]: from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:10.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:10 smithi139 ceph-mon[35433]: pgmap v228: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:08:10.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:10 smithi139 ceph-mon[35433]: from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:11.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:10 smithi001 ceph-mon[25751]: from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:11.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:10 smithi001 ceph-mon[25751]: pgmap v228: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail 2024-02-14T18:08:11.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:10 smithi001 ceph-mon[25751]: from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:12.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:12 smithi139 ceph-mon[35433]: pgmap v229: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:08:12.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:12 smithi139 ceph-mon[35433]: from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:12.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:12 smithi001 ceph-mon[25751]: pgmap v229: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:08:12.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:12 smithi001 ceph-mon[25751]: from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:13.249 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.foo.smithi139.hrtmpn smithi139 *:8000 stopped 0s ago 2m - - 2024-02-14T18:08:13.253 INFO:teuthology.orchestra.run.smithi001.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-02-14T18:08:13.253 INFO:teuthology.orchestra.run.smithi001.stderr: Dload Upload Total Spent Left Speed 2024-02-14T18:08:13.254 INFO:teuthology.orchestra.run.smithi001.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 214 0 214 0 0 208k 0 --:--:-- --:--:-- --:--:-- 208k 2024-02-14T18:08:13.609 INFO:teuthology.orchestra.run.smithi001.stdout:anonymousScheduled to start rgw.foo.smithi139.hrtmpn on host 'smithi139' 2024-02-14T18:08:14.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:14 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:14.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:14 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:14.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:14 smithi001 ceph-mon[25751]: from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:14.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:14 smithi001 ceph-mon[25751]: from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi139.hrtmpn", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:14.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:14 smithi001 ceph-mon[25751]: Schedule start daemon rgw.foo.smithi139.hrtmpn 2024-02-14T18:08:14.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:14 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:14.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:14 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:14.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:14 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:14.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:14 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:14.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:14 smithi139 ceph-mon[35433]: from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:14.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:14 smithi139 ceph-mon[35433]: from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi139.hrtmpn", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:14.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:14 smithi139 ceph-mon[35433]: Schedule start daemon rgw.foo.smithi139.hrtmpn 2024-02-14T18:08:14.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:14 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:14.376 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:14 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:15.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:15 smithi139 ceph-mon[35433]: pgmap v230: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:08:15.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:15 smithi139 ceph-mon[35433]: from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:15.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:15 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:08:15.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:15 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:15.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:15 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:15.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:15 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:08:15.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:15 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:08:15.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:15 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:15.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:15 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:08:15.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:15 smithi001 ceph-mon[25751]: pgmap v230: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:08:15.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:15 smithi001 ceph-mon[25751]: from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:15.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:15 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:08:15.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:15 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:15.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:15 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:15.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:15 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:08:15.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:15 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:08:15.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:15 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:15.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:15 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:08:16.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:16 smithi139 ceph-mon[35433]: from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:16.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:16 smithi001 ceph-mon[25751]: from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:17.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:17 smithi139 ceph-mon[35433]: pgmap v231: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:08:17.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:17 smithi139 ceph-mon[35433]: from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:17.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:17 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:17.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:17 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:17.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:17 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:08:17.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:17 smithi001 ceph-mon[25751]: pgmap v231: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:08:17.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:17 smithi001 ceph-mon[25751]: from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:17.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:17 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:17.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:17 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:17.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:17 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:08:19.857 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:19 smithi001 ceph-mon[25751]: pgmap v232: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 170 B/s wr, 31 op/s 2024-02-14T18:08:19.857 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:19 smithi001 ceph-mon[25751]: from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:19.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:19 smithi139 ceph-mon[35433]: pgmap v232: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 20 KiB/s rd, 170 B/s wr, 31 op/s 2024-02-14T18:08:19.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:19 smithi139 ceph-mon[35433]: from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:20.770 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.foo.smithi139.hrtmpn smithi139 *:8000 running (4s) 0s ago 2m 74.5M - 19.0.0-1430-g8727ce93 170846cf6432 7fd470108a05 2024-02-14T18:08:20.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:20 smithi001 ceph-mon[25751]: from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:20.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:20.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:20 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:21.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:20 smithi139 ceph-mon[35433]: from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:21.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:20 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:21.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:20 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:21.130 INFO:teuthology.orchestra.run.smithi001.stdout:Scheduled to stop rgw.foo.smithi139.stjlld on host 'smithi139' 2024-02-14T18:08:21.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:21 smithi001 ceph-mon[25751]: pgmap v233: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 170 B/s wr, 36 op/s 2024-02-14T18:08:21.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:21 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:21.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:21 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:22.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:21 smithi139 ceph-mon[35433]: pgmap v233: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 23 KiB/s rd, 170 B/s wr, 36 op/s 2024-02-14T18:08:22.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:21 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:22.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:21 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:22.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:22 smithi001 ceph-mon[25751]: from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:22.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:22 smithi001 ceph-mon[25751]: from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi139.stjlld", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:22.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:22 smithi001 ceph-mon[25751]: Schedule stop daemon rgw.foo.smithi139.stjlld 2024-02-14T18:08:22.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:22 smithi001 ceph-mon[25751]: from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:23.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:22 smithi139 ceph-mon[35433]: from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:23.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:22 smithi139 ceph-mon[35433]: from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "rgw.foo.smithi139.stjlld", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:23.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:22 smithi139 ceph-mon[35433]: Schedule stop daemon rgw.foo.smithi139.stjlld 2024-02-14T18:08:23.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:22 smithi139 ceph-mon[35433]: from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:23.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:23 smithi139 ceph-mon[35433]: pgmap v234: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-02-14T18:08:23.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:23 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:23.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:23 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:23.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:23 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:08:23.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:23 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:08:23.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:23 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:23.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:23 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:08:24.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:23 smithi001 ceph-mon[25751]: pgmap v234: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 341 B/s wr, 82 op/s 2024-02-14T18:08:24.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:23 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:24.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:23 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:24.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:23 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:08:24.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:23 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:08:24.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:23 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:24.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:23 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:08:25.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:24 smithi139 ceph-mon[35433]: from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:25.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:24 smithi001 ceph-mon[25751]: from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:25.987 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:25 smithi139 ceph-mon[35433]: pgmap v235: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 170 B/s wr, 82 op/s 2024-02-14T18:08:25.987 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:25 smithi139 ceph-mon[35433]: from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:25.987 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:25 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:25.987 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:25 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:25.987 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:25 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:08:25.990 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:25 smithi001 ceph-mon[25751]: pgmap v235: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 170 B/s wr, 82 op/s 2024-02-14T18:08:25.990 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:25 smithi001 ceph-mon[25751]: from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:25.990 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:25 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:25.990 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:25 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:25.990 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:25 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:08:26.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:26 smithi001 ceph-mon[25751]: from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:27.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:26 smithi139 ceph-mon[35433]: from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:27.984 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:27 smithi139 ceph-mon[35433]: pgmap v236: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 170 B/s wr, 82 op/s 2024-02-14T18:08:28.117 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:27 smithi001 ceph-mon[25751]: pgmap v236: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 170 B/s wr, 82 op/s 2024-02-14T18:08:28.890 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:28 smithi139 ceph-mon[35433]: from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:28.973 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:28 smithi001 ceph-mon[25751]: from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:29.694 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.foo.smithi139.stjlld smithi139 *:8001 stopped 0s ago 2m - - 2024-02-14T18:08:29.698 INFO:teuthology.orchestra.run.smithi001.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-02-14T18:08:29.698 INFO:teuthology.orchestra.run.smithi001.stderr: Dload Upload Total Spent Left Speed 2024-02-14T18:08:29.699 INFO:teuthology.orchestra.run.smithi001.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 214 0 214 0 0 208k 0 --:--:-- --:--:-- --:--:-- 208k 2024-02-14T18:08:29.849 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:29 smithi001 ceph-mon[25751]: pgmap v237: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 682 B/s wr, 83 op/s 2024-02-14T18:08:29.849 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:29 smithi001 ceph-mon[25751]: from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:29.849 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:29 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:29.849 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:29 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:30.046 INFO:teuthology.orchestra.run.smithi001.stdout:anonymousScheduled to start rgw.foo.smithi139.stjlld on host 'smithi139' 2024-02-14T18:08:30.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:29 smithi139 ceph-mon[35433]: pgmap v237: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 682 B/s wr, 83 op/s 2024-02-14T18:08:30.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:29 smithi139 ceph-mon[35433]: from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:30.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:29 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:30.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:29 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:30.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:30 smithi001 ceph-mon[25751]: from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:30.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:30 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:08:30.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:30 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:30.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:30 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:31.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:30 smithi139 ceph-mon[35433]: from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:31.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:30 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:08:31.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:30 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:31.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:30 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:31.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:31 smithi139 ceph-mon[35433]: pgmap v238: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 682 B/s wr, 51 op/s 2024-02-14T18:08:31.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:31 smithi139 ceph-mon[35433]: from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi139.stjlld", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:31.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:31 smithi139 ceph-mon[35433]: Schedule start daemon rgw.foo.smithi139.stjlld 2024-02-14T18:08:31.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:31 smithi139 ceph-mon[35433]: from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:31.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:31 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:31.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:31 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:31.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:31 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:08:31.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:31 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:08:31.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:31 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:31.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:31 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:08:32.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:31 smithi001 ceph-mon[25751]: pgmap v238: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 33 KiB/s rd, 682 B/s wr, 51 op/s 2024-02-14T18:08:32.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:31 smithi001 ceph-mon[25751]: from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "rgw.foo.smithi139.stjlld", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:32.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:31 smithi001 ceph-mon[25751]: Schedule start daemon rgw.foo.smithi139.stjlld 2024-02-14T18:08:32.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:31 smithi001 ceph-mon[25751]: from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:32.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:31 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:32.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:31 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:32.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:31 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:08:32.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:31 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:08:32.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:31 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:32.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:31 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:08:32.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:32 smithi139 ceph-mon[35433]: from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:32.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:32 smithi001 ceph-mon[25751]: from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:34.021 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:33 smithi139 ceph-mon[35433]: pgmap v239: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 682 B/s wr, 47 op/s 2024-02-14T18:08:34.021 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:33 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:34.021 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:33 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:34.021 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:33 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:08:34.076 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:33 smithi001 ceph-mon[25751]: pgmap v239: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 30 KiB/s rd, 682 B/s wr, 47 op/s 2024-02-14T18:08:34.076 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:33 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:34.076 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:33 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:34.076 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:33 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:08:35.050 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:34 smithi001 ceph-mon[25751]: from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:35.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:34 smithi139 ceph-mon[35433]: from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:36.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:35 smithi139 ceph-mon[35433]: pgmap v240: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-14T18:08:36.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:35 smithi139 ceph-mon[35433]: from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:36.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:35 smithi001 ceph-mon[25751]: pgmap v240: 129 pgs: 129 active+clean; 582 KiB data, 258 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-14T18:08:36.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:35 smithi001 ceph-mon[25751]: from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:37.289 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.foo.smithi139.stjlld smithi139 *:8001 running (4s) 0s ago 2m 75.6M - 19.0.0-1430-g8727ce93 170846cf6432 327f97823061 2024-02-14T18:08:37.289 INFO:teuthology.orchestra.run.smithi001.stdout:Check with each haproxy down in turn... 2024-02-14T18:08:37.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:37 smithi001 ceph-mon[25751]: pgmap v241: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 511 B/s wr, 27 op/s 2024-02-14T18:08:37.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:37 smithi001 ceph-mon[25751]: from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:37.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:37 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:37.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:37 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:38.017 INFO:teuthology.orchestra.run.smithi001.stdout:Scheduled to stop haproxy.rgw.foo.smithi001.hishfn on host 'smithi001' 2024-02-14T18:08:38.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:37 smithi139 ceph-mon[35433]: pgmap v241: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 18 KiB/s rd, 511 B/s wr, 27 op/s 2024-02-14T18:08:38.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:37 smithi139 ceph-mon[35433]: from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:38.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:37 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:38.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:37 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:39.010 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:38 smithi001 ceph-mon[25751]: from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:39.011 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:38 smithi001 ceph-mon[25751]: from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:39.011 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:38 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:39.011 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:38 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:39.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:38 smithi139 ceph-mon[35433]: from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:39.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:38 smithi139 ceph-mon[35433]: from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:39.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:38 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:39.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:38 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:39.894 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:39 smithi001 ceph-mon[25751]: pgmap v242: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 511 B/s wr, 83 op/s 2024-02-14T18:08:39.894 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:39 smithi001 ceph-mon[25751]: from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.rgw.foo.smithi001.hishfn", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:39.894 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:39 smithi001 ceph-mon[25751]: Schedule stop daemon haproxy.rgw.foo.smithi001.hishfn 2024-02-14T18:08:39.895 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:39 smithi001 ceph-mon[25751]: from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:39.895 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:39 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:39.895 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:39 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:39.895 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:39 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:08:39.895 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:39 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:08:39.895 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:39 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:39.895 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:39 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:08:40.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:39 smithi139 ceph-mon[35433]: pgmap v242: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 511 B/s wr, 83 op/s 2024-02-14T18:08:40.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:39 smithi139 ceph-mon[35433]: from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.rgw.foo.smithi001.hishfn", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:40.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:39 smithi139 ceph-mon[35433]: Schedule stop daemon haproxy.rgw.foo.smithi001.hishfn 2024-02-14T18:08:40.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:39 smithi139 ceph-mon[35433]: from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:40.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:39 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:40.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:39 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:40.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:39 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:08:40.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:39 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:08:40.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:39 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:40.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:39 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:08:41.009 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:40 smithi001 ceph-mon[25751]: from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:41.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:40 smithi139 ceph-mon[35433]: from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:42.024 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:41 smithi001 ceph-mon[25751]: pgmap v243: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-02-14T18:08:42.025 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:41 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:42.025 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:41 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:42.025 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:41 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:08:42.106 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:41 smithi139 ceph-mon[35433]: pgmap v243: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-02-14T18:08:42.106 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:41 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:42.106 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:41 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:42.106 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:41 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:08:43.015 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:42 smithi001 ceph-mon[25751]: from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:43.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:42 smithi139 ceph-mon[35433]: from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:43.925 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:43 smithi001 ceph-mon[25751]: pgmap v244: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-02-14T18:08:43.925 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:43 smithi001 ceph-mon[25751]: from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:44.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:43 smithi139 ceph-mon[35433]: pgmap v244: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-02-14T18:08:44.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:43 smithi139 ceph-mon[35433]: from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:44.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:44 smithi139 ceph-mon[35433]: from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:44.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:44 smithi139 ceph-mon[35433]: pgmap v245: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-02-14T18:08:44.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:44 smithi001 ceph-mon[25751]: from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:44.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:44 smithi001 ceph-mon[25751]: pgmap v245: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-02-14T18:08:45.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:45 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:08:45.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:45 smithi139 ceph-mon[35433]: from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:46.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:45 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:08:46.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:45 smithi001 ceph-mon[25751]: from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:47.870 INFO:teuthology.orchestra.run.smithi001.stdout:haproxy.rgw.foo.smithi001.hishfn smithi001 *:9000,9001 stopped 1s ago 2m - - 2024-02-14T18:08:47.873 INFO:teuthology.orchestra.run.smithi001.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-02-14T18:08:47.873 INFO:teuthology.orchestra.run.smithi001.stderr: Dload Upload Total Spent Left Speed 2024-02-14T18:08:47.874 INFO:teuthology.orchestra.run.smithi001.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 214 0 214 0 0 208k 0 --:--:-- --:--:-- --:--:-- 208k 2024-02-14T18:08:47.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:47 smithi001 ceph-mon[25751]: pgmap v246: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-02-14T18:08:47.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:47 smithi001 ceph-mon[25751]: from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:47.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:47 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:47.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:47 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:47.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:47 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:08:47.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:47 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:08:47.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:47 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:47.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:47 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:08:48.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:47 smithi139 ceph-mon[35433]: pgmap v246: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s rd, 0 B/s wr, 82 op/s 2024-02-14T18:08:48.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:47 smithi139 ceph-mon[35433]: from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:48.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:47 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:48.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:47 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:48.126 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:47 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:08:48.126 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:47 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:08:48.126 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:47 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:48.126 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:47 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:08:48.207 INFO:teuthology.orchestra.run.smithi001.stdout:anonymousScheduled to start haproxy.rgw.foo.smithi001.hishfn on host 'smithi001' 2024-02-14T18:08:49.529 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:49 smithi001 ceph-mon[25751]: pgmap v247: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 36 KiB/s rd, 170 B/s wr, 55 op/s 2024-02-14T18:08:49.529 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:49 smithi001 ceph-mon[25751]: from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:49.529 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:49 smithi001 ceph-mon[25751]: from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.rgw.foo.smithi001.hishfn", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:49.529 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:49 smithi001 ceph-mon[25751]: Schedule start daemon haproxy.rgw.foo.smithi001.hishfn 2024-02-14T18:08:49.529 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:49 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:49.529 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:49 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:49.529 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:49 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:08:49.529 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:49 smithi001 ceph-mon[25751]: from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:49.529 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:49 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:08:49.529 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:49 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:08:49.529 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:49 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:49.530 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:49 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:08:49.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:49 smithi139 ceph-mon[35433]: pgmap v247: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 36 KiB/s rd, 170 B/s wr, 55 op/s 2024-02-14T18:08:49.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:49 smithi139 ceph-mon[35433]: from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:49.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:49 smithi139 ceph-mon[35433]: from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.rgw.foo.smithi001.hishfn", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:49.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:49 smithi139 ceph-mon[35433]: Schedule start daemon haproxy.rgw.foo.smithi001.hishfn 2024-02-14T18:08:49.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:49 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:49.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:49 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:49.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:49 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:08:49.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:49 smithi139 ceph-mon[35433]: from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:49.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:49 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:08:49.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:49 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:08:49.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:49 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:49.625 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:49 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:08:51.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:51 smithi001 ceph-mon[25751]: pgmap v248: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:08:51.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:51 smithi001 ceph-mon[25751]: from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:51.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:51 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:51.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:51 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:51.683 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:51 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:08:51.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:51 smithi139 ceph-mon[35433]: pgmap v248: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:08:51.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:51 smithi139 ceph-mon[35433]: from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:51.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:51 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:51.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:51 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:51.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:51 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:08:52.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:52 smithi139 ceph-mon[35433]: from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:52.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:52 smithi001 ceph-mon[25751]: from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:53.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:53 smithi139 ceph-mon[35433]: pgmap v249: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:08:53.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:53 smithi139 ceph-mon[35433]: from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:53.925 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:53 smithi001 ceph-mon[25751]: pgmap v249: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:08:53.925 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:53 smithi001 ceph-mon[25751]: from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:55.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:55 smithi139 ceph-mon[35433]: pgmap v250: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:08:55.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:55 smithi139 ceph-mon[35433]: from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:55.912 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:55 smithi001 ceph-mon[25751]: pgmap v250: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:08:55.912 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:55 smithi001 ceph-mon[25751]: from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:56.798 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:56 smithi001 ceph-mon[25751]: from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:56.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:56 smithi139 ceph-mon[35433]: from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:57.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:57 smithi139 ceph-mon[35433]: pgmap v251: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:08:57.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:57 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:57.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:57 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:57.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:57 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:08:57.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:57 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:08:57.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:57 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:57.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:57 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:08:57.920 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:57 smithi001 ceph-mon[25751]: pgmap v251: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:08:57.920 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:57 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:57.920 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:57 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:57.920 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:57 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:08:57.920 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:57 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:08:57.920 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:57 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:57.920 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:57 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:08:58.150 INFO:teuthology.orchestra.run.smithi001.stdout:haproxy.rgw.foo.smithi001.hishfn smithi001 *:9000,9001 running (8s) 1s ago 2m 6085k - 2.3.17-d1c9119 e85424b0d443 c7df233a12e2 2024-02-14T18:08:58.481 INFO:teuthology.orchestra.run.smithi001.stdout:Scheduled to stop haproxy.rgw.foo.smithi139.tomato on host 'smithi139' 2024-02-14T18:08:58.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:58 smithi139 ceph-mon[35433]: from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:58.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:58 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:58.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:58 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:58.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:58 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:08:58.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:58 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:08:58.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:58 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:08:58.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:58 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:58.875 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:58 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:08:58.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:58 smithi001 ceph-mon[25751]: from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:58.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:58 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:58.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:58 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:58.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:58 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:08:58.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:58 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:08:58.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:58 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:08:58.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:58 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:08:58.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:58 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:08:59.668 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:59 smithi139 ceph-mon[35433]: pgmap v252: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-14T18:08:59.669 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:59 smithi139 ceph-mon[35433]: from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:59.669 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:59 smithi139 ceph-mon[35433]: from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.rgw.foo.smithi139.tomato", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:59.669 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:08:59 smithi139 ceph-mon[35433]: Schedule stop daemon haproxy.rgw.foo.smithi139.tomato 2024-02-14T18:08:59.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:59 smithi001 ceph-mon[25751]: pgmap v252: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-14T18:08:59.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:59 smithi001 ceph-mon[25751]: from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:59.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:59 smithi001 ceph-mon[25751]: from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.rgw.foo.smithi139.tomato", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:08:59.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:08:59 smithi001 ceph-mon[25751]: Schedule stop daemon haproxy.rgw.foo.smithi139.tomato 2024-02-14T18:09:00.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:00 smithi001 ceph-mon[25751]: from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:00.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:00 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:09:00.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:00 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:00.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:00 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:00.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:00 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:09:01.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:00 smithi139 ceph-mon[35433]: from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:01.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:00 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:09:01.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:00 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:01.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:00 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:01.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:00 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:09:01.915 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:01 smithi139 ceph-mon[35433]: pgmap v253: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-14T18:09:01.915 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:01 smithi139 ceph-mon[35433]: from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:01.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:01 smithi001 ceph-mon[25751]: pgmap v253: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-14T18:09:01.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:01 smithi001 ceph-mon[25751]: from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:02.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:02 smithi001 ceph-mon[25751]: from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:03.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:02 smithi139 ceph-mon[35433]: from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:03.691 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:03 smithi001 ceph-mon[25751]: pgmap v254: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-14T18:09:04.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:03 smithi139 ceph-mon[35433]: pgmap v254: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-14T18:09:04.251 INFO:teuthology.orchestra.run.smithi001.stdout:haproxy.rgw.foo.smithi139.tomato smithi139 *:9000,9001 stopped 0s ago 3m - - 2024-02-14T18:09:04.254 INFO:teuthology.orchestra.run.smithi001.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-02-14T18:09:04.254 INFO:teuthology.orchestra.run.smithi001.stderr: Dload Upload Total Spent Left Speed 2024-02-14T18:09:04.254 INFO:teuthology.orchestra.run.smithi001.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 214 0 214 0 0 208k 0 --:--:-- --:--:-- --:--:-- 208k 2024-02-14T18:09:04.592 INFO:teuthology.orchestra.run.smithi001.stdout:anonymousScheduled to start haproxy.rgw.foo.smithi139.tomato on host 'smithi139' 2024-02-14T18:09:04.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:04 smithi001 ceph-mon[25751]: from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:04.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:04 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:04.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:04 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:04.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:04 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:09:04.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:04 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:09:04.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:04 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:04.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:04 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:09:04.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:04 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:04.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:04 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:04.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:04 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:09:04.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:04 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:09:04.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:04 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:09:04.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:04 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:04.933 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:04 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:09:05.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:04 smithi139 ceph-mon[35433]: from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:05.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:04 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:05.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:04 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:05.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:04 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:09:05.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:04 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:09:05.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:04 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:05.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:04 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:09:05.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:04 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:05.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:04 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:05.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:04 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:09:05.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:04 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:09:05.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:04 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:09:05.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:04 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:05.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:04 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:09:06.017 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:05 smithi139 ceph-mon[35433]: pgmap v255: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-14T18:09:06.017 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:05 smithi139 ceph-mon[35433]: from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:06.017 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:05 smithi139 ceph-mon[35433]: from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.rgw.foo.smithi139.tomato", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:06.017 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:05 smithi139 ceph-mon[35433]: Schedule start daemon haproxy.rgw.foo.smithi139.tomato 2024-02-14T18:09:06.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:05 smithi001 ceph-mon[25751]: pgmap v255: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-14T18:09:06.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:05 smithi001 ceph-mon[25751]: from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:06.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:05 smithi001 ceph-mon[25751]: from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.rgw.foo.smithi139.tomato", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:06.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:05 smithi001 ceph-mon[25751]: Schedule start daemon haproxy.rgw.foo.smithi139.tomato 2024-02-14T18:09:07.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:06 smithi139 ceph-mon[35433]: from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:07.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:06 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:07.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:06 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:07.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:06 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:09:07.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:06 smithi001 ceph-mon[25751]: from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:07.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:06 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:07.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:06 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:07.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:06 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-14T18:09:08.053 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:07 smithi001 ceph-mon[25751]: pgmap v256: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-14T18:09:08.053 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:07 smithi001 ceph-mon[25751]: from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:08.062 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:07 smithi139 ceph-mon[35433]: pgmap v256: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-14T18:09:08.062 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:07 smithi139 ceph-mon[35433]: from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:09.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:08 smithi139 ceph-mon[35433]: from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:09.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:08 smithi001 ceph-mon[25751]: from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:09.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:09 smithi001 ceph-mon[25751]: pgmap v257: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-14T18:09:10.062 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:09 smithi139 ceph-mon[35433]: pgmap v257: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-14T18:09:11.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:10 smithi139 ceph-mon[35433]: from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:11.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:10 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:11.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:10 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:11.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:10 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:09:11.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:10 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:09:11.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:10 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:11.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:10 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:09:11.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:10 smithi001 ceph-mon[25751]: from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:11.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:10 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:11.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:10 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:11.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:10 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-14T18:09:11.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:10 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-14T18:09:11.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:10 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' 2024-02-14T18:09:11.183 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:10 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-14T18:09:11.726 INFO:teuthology.orchestra.run.smithi001.stdout:haproxy.rgw.foo.smithi139.tomato smithi139 *:9000,9001 running (5s) 1s ago 3m 6089k - 2.3.17-d1c9119 e85424b0d443 55af523e322f 2024-02-14T18:09:11.730 INFO:teuthology.orchestra.run.smithi001.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2024-02-14T18:09:11.730 INFO:teuthology.orchestra.run.smithi001.stderr: Dload Upload Total Spent Left Speed 2024-02-14T18:09:11.730 INFO:teuthology.orchestra.run.smithi001.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 214 0 214 0 0 208k 0 --:--:-- --:--:-- --:--:-- 208k 2024-02-14T18:09:12.046 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:11 smithi001 ceph-mon[25751]: pgmap v258: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:09:12.046 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:11 smithi001 ceph-mon[25751]: from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:12.046 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:11 smithi001 ceph-mon[25751]: from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:12.054 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:11 smithi139 ceph-mon[35433]: pgmap v258: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:09:12.054 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:11 smithi139 ceph-mon[35433]: from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:12.054 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:11 smithi139 ceph-mon[35433]: from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:12.382 INFO:teuthology.orchestra.run.smithi001.stdout:anonymous 2024-02-14T18:09:12.382 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-14T18:09:12.393 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi001.front.sepia.ceph.com 2024-02-14T18:09:12.393 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- bash -c 'stat -c '"'"'%u %g'"'"' /var/log/ceph | grep '"'"'167 167'"'"'' 2024-02-14T18:09:12.646 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:09:12.874 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:12 smithi139 ceph-mon[35433]: pgmap v259: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:09:13.014 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:12 smithi001 ceph-mon[25751]: pgmap v259: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:09:14.338 INFO:teuthology.orchestra.run.smithi001.stdout:167 167 2024-02-14T18:09:14.992 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- bash -c 'ceph orch status' 2024-02-14T18:09:15.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:14 smithi139 ceph-mon[35433]: pgmap v260: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:09:15.125 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:14 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:09:15.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:14 smithi001 ceph-mon[25751]: pgmap v260: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:09:15.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:14 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:09:15.242 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:09:17.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:16 smithi139 ceph-mon[35433]: pgmap v261: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:09:17.147 INFO:teuthology.orchestra.run.smithi001.stdout:Backend: cephadm 2024-02-14T18:09:17.147 INFO:teuthology.orchestra.run.smithi001.stdout:Available: Yes 2024-02-14T18:09:17.147 INFO:teuthology.orchestra.run.smithi001.stdout:Paused: No 2024-02-14T18:09:17.147 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:16 smithi001 ceph-mon[25751]: pgmap v261: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:09:17.734 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-14T18:09:17.986 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:09:18.108 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:17 smithi001 ceph-mon[25751]: from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:18.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:17 smithi139 ceph-mon[35433]: from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:19.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:18 smithi139 ceph-mon[35433]: pgmap v262: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-14T18:09:19.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:18 smithi001 ceph-mon[25751]: pgmap v262: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-14T18:09:19.954 INFO:teuthology.orchestra.run.smithi001.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-14T18:09:19.954 INFO:teuthology.orchestra.run.smithi001.stdout:alertmanager.smithi001 smithi001 *:9093,9094 running (5m) 23s ago 7m 24.8M - 0.25.0 c8568f914cd2 adc3c43f64c0 2024-02-14T18:09:19.954 INFO:teuthology.orchestra.run.smithi001.stdout:ceph-exporter.smithi001 smithi001 running (8m) 23s ago 8m 8308k - 19.0.0-1430-g8727ce93 170846cf6432 6b3eb7e35aa4 2024-02-14T18:09:19.954 INFO:teuthology.orchestra.run.smithi001.stdout:ceph-exporter.smithi139 smithi139 running (6m) 9s ago 6m 8493k - 19.0.0-1430-g8727ce93 170846cf6432 14b51c42cad2 2024-02-14T18:09:19.954 INFO:teuthology.orchestra.run.smithi001.stdout:crash.smithi001 smithi001 running (8m) 23s ago 8m 6665k - 19.0.0-1430-g8727ce93 170846cf6432 e2351b394824 2024-02-14T18:09:19.954 INFO:teuthology.orchestra.run.smithi001.stdout:crash.smithi139 smithi139 running (7m) 9s ago 7m 6665k - 19.0.0-1430-g8727ce93 170846cf6432 303ef720b49c 2024-02-14T18:09:19.954 INFO:teuthology.orchestra.run.smithi001.stdout:grafana.smithi001 smithi001 *:3000 running (5m) 23s ago 7m 85.1M - 9.4.12 a0ea5e3c46d9 f06644c8c887 2024-02-14T18:09:19.954 INFO:teuthology.orchestra.run.smithi001.stdout:haproxy.rgw.foo.smithi001.hishfn smithi001 *:9000,9001 running (29s) 23s ago 3m 6085k - 2.3.17-d1c9119 e85424b0d443 c7df233a12e2 2024-02-14T18:09:19.954 INFO:teuthology.orchestra.run.smithi001.stdout:haproxy.rgw.foo.smithi139.tomato smithi139 *:9000,9001 running (14s) 9s ago 3m 6089k - 2.3.17-d1c9119 e85424b0d443 55af523e322f 2024-02-14T18:09:19.954 INFO:teuthology.orchestra.run.smithi001.stdout:keepalived.rgw.foo.smithi001.sliqvo smithi001 running (2m) 23s ago 2m 1770k - 2.2.4 4a3a1ff181d9 3bbc4d93ab6d 2024-02-14T18:09:19.955 INFO:teuthology.orchestra.run.smithi001.stdout:keepalived.rgw.foo.smithi139.scohrt smithi139 running (2m) 9s ago 2m 1770k - 2.2.4 4a3a1ff181d9 dba0206e8f28 2024-02-14T18:09:19.955 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.smithi001.iqhwpc smithi001 *:9283,8765,8443 running (9m) 23s ago 9m 515M - 19.0.0-1430-g8727ce93 170846cf6432 8ae9670e5882 2024-02-14T18:09:19.955 INFO:teuthology.orchestra.run.smithi001.stdout:mgr.smithi139.kwtrjg smithi139 *:8443,9283,8765 running (6m) 9s ago 6m 451M - 19.0.0-1430-g8727ce93 170846cf6432 9be17fd76229 2024-02-14T18:09:19.955 INFO:teuthology.orchestra.run.smithi001.stdout:mon.smithi001 smithi001 running (9m) 23s ago 9m 53.6M 2048M 19.0.0-1430-g8727ce93 170846cf6432 706de7e93157 2024-02-14T18:09:19.955 INFO:teuthology.orchestra.run.smithi001.stdout:mon.smithi139 smithi139 running (6m) 9s ago 6m 38.6M 2048M 19.0.0-1430-g8727ce93 170846cf6432 dfd3f5a3f623 2024-02-14T18:09:19.955 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.smithi001 smithi001 *:9100 running (8m) 23s ago 8m 13.6M - 1.5.0 0da6a335fe13 e2cfc374f8c5 2024-02-14T18:09:19.955 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter.smithi139 smithi139 *:9100 running (7m) 9s ago 7m 16.2M - 1.5.0 0da6a335fe13 284d6b27e76c 2024-02-14T18:09:19.955 INFO:teuthology.orchestra.run.smithi001.stdout:osd.0 smithi139 running (6m) 9s ago 6m 63.2M 3728M 19.0.0-1430-g8727ce93 170846cf6432 884b9acc2ffd 2024-02-14T18:09:19.955 INFO:teuthology.orchestra.run.smithi001.stdout:osd.1 smithi001 running (6m) 23s ago 6m 55.2M 2961M 19.0.0-1430-g8727ce93 170846cf6432 0f7a50fcbeb5 2024-02-14T18:09:19.955 INFO:teuthology.orchestra.run.smithi001.stdout:osd.2 smithi139 running (6m) 9s ago 6m 56.5M 3728M 19.0.0-1430-g8727ce93 170846cf6432 4e3523a19b46 2024-02-14T18:09:19.955 INFO:teuthology.orchestra.run.smithi001.stdout:osd.3 smithi001 running (5m) 23s ago 5m 64.1M 2961M 19.0.0-1430-g8727ce93 170846cf6432 89815db91649 2024-02-14T18:09:19.956 INFO:teuthology.orchestra.run.smithi001.stdout:osd.4 smithi139 running (6m) 9s ago 6m 51.8M 3728M 19.0.0-1430-g8727ce93 170846cf6432 146bb70afdbb 2024-02-14T18:09:19.956 INFO:teuthology.orchestra.run.smithi001.stdout:osd.5 smithi001 running (5m) 23s ago 5m 49.2M 2961M 19.0.0-1430-g8727ce93 170846cf6432 d5b456568f49 2024-02-14T18:09:19.956 INFO:teuthology.orchestra.run.smithi001.stdout:osd.6 smithi139 running (5m) 9s ago 5m 48.9M 3728M 19.0.0-1430-g8727ce93 170846cf6432 e9a2b4ba7d0c 2024-02-14T18:09:19.956 INFO:teuthology.orchestra.run.smithi001.stdout:osd.7 smithi001 running (5m) 23s ago 5m 51.6M 2961M 19.0.0-1430-g8727ce93 170846cf6432 c85391beea40 2024-02-14T18:09:19.956 INFO:teuthology.orchestra.run.smithi001.stdout:prometheus.smithi001 smithi001 *:9095 running (2m) 23s ago 7m 64.6M - 2.43.0 a07b618ecd1d cf06a7a4980c 2024-02-14T18:09:19.956 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.foo.smithi001.ikhpsa smithi001 *:8000 running (118s) 23s ago 3m 83.5M - 19.0.0-1430-g8727ce93 170846cf6432 480df754a60f 2024-02-14T18:09:19.956 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.foo.smithi001.inwdfi smithi001 *:8001 running (86s) 23s ago 3m 79.3M - 19.0.0-1430-g8727ce93 170846cf6432 3b178d56a787 2024-02-14T18:09:19.956 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.foo.smithi139.hrtmpn smithi139 *:8000 running (63s) 9s ago 3m 79.7M - 19.0.0-1430-g8727ce93 170846cf6432 7fd470108a05 2024-02-14T18:09:19.956 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.foo.smithi139.stjlld smithi139 *:8001 running (47s) 9s ago 3m 79.6M - 19.0.0-1430-g8727ce93 170846cf6432 327f97823061 2024-02-14T18:09:20.697 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-14T18:09:20.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:20 smithi001 ceph-mon[25751]: pgmap v263: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:09:21.186 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:20 smithi001 ceph-mon[25751]: from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:21.187 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:20 smithi139 ceph-mon[35433]: pgmap v263: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:09:21.187 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:20 smithi139 ceph-mon[35433]: from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:21.187 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:09:22.938 INFO:teuthology.orchestra.run.smithi001.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-14T18:09:22.938 INFO:teuthology.orchestra.run.smithi001.stdout:alertmanager ?:9093,9094 1/1 26s ago 8m count:1 2024-02-14T18:09:22.938 INFO:teuthology.orchestra.run.smithi001.stdout:ceph-exporter 2/2 26s ago 8m * 2024-02-14T18:09:22.938 INFO:teuthology.orchestra.run.smithi001.stdout:crash 2/2 26s ago 8m * 2024-02-14T18:09:22.939 INFO:teuthology.orchestra.run.smithi001.stdout:grafana ?:3000 1/1 26s ago 8m count:1 2024-02-14T18:09:22.939 INFO:teuthology.orchestra.run.smithi001.stdout:ingress.rgw.foo 10.0.31.1:9000,9001 4/4 26s ago 3m count:2 2024-02-14T18:09:22.939 INFO:teuthology.orchestra.run.smithi001.stdout:mgr 2/2 26s ago 8m count:2 2024-02-14T18:09:22.939 INFO:teuthology.orchestra.run.smithi001.stdout:mon 2/2 26s ago 7m smithi001:172.21.15.1=smithi001;smithi139:172.21.15.139=smithi139;count:2 2024-02-14T18:09:22.939 INFO:teuthology.orchestra.run.smithi001.stdout:node-exporter ?:9100 2/2 26s ago 8m * 2024-02-14T18:09:22.939 INFO:teuthology.orchestra.run.smithi001.stdout:osd.all-available-devices 8 26s ago 6m * 2024-02-14T18:09:22.939 INFO:teuthology.orchestra.run.smithi001.stdout:prometheus ?:9095 1/1 26s ago 8m count:1 2024-02-14T18:09:22.939 INFO:teuthology.orchestra.run.smithi001.stdout:rgw.foo ?:8000 4/4 26s ago 3m count:4;* 2024-02-14T18:09:23.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:22 smithi139 ceph-mon[35433]: pgmap v264: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:09:23.182 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:22 smithi001 ceph-mon[25751]: pgmap v264: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:09:23.627 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-14T18:09:23.870 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:23 smithi001 ceph-mon[25751]: from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:23.882 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:09:24.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:23 smithi139 ceph-mon[35433]: from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:25.042 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:24 smithi001 ceph-mon[25751]: pgmap v265: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:09:25.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:24 smithi139 ceph-mon[35433]: pgmap v265: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:09:25.813 INFO:teuthology.orchestra.run.smithi001.stdout:HOST ADDR LABELS STATUS 2024-02-14T18:09:25.813 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 172.21.15.1 2024-02-14T18:09:25.813 INFO:teuthology.orchestra.run.smithi001.stdout:smithi139 172.21.15.139 2024-02-14T18:09:25.813 INFO:teuthology.orchestra.run.smithi001.stdout:2 hosts in cluster 2024-02-14T18:09:26.531 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-14T18:09:26.787 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:09:27.136 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:26 smithi001 ceph-mon[25751]: pgmap v266: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:09:27.136 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:26 smithi001 ceph-mon[25751]: from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:27.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:26 smithi139 ceph-mon[35433]: pgmap v266: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-02-14T18:09:27.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:26 smithi139 ceph-mon[35433]: from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:28.632 INFO:teuthology.orchestra.run.smithi001.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-14T18:09:28.633 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB7513000D480DGN 447G No 3m ago Has a FileSystem, LVM detected 2024-02-14T18:09:28.633 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme1n1 ssd Linux_085e1afc9558d0fb6416 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-14T18:09:28.633 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme2n1 ssd Linux_6a1376e8b3740ff79928 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-14T18:09:28.633 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme3n1 ssd Linux_cc8c2f78096f397eeaff 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-14T18:09:28.633 INFO:teuthology.orchestra.run.smithi001.stdout:smithi001 /dev/nvme4n1 ssd Linux_468de4f05f1d8eebca2b 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-14T18:09:28.633 INFO:teuthology.orchestra.run.smithi001.stdout:smithi139 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620500N6400BGN 372G No 3m ago Has a FileSystem, LVM detected 2024-02-14T18:09:28.633 INFO:teuthology.orchestra.run.smithi001.stdout:smithi139 /dev/nvme1n1 ssd Linux_7e29dadab08631cfe304 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-14T18:09:28.633 INFO:teuthology.orchestra.run.smithi001.stdout:smithi139 /dev/nvme2n1 ssd Linux_0d5261940042c3445d62 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-14T18:09:28.633 INFO:teuthology.orchestra.run.smithi001.stdout:smithi139 /dev/nvme3n1 ssd Linux_9b03be77a383f844ba35 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-14T18:09:28.633 INFO:teuthology.orchestra.run.smithi001.stdout:smithi139 /dev/nvme4n1 ssd Linux_f62bdf4ae6f2507968f3 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-14T18:09:28.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:28 smithi001 ceph-mon[25751]: pgmap v267: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-14T18:09:28.932 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:28 smithi001 ceph-mon[25751]: from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:29.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:28 smithi139 ceph-mon[35433]: pgmap v267: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 511 B/s wr, 0 op/s 2024-02-14T18:09:29.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:28 smithi139 ceph-mon[35433]: from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:29.376 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 96c45446-cb62-11ee-95b9-87774f69a715 -- bash -c 'ceph orch ls | grep '"'"'^osd.all-available-devices '"'"'' 2024-02-14T18:09:29.632 INFO:teuthology.orchestra.run.smithi001.stderr:Inferring config /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/mon.smithi001/config 2024-02-14T18:09:30.034 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:29 smithi001 ceph-mon[25751]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:09:30.276 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:29 smithi139 ceph-mon[35433]: from='mgr.14213 172.21.15.1:0/1849342307' entity='mgr.smithi001.iqhwpc' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-02-14T18:09:31.038 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:30 smithi001 ceph-mon[25751]: pgmap v268: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-14T18:09:31.124 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:30 smithi139 ceph-mon[35433]: pgmap v268: 129 pgs: 129 active+clean; 582 KiB data, 262 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2024-02-14T18:09:31.504 INFO:teuthology.orchestra.run.smithi001.stdout:osd.all-available-devices 8 34s ago 6m * 2024-02-14T18:09:32.103 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:31 smithi001 ceph-mon[25751]: from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:32.131 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-02-14T18:09:32.142 INFO:tasks.vip:Removing 10.0.15.1 (and any VIPs) on smithi001.front.sepia.ceph.com iface ens1f0... 2024-02-14T18:09:32.142 DEBUG:teuthology.orchestra.run.smithi001:> sudo ip addr del 10.0.15.1/16 dev ens1f0 2024-02-14T18:09:32.174 DEBUG:teuthology.orchestra.run.smithi001:> sudo ip addr del 10.0.31.1/16 dev ens1f0 2024-02-14T18:09:32.241 INFO:tasks.vip:Removing 10.0.15.139 (and any VIPs) on smithi139.front.sepia.ceph.com iface enp3s0f1... 2024-02-14T18:09:32.241 DEBUG:teuthology.orchestra.run.smithi139:> sudo ip addr del 10.0.15.139/16 dev enp3s0f1 2024-02-14T18:09:32.273 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:31 smithi139 ceph-mon[35433]: from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-14T18:09:32.278 DEBUG:teuthology.orchestra.run.smithi139:> sudo ip addr del 10.0.31.1/16 dev enp3s0f1 2024-02-14T18:09:32.347 INFO:teuthology.orchestra.run.smithi139.stderr:Error: ipv4: Address not found. 2024-02-14T18:09:32.348 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-14T18:09:32.348 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-14T18:09:32.358 INFO:tasks.cephadm:Teardown begin 2024-02-14T18:09:32.358 DEBUG:teuthology.orchestra.run.smithi001:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-14T18:09:32.386 DEBUG:teuthology.orchestra.run.smithi139:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-14T18:09:32.417 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-14T18:09:32.418 DEBUG:teuthology.orchestra.run.smithi001:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-14T18:09:32.440 DEBUG:teuthology.orchestra.run.smithi139:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-14T18:09:32.473 INFO:tasks.cephadm:Stopping all daemons... 2024-02-14T18:09:32.474 INFO:tasks.cephadm.mon.smithi001:Stopping mon.smithi001... 2024-02-14T18:09:32.474 DEBUG:teuthology.orchestra.run.smithi001:> sudo systemctl stop ceph-96c45446-cb62-11ee-95b9-87774f69a715@mon.smithi001 2024-02-14T18:09:32.682 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:32 smithi001 systemd[1]: Stopping Ceph mon.smithi001 for 96c45446-cb62-11ee-95b9-87774f69a715... 2024-02-14T18:09:33.058 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:32 smithi001 ceph-96c45446-cb62-11ee-95b9-87774f69a715-mon-smithi001[25728]: 2024-02-14T18:09:32.766+0000 7fee3dd65700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi001 -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-02-14T18:09:33.058 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:32 smithi001 ceph-96c45446-cb62-11ee-95b9-87774f69a715-mon-smithi001[25728]: 2024-02-14T18:09:32.766+0000 7fee3dd65700 -1 mon.smithi001@0(leader) e2 *** Got Signal Terminated *** 2024-02-14T18:09:33.058 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:32 smithi001 podman[111292]: 2024-02-14 18:09:32.808068864 +0000 UTC m=+0.143223830 container died 706de7e93157e3a8190e325624f36484d7e38878eed7b25beca94ca0de6299f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1, name=ceph-96c45446-cb62-11ee-95b9-87774f69a715-mon-smithi001, org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=1617517b9622744995c4661989e3c30d036a7cfd, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.33.5, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-guits-testing-2024-02-14-1033-8727ce9, org.label-schema.build-date=20240214, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-02-14T18:09:33.374 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:33 smithi001 podman[111292]: 2024-02-14 18:09:33.231181729 +0000 UTC m=+0.566336737 container cleanup 706de7e93157e3a8190e325624f36484d7e38878eed7b25beca94ca0de6299f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1, name=ceph-96c45446-cb62-11ee-95b9-87774f69a715-mon-smithi001, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, ceph=True, RELEASE=wip-guits-testing-2024-02-14-1033-8727ce9, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.build-date=20240214, GIT_COMMIT=1617517b9622744995c4661989e3c30d036a7cfd, io.buildah.version=1.33.5, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=) 2024-02-14T18:09:33.374 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:33 smithi001 bash[111292]: ceph-96c45446-cb62-11ee-95b9-87774f69a715-mon-smithi001 2024-02-14T18:09:33.640 INFO:journalctl@ceph.mon.smithi001.smithi001.stdout:Feb 14 18:09:33 smithi001 podman[111322]: 2024-02-14 18:09:33.415775222 +0000 UTC m=+0.604607037 container remove 706de7e93157e3a8190e325624f36484d7e38878eed7b25beca94ca0de6299f0 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8727ce939fc044a98f215e29696bb1433f5758d1, name=ceph-96c45446-cb62-11ee-95b9-87774f69a715-mon-smithi001, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-2024-02-14-1033-8727ce9, org.label-schema.build-date=20240214, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 8 Base Image, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=1617517b9622744995c4661989e3c30d036a7cfd, io.buildah.version=1.33.5) 2024-02-14T18:09:33.657 DEBUG:teuthology.orchestra.run.smithi001:> sudo pkill -f 'journalctl -f -n 0 -u ceph-96c45446-cb62-11ee-95b9-87774f69a715@mon.smithi001.service' 2024-02-14T18:09:33.702 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-14T18:09:33.702 INFO:tasks.cephadm.mon.smithi001:Stopped mon.smithi001 2024-02-14T18:09:33.703 INFO:tasks.cephadm.mon.smithi139:Stopping mon.smithi139... 2024-02-14T18:09:33.703 DEBUG:teuthology.orchestra.run.smithi139:> sudo systemctl stop ceph-96c45446-cb62-11ee-95b9-87774f69a715@mon.smithi139 2024-02-14T18:09:34.031 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:33 smithi139 systemd[1]: Stopping Ceph mon.smithi139 for 96c45446-cb62-11ee-95b9-87774f69a715... 2024-02-14T18:09:34.374 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:34 smithi139 ceph-96c45446-cb62-11ee-95b9-87774f69a715-mon-smithi139[35379]: 2024-02-14T18:09:34.030+0000 7fca2d7e1700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi139 -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-02-14T18:09:34.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:34 smithi139 ceph-96c45446-cb62-11ee-95b9-87774f69a715-mon-smithi139[35379]: 2024-02-14T18:09:34.030+0000 7fca2d7e1700 -1 mon.smithi139@1(peon) e2 *** Got Signal Terminated *** 2024-02-14T18:09:34.375 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:34 smithi139 podman[76452]: 2024-02-14 18:09:34.194388246 +0000 UTC m=+0.285983831 container died dfd3f5a3f6238a049e5f7ec8da471367d01840eecab17cb25262187faaac1fb8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e74cf8e1e43e8dfa713eb599fa0104396b2e29af34a3f40d868498c8111bdb4b, name=ceph-96c45446-cb62-11ee-95b9-87774f69a715-mon-smithi139, GIT_COMMIT=1617517b9622744995c4661989e3c30d036a7cfd, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, io.buildah.version=1.33.5, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 8 Base Image, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-testing-2024-02-14-1033-8727ce9, org.label-schema.build-date=20240214, CEPH_POINT_RELEASE=) 2024-02-14T18:09:34.847 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:34 smithi139 podman[76452]: 2024-02-14 18:09:34.628611528 +0000 UTC m=+0.720207164 container cleanup dfd3f5a3f6238a049e5f7ec8da471367d01840eecab17cb25262187faaac1fb8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e74cf8e1e43e8dfa713eb599fa0104396b2e29af34a3f40d868498c8111bdb4b, name=ceph-96c45446-cb62-11ee-95b9-87774f69a715-mon-smithi139, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.33.5, org.label-schema.license=GPLv2, GIT_CLEAN=True, ceph=True, GIT_COMMIT=1617517b9622744995c4661989e3c30d036a7cfd, org.label-schema.name=CentOS Stream 8 Base Image, RELEASE=wip-guits-testing-2024-02-14-1033-8727ce9, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240214) 2024-02-14T18:09:34.847 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:34 smithi139 bash[76452]: ceph-96c45446-cb62-11ee-95b9-87774f69a715-mon-smithi139 2024-02-14T18:09:35.092 DEBUG:teuthology.orchestra.run.smithi139:> sudo pkill -f 'journalctl -f -n 0 -u ceph-96c45446-cb62-11ee-95b9-87774f69a715@mon.smithi139.service' 2024-02-14T18:09:35.115 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:34 smithi139 podman[76472]: 2024-02-14 18:09:34.846428095 +0000 UTC m=+0.649456640 container remove dfd3f5a3f6238a049e5f7ec8da471367d01840eecab17cb25262187faaac1fb8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:e74cf8e1e43e8dfa713eb599fa0104396b2e29af34a3f40d868498c8111bdb4b, name=ceph-96c45446-cb62-11ee-95b9-87774f69a715-mon-smithi139, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 8 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240214, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, RELEASE=wip-guits-testing-2024-02-14-1033-8727ce9, io.buildah.version=1.33.5, GIT_COMMIT=1617517b9622744995c4661989e3c30d036a7cfd, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-02-14T18:09:35.115 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:35 smithi139 systemd[1]: ceph-96c45446-cb62-11ee-95b9-87774f69a715@mon.smithi139.service: Deactivated successfully. 2024-02-14T18:09:35.115 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:35 smithi139 systemd[1]: Stopped Ceph mon.smithi139 for 96c45446-cb62-11ee-95b9-87774f69a715. 2024-02-14T18:09:35.115 INFO:journalctl@ceph.mon.smithi139.smithi139.stdout:Feb 14 18:09:35 smithi139 systemd[1]: ceph-96c45446-cb62-11ee-95b9-87774f69a715@mon.smithi139.service: Consumed 5.182s CPU time. 2024-02-14T18:09:35.146 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-14T18:09:35.146 INFO:tasks.cephadm.mon.smithi139:Stopped mon.smithi139 2024-02-14T18:09:35.146 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 96c45446-cb62-11ee-95b9-87774f69a715 --force --keep-logs 2024-02-14T18:09:35.335 INFO:teuthology.orchestra.run.smithi001.stdout:Deleting cluster with fsid: 96c45446-cb62-11ee-95b9-87774f69a715 2024-02-14T18:10:44.422 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 96c45446-cb62-11ee-95b9-87774f69a715 --force --keep-logs 2024-02-14T18:10:44.618 INFO:teuthology.orchestra.run.smithi139.stdout:Deleting cluster with fsid: 96c45446-cb62-11ee-95b9-87774f69a715 2024-02-14T18:11:48.603 DEBUG:teuthology.orchestra.run.smithi001:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-14T18:11:48.637 DEBUG:teuthology.orchestra.run.smithi139:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-14T18:11:48.667 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-14T18:11:48.669 DEBUG:teuthology.misc:Transferring archived files from smithi001:/var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-14_13:54:10-orch:cephadm-wip-guits-testing-2024-02-14-1033-distro-default-smithi/7559846/remote/smithi001/crash 2024-02-14T18:11:48.670 DEBUG:teuthology.orchestra.run.smithi001:> sudo tar c -f - -C /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/crash -- . 2024-02-14T18:11:48.720 INFO:teuthology.orchestra.run.smithi001.stderr:tar: /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-14T18:11:48.721 INFO:teuthology.orchestra.run.smithi001.stderr:tar: Error is not recoverable: exiting now 2024-02-14T18:11:48.722 DEBUG:teuthology.misc:Transferring archived files from smithi139:/var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-14_13:54:10-orch:cephadm-wip-guits-testing-2024-02-14-1033-distro-default-smithi/7559846/remote/smithi139/crash 2024-02-14T18:11:48.723 DEBUG:teuthology.orchestra.run.smithi139:> sudo tar c -f - -C /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/crash -- . 2024-02-14T18:11:48.763 INFO:teuthology.orchestra.run.smithi139.stderr:tar: /var/lib/ceph/96c45446-cb62-11ee-95b9-87774f69a715/crash: Cannot open: No such file or directory 2024-02-14T18:11:48.763 INFO:teuthology.orchestra.run.smithi139.stderr:tar: Error is not recoverable: exiting now 2024-02-14T18:11:48.765 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-14T18:11:48.765 DEBUG:teuthology.orchestra.run.smithi001:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-14T18:11:48.797 INFO:teuthology.orchestra.run.smithi001.stdout:2024-02-14T18:02:32.971766+0000 mon.smithi001 (mon.0) 261 : cluster 3 [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 1 daemon(s) 2024-02-14T18:11:48.797 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-14T18:11:48.797 DEBUG:teuthology.orchestra.run.smithi001:> sudo egrep '\[SEC\]' /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-14T18:11:48.868 DEBUG:teuthology.orchestra.run.smithi001:> sudo egrep '\[ERR\]' /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-14T18:11:48.937 DEBUG:teuthology.orchestra.run.smithi001:> sudo egrep '\[WRN\]' /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-14T18:11:49.005 INFO:teuthology.orchestra.run.smithi001.stdout:2024-02-14T18:02:32.971766+0000 mon.smithi001 (mon.0) 261 : cluster 3 [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 1 daemon(s) 2024-02-14T18:11:49.005 INFO:tasks.cephadm:Compressing logs... 2024-02-14T18:11:49.006 DEBUG:teuthology.orchestra.run.smithi001:> 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-02-14T18:11:49.049 DEBUG:teuthology.orchestra.run.smithi139:> 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-02-14T18:11:49.074 INFO:teuthology.orchestra.run.smithi001.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-14T18:11:49.074 INFO:teuthology.orchestra.run.smithi001.stderr:: No such file or directory 2024-02-14T18:11:49.074 INFO:teuthology.orchestra.run.smithi001.stderr:gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-client.rgw.foo.smithi001.ikhpsa.log 2024-02-14T18:11:49.074 INFO:teuthology.orchestra.run.smithi001.stderr:gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph.audit.log 2024-02-14T18:11:49.074 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-osd.1.log 2024-02-14T18:11:49.078 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-client.rgw.foo.smithi001.ikhpsa.log: /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-client.ceph-exporter.smithi001.log 2024-02-14T18:11:49.078 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ops-log-ceph-client.rgw.foo.smithi001.inwdfi.log 2024-02-14T18:11:49.078 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-client.ceph-exporter.smithi001.log: gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-osd.7.log 2024-02-14T18:11:49.078 INFO:teuthology.orchestra.run.smithi001.stderr: 94.2% 92.2% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-client.ceph-exporter.smithi001.log.gz 2024-02-14T18:11:49.078 INFO:teuthology.orchestra.run.smithi001.stderr: -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-client.rgw.foo.smithi001.ikhpsa.log.gz/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ops-log-ceph-client.rgw.foo.smithi001.inwdfi.log: 2024-02-14T18:11:49.078 INFO:teuthology.orchestra.run.smithi001.stderr:gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-osd.5.log 2024-02-14T18:11:49.078 INFO:teuthology.orchestra.run.smithi001.stderr:gzip/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-osd.7.log: -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-osd.3.log 2024-02-14T18:11:49.078 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ops-log-ceph-client.rgw.foo.smithi001.ikhpsa.log 2024-02-14T18:11:49.078 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-osd.3.log: 93.4% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ops-log-ceph-client.rgw.foo.smithi001.inwdfi.log.gz 2024-02-14T18:11:49.078 INFO:teuthology.orchestra.run.smithi001.stderr: 91.4% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph.audit.log.gz 2024-02-14T18:11:49.080 INFO:teuthology.orchestra.run.smithi139.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-14T18:11:49.080 INFO:teuthology.orchestra.run.smithi139.stderr:: No such file or directory 2024-02-14T18:11:49.080 INFO:teuthology.orchestra.run.smithi139.stderr:gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-osd.6.log 2024-02-14T18:11:49.080 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-client.rgw.foo.smithi139.hrtmpn.log 2024-02-14T18:11:49.080 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-client.ceph-exporter.smithi139.log 2024-02-14T18:11:49.087 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-client.rgw.foo.smithi139.hrtmpn.log: gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-client.rgw.foo.smithi139.stjlld.log 2024-02-14T18:11:49.088 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-client.ceph-exporter.smithi139.log: gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph.audit.log 2024-02-14T18:11:49.088 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-client.rgw.foo.smithi139.stjlld.log: gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-mon.smithi139.log 2024-02-14T18:11:49.088 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ops-log-ceph-client.rgw.foo.smithi139.stjlld.log 2024-02-14T18:11:49.088 INFO:teuthology.orchestra.run.smithi139.stderr: 91.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-14T18:11:49.088 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-mon.smithi139.log: 94.2% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-client.ceph-exporter.smithi139.log.gz 2024-02-14T18:11:49.088 INFO:teuthology.orchestra.run.smithi139.stderr:gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-osd.4.log 2024-02-14T18:11:49.088 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ops-log-ceph-client.rgw.foo.smithi139.stjlld.log: 91.7%gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-mgr.smithi139.kwtrjg.log 2024-02-14T18:11:49.088 INFO:teuthology.orchestra.run.smithi139.stderr: -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-client.rgw.foo.smithi139.hrtmpn.log.gz 2024-02-14T18:11:49.088 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-osd.0.log 2024-02-14T18:11:49.088 INFO:teuthology.orchestra.run.smithi139.stderr:gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph.cephadm.log 2024-02-14T18:11:49.088 INFO:teuthology.orchestra.run.smithi139.stderr: 91.6%/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-osd.0.log: /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-mgr.smithi139.kwtrjg.log: -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-client.rgw.foo.smithi139.stjlld.log.gz 2024-02-14T18:11:49.088 INFO:teuthology.orchestra.run.smithi139.stderr: 93.4% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ops-log-ceph-client.rgw.foo.smithi139.stjlld.log.gz 2024-02-14T18:11:49.088 INFO:teuthology.orchestra.run.smithi139.stderr: 91.7% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph.audit.log.gz 2024-02-14T18:11:49.089 INFO:teuthology.orchestra.run.smithi139.stderr:gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph.log 2024-02-14T18:11:49.089 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-osd.2.log 2024-02-14T18:11:49.089 INFO:teuthology.orchestra.run.smithi139.stderr: 83.4%/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph.log: -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph.cephadm.log.gz 2024-02-14T18:11:49.089 INFO:teuthology.orchestra.run.smithi139.stderr:gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-14T18:11:49.089 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ops-log-ceph-client.rgw.foo.smithi139.hrtmpn.log 2024-02-14T18:11:49.089 INFO:teuthology.orchestra.run.smithi139.stderr: 87.5% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph.log.gz 2024-02-14T18:11:49.089 INFO:teuthology.orchestra.run.smithi139.stderr:/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-volume.log: /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ops-log-ceph-client.rgw.foo.smithi139.hrtmpn.log: 93.4% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ops-log-ceph-client.rgw.foo.smithi139.hrtmpn.log.gz 2024-02-14T18:11:49.089 INFO:teuthology.orchestra.run.smithi139.stderr: 92.0% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-mgr.smithi139.kwtrjg.log.gz 2024-02-14T18:11:49.092 INFO:teuthology.orchestra.run.smithi001.stderr: 86.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-14T18:11:49.092 INFO:teuthology.orchestra.run.smithi001.stderr:gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-client.rgw.foo.smithi001.inwdfi.log 2024-02-14T18:11:49.092 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ops-log-ceph-client.rgw.foo.smithi001.ikhpsa.log: gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph.cephadm.log 2024-02-14T18:11:49.092 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-client.rgw.foo.smithi001.inwdfi.log: gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph.log 2024-02-14T18:11:49.092 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph.cephadm.log: 83.5% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph.cephadm.log.gz 2024-02-14T18:11:49.092 INFO:teuthology.orchestra.run.smithi001.stderr: 93.4% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ops-log-ceph-client.rgw.foo.smithi001.ikhpsa.log.gz 2024-02-14T18:11:49.092 INFO:teuthology.orchestra.run.smithi001.stderr:gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-volume.log 2024-02-14T18:11:49.092 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-mon.smithi001.log 2024-02-14T18:11:49.092 INFO:teuthology.orchestra.run.smithi001.stderr: 91.6% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-client.rgw.foo.smithi001.inwdfi.log.gz 2024-02-14T18:11:49.092 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-volume.log: 87.6% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph.log.gz 2024-02-14T18:11:49.092 INFO:teuthology.orchestra.run.smithi001.stderr:gzip -5 --verbose -- /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-mgr.smithi001.iqhwpc.log 2024-02-14T18:11:49.094 INFO:teuthology.orchestra.run.smithi139.stderr: 91.2% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-14T18:11:49.098 INFO:teuthology.orchestra.run.smithi001.stderr:/var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-mon.smithi001.log: /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-mgr.smithi001.iqhwpc.log: 91.1% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-volume.log.gz 2024-02-14T18:11:49.183 INFO:teuthology.orchestra.run.smithi139.stderr: 92.6% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-mon.smithi139.log.gz 2024-02-14T18:11:49.321 INFO:teuthology.orchestra.run.smithi001.stderr: 87.7% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-mgr.smithi001.iqhwpc.log.gz 2024-02-14T18:11:49.442 INFO:teuthology.orchestra.run.smithi139.stderr: 93.4% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-osd.2.log.gz 2024-02-14T18:11:49.485 INFO:teuthology.orchestra.run.smithi139.stderr: 93.3% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-osd.6.log.gz 2024-02-14T18:11:49.511 INFO:teuthology.orchestra.run.smithi139.stderr: 93.4% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-osd.4.log.gz 2024-02-14T18:11:49.547 INFO:teuthology.orchestra.run.smithi139.stderr: 93.3% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-osd.0.log.gz 2024-02-14T18:11:49.549 INFO:teuthology.orchestra.run.smithi139.stderr: 2024-02-14T18:11:49.549 INFO:teuthology.orchestra.run.smithi139.stderr:real 0m0.486s 2024-02-14T18:11:49.549 INFO:teuthology.orchestra.run.smithi139.stderr:user 0m1.749s 2024-02-14T18:11:49.549 INFO:teuthology.orchestra.run.smithi139.stderr:sys 0m0.090s 2024-02-14T18:11:49.572 INFO:teuthology.orchestra.run.smithi001.stderr: 93.7% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-osd.1.log.gz 2024-02-14T18:11:49.601 INFO:teuthology.orchestra.run.smithi001.stderr: 90.9% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-mon.smithi001.log.gz 2024-02-14T18:11:49.633 INFO:teuthology.orchestra.run.smithi001.stderr: 93.4% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-osd.7.log.gz 2024-02-14T18:11:49.714 INFO:teuthology.orchestra.run.smithi001.stderr: 93.6% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-osd.5.log.gz 2024-02-14T18:11:49.745 INFO:teuthology.orchestra.run.smithi001.stderr: 93.6% -- replaced with /var/log/ceph/96c45446-cb62-11ee-95b9-87774f69a715/ceph-osd.3.log.gz 2024-02-14T18:11:49.747 INFO:teuthology.orchestra.run.smithi001.stderr: 2024-02-14T18:11:49.747 INFO:teuthology.orchestra.run.smithi001.stderr:real 0m0.687s 2024-02-14T18:11:49.747 INFO:teuthology.orchestra.run.smithi001.stderr:user 0m3.053s 2024-02-14T18:11:49.747 INFO:teuthology.orchestra.run.smithi001.stderr:sys 0m0.120s 2024-02-14T18:11:49.747 INFO:tasks.cephadm:Archiving logs... 2024-02-14T18:11:49.747 DEBUG:teuthology.misc:Transferring archived files from smithi001:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-14_13:54:10-orch:cephadm-wip-guits-testing-2024-02-14-1033-distro-default-smithi/7559846/remote/smithi001/log 2024-02-14T18:11:49.748 DEBUG:teuthology.orchestra.run.smithi001:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-14T18:11:50.172 DEBUG:teuthology.misc:Transferring archived files from smithi139:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-14_13:54:10-orch:cephadm-wip-guits-testing-2024-02-14-1033-distro-default-smithi/7559846/remote/smithi139/log 2024-02-14T18:11:50.173 DEBUG:teuthology.orchestra.run.smithi139:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-14T18:11:50.472 INFO:tasks.cephadm:Removing cluster... 2024-02-14T18:11:50.472 DEBUG:teuthology.orchestra.run.smithi001:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 96c45446-cb62-11ee-95b9-87774f69a715 --force 2024-02-14T18:11:50.656 INFO:teuthology.orchestra.run.smithi001.stdout:Deleting cluster with fsid: 96c45446-cb62-11ee-95b9-87774f69a715 2024-02-14T18:11:50.773 DEBUG:teuthology.orchestra.run.smithi139:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 96c45446-cb62-11ee-95b9-87774f69a715 --force 2024-02-14T18:11:50.957 INFO:teuthology.orchestra.run.smithi139.stdout:Deleting cluster with fsid: 96c45446-cb62-11ee-95b9-87774f69a715 2024-02-14T18:11:51.075 INFO:tasks.cephadm:Removing cephadm ... 2024-02-14T18:11:51.075 DEBUG:teuthology.orchestra.run.smithi001:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-14T18:11:51.090 DEBUG:teuthology.orchestra.run.smithi139:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-14T18:11:51.105 INFO:tasks.cephadm:Teardown complete 2024-02-14T18:11:51.105 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-02-14T18:11:51.118 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi001:/dev/vg_nvme/lv_1... 2024-02-14T18:11:51.118 DEBUG:teuthology.orchestra.run.smithi001:> sudo nvme disconnect -n lv_1 2024-02-14T18:11:51.269 INFO:teuthology.orchestra.run.smithi001.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-14T18:11:51.270 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-14T18:11:51.270 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi001:/dev/vg_nvme/lv_2... 2024-02-14T18:11:51.271 DEBUG:teuthology.orchestra.run.smithi001:> sudo nvme disconnect -n lv_2 2024-02-14T18:11:51.406 INFO:teuthology.orchestra.run.smithi001.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-14T18:11:51.407 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-14T18:11:51.408 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi001:/dev/vg_nvme/lv_3... 2024-02-14T18:11:51.408 DEBUG:teuthology.orchestra.run.smithi001:> sudo nvme disconnect -n lv_3 2024-02-14T18:11:51.536 INFO:teuthology.orchestra.run.smithi001.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-14T18:11:51.537 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-14T18:11:51.537 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi001:/dev/vg_nvme/lv_4... 2024-02-14T18:11:51.537 DEBUG:teuthology.orchestra.run.smithi001:> sudo nvme disconnect -n lv_4 2024-02-14T18:11:51.680 INFO:teuthology.orchestra.run.smithi001.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-14T18:11:51.681 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-14T18:11:51.682 DEBUG:teuthology.orchestra.run.smithi001:> set -ex 2024-02-14T18:11:51.682 DEBUG:teuthology.orchestra.run.smithi001:> sudo dd of=/scratch_devs 2024-02-14T18:11:51.708 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi139:/dev/vg_nvme/lv_1... 2024-02-14T18:11:51.709 DEBUG:teuthology.orchestra.run.smithi139:> sudo nvme disconnect -n lv_1 2024-02-14T18:11:51.860 INFO:teuthology.orchestra.run.smithi139.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-14T18:11:51.861 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-14T18:11:51.862 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi139:/dev/vg_nvme/lv_2... 2024-02-14T18:11:51.862 DEBUG:teuthology.orchestra.run.smithi139:> sudo nvme disconnect -n lv_2 2024-02-14T18:11:52.003 INFO:teuthology.orchestra.run.smithi139.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-14T18:11:52.005 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-14T18:11:52.005 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi139:/dev/vg_nvme/lv_3... 2024-02-14T18:11:52.005 DEBUG:teuthology.orchestra.run.smithi139:> sudo nvme disconnect -n lv_3 2024-02-14T18:11:52.209 INFO:teuthology.orchestra.run.smithi139.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-14T18:11:52.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-14T18:11:52.211 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi139:/dev/vg_nvme/lv_4... 2024-02-14T18:11:52.211 DEBUG:teuthology.orchestra.run.smithi139:> sudo nvme disconnect -n lv_4 2024-02-14T18:11:52.370 INFO:teuthology.orchestra.run.smithi139.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-14T18:11:52.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-14T18:11:52.372 DEBUG:teuthology.orchestra.run.smithi139:> set -ex 2024-02-14T18:11:52.372 DEBUG:teuthology.orchestra.run.smithi139:> sudo dd of=/scratch_devs 2024-02-14T18:11:52.400 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-14T18:11:52.413 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-14T18:11:52.413 DEBUG:teuthology.orchestra.run.smithi001:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-14T18:11:52.415 DEBUG:teuthology.orchestra.run.smithi139:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-14T18:11:52.428 INFO:teuthology.orchestra.run.smithi001.stderr:bash: line 1: ntpq: command not found 2024-02-14T18:11:52.433 INFO:teuthology.orchestra.run.smithi001.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-14T18:11:52.433 INFO:teuthology.orchestra.run.smithi001.stdout:=============================================================================== 2024-02-14T18:11:52.433 INFO:teuthology.orchestra.run.smithi001.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 59 +2216us[+2227us] +/- 120ms 2024-02-14T18:11:52.433 INFO:teuthology.orchestra.run.smithi001.stdout:^* hv02.front.sepia.ceph.com 3 6 377 58 -541us[ -530us] +/- 52ms 2024-02-14T18:11:52.433 INFO:teuthology.orchestra.run.smithi001.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 55 -806us[ -806us] +/- 88ms 2024-02-14T18:11:52.433 INFO:teuthology.orchestra.run.smithi001.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-14T18:11:52.456 INFO:teuthology.orchestra.run.smithi139.stderr:bash: line 1: ntpq: command not found 2024-02-14T18:11:52.458 INFO:teuthology.orchestra.run.smithi139.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-14T18:11:52.458 INFO:teuthology.orchestra.run.smithi139.stdout:=============================================================================== 2024-02-14T18:11:52.458 INFO:teuthology.orchestra.run.smithi139.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 55 +2235us[+2235us] +/- 120ms 2024-02-14T18:11:52.458 INFO:teuthology.orchestra.run.smithi139.stdout:^* hv02.front.sepia.ceph.com 3 6 377 57 -480us[ -479us] +/- 52ms 2024-02-14T18:11:52.458 INFO:teuthology.orchestra.run.smithi139.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 59 -789us[ -788us] +/- 87ms 2024-02-14T18:11:52.458 INFO:teuthology.orchestra.run.smithi139.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-14T18:11:52.459 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-14T18:11:52.471 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-14T18:11:52.472 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-14T18:11:52.484 DEBUG:teuthology.orchestra.run.smithi001:> 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-02-14T18:11:52.569 DEBUG:teuthology.orchestra.run.smithi139:> 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-02-14T18:11:52.643 DEBUG:teuthology.orchestra.run.smithi001:> 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 2024-02-14T18:11:52.673 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-14T18:11:52.673 DEBUG:teuthology.orchestra.run.smithi139:> 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 2024-02-14T18:11:52.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-14T18:11:52.704 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-14T18:11:52.716 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-14T18:11:52.731 INFO:teuthology.task.internal:Duration was 1095.001598 seconds 2024-02-14T18:11:52.732 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-14T18:11:52.750 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-14T18:11:52.750 DEBUG:teuthology.orchestra.run.smithi001:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-14T18:11:52.753 DEBUG:teuthology.orchestra.run.smithi139:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-14T18:11:52.795 INFO:teuthology.orchestra.run.smithi001.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-14T18:11:52.796 INFO:teuthology.orchestra.run.smithi139.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-14T18:11:53.229 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-14T18:11:53.229 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi001.front.sepia.ceph.com 2024-02-14T18:11:53.229 DEBUG:teuthology.orchestra.run.smithi001:> 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-02-14T18:11:53.290 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi139.front.sepia.ceph.com 2024-02-14T18:11:53.291 DEBUG:teuthology.orchestra.run.smithi139:> 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-02-14T18:11:53.316 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-14T18:11:53.316 DEBUG:teuthology.orchestra.run.smithi001:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-14T18:11:53.333 DEBUG:teuthology.orchestra.run.smithi139:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-14T18:11:53.384 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-14T18:11:53.385 DEBUG:teuthology.orchestra.run.smithi001:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-14T18:11:53.402 DEBUG:teuthology.orchestra.run.smithi139:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-14T18:11:53.685 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-14T18:11:53.697 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-14T18:11:53.697 DEBUG:teuthology.orchestra.run.smithi001:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-14T18:11:53.724 DEBUG:teuthology.orchestra.run.smithi139:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-14T18:11:53.751 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-14T18:11:53.765 DEBUG:teuthology.orchestra.run.smithi001:> 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-02-14T18:11:53.767 DEBUG:teuthology.orchestra.run.smithi139:> 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-02-14T18:11:53.790 INFO:teuthology.orchestra.run.smithi001.stdout:kernel.core_pattern = core 2024-02-14T18:11:53.817 INFO:teuthology.orchestra.run.smithi139.stdout:kernel.core_pattern = core 2024-02-14T18:11:53.841 DEBUG:teuthology.orchestra.run.smithi001:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-14T18:11:53.886 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-14T18:11:53.887 DEBUG:teuthology.orchestra.run.smithi139:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-14T18:11:53.900 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-14T18:11:53.901 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-14T18:11:53.913 INFO:teuthology.task.internal:Transferring archived files... 2024-02-14T18:11:53.914 DEBUG:teuthology.misc:Transferring archived files from smithi001:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-14_13:54:10-orch:cephadm-wip-guits-testing-2024-02-14-1033-distro-default-smithi/7559846/remote/smithi001 2024-02-14T18:11:53.914 DEBUG:teuthology.orchestra.run.smithi001:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-14T18:11:53.971 DEBUG:teuthology.misc:Transferring archived files from smithi139:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-14_13:54:10-orch:cephadm-wip-guits-testing-2024-02-14-1033-distro-default-smithi/7559846/remote/smithi139 2024-02-14T18:11:53.971 DEBUG:teuthology.orchestra.run.smithi139:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-14T18:11:54.008 INFO:teuthology.task.internal:Removing archive directory... 2024-02-14T18:11:54.008 DEBUG:teuthology.orchestra.run.smithi001:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-14T18:11:54.011 DEBUG:teuthology.orchestra.run.smithi139:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-14T18:11:54.058 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-14T18:11:54.070 INFO:teuthology.task.internal:Not uploading archives. 2024-02-14T18:11:54.070 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-14T18:11:54.083 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-14T18:11:54.083 DEBUG:teuthology.orchestra.run.smithi001:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-14T18:11:54.086 DEBUG:teuthology.orchestra.run.smithi139:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-14T18:11:54.097 INFO:teuthology.orchestra.run.smithi001.stdout: 265293 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 14 18:11 /home/ubuntu/cephtest 2024-02-14T18:11:54.113 INFO:teuthology.orchestra.run.smithi139.stdout: 265305 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 14 18:11 /home/ubuntu/cephtest 2024-02-14T18:11:54.113 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-14T18:11:54.126 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-14T18:11:54.152 INFO:teuthology.nuke:Checking targets against current locks 2024-02-14T18:11:54.179 DEBUG:teuthology.nuke:shortname: smithi001 2024-02-14T18:11:54.179 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-14T18:11:54.207 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi001.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-14_13:54:10-orch:cephadm-wip-guits-testing-2024-02-14-1033-distro-default-smithi/7559846', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-14 17:45:18.588035', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE/pnMD+nt6qCkxPj4HHcXuUMQJFIN9kZR9Czn2B9JNfWJSX4bWXFXxfMvz5voOhBh/thJaOXRSV85rkqcsb5+k='} 2024-02-14T18:11:54.208 DEBUG:teuthology.nuke:shortname: smithi139 2024-02-14T18:11:54.209 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-14T18:11:54.234 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi139.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-14_13:54:10-orch:cephadm-wip-guits-testing-2024-02-14-1033-distro-default-smithi/7559846', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-14 17:45:18.589694', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEj108W0P/pcnGEawgHK1xPBvXS3cBnLGKlssdmMl2wm+QsUSUX7ODZz2xrSelC4VyKfFMBQ/C4wvDYgb5AKLzE='} 2024-02-14T18:11:54.266 INFO:teuthology.orchestra.console.smithi001:Power off 2024-02-14T18:11:54.266 DEBUG:teuthology.orchestra.console.smithi001:pexpect command: ipmitool -H smithi001.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-14T18:11:54.295 DEBUG:teuthology.orchestra.console.smithi001:power off output: Chassis Power Control: Down/Off 2024-02-14T18:11:54.296 DEBUG:teuthology.orchestra.console.smithi001:pexpect command: ipmitool -H smithi001.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-14T18:11:54.313 INFO:teuthology.orchestra.console.smithi139:Power off 2024-02-14T18:11:54.313 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-14T18:11:54.323 DEBUG:teuthology.orchestra.console.smithi001:check power output: Chassis Power is on 2024-02-14T18:11:54.337 DEBUG:teuthology.orchestra.console.smithi139:power off output: Chassis Power Control: Down/Off 2024-02-14T18:11:54.338 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-14T18:11:54.363 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is on 2024-02-14T18:11:58.324 DEBUG:teuthology.orchestra.console.smithi001:pexpect command: ipmitool -H smithi001.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-14T18:11:58.364 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-14T18:11:58.435 DEBUG:teuthology.orchestra.console.smithi001:check power output: Chassis Power is on 2024-02-14T18:11:58.474 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is on 2024-02-14T18:12:02.440 DEBUG:teuthology.orchestra.console.smithi001:pexpect command: ipmitool -H smithi001.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-14T18:12:02.476 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-14T18:12:02.551 DEBUG:teuthology.orchestra.console.smithi001:check power output: Chassis Power is off 2024-02-14T18:12:02.586 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is on 2024-02-14T18:12:02.652 INFO:teuthology.orchestra.console.smithi001:Power off completed 2024-02-14T18:12:06.588 DEBUG:teuthology.orchestra.console.smithi139:pexpect command: ipmitool -H smithi139.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-14T18:12:06.700 DEBUG:teuthology.orchestra.console.smithi139:check power output: Chassis Power is off 2024-02-14T18:12:06.800 INFO:teuthology.orchestra.console.smithi139:Power off completed 2024-02-14T18:12:06.907 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} duration: 1095.0015976428986 failure_reason: '"2024-02-14T18:02:32.971766+0000 mon.smithi001 (mon.0) 261 : cluster 3 [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 1 daemon(s)" in cluster log' owner: scheduled_gabrioux@teuthology success: false 2024-02-14T18:12:06.907 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-14T18:12:06.981 INFO:teuthology.run:FAIL