2023-12-08T22:16:06.485 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-08T22:16:06.485 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} --name yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi --verbose --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485097 -- /home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485097/orig.config.yaml 2023-12-08T22:16:06.519 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-08T22:16:06.600 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485097 branch: wip-yuri5-testing-2023-12-07-0740-pacific description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: null first_in_suite: false job_id: '7485097' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.4' overrides: admin_socket: branch: wip-yuri5-testing-2023-12-07-0740-pacific 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: 451ceae11b5d4caee05e94372fe658621eefc0b1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri5-testing-2023-12-07-0740-pacific sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 owner: scheduled_yuriw@teuthology priority: 71 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1847 sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2023-12-07-0740-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 targets: smithi003.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAuEIKnj5WDY697V6hqopnm6cUA1+B7SZ6hFIsu1Wq3iQCrdR2fGg4mneHPrWzkGbNT+oFeEuEPiknPlJsO7t5A= smithi076.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMYcbDeUtI3Dn/oByTDzJCpzkmDzBiw4UcxS1xb8Cm6MyW1uPXENuSanM4VAPR3bPjir9miP8oQw7uT7Jjtfuz0= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.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: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-08_21:24:43 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-08T22:16:06.600 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa; will attempt to use it 2023-12-08T22:16:06.601 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks 2023-12-08T22:16:06.601 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-08T22:16:06.602 INFO:teuthology.task.internal:Checking packages... 2023-12-08T22:16:06.626 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '451ceae11b5d4caee05e94372fe658621eefc0b1' 2023-12-08T22:16:06.626 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-08T22:16:06.626 INFO:teuthology.packaging:ref: None 2023-12-08T22:16:06.626 INFO:teuthology.packaging:tag: None 2023-12-08T22:16:06.626 INFO:teuthology.packaging:branch: wip-yuri5-testing-2023-12-07-0740-pacific 2023-12-08T22:16:06.626 INFO:teuthology.packaging:sha1: 451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T22:16:06.626 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri5-testing-2023-12-07-0740-pacific 2023-12-08T22:16:06.853 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-365.g451ceae1 2023-12-08T22:16:06.853 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-08T22:16:06.862 INFO:teuthology.task.internal:no buildpackages task found 2023-12-08T22:16:06.862 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-08T22:16:06.870 INFO:teuthology.task.internal:Saving configuration 2023-12-08T22:16:06.884 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-08T22:16:06.889 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T22:16:06.918 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi003.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485097', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-08 22:10:29.800825', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAuEIKnj5WDY697V6hqopnm6cUA1+B7SZ6hFIsu1Wq3iQCrdR2fGg4mneHPrWzkGbNT+oFeEuEPiknPlJsO7t5A='} 2023-12-08T22:16:06.939 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi076.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485097', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-08 22:10:29.802108', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMYcbDeUtI3Dn/oByTDzJCpzkmDzBiw4UcxS1xb8Cm6MyW1uPXENuSanM4VAPR3bPjir9miP8oQw7uT7Jjtfuz0='} 2023-12-08T22:16:06.940 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-08T22:16:06.946 INFO:teuthology.task.internal:roles: ubuntu@smithi003.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-08T22:16:06.946 INFO:teuthology.task.internal:roles: ubuntu@smithi076.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-08T22:16:06.946 INFO:teuthology.run_tasks:Running task console_log... 2023-12-08T22:16:07.024 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f44b89a7a60>, signals=[15]) 2023-12-08T22:16:07.025 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-08T22:16:07.031 INFO:teuthology.task.internal:Opening connections... 2023-12-08T22:16:07.031 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi003.front.sepia.ceph.com 2023-12-08T22:16:07.038 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T22:16:07.107 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi076.front.sepia.ceph.com 2023-12-08T22:16:07.108 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T22:16:07.179 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-08T22:16:07.186 DEBUG:teuthology.orchestra.run.smithi003:> uname -m 2023-12-08T22:16:07.204 INFO:teuthology.orchestra.run.smithi003.stdout:x86_64 2023-12-08T22:16:07.204 DEBUG:teuthology.orchestra.run.smithi003:> cat /etc/os-release 2023-12-08T22:16:07.262 INFO:teuthology.orchestra.run.smithi003.stdout:NAME="Red Hat Enterprise Linux" 2023-12-08T22:16:07.262 INFO:teuthology.orchestra.run.smithi003.stdout:VERSION="8.4 (Ootpa)" 2023-12-08T22:16:07.262 INFO:teuthology.orchestra.run.smithi003.stdout:ID="rhel" 2023-12-08T22:16:07.262 INFO:teuthology.orchestra.run.smithi003.stdout:ID_LIKE="fedora" 2023-12-08T22:16:07.262 INFO:teuthology.orchestra.run.smithi003.stdout:VERSION_ID="8.4" 2023-12-08T22:16:07.262 INFO:teuthology.orchestra.run.smithi003.stdout:PLATFORM_ID="platform:el8" 2023-12-08T22:16:07.262 INFO:teuthology.orchestra.run.smithi003.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-08T22:16:07.262 INFO:teuthology.orchestra.run.smithi003.stdout:ANSI_COLOR="0;31" 2023-12-08T22:16:07.262 INFO:teuthology.orchestra.run.smithi003.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-08T22:16:07.262 INFO:teuthology.orchestra.run.smithi003.stdout:HOME_URL="https://www.redhat.com/" 2023-12-08T22:16:07.262 INFO:teuthology.orchestra.run.smithi003.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-08T22:16:07.262 INFO:teuthology.orchestra.run.smithi003.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-08T22:16:07.263 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:16:07.263 INFO:teuthology.orchestra.run.smithi003.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-08T22:16:07.263 INFO:teuthology.orchestra.run.smithi003.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-08T22:16:07.263 INFO:teuthology.orchestra.run.smithi003.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-08T22:16:07.263 INFO:teuthology.orchestra.run.smithi003.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-08T22:16:07.263 INFO:teuthology.lock.ops:Updating smithi003.front.sepia.ceph.com on lock server 2023-12-08T22:16:07.285 DEBUG:teuthology.orchestra.run.smithi076:> uname -m 2023-12-08T22:16:07.302 INFO:teuthology.orchestra.run.smithi076.stdout:x86_64 2023-12-08T22:16:07.302 DEBUG:teuthology.orchestra.run.smithi076:> cat /etc/os-release 2023-12-08T22:16:07.362 INFO:teuthology.orchestra.run.smithi076.stdout:NAME="Red Hat Enterprise Linux" 2023-12-08T22:16:07.362 INFO:teuthology.orchestra.run.smithi076.stdout:VERSION="8.4 (Ootpa)" 2023-12-08T22:16:07.362 INFO:teuthology.orchestra.run.smithi076.stdout:ID="rhel" 2023-12-08T22:16:07.362 INFO:teuthology.orchestra.run.smithi076.stdout:ID_LIKE="fedora" 2023-12-08T22:16:07.362 INFO:teuthology.orchestra.run.smithi076.stdout:VERSION_ID="8.4" 2023-12-08T22:16:07.362 INFO:teuthology.orchestra.run.smithi076.stdout:PLATFORM_ID="platform:el8" 2023-12-08T22:16:07.363 INFO:teuthology.orchestra.run.smithi076.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-08T22:16:07.363 INFO:teuthology.orchestra.run.smithi076.stdout:ANSI_COLOR="0;31" 2023-12-08T22:16:07.363 INFO:teuthology.orchestra.run.smithi076.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-08T22:16:07.363 INFO:teuthology.orchestra.run.smithi076.stdout:HOME_URL="https://www.redhat.com/" 2023-12-08T22:16:07.363 INFO:teuthology.orchestra.run.smithi076.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-08T22:16:07.363 INFO:teuthology.orchestra.run.smithi076.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-08T22:16:07.363 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-08T22:16:07.363 INFO:teuthology.orchestra.run.smithi076.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-08T22:16:07.363 INFO:teuthology.orchestra.run.smithi076.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-08T22:16:07.363 INFO:teuthology.orchestra.run.smithi076.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-08T22:16:07.363 INFO:teuthology.orchestra.run.smithi076.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-08T22:16:07.363 INFO:teuthology.lock.ops:Updating smithi076.front.sepia.ceph.com on lock server 2023-12-08T22:16:07.385 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-08T22:16:07.397 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-08T22:16:07.403 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-08T22:16:07.404 DEBUG:teuthology.orchestra.run.smithi003:> test '!' -e /home/ubuntu/cephtest 2023-12-08T22:16:07.406 DEBUG:teuthology.orchestra.run.smithi076:> test '!' -e /home/ubuntu/cephtest 2023-12-08T22:16:07.421 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-08T22:16:07.428 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-08T22:16:07.428 DEBUG:teuthology.orchestra.run.smithi003:> test -z $(ls -A /var/lib/ceph) 2023-12-08T22:16:07.464 DEBUG:teuthology.orchestra.run.smithi076:> test -z $(ls -A /var/lib/ceph) 2023-12-08T22:16:07.479 INFO:teuthology.orchestra.run.smithi003.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-08T22:16:07.482 INFO:teuthology.orchestra.run.smithi076.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-08T22:16:07.482 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-08T22:16:07.544 INFO:teuthology.run_tasks:Running task kernel... 2023-12-08T22:16:07.562 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-08T22:16:07.562 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-08T22:16:07.563 DEBUG:teuthology.orchestra.run.smithi003:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-08T22:16:07.563 DEBUG:teuthology.orchestra.run.smithi076:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-08T22:16:07.578 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T22:16:07.579 DEBUG:teuthology.orchestra.run.smithi076:> uname -r 2023-12-08T22:16:07.579 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T22:16:07.580 DEBUG:teuthology.orchestra.run.smithi003:> uname -r 2023-12-08T22:16:07.638 INFO:teuthology.orchestra.run.smithi003.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-08T22:16:07.638 INFO:teuthology.task.kernel:Running kernel on smithi003: 4.18.0-305.25.1.el8_4.x86_64 2023-12-08T22:16:07.638 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum install -y kernel 2023-12-08T22:16:07.639 INFO:teuthology.orchestra.run.smithi076.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-08T22:16:07.639 INFO:teuthology.task.kernel:Running kernel on smithi076: 4.18.0-305.25.1.el8_4.x86_64 2023-12-08T22:16:07.639 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum install -y kernel 2023-12-08T22:16:09.033 INFO:teuthology.orchestra.run.smithi076.stdout:Updating Subscription Management repositories. 2023-12-08T22:16:09.033 INFO:teuthology.orchestra.run.smithi076.stdout:Unable to read consumer identity 2023-12-08T22:16:09.132 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-12-08T22:16:09.133 INFO:teuthology.orchestra.run.smithi003.stdout:Unable to read consumer identity 2023-12-08T22:16:10.380 INFO:teuthology.orchestra.run.smithi076.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-08T22:16:10.574 INFO:teuthology.orchestra.run.smithi003.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-08T22:16:11.167 INFO:teuthology.orchestra.run.smithi076.stdout:Extra Packages for Enterprise Linux 21 MB/s | 16 MB 00:00 2023-12-08T22:16:12.082 INFO:teuthology.orchestra.run.smithi003.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-12-08T22:16:14.503 INFO:teuthology.orchestra.run.smithi076.stdout:lab-extras 4.4 MB/s | 24 kB 00:00 2023-12-08T22:16:15.295 INFO:teuthology.orchestra.run.smithi076.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-08T22:16:15.295 INFO:teuthology.orchestra.run.smithi076.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-08T22:16:15.295 INFO:teuthology.orchestra.run.smithi076.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-08T22:16:15.446 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2023-12-08T22:16:15.447 INFO:teuthology.orchestra.run.smithi076.stdout:Nothing to do. 2023-12-08T22:16:15.447 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2023-12-08T22:16:15.565 DEBUG:teuthology.orchestra.run.smithi076:> echo no | sudo yum reinstall kernel || true 2023-12-08T22:16:15.625 INFO:teuthology.orchestra.run.smithi003.stdout:lab-extras 4.8 MB/s | 24 kB 00:00 2023-12-08T22:16:15.911 INFO:teuthology.orchestra.run.smithi076.stdout:Updating Subscription Management repositories. 2023-12-08T22:16:15.912 INFO:teuthology.orchestra.run.smithi076.stdout:Unable to read consumer identity 2023-12-08T22:16:16.203 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:00:02 ago on Fri 08 Dec 2023 10:16:14 PM UTC. 2023-12-08T22:16:16.330 INFO:teuthology.orchestra.run.smithi076.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-08T22:16:16.330 INFO:teuthology.orchestra.run.smithi076.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-08T22:16:16.331 INFO:teuthology.orchestra.run.smithi076.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-08T22:16:16.368 INFO:teuthology.orchestra.run.smithi076.stderr:Error: No packages marked for reinstall. 2023-12-08T22:16:16.406 INFO:teuthology.orchestra.run.smithi003.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-08T22:16:16.406 INFO:teuthology.orchestra.run.smithi003.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-08T22:16:16.406 INFO:teuthology.orchestra.run.smithi003.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-08T22:16:16.417 DEBUG:teuthology.orchestra.run.smithi076:> sudo yum reinstall -y kernel || true 2023-12-08T22:16:16.553 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-12-08T22:16:16.554 INFO:teuthology.orchestra.run.smithi003.stdout:Nothing to do. 2023-12-08T22:16:16.554 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-12-08T22:16:16.663 DEBUG:teuthology.orchestra.run.smithi003:> echo no | sudo yum reinstall kernel || true 2023-12-08T22:16:16.761 INFO:teuthology.orchestra.run.smithi076.stdout:Updating Subscription Management repositories. 2023-12-08T22:16:16.761 INFO:teuthology.orchestra.run.smithi076.stdout:Unable to read consumer identity 2023-12-08T22:16:17.027 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-12-08T22:16:17.027 INFO:teuthology.orchestra.run.smithi003.stdout:Unable to read consumer identity 2023-12-08T22:16:17.043 INFO:teuthology.orchestra.run.smithi076.stdout:Last metadata expiration check: 0:00:03 ago on Fri 08 Dec 2023 10:16:14 PM UTC. 2023-12-08T22:16:17.171 INFO:teuthology.orchestra.run.smithi076.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-08T22:16:17.171 INFO:teuthology.orchestra.run.smithi076.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-08T22:16:17.171 INFO:teuthology.orchestra.run.smithi076.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-08T22:16:17.190 INFO:teuthology.orchestra.run.smithi076.stderr:Error: No packages marked for reinstall. 2023-12-08T22:16:17.240 DEBUG:teuthology.orchestra.run.smithi076:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T22:16:17.332 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:00:02 ago on Fri 08 Dec 2023 10:16:15 PM UTC. 2023-12-08T22:16:17.364 INFO:teuthology.orchestra.run.smithi076.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-08T22:16:17.364 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-08T22:16:17.365 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-12-08T22:16:17.365 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-08T22:16:17.365 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-08T22:16:17.365 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-08T22:16:17.365 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi076.front.sepia.ceph.com, path=None, version=distro) 2023-12-08T22:16:17.365 DEBUG:teuthology.orchestra.run.smithi076:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T22:16:17.488 INFO:teuthology.orchestra.run.smithi003.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-08T22:16:17.488 INFO:teuthology.orchestra.run.smithi003.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-08T22:16:17.488 INFO:teuthology.orchestra.run.smithi003.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-08T22:16:17.489 INFO:teuthology.orchestra.run.smithi076.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-08T22:16:17.490 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-08T22:16:17.490 DEBUG:teuthology.orchestra.run.smithi076:> sudo rpm -qi grub2-tools 2023-12-08T22:16:17.504 INFO:teuthology.orchestra.run.smithi003.stderr:Error: No packages marked for reinstall. 2023-12-08T22:16:17.517 INFO:teuthology.orchestra.run.smithi076.stdout:Name : grub2-tools 2023-12-08T22:16:17.517 INFO:teuthology.orchestra.run.smithi076.stdout:Epoch : 1 2023-12-08T22:16:17.517 INFO:teuthology.orchestra.run.smithi076.stdout:Version : 2.02 2023-12-08T22:16:17.517 INFO:teuthology.orchestra.run.smithi076.stdout:Release : 99.el8_4.1 2023-12-08T22:16:17.517 INFO:teuthology.orchestra.run.smithi076.stdout:Architecture: x86_64 2023-12-08T22:16:17.517 INFO:teuthology.orchestra.run.smithi076.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-08T22:16:17.517 INFO:teuthology.orchestra.run.smithi076.stdout:Group : System Environment/Base 2023-12-08T22:16:17.517 INFO:teuthology.orchestra.run.smithi076.stdout:Size : 9264631 2023-12-08T22:16:17.517 INFO:teuthology.orchestra.run.smithi076.stdout:License : GPLv3+ 2023-12-08T22:16:17.518 INFO:teuthology.orchestra.run.smithi076.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-08T22:16:17.518 INFO:teuthology.orchestra.run.smithi076.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-08T22:16:17.518 INFO:teuthology.orchestra.run.smithi076.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-08T22:16:17.518 INFO:teuthology.orchestra.run.smithi076.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-08T22:16:17.518 INFO:teuthology.orchestra.run.smithi076.stdout:Relocations : (not relocatable) 2023-12-08T22:16:17.518 INFO:teuthology.orchestra.run.smithi076.stdout:Packager : Red Hat, Inc. 2023-12-08T22:16:17.518 INFO:teuthology.orchestra.run.smithi076.stdout:Vendor : Red Hat, Inc. 2023-12-08T22:16:17.518 INFO:teuthology.orchestra.run.smithi076.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-08T22:16:17.518 INFO:teuthology.orchestra.run.smithi076.stdout:Summary : Support tools for GRUB. 2023-12-08T22:16:17.518 INFO:teuthology.orchestra.run.smithi076.stdout:Description : 2023-12-08T22:16:17.518 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-08T22:16:17.518 INFO:teuthology.orchestra.run.smithi076.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-08T22:16:17.519 INFO:teuthology.orchestra.run.smithi076.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-08T22:16:17.519 INFO:teuthology.orchestra.run.smithi076.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-08T22:16:17.519 INFO:teuthology.orchestra.run.smithi076.stdout:hardware devices. 2023-12-08T22:16:17.519 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-08T22:16:17.519 INFO:teuthology.orchestra.run.smithi076.stdout:This subpackage provides tools for support of all platforms. 2023-12-08T22:16:17.520 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-08T22:16:17.521 INFO:teuthology.task.kernel:Updating grub on smithi076 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-08T22:16:17.521 DEBUG:teuthology.orchestra.run.smithi076:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-08T22:16:17.555 DEBUG:teuthology.orchestra.run.smithi003:> sudo yum reinstall -y kernel || true 2023-12-08T22:16:17.920 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-12-08T22:16:17.920 INFO:teuthology.orchestra.run.smithi003.stdout:Unable to read consumer identity 2023-12-08T22:16:18.216 INFO:teuthology.orchestra.run.smithi003.stdout:Last metadata expiration check: 0:00:03 ago on Fri 08 Dec 2023 10:16:15 PM UTC. 2023-12-08T22:16:18.363 INFO:teuthology.orchestra.run.smithi003.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-08T22:16:18.363 INFO:teuthology.orchestra.run.smithi003.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-08T22:16:18.363 INFO:teuthology.orchestra.run.smithi003.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-08T22:16:18.372 INFO:teuthology.orchestra.run.smithi003.stderr:Error: No packages marked for reinstall. 2023-12-08T22:16:18.423 DEBUG:teuthology.orchestra.run.smithi003:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T22:16:18.554 INFO:teuthology.orchestra.run.smithi003.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-08T22:16:18.554 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-08T22:16:18.554 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-12-08T22:16:18.554 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-08T22:16:18.554 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-08T22:16:18.555 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-08T22:16:18.555 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi003.front.sepia.ceph.com, path=None, version=distro) 2023-12-08T22:16:18.555 DEBUG:teuthology.orchestra.run.smithi003:> rpm -q kernel | sort -rV | head -n 1 2023-12-08T22:16:18.685 INFO:teuthology.orchestra.run.smithi003.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-08T22:16:18.686 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-08T22:16:18.686 DEBUG:teuthology.orchestra.run.smithi003:> sudo rpm -qi grub2-tools 2023-12-08T22:16:18.714 INFO:teuthology.orchestra.run.smithi003.stdout:Name : grub2-tools 2023-12-08T22:16:18.714 INFO:teuthology.orchestra.run.smithi003.stdout:Epoch : 1 2023-12-08T22:16:18.714 INFO:teuthology.orchestra.run.smithi003.stdout:Version : 2.02 2023-12-08T22:16:18.714 INFO:teuthology.orchestra.run.smithi003.stdout:Release : 99.el8_4.1 2023-12-08T22:16:18.714 INFO:teuthology.orchestra.run.smithi003.stdout:Architecture: x86_64 2023-12-08T22:16:18.715 INFO:teuthology.orchestra.run.smithi003.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-08T22:16:18.715 INFO:teuthology.orchestra.run.smithi003.stdout:Group : System Environment/Base 2023-12-08T22:16:18.715 INFO:teuthology.orchestra.run.smithi003.stdout:Size : 9264631 2023-12-08T22:16:18.715 INFO:teuthology.orchestra.run.smithi003.stdout:License : GPLv3+ 2023-12-08T22:16:18.715 INFO:teuthology.orchestra.run.smithi003.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-08T22:16:18.715 INFO:teuthology.orchestra.run.smithi003.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-08T22:16:18.715 INFO:teuthology.orchestra.run.smithi003.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-08T22:16:18.715 INFO:teuthology.orchestra.run.smithi003.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-08T22:16:18.715 INFO:teuthology.orchestra.run.smithi003.stdout:Relocations : (not relocatable) 2023-12-08T22:16:18.715 INFO:teuthology.orchestra.run.smithi003.stdout:Packager : Red Hat, Inc. 2023-12-08T22:16:18.715 INFO:teuthology.orchestra.run.smithi003.stdout:Vendor : Red Hat, Inc. 2023-12-08T22:16:18.715 INFO:teuthology.orchestra.run.smithi003.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-08T22:16:18.715 INFO:teuthology.orchestra.run.smithi003.stdout:Summary : Support tools for GRUB. 2023-12-08T22:16:18.715 INFO:teuthology.orchestra.run.smithi003.stdout:Description : 2023-12-08T22:16:18.716 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:16:18.716 INFO:teuthology.orchestra.run.smithi003.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-08T22:16:18.716 INFO:teuthology.orchestra.run.smithi003.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-08T22:16:18.716 INFO:teuthology.orchestra.run.smithi003.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-08T22:16:18.716 INFO:teuthology.orchestra.run.smithi003.stdout:hardware devices. 2023-12-08T22:16:18.716 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:16:18.716 INFO:teuthology.orchestra.run.smithi003.stdout:This subpackage provides tools for support of all platforms. 2023-12-08T22:16:18.717 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-08T22:16:18.717 INFO:teuthology.task.kernel:Updating grub on smithi003 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-08T22:16:18.717 DEBUG:teuthology.orchestra.run.smithi003:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-08T22:16:18.850 INFO:teuthology.orchestra.run.smithi076.stderr:Generating grub configuration file ... 2023-12-08T22:16:20.196 INFO:teuthology.orchestra.run.smithi003.stderr:Generating grub configuration file ... 2023-12-08T22:16:20.738 INFO:teuthology.orchestra.run.smithi076.stderr:done 2023-12-08T22:16:20.739 DEBUG:teuthology.orchestra.run.smithi076:> mktemp 2023-12-08T22:16:20.754 INFO:teuthology.orchestra.run.smithi076.stdout:/tmp/tmp.bKRd0lZfbZ 2023-12-08T22:16:20.755 DEBUG:teuthology.orchestra.run.smithi076:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.bKRd0lZfbZ 2023-12-08T22:16:20.842 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod 0666 /tmp/tmp.bKRd0lZfbZ 2023-12-08T22:16:20.971 DEBUG:teuthology.orchestra.remote:smithi076:/tmp/tmp.bKRd0lZfbZ is 6KB 2023-12-08T22:16:21.023 DEBUG:teuthology.orchestra.run.smithi076:> rm -fr /tmp/tmp.bKRd0lZfbZ 2023-12-08T22:16:21.036 DEBUG:teuthology.orchestra.run.smithi076:> sudo /bin/ls /boot/loader/entries || true 2023-12-08T22:16:21.104 INFO:teuthology.orchestra.run.smithi076.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-08T22:16:21.104 INFO:teuthology.orchestra.run.smithi076.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-08T22:16:21.104 INFO:teuthology.orchestra.run.smithi076.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-08T22:16:21.104 INFO:teuthology.orchestra.run.smithi076.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-08T22:16:21.105 DEBUG:teuthology.orchestra.run.smithi076:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-08T22:16:21.250 DEBUG:teuthology.orchestra.run.smithi076:> sudo shutdown -r now 2023-12-08T22:16:22.384 INFO:teuthology.orchestra.run.smithi003.stderr:done 2023-12-08T22:16:22.386 DEBUG:teuthology.orchestra.run.smithi003:> mktemp 2023-12-08T22:16:22.405 INFO:teuthology.orchestra.run.smithi003.stdout:/tmp/tmp.s8DBPzdgF5 2023-12-08T22:16:22.406 DEBUG:teuthology.orchestra.run.smithi003:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.s8DBPzdgF5 2023-12-08T22:16:22.481 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod 0666 /tmp/tmp.s8DBPzdgF5 2023-12-08T22:16:22.644 DEBUG:teuthology.orchestra.remote:smithi003:/tmp/tmp.s8DBPzdgF5 is 6KB 2023-12-08T22:16:22.692 DEBUG:teuthology.orchestra.run.smithi003:> rm -fr /tmp/tmp.s8DBPzdgF5 2023-12-08T22:16:22.706 DEBUG:teuthology.orchestra.run.smithi003:> sudo /bin/ls /boot/loader/entries || true 2023-12-08T22:16:22.774 INFO:teuthology.orchestra.run.smithi003.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-08T22:16:22.775 INFO:teuthology.orchestra.run.smithi003.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-08T22:16:22.775 INFO:teuthology.orchestra.run.smithi003.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-08T22:16:22.775 INFO:teuthology.orchestra.run.smithi003.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-08T22:16:22.776 DEBUG:teuthology.orchestra.run.smithi003:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-08T22:16:22.943 DEBUG:teuthology.orchestra.run.smithi003:> sudo shutdown -r now 2023-12-08T22:16:51.279 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-08T22:16:51.279 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2023-12-08T22:16:51.280 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T22:16:52.948 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-08T22:16:52.948 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2023-12-08T22:16:52.949 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T22:17:09.730 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.76 2023-12-08T22:17:11.266 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.3 2023-12-08T22:17:18.738 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2023-12-08T22:17:18.739 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T22:17:20.268 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2023-12-08T22:17:20.269 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T22:17:21.798 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.76 2023-12-08T22:17:33.810 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2023-12-08T22:17:33.811 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T22:17:36.866 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.76 2023-12-08T22:17:51.878 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2023-12-08T22:17:51.879 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T22:18:20.299 DEBUG:teuthology.orchestra.remote:timed out 2023-12-08T22:18:24.165 DEBUG:teuthology.orchestra.run.smithi076:> true 2023-12-08T22:18:25.533 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi076.front.sepia.ceph.com' 2023-12-08T22:18:25.533 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-08T22:18:25.534 DEBUG:teuthology.orchestra.run.smithi076:> uname -r 2023-12-08T22:18:25.836 INFO:teuthology.orchestra.run.smithi076.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-08T22:18:25.836 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-12-08T22:18:25.837 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-08T22:18:25.837 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-08T22:18:26.837 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-08T22:18:26.837 DEBUG:teuthology.orchestra.run.smithi076:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-08T22:18:26.935 INFO:teuthology.orchestra.run.smithi076.stdout:ttyS1 2023-12-08T22:18:26.951 DEBUG:teuthology.parallel:result is None 2023-12-08T22:18:32.299 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2023-12-08T22:18:32.300 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T22:18:32.661 DEBUG:teuthology.orchestra.run.smithi003:> true 2023-12-08T22:18:32.953 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi003.front.sepia.ceph.com' 2023-12-08T22:18:32.953 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-08T22:18:32.954 DEBUG:teuthology.orchestra.run.smithi003:> uname -r 2023-12-08T22:18:32.970 INFO:teuthology.orchestra.run.smithi003.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-08T22:18:32.970 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-12-08T22:18:32.970 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-08T22:18:32.970 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-08T22:18:33.971 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-08T22:18:33.971 DEBUG:teuthology.orchestra.run.smithi003:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-08T22:18:34.080 INFO:teuthology.orchestra.run.smithi003.stdout:ttyS1 2023-12-08T22:18:34.094 DEBUG:teuthology.parallel:result is None 2023-12-08T22:18:34.095 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-08T22:18:34.102 INFO:teuthology.task.internal:Creating test directory... 2023-12-08T22:18:34.102 DEBUG:teuthology.orchestra.run.smithi003:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-08T22:18:34.105 DEBUG:teuthology.orchestra.run.smithi076:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-08T22:18:34.121 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-08T22:18:34.133 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-08T22:18:34.148 INFO:teuthology.task.internal:Creating archive directory... 2023-12-08T22:18:34.148 DEBUG:teuthology.orchestra.run.smithi003:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-08T22:18:34.163 DEBUG:teuthology.orchestra.run.smithi076:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-08T22:18:34.195 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-08T22:18:34.204 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-08T22:18:34.204 DEBUG:teuthology.orchestra.run.smithi003:> 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 2023-12-08T22:18:34.232 DEBUG:teuthology.orchestra.run.smithi076:> 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 2023-12-08T22:18:34.266 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T22:18:34.267 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T22:18:34.277 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T22:18:34.280 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-08T22:18:34.281 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-08T22:18:34.293 INFO:teuthology.task.internal:Configuring sudo... 2023-12-08T22:18:34.293 DEBUG:teuthology.orchestra.run.smithi003:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-08T22:18:34.324 DEBUG:teuthology.orchestra.run.smithi076:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-08T22:18:34.351 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-08T22:18:34.361 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-08T22:18:34.361 DEBUG:teuthology.orchestra.run.smithi003:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-08T22:18:34.394 DEBUG:teuthology.orchestra.run.smithi076:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-08T22:18:34.409 DEBUG:teuthology.orchestra.run.smithi003:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T22:18:34.490 DEBUG:teuthology.orchestra.run.smithi003:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T22:18:34.534 DEBUG:teuthology.orchestra.run.smithi003:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T22:18:34.617 DEBUG:teuthology.orchestra.run.smithi003:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T22:18:34.659 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-12-08T22:18:34.659 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-08T22:18:34.725 DEBUG:teuthology.orchestra.run.smithi076:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T22:18:34.766 DEBUG:teuthology.orchestra.run.smithi076:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-08T22:18:34.807 DEBUG:teuthology.orchestra.run.smithi076:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T22:18:34.889 DEBUG:teuthology.orchestra.run.smithi076:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-08T22:18:34.928 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2023-12-08T22:18:34.928 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-08T22:18:34.992 DEBUG:teuthology.orchestra.run.smithi003:> sudo service rsyslog restart 2023-12-08T22:18:34.994 DEBUG:teuthology.orchestra.run.smithi076:> sudo service rsyslog restart 2023-12-08T22:18:35.049 INFO:teuthology.orchestra.run.smithi003.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T22:18:35.091 INFO:teuthology.orchestra.run.smithi076.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T22:18:35.481 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-08T22:18:35.534 INFO:teuthology.task.internal:Starting timer... 2023-12-08T22:18:35.535 INFO:teuthology.run_tasks:Running task pcp... 2023-12-08T22:18:35.573 INFO:teuthology.run_tasks:Running task selinux... 2023-12-08T22:18:35.612 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-08T22:18:35.613 DEBUG:teuthology.orchestra.run.smithi003:> sudo service auditd rotate 2023-12-08T22:18:35.677 INFO:teuthology.orchestra.run.smithi003.stdout:Rotating logs: [ OK ] 2023-12-08T22:18:35.678 DEBUG:teuthology.orchestra.run.smithi076:> sudo service auditd rotate 2023-12-08T22:18:35.740 INFO:teuthology.orchestra.run.smithi076.stdout:Rotating logs: [ OK ] 2023-12-08T22:18:35.741 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-08T22:18:35.742 DEBUG:teuthology.orchestra.run.smithi003:> /usr/sbin/getenforce 2023-12-08T22:18:35.767 INFO:teuthology.orchestra.run.smithi003.stdout:Permissive 2023-12-08T22:18:35.767 DEBUG:teuthology.orchestra.run.smithi076:> /usr/sbin/getenforce 2023-12-08T22:18:35.790 INFO:teuthology.orchestra.run.smithi076.stdout:Permissive 2023-12-08T22:18:35.790 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi003.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi076.front.sepia.ceph.com': 'permissive'} 2023-12-08T22:18:35.790 DEBUG:teuthology.orchestra.run.smithi003:> 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 2023-12-08T22:18:35.833 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T22:18:35.834 DEBUG:teuthology.orchestra.run.smithi076:> 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 2023-12-08T22:18:35.858 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T22:18:35.858 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-08T22:18:35.859 DEBUG:teuthology.orchestra.run.smithi003:> sudo /usr/sbin/setenforce permissive 2023-12-08T22:18:35.901 DEBUG:teuthology.orchestra.run.smithi076:> sudo /usr/sbin/setenforce permissive 2023-12-08T22:18:35.926 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-08T22:18:35.936 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-08T22:18:35.941 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-08T22:18:36.059 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-08T22:18:36.074 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'}]}] 2023-12-08T22:18:36.075 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi003.front.sepia.ceph.com,smithi076.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-08T22:27:19.613 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi003.front.sepia.ceph.com'), Remote(name='ubuntu@smithi076.front.sepia.ceph.com')] 2023-12-08T22:27:19.614 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi003.front.sepia.ceph.com' 2023-12-08T22:27:19.615 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi003.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T22:27:19.684 DEBUG:teuthology.orchestra.run.smithi003:> true 2023-12-08T22:27:19.753 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi003.front.sepia.ceph.com' 2023-12-08T22:27:19.754 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2023-12-08T22:27:19.754 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-08T22:27:19.822 DEBUG:teuthology.orchestra.run.smithi076:> true 2023-12-08T22:27:19.889 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi076.front.sepia.ceph.com' 2023-12-08T22:27:19.889 INFO:teuthology.run_tasks:Running task clock... 2023-12-08T22:27:19.900 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-08T22:27:19.901 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-08T22:27:19.901 DEBUG:teuthology.orchestra.run.smithi003:> 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 2023-12-08T22:27:19.903 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-08T22:27:19.903 DEBUG:teuthology.orchestra.run.smithi076:> 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 2023-12-08T22:27:19.933 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-08T22:27:19.948 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-08T22:27:19.958 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-08T22:27:19.972 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-08T22:27:19.990 INFO:teuthology.orchestra.run.smithi003.stderr:sudo: ntpd: command not found 2023-12-08T22:27:19.997 INFO:teuthology.orchestra.run.smithi003.stdout:506 Cannot talk to daemon 2023-12-08T22:27:20.006 INFO:teuthology.orchestra.run.smithi076.stderr:sudo: ntpd: command not found 2023-12-08T22:27:20.012 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-08T22:27:20.017 INFO:teuthology.orchestra.run.smithi076.stdout:506 Cannot talk to daemon 2023-12-08T22:27:20.026 INFO:teuthology.orchestra.run.smithi003.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-08T22:27:20.030 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-08T22:27:20.044 INFO:teuthology.orchestra.run.smithi076.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-08T22:27:20.094 INFO:teuthology.orchestra.run.smithi003.stderr:bash: ntpq: command not found 2023-12-08T22:27:20.097 INFO:teuthology.orchestra.run.smithi003.stdout:210 Number of sources = 4 2023-12-08T22:27:20.097 INFO:teuthology.orchestra.run.smithi003.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T22:27:20.097 INFO:teuthology.orchestra.run.smithi003.stdout:=============================================================================== 2023-12-08T22:27:20.097 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T22:27:20.097 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T22:27:20.098 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T22:27:20.098 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T22:27:20.132 INFO:teuthology.orchestra.run.smithi076.stderr:bash: ntpq: command not found 2023-12-08T22:27:20.134 INFO:teuthology.orchestra.run.smithi076.stdout:210 Number of sources = 4 2023-12-08T22:27:20.134 INFO:teuthology.orchestra.run.smithi076.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T22:27:20.134 INFO:teuthology.orchestra.run.smithi076.stdout:=============================================================================== 2023-12-08T22:27:20.134 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T22:27:20.134 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T22:27:20.135 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T22:27:20.135 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T22:27:20.136 INFO:teuthology.run_tasks:Running task pexec... 2023-12-08T22:27:20.156 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-08T22:27:20.156 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi003.front.sepia.ceph.com 2023-12-08T22:27:20.156 DEBUG:teuthology.orchestra.run.smithi003:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-08T22:27:20.157 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi076.front.sepia.ceph.com 2023-12-08T22:27:20.157 DEBUG:teuthology.orchestra.run.smithi076:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-08T22:27:20.569 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-12-08T22:27:20.572 INFO:teuthology.orchestra.run.smithi076.stdout:Updating Subscription Management repositories. 2023-12-08T22:27:21.758 INFO:teuthology.orchestra.run.smithi076.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 115 kB/s | 4.1 kB 00:00 2023-12-08T22:27:21.797 INFO:teuthology.orchestra.run.smithi003.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 118 kB/s | 4.5 kB 00:00 2023-12-08T22:27:21.907 INFO:teuthology.orchestra.run.smithi076.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 127 kB/s | 4.5 kB 00:00 2023-12-08T22:27:22.027 INFO:teuthology.orchestra.run.smithi003.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 113 kB/s | 4.1 kB 00:00 2023-12-08T22:27:24.035 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2023-12-08T22:27:24.036 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2023-12-08T22:27:24.036 INFO:teuthology.orchestra.run.smithi076.stdout: Package Architecture Version Repository Size 2023-12-08T22:27:24.036 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2023-12-08T22:27:24.036 INFO:teuthology.orchestra.run.smithi076.stdout:Resetting modules: 2023-12-08T22:27:24.036 INFO:teuthology.orchestra.run.smithi076.stdout: container-tools 2023-12-08T22:27:24.036 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-08T22:27:24.037 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2023-12-08T22:27:24.037 INFO:teuthology.orchestra.run.smithi076.stdout:================================================================================ 2023-12-08T22:27:24.037 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-08T22:27:24.379 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-12-08T22:27:24.380 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-12-08T22:27:24.380 INFO:teuthology.orchestra.run.smithi003.stdout: Package Architecture Version Repository Size 2023-12-08T22:27:24.380 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-12-08T22:27:24.380 INFO:teuthology.orchestra.run.smithi003.stdout:Resetting modules: 2023-12-08T22:27:24.380 INFO:teuthology.orchestra.run.smithi003.stdout: container-tools 2023-12-08T22:27:24.380 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:27:24.380 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-12-08T22:27:24.380 INFO:teuthology.orchestra.run.smithi003.stdout:================================================================================ 2023-12-08T22:27:24.380 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:27:26.773 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2023-12-08T22:27:27.227 INFO:teuthology.orchestra.run.smithi076.stdout:Updating Subscription Management repositories. 2023-12-08T22:27:27.450 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-12-08T22:27:27.922 INFO:teuthology.orchestra.run.smithi003.stdout:Updating Subscription Management repositories. 2023-12-08T22:27:28.272 INFO:teuthology.orchestra.run.smithi076.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 153 kB/s | 4.1 kB 00:00 2023-12-08T22:27:28.413 INFO:teuthology.orchestra.run.smithi076.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 175 kB/s | 4.5 kB 00:00 2023-12-08T22:27:28.887 INFO:teuthology.orchestra.run.smithi003.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 141 kB/s | 4.5 kB 00:00 2023-12-08T22:27:29.114 INFO:teuthology.orchestra.run.smithi003.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 113 kB/s | 4.1 kB 00:00 2023-12-08T22:27:30.500 INFO:teuthology.orchestra.run.smithi076.stdout:Dependencies resolved. 2023-12-08T22:27:30.550 INFO:teuthology.orchestra.run.smithi076.stdout:========================================================================================================================== 2023-12-08T22:27:30.550 INFO:teuthology.orchestra.run.smithi076.stdout: Package Arch Version Repository Size 2023-12-08T22:27:30.550 INFO:teuthology.orchestra.run.smithi076.stdout:========================================================================================================================== 2023-12-08T22:27:30.550 INFO:teuthology.orchestra.run.smithi076.stdout:Installing group/module packages: 2023-12-08T22:27:30.550 INFO:teuthology.orchestra.run.smithi076.stdout: buildah x86_64 1.19.7-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 7.4 M 2023-12-08T22:27:30.550 INFO:teuthology.orchestra.run.smithi076.stdout: cockpit-podman noarch 29-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-08T22:27:30.550 INFO:teuthology.orchestra.run.smithi076.stdout: crun x86_64 0.18-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-08T22:27:30.551 INFO:teuthology.orchestra.run.smithi076.stdout: skopeo x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 6.3 M 2023-12-08T22:27:30.551 INFO:teuthology.orchestra.run.smithi076.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 16 k 2023-12-08T22:27:30.551 INFO:teuthology.orchestra.run.smithi076.stdout: udica noarch 0.2.4-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-08T22:27:30.551 INFO:teuthology.orchestra.run.smithi076.stdout:Installing dependencies: 2023-12-08T22:27:30.551 INFO:teuthology.orchestra.run.smithi076.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-08T22:27:30.551 INFO:teuthology.orchestra.run.smithi076.stdout:Downgrading: 2023-12-08T22:27:30.551 INFO:teuthology.orchestra.run.smithi076.stdout: conmon x86_64 2:2.0.26-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-08T22:27:30.551 INFO:teuthology.orchestra.run.smithi076.stdout: container-selinux noarch 2:2.167.0-1.module+el8.4.0+12448+09f02219 rhel-8-for-x86_64-appstream-rpms 52 k 2023-12-08T22:27:30.551 INFO:teuthology.orchestra.run.smithi076.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 20 M 2023-12-08T22:27:30.551 INFO:teuthology.orchestra.run.smithi076.stdout: containers-common x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-08T22:27:30.551 INFO:teuthology.orchestra.run.smithi076.stdout: criu x86_64 3.15-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-08T22:27:30.551 INFO:teuthology.orchestra.run.smithi076.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-08T22:27:30.551 INFO:teuthology.orchestra.run.smithi076.stdout: libslirp x86_64 4.3.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-08T22:27:30.551 INFO:teuthology.orchestra.run.smithi076.stdout: podman x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 12 M 2023-12-08T22:27:30.552 INFO:teuthology.orchestra.run.smithi076.stdout: podman-catatonit x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 320 k 2023-12-08T22:27:30.552 INFO:teuthology.orchestra.run.smithi076.stdout: podman-docker noarch 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-08T22:27:30.552 INFO:teuthology.orchestra.run.smithi076.stdout: runc x86_64 1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7 rhel-8-for-x86_64-appstream-rpms 3.1 M 2023-12-08T22:27:30.552 INFO:teuthology.orchestra.run.smithi076.stdout: slirp4netns x86_64 1.1.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-08T22:27:30.552 INFO:teuthology.orchestra.run.smithi076.stdout:Installing module profiles: 2023-12-08T22:27:30.552 INFO:teuthology.orchestra.run.smithi076.stdout: container-tools/common 2023-12-08T22:27:30.552 INFO:teuthology.orchestra.run.smithi076.stdout:Enabling module streams: 2023-12-08T22:27:30.552 INFO:teuthology.orchestra.run.smithi076.stdout: container-tools 3.0 2023-12-08T22:27:30.552 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-08T22:27:30.552 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction Summary 2023-12-08T22:27:30.552 INFO:teuthology.orchestra.run.smithi076.stdout:========================================================================================================================== 2023-12-08T22:27:30.552 INFO:teuthology.orchestra.run.smithi076.stdout:Install 7 Packages 2023-12-08T22:27:30.552 INFO:teuthology.orchestra.run.smithi076.stdout:Downgrade 12 Packages 2023-12-08T22:27:30.552 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-08T22:27:30.553 INFO:teuthology.orchestra.run.smithi076.stdout:Total download size: 51 M 2023-12-08T22:27:30.553 INFO:teuthology.orchestra.run.smithi076.stdout:Downloading Packages: 2023-12-08T22:27:30.587 INFO:teuthology.orchestra.run.smithi076.stdout:(1/19): container-selinux-2.167.0-1.module+el8. 1.5 MB/s | 52 kB 00:00 2023-12-08T22:27:30.602 INFO:teuthology.orchestra.run.smithi076.stdout:(2/19): libslirp-4.3.1-1.module+el8.4.0+11818+3 1.4 MB/s | 69 kB 00:00 2023-12-08T22:27:30.610 INFO:teuthology.orchestra.run.smithi076.stdout:(3/19): criu-3.15-1.module+el8.4.0+11818+341460 22 MB/s | 511 kB 00:00 2023-12-08T22:27:30.628 INFO:teuthology.orchestra.run.smithi076.stdout:(4/19): conmon-2.0.26-1.module+el8.4.0+11818+34 2.8 MB/s | 51 kB 00:00 2023-12-08T22:27:30.644 INFO:teuthology.orchestra.run.smithi076.stdout:(5/19): podman-docker-3.0.1-7.module+el8.4.0+12 3.6 MB/s | 56 kB 00:00 2023-12-08T22:27:30.663 INFO:teuthology.orchestra.run.smithi076.stdout:(6/19): runc-1.0.0-72.rc92.module+el8.4.0+12507 50 MB/s | 3.1 MB 00:00 2023-12-08T22:27:30.664 INFO:teuthology.orchestra.run.smithi076.stdout:(7/19): slirp4netns-1.1.8-1.module+el8.4.0+1181 2.5 MB/s | 51 kB 00:00 2023-12-08T22:27:30.680 INFO:teuthology.orchestra.run.smithi076.stdout:(8/19): fuse-overlayfs-1.4.0-2.module+el8.4.0+1 4.1 MB/s | 72 kB 00:00 2023-12-08T22:27:30.683 INFO:teuthology.orchestra.run.smithi076.stdout:(9/19): podman-catatonit-3.0.1-7.module+el8.4.0 17 MB/s | 320 kB 00:00 2023-12-08T22:27:30.700 INFO:teuthology.orchestra.run.smithi076.stdout:(10/19): containers-common-1.2.2-8.module+el8.4 5.3 MB/s | 91 kB 00:00 2023-12-08T22:27:30.716 INFO:teuthology.orchestra.run.smithi076.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 2.5 MB/s | 41 kB 00:00 2023-12-08T22:27:30.731 INFO:teuthology.orchestra.run.smithi076.stdout:(12/19): udica-0.2.4-1.module+el8.4.0+11818+341 3.3 MB/s | 51 kB 00:00 2023-12-08T22:27:30.872 INFO:teuthology.orchestra.run.smithi076.stdout:(13/19): buildah-1.19.7-1.module+el8.4.0+11818+ 53 MB/s | 7.4 MB 00:00 2023-12-08T22:27:30.992 INFO:teuthology.orchestra.run.smithi076.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 46 MB/s | 20 MB 00:00 2023-12-08T22:27:31.116 INFO:teuthology.orchestra.run.smithi076.stdout:(15/19): podman-3.0.1-7.module+el8.4.0+12906+0c 27 MB/s | 12 MB 00:00 2023-12-08T22:27:31.130 INFO:teuthology.orchestra.run.smithi076.stdout:(16/19): cockpit-podman-29-2.module+el8.4.0+118 4.1 MB/s | 1.1 MB 00:00 2023-12-08T22:27:31.133 INFO:teuthology.orchestra.run.smithi076.stdout:(17/19): crun-0.18-2.module+el8.4.0+11818+34146 10 MB/s | 185 kB 00:00 2023-12-08T22:27:31.143 INFO:teuthology.orchestra.run.smithi076.stdout:(18/19): toolbox-0.0.8-1.module+el8.4.0+11818+3 1.3 MB/s | 16 kB 00:00 2023-12-08T22:27:31.180 INFO:teuthology.orchestra.run.smithi076.stdout:(19/19): skopeo-1.2.2-8.module+el8.4.0+11818+34 33 MB/s | 6.3 MB 00:00 2023-12-08T22:27:31.181 INFO:teuthology.orchestra.run.smithi076.stdout:-------------------------------------------------------------------------------- 2023-12-08T22:27:31.181 INFO:teuthology.orchestra.run.smithi076.stdout:Total 82 MB/s | 51 MB 00:00 2023-12-08T22:27:31.197 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction check 2023-12-08T22:27:31.240 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction check succeeded. 2023-12-08T22:27:31.240 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction test 2023-12-08T22:27:31.517 INFO:teuthology.orchestra.run.smithi003.stdout:Dependencies resolved. 2023-12-08T22:27:31.572 INFO:teuthology.orchestra.run.smithi003.stdout:========================================================================================================================== 2023-12-08T22:27:31.572 INFO:teuthology.orchestra.run.smithi003.stdout: Package Arch Version Repository Size 2023-12-08T22:27:31.572 INFO:teuthology.orchestra.run.smithi003.stdout:========================================================================================================================== 2023-12-08T22:27:31.572 INFO:teuthology.orchestra.run.smithi003.stdout:Installing group/module packages: 2023-12-08T22:27:31.572 INFO:teuthology.orchestra.run.smithi003.stdout: buildah x86_64 1.19.7-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 7.4 M 2023-12-08T22:27:31.572 INFO:teuthology.orchestra.run.smithi003.stdout: cockpit-podman noarch 29-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-08T22:27:31.572 INFO:teuthology.orchestra.run.smithi003.stdout: crun x86_64 0.18-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-08T22:27:31.572 INFO:teuthology.orchestra.run.smithi003.stdout: skopeo x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 6.3 M 2023-12-08T22:27:31.572 INFO:teuthology.orchestra.run.smithi003.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 16 k 2023-12-08T22:27:31.572 INFO:teuthology.orchestra.run.smithi003.stdout: udica noarch 0.2.4-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-08T22:27:31.573 INFO:teuthology.orchestra.run.smithi003.stdout:Installing dependencies: 2023-12-08T22:27:31.573 INFO:teuthology.orchestra.run.smithi003.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-08T22:27:31.573 INFO:teuthology.orchestra.run.smithi003.stdout:Downgrading: 2023-12-08T22:27:31.573 INFO:teuthology.orchestra.run.smithi003.stdout: conmon x86_64 2:2.0.26-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-08T22:27:31.573 INFO:teuthology.orchestra.run.smithi003.stdout: container-selinux noarch 2:2.167.0-1.module+el8.4.0+12448+09f02219 rhel-8-for-x86_64-appstream-rpms 52 k 2023-12-08T22:27:31.573 INFO:teuthology.orchestra.run.smithi003.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 20 M 2023-12-08T22:27:31.573 INFO:teuthology.orchestra.run.smithi003.stdout: containers-common x86_64 1:1.2.2-8.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-08T22:27:31.573 INFO:teuthology.orchestra.run.smithi003.stdout: criu x86_64 3.15-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-08T22:27:31.573 INFO:teuthology.orchestra.run.smithi003.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-08T22:27:31.573 INFO:teuthology.orchestra.run.smithi003.stdout: libslirp x86_64 4.3.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-08T22:27:31.573 INFO:teuthology.orchestra.run.smithi003.stdout: podman x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 12 M 2023-12-08T22:27:31.573 INFO:teuthology.orchestra.run.smithi003.stdout: podman-catatonit x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 320 k 2023-12-08T22:27:31.573 INFO:teuthology.orchestra.run.smithi003.stdout: podman-docker noarch 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-08T22:27:31.573 INFO:teuthology.orchestra.run.smithi003.stdout: runc x86_64 1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7 rhel-8-for-x86_64-appstream-rpms 3.1 M 2023-12-08T22:27:31.573 INFO:teuthology.orchestra.run.smithi003.stdout: slirp4netns x86_64 1.1.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-08T22:27:31.574 INFO:teuthology.orchestra.run.smithi003.stdout:Installing module profiles: 2023-12-08T22:27:31.574 INFO:teuthology.orchestra.run.smithi003.stdout: container-tools/common 2023-12-08T22:27:31.574 INFO:teuthology.orchestra.run.smithi003.stdout:Enabling module streams: 2023-12-08T22:27:31.574 INFO:teuthology.orchestra.run.smithi003.stdout: container-tools 3.0 2023-12-08T22:27:31.574 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:27:31.574 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction Summary 2023-12-08T22:27:31.574 INFO:teuthology.orchestra.run.smithi003.stdout:========================================================================================================================== 2023-12-08T22:27:31.574 INFO:teuthology.orchestra.run.smithi003.stdout:Install 7 Packages 2023-12-08T22:27:31.574 INFO:teuthology.orchestra.run.smithi003.stdout:Downgrade 12 Packages 2023-12-08T22:27:31.574 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:27:31.575 INFO:teuthology.orchestra.run.smithi003.stdout:Total download size: 51 M 2023-12-08T22:27:31.575 INFO:teuthology.orchestra.run.smithi003.stdout:Downloading Packages: 2023-12-08T22:27:31.610 INFO:teuthology.orchestra.run.smithi003.stdout:(1/19): container-selinux-2.167.0-1.module+el8. 1.5 MB/s | 52 kB 00:00 2023-12-08T22:27:31.626 INFO:teuthology.orchestra.run.smithi003.stdout:(2/19): libslirp-4.3.1-1.module+el8.4.0+11818+3 1.3 MB/s | 69 kB 00:00 2023-12-08T22:27:31.635 INFO:teuthology.orchestra.run.smithi003.stdout:(3/19): criu-3.15-1.module+el8.4.0+11818+341460 20 MB/s | 511 kB 00:00 2023-12-08T22:27:31.648 INFO:teuthology.orchestra.run.smithi003.stdout:(4/19): conmon-2.0.26-1.module+el8.4.0+11818+34 3.7 MB/s | 51 kB 00:00 2023-12-08T22:27:31.664 INFO:teuthology.orchestra.run.smithi003.stdout:(5/19): podman-docker-3.0.1-7.module+el8.4.0+12 3.7 MB/s | 56 kB 00:00 2023-12-08T22:27:31.679 INFO:teuthology.orchestra.run.smithi003.stdout:(6/19): slirp4netns-1.1.8-1.module+el8.4.0+1181 3.4 MB/s | 51 kB 00:00 2023-12-08T22:27:31.693 INFO:teuthology.orchestra.run.smithi003.stdout:(7/19): runc-1.0.0-72.rc92.module+el8.4.0+12507 46 MB/s | 3.1 MB 00:00 2023-12-08T22:27:31.695 INFO:teuthology.orchestra.run.smithi003.stdout:(8/19): fuse-overlayfs-1.4.0-2.module+el8.4.0+1 4.4 MB/s | 72 kB 00:00 2023-12-08T22:27:31.713 INFO:teuthology.orchestra.run.smithi003.stdout:(9/19): podman-catatonit-3.0.1-7.module+el8.4.0 16 MB/s | 320 kB 00:00 2023-12-08T22:27:31.728 INFO:teuthology.orchestra.run.smithi003.stdout:(10/19): containers-common-1.2.2-8.module+el8.4 5.7 MB/s | 91 kB 00:00 2023-12-08T22:27:31.743 INFO:teuthology.orchestra.run.smithi003.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 2.8 MB/s | 41 kB 00:00 2023-12-08T22:27:31.760 INFO:teuthology.orchestra.run.smithi003.stdout:(12/19): udica-0.2.4-1.module+el8.4.0+11818+341 3.0 MB/s | 51 kB 00:00 2023-12-08T22:27:31.934 INFO:teuthology.orchestra.run.smithi003.stdout:(13/19): podman-3.0.1-7.module+el8.4.0+12906+0c 50 MB/s | 12 MB 00:00 2023-12-08T22:27:32.023 INFO:teuthology.orchestra.run.smithi003.stdout:(14/19): buildah-1.19.7-1.module+el8.4.0+11818+ 28 MB/s | 7.4 MB 00:00 2023-12-08T22:27:32.042 INFO:teuthology.orchestra.run.smithi003.stdout:(15/19): cockpit-podman-29-2.module+el8.4.0+118 10 MB/s | 1.1 MB 00:00 2023-12-08T22:27:32.072 INFO:teuthology.orchestra.run.smithi076.stdout:Transaction test succeeded. 2023-12-08T22:27:32.077 INFO:teuthology.orchestra.run.smithi076.stdout:Running transaction 2023-12-08T22:27:32.184 INFO:teuthology.orchestra.run.smithi003.stdout:(16/19): containernetworking-plugins-0.9.1-1.mo 33 MB/s | 20 MB 00:00 2023-12-08T22:27:32.187 INFO:teuthology.orchestra.run.smithi003.stdout:(17/19): crun-0.18-2.module+el8.4.0+11818+34146 1.2 MB/s | 185 kB 00:00 2023-12-08T22:27:32.200 INFO:teuthology.orchestra.run.smithi003.stdout:(18/19): toolbox-0.0.8-1.module+el8.4.0+11818+3 1.0 MB/s | 16 kB 00:00 2023-12-08T22:27:32.242 INFO:teuthology.orchestra.run.smithi003.stdout:(19/19): skopeo-1.2.2-8.module+el8.4.0+11818+34 29 MB/s | 6.3 MB 00:00 2023-12-08T22:27:32.242 INFO:teuthology.orchestra.run.smithi003.stdout:-------------------------------------------------------------------------------- 2023-12-08T22:27:32.243 INFO:teuthology.orchestra.run.smithi003.stdout:Total 77 MB/s | 51 MB 00:00 2023-12-08T22:27:32.260 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction check 2023-12-08T22:27:32.307 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction check succeeded. 2023-12-08T22:27:32.307 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction test 2023-12-08T22:27:33.139 INFO:teuthology.orchestra.run.smithi003.stdout:Transaction test succeeded. 2023-12-08T22:27:33.143 INFO:teuthology.orchestra.run.smithi003.stdout:Running transaction 2023-12-08T22:27:33.268 INFO:teuthology.orchestra.run.smithi076.stdout: Preparing : 1/1 2023-12-08T22:27:33.338 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad 1/1 2023-12-08T22:27:33.755 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-12-08T22:27:33.765 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-12-08T22:27:33.781 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-12-08T22:27:33.930 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-12-08T22:27:34.411 INFO:teuthology.orchestra.run.smithi003.stdout: Preparing : 1/1 2023-12-08T22:27:34.479 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad 1/1 2023-12-08T22:27:34.662 INFO:teuthology.orchestra.run.smithi003.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-12-08T22:27:34.673 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-12-08T22:27:34.689 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-12-08T22:27:34.870 INFO:teuthology.orchestra.run.smithi003.stdout: Downgrading : container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-12-08T22:27:49.614 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-12-08T22:27:49.857 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-08T22:27:50.060 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 4/31 2023-12-08T22:27:50.639 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 5/31 2023-12-08T22:27:50.842 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 6/31 2023-12-08T22:27:51.035 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 7/31 2023-12-08T22:27:51.220 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-12-08T22:27:51.250 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 8/31 2023-12-08T22:27:51.250 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 9/31 2023-12-08T22:27:51.250 INFO:teuthology.orchestra.run.smithi076.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-08T22:27:51.251 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-08T22:27:51.438 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-08T22:27:51.648 INFO:teuthology.orchestra.run.smithi003.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 4/31 2023-12-08T22:27:52.210 INFO:teuthology.orchestra.run.smithi003.stdout: Downgrading : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 5/31 2023-12-08T22:27:52.485 INFO:teuthology.orchestra.run.smithi003.stdout: Downgrading : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 6/31 2023-12-08T22:27:52.701 INFO:teuthology.orchestra.run.smithi003.stdout: Downgrading : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 7/31 2023-12-08T22:27:52.976 INFO:teuthology.orchestra.run.smithi003.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 8/31 2023-12-08T22:27:52.976 INFO:teuthology.orchestra.run.smithi003.stdout: Downgrading : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 9/31 2023-12-08T22:27:52.977 INFO:teuthology.orchestra.run.smithi003.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-08T22:27:52.977 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:27:53.472 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.4.0 10/31 2023-12-08T22:27:55.110 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 11/31 2023-12-08T22:27:55.289 INFO:teuthology.orchestra.run.smithi003.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.4.0 10/31 2023-12-08T22:27:55.372 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 12/31 2023-12-08T22:27:55.663 INFO:teuthology.orchestra.run.smithi076.stdout: Downgrading : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-12-08T22:27:55.796 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 14/31 2023-12-08T22:27:56.592 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 15/31 2023-12-08T22:27:56.996 INFO:teuthology.orchestra.run.smithi003.stdout: Downgrading : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 11/31 2023-12-08T22:27:57.268 INFO:teuthology.orchestra.run.smithi003.stdout: Downgrading : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 12/31 2023-12-08T22:27:57.346 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 16/31 2023-12-08T22:27:57.527 INFO:teuthology.orchestra.run.smithi003.stdout: Downgrading : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-12-08T22:27:57.543 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 17/31 2023-12-08T22:27:57.670 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 14/31 2023-12-08T22:27:57.736 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 18/31 2023-12-08T22:27:57.953 INFO:teuthology.orchestra.run.smithi076.stdout: Installing : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 19/31 2023-12-08T22:27:58.086 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-12-08T22:27:58.199 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 21/31 2023-12-08T22:27:58.436 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-12-08T22:27:58.526 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 15/31 2023-12-08T22:27:58.627 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 23/31 2023-12-08T22:27:58.627 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-12-08T22:27:58.778 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-12-08T22:27:58.958 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 25/31 2023-12-08T22:27:59.161 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 26/31 2023-12-08T22:27:59.327 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 27/31 2023-12-08T22:27:59.337 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 16/31 2023-12-08T22:27:59.477 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 28/31 2023-12-08T22:27:59.542 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 17/31 2023-12-08T22:27:59.669 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 29/31 2023-12-08T22:27:59.728 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 18/31 2023-12-08T22:27:59.806 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 30/31 2023-12-08T22:27:59.934 INFO:teuthology.orchestra.run.smithi003.stdout: Installing : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 19/31 2023-12-08T22:27:59.985 INFO:teuthology.orchestra.run.smithi076.stdout: Cleanup : containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-12-08T22:28:00.084 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-12-08T22:28:00.174 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 21/31 2023-12-08T22:28:00.385 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-12-08T22:28:00.422 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 31/31 2023-12-08T22:28:00.572 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 23/31 2023-12-08T22:28:00.572 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-12-08T22:28:00.718 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-12-08T22:28:00.910 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 25/31 2023-12-08T22:28:01.006 INFO:teuthology.orchestra.run.smithi076.stdout: Running scriptlet: containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-12-08T22:28:01.006 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12448 1/31 2023-12-08T22:28:01.006 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12646 2/31 2023-12-08T22:28:01.006 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 3/31 2023-12-08T22:28:01.006 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 4/31 2023-12-08T22:28:01.006 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 5/31 2023-12-08T22:28:01.006 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 6/31 2023-12-08T22:28:01.006 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 7/31 2023-12-08T22:28:01.006 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 8/31 2023-12-08T22:28:01.006 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 9/31 2023-12-08T22:28:01.006 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 10/31 2023-12-08T22:28:01.007 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 11/31 2023-12-08T22:28:01.007 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 12/31 2023-12-08T22:28:01.007 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-12-08T22:28:01.007 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 14/31 2023-12-08T22:28:01.007 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 15/31 2023-12-08T22:28:01.007 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 16/31 2023-12-08T22:28:01.007 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 17/31 2023-12-08T22:28:01.007 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 18/31 2023-12-08T22:28:01.007 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 19/31 2023-12-08T22:28:01.007 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-12-08T22:28:01.007 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 21/31 2023-12-08T22:28:01.007 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-12-08T22:28:01.007 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 23/31 2023-12-08T22:28:01.007 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 24/31 2023-12-08T22:28:01.008 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-08T22:28:01.008 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 26/31 2023-12-08T22:28:01.008 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 27/31 2023-12-08T22:28:01.008 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 28/31 2023-12-08T22:28:01.008 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 29/31 2023-12-08T22:28:01.008 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 30/31 2023-12-08T22:28:01.201 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 26/31 2023-12-08T22:28:01.405 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 27/31 2023-12-08T22:28:01.592 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 28/31 2023-12-08T22:28:01.734 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 29/31 2023-12-08T22:28:01.920 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 30/31 2023-12-08T22:28:02.125 INFO:teuthology.orchestra.run.smithi003.stdout: Cleanup : containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-12-08T22:28:02.596 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 31/31 2023-12-08T22:28:03.222 INFO:teuthology.orchestra.run.smithi003.stdout: Running scriptlet: containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-12-08T22:28:03.223 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12448 1/31 2023-12-08T22:28:03.223 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12646 2/31 2023-12-08T22:28:03.223 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 3/31 2023-12-08T22:28:03.223 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 4/31 2023-12-08T22:28:03.223 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 5/31 2023-12-08T22:28:03.223 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 6/31 2023-12-08T22:28:03.223 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 7/31 2023-12-08T22:28:03.223 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 8/31 2023-12-08T22:28:03.223 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 9/31 2023-12-08T22:28:03.223 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 10/31 2023-12-08T22:28:03.223 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 11/31 2023-12-08T22:28:03.223 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 12/31 2023-12-08T22:28:03.224 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-12-08T22:28:03.224 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 14/31 2023-12-08T22:28:03.224 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 15/31 2023-12-08T22:28:03.224 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 16/31 2023-12-08T22:28:03.224 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 17/31 2023-12-08T22:28:03.224 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 18/31 2023-12-08T22:28:03.224 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 19/31 2023-12-08T22:28:03.224 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-12-08T22:28:03.224 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 21/31 2023-12-08T22:28:03.224 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-12-08T22:28:03.224 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 23/31 2023-12-08T22:28:03.224 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 24/31 2023-12-08T22:28:03.224 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-08T22:28:03.224 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 26/31 2023-12-08T22:28:03.224 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 27/31 2023-12-08T22:28:03.224 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 28/31 2023-12-08T22:28:03.225 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 29/31 2023-12-08T22:28:03.225 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 30/31 2023-12-08T22:28:04.413 INFO:teuthology.orchestra.run.smithi076.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 31/31 2023-12-08T22:28:04.413 INFO:teuthology.orchestra.run.smithi076.stdout:Installed products updated. 2023-12-08T22:28:04.529 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-08T22:28:04.529 INFO:teuthology.orchestra.run.smithi076.stdout:Downgraded: 2023-12-08T22:28:04.529 INFO:teuthology.orchestra.run.smithi076.stdout: conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T22:28:04.529 INFO:teuthology.orchestra.run.smithi076.stdout: container-selinux-2:2.167.0-1.module+el8.4.0+12448+09f02219.noarch 2023-12-08T22:28:04.529 INFO:teuthology.orchestra.run.smithi076.stdout: containernetworking-plugins-0.9.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T22:28:04.529 INFO:teuthology.orchestra.run.smithi076.stdout: containers-common-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T22:28:04.529 INFO:teuthology.orchestra.run.smithi076.stdout: criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T22:28:04.529 INFO:teuthology.orchestra.run.smithi076.stdout: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T22:28:04.529 INFO:teuthology.orchestra.run.smithi076.stdout: libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T22:28:04.529 INFO:teuthology.orchestra.run.smithi076.stdout: podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-12-08T22:28:04.529 INFO:teuthology.orchestra.run.smithi076.stdout: podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-12-08T22:28:04.529 INFO:teuthology.orchestra.run.smithi076.stdout: podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23da.noarch 2023-12-08T22:28:04.530 INFO:teuthology.orchestra.run.smithi076.stdout: runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x86_64 2023-12-08T22:28:04.530 INFO:teuthology.orchestra.run.smithi076.stdout: slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T22:28:04.530 INFO:teuthology.orchestra.run.smithi076.stdout:Installed: 2023-12-08T22:28:04.530 INFO:teuthology.orchestra.run.smithi076.stdout: buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T22:28:04.530 INFO:teuthology.orchestra.run.smithi076.stdout: cockpit-podman-29-2.module+el8.4.0+11818+341460ad.noarch 2023-12-08T22:28:04.530 INFO:teuthology.orchestra.run.smithi076.stdout: crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T22:28:04.530 INFO:teuthology.orchestra.run.smithi076.stdout: skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T22:28:04.530 INFO:teuthology.orchestra.run.smithi076.stdout: toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noarch 2023-12-08T22:28:04.530 INFO:teuthology.orchestra.run.smithi076.stdout: udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 2023-12-08T22:28:04.530 INFO:teuthology.orchestra.run.smithi076.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-08T22:28:04.530 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-08T22:28:04.530 INFO:teuthology.orchestra.run.smithi076.stdout:Complete! 2023-12-08T22:28:04.707 DEBUG:teuthology.parallel:result is None 2023-12-08T22:28:06.905 INFO:teuthology.orchestra.run.smithi003.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 31/31 2023-12-08T22:28:06.905 INFO:teuthology.orchestra.run.smithi003.stdout:Installed products updated. 2023-12-08T22:28:07.031 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:28:07.031 INFO:teuthology.orchestra.run.smithi003.stdout:Downgraded: 2023-12-08T22:28:07.032 INFO:teuthology.orchestra.run.smithi003.stdout: conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T22:28:07.032 INFO:teuthology.orchestra.run.smithi003.stdout: container-selinux-2:2.167.0-1.module+el8.4.0+12448+09f02219.noarch 2023-12-08T22:28:07.032 INFO:teuthology.orchestra.run.smithi003.stdout: containernetworking-plugins-0.9.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T22:28:07.032 INFO:teuthology.orchestra.run.smithi003.stdout: containers-common-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T22:28:07.032 INFO:teuthology.orchestra.run.smithi003.stdout: criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T22:28:07.032 INFO:teuthology.orchestra.run.smithi003.stdout: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T22:28:07.032 INFO:teuthology.orchestra.run.smithi003.stdout: libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T22:28:07.032 INFO:teuthology.orchestra.run.smithi003.stdout: podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-12-08T22:28:07.032 INFO:teuthology.orchestra.run.smithi003.stdout: podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-12-08T22:28:07.032 INFO:teuthology.orchestra.run.smithi003.stdout: podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23da.noarch 2023-12-08T22:28:07.032 INFO:teuthology.orchestra.run.smithi003.stdout: runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x86_64 2023-12-08T22:28:07.033 INFO:teuthology.orchestra.run.smithi003.stdout: slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T22:28:07.033 INFO:teuthology.orchestra.run.smithi003.stdout:Installed: 2023-12-08T22:28:07.033 INFO:teuthology.orchestra.run.smithi003.stdout: buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T22:28:07.033 INFO:teuthology.orchestra.run.smithi003.stdout: cockpit-podman-29-2.module+el8.4.0+11818+341460ad.noarch 2023-12-08T22:28:07.033 INFO:teuthology.orchestra.run.smithi003.stdout: crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T22:28:07.033 INFO:teuthology.orchestra.run.smithi003.stdout: skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-12-08T22:28:07.033 INFO:teuthology.orchestra.run.smithi003.stdout: toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noarch 2023-12-08T22:28:07.033 INFO:teuthology.orchestra.run.smithi003.stdout: udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 2023-12-08T22:28:07.033 INFO:teuthology.orchestra.run.smithi003.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-08T22:28:07.033 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:28:07.033 INFO:teuthology.orchestra.run.smithi003.stdout:Complete! 2023-12-08T22:28:07.250 DEBUG:teuthology.parallel:result is None 2023-12-08T22:28:07.250 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-08T22:28:07.262 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-08T22:28:07.262 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-12-08T22:28:07.262 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T22:28:07.278 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-08T22:28:07.278 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_1 2023-12-08T22:28:07.333 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-08T22:28:07.333 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T22:28:07.333 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 6h/6d Inode: 223256 Links: 1 2023-12-08T22:28:07.333 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T22:28:07.333 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T22:28:07.333 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2023-12-08 22:28:02.804947029 +0000 2023-12-08T22:28:07.333 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2023-12-08 22:26:49.672133302 +0000 2023-12-08T22:28:07.333 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2023-12-08 22:26:49.672133302 +0000 2023-12-08T22:28:07.334 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2023-12-08T22:28:07.334 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-08T22:28:07.397 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2023-12-08T22:28:07.398 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2023-12-08T22:28:07.398 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000249694 s, 2.1 MB/s 2023-12-08T22:28:07.399 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-08T22:28:07.455 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_2 2023-12-08T22:28:07.511 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-08T22:28:07.511 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T22:28:07.511 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 6h/6d Inode: 219893 Links: 1 2023-12-08T22:28:07.511 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T22:28:07.511 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T22:28:07.511 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2023-12-08 22:28:02.804947029 +0000 2023-12-08T22:28:07.511 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2023-12-08 22:26:50.171126613 +0000 2023-12-08T22:28:07.511 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2023-12-08 22:26:50.171126613 +0000 2023-12-08T22:28:07.511 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2023-12-08T22:28:07.512 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-08T22:28:07.575 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2023-12-08T22:28:07.575 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2023-12-08T22:28:07.575 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000249048 s, 2.1 MB/s 2023-12-08T22:28:07.576 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-08T22:28:07.632 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_3 2023-12-08T22:28:07.688 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-08T22:28:07.688 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T22:28:07.688 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 6h/6d Inode: 223393 Links: 1 2023-12-08T22:28:07.688 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T22:28:07.688 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T22:28:07.688 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2023-12-08 22:28:02.804947029 +0000 2023-12-08T22:28:07.688 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2023-12-08 22:26:50.688119681 +0000 2023-12-08T22:28:07.688 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2023-12-08 22:26:50.688119681 +0000 2023-12-08T22:28:07.688 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2023-12-08T22:28:07.689 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-08T22:28:07.752 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2023-12-08T22:28:07.752 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2023-12-08T22:28:07.752 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000223149 s, 2.3 MB/s 2023-12-08T22:28:07.753 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-08T22:28:07.809 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/vg_nvme/lv_4 2023-12-08T22:28:07.865 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-08T22:28:07.865 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T22:28:07.865 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 6h/6d Inode: 218836 Links: 1 2023-12-08T22:28:07.865 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T22:28:07.865 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T22:28:07.865 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2023-12-08 22:28:02.804947029 +0000 2023-12-08T22:28:07.865 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2023-12-08 22:26:51.198112844 +0000 2023-12-08T22:28:07.865 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2023-12-08 22:26:51.198112844 +0000 2023-12-08T22:28:07.865 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2023-12-08T22:28:07.865 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-08T22:28:07.928 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2023-12-08T22:28:07.928 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2023-12-08T22:28:07.929 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000178472 s, 2.9 MB/s 2023-12-08T22:28:07.929 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-08T22:28:07.985 DEBUG:teuthology.orchestra.run.smithi003:> 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 2023-12-08T22:28:08.113 INFO:teuthology.orchestra.run.smithi003.stdout:loop 2023-12-08T22:28:08.115 INFO:tasks.nvme_loop:Connecting nvme_loop smithi003:/dev/vg_nvme/lv_1... 2023-12-08T22:28:08.115 DEBUG:teuthology.orchestra.run.smithi003:> 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 2023-12-08T22:28:08.148 INFO:teuthology.orchestra.run.smithi003.stdout:1 2023-12-08T22:28:08.184 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/vg_nvme/lv_11 2023-12-08T22:28:08.224 INFO:tasks.nvme_loop:Connecting nvme_loop smithi003:/dev/vg_nvme/lv_2... 2023-12-08T22:28:08.225 DEBUG:teuthology.orchestra.run.smithi003:> 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 2023-12-08T22:28:08.300 INFO:teuthology.orchestra.run.smithi003.stdout:1 2023-12-08T22:28:08.336 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/vg_nvme/lv_21 2023-12-08T22:28:08.376 INFO:tasks.nvme_loop:Connecting nvme_loop smithi003:/dev/vg_nvme/lv_3... 2023-12-08T22:28:08.376 DEBUG:teuthology.orchestra.run.smithi003:> 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 2023-12-08T22:28:08.450 INFO:teuthology.orchestra.run.smithi003.stdout:1 2023-12-08T22:28:08.485 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/vg_nvme/lv_31 2023-12-08T22:28:08.524 INFO:tasks.nvme_loop:Connecting nvme_loop smithi003:/dev/vg_nvme/lv_4... 2023-12-08T22:28:08.525 DEBUG:teuthology.orchestra.run.smithi003:> 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 2023-12-08T22:28:08.599 INFO:teuthology.orchestra.run.smithi003.stdout:1 2023-12-08T22:28:08.635 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/vg_nvme/lv_41 2023-12-08T22:28:08.674 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-12-08T22:28:08.674 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T22:28:08.728 DEBUG:teuthology.orchestra.run.smithi003:> sudo nvme list 2023-12-08T22:28:08.792 INFO:teuthology.orchestra.run.smithi003.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-08T22:28:08.792 INFO:teuthology.orchestra.run.smithi003.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-08T22:28:08.792 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/nvme0n1 CVFT5330009Z400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-08T22:28:08.792 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/nvme1n1 7596221bf3da60055265 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-08T22:28:08.792 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/nvme2n1 5d2db38dfd483c005358 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-08T22:28:08.792 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/nvme3n1 4af2aed0aa97fd7a76ec Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-08T22:28:08.793 INFO:teuthology.orchestra.run.smithi003.stdout:/dev/nvme4n1 1da328c8e0aac220fbd2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-08T22:28:08.793 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T22:28:08.793 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-12-08T22:28:08.794 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/scratch_devs 2023-12-08T22:28:08.858 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2023-12-08T22:28:08.858 DEBUG:teuthology.orchestra.run.smithi076:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T22:28:08.876 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-12-08T22:28:08.876 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/vg_nvme/lv_1 2023-12-08T22:28:08.934 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-08T22:28:08.934 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T22:28:08.934 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 6h/6d Inode: 220551 Links: 1 2023-12-08T22:28:08.934 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T22:28:08.934 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T22:28:08.934 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2023-12-08 22:28:00.621001731 +0000 2023-12-08T22:28:08.934 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2023-12-08 22:26:26.486089042 +0000 2023-12-08T22:28:08.934 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2023-12-08 22:26:26.486089042 +0000 2023-12-08T22:28:08.934 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2023-12-08T22:28:08.935 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-08T22:28:09.001 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2023-12-08T22:28:09.001 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2023-12-08T22:28:09.001 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.00025909 s, 2.0 MB/s 2023-12-08T22:28:09.002 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-08T22:28:09.060 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/vg_nvme/lv_2 2023-12-08T22:28:09.116 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-08T22:28:09.116 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T22:28:09.116 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 6h/6d Inode: 220669 Links: 1 2023-12-08T22:28:09.116 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T22:28:09.116 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T22:28:09.116 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2023-12-08 22:28:00.621001731 +0000 2023-12-08T22:28:09.117 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2023-12-08 22:26:26.969073915 +0000 2023-12-08T22:28:09.117 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2023-12-08 22:26:26.969073915 +0000 2023-12-08T22:28:09.117 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2023-12-08T22:28:09.117 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-08T22:28:09.181 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2023-12-08T22:28:09.181 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2023-12-08T22:28:09.181 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000262263 s, 2.0 MB/s 2023-12-08T22:28:09.182 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-08T22:28:09.239 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/vg_nvme/lv_3 2023-12-08T22:28:09.294 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-08T22:28:09.294 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T22:28:09.294 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 6h/6d Inode: 219926 Links: 1 2023-12-08T22:28:09.294 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T22:28:09.294 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T22:28:09.294 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2023-12-08 22:28:00.621001731 +0000 2023-12-08T22:28:09.294 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2023-12-08 22:26:27.478057974 +0000 2023-12-08T22:28:09.294 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2023-12-08 22:26:27.478057974 +0000 2023-12-08T22:28:09.295 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2023-12-08T22:28:09.295 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-08T22:28:09.358 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2023-12-08T22:28:09.358 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2023-12-08T22:28:09.358 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000225809 s, 2.3 MB/s 2023-12-08T22:28:09.359 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-08T22:28:09.415 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/vg_nvme/lv_4 2023-12-08T22:28:09.470 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-08T22:28:09.471 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-08T22:28:09.471 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 6h/6d Inode: 220035 Links: 1 2023-12-08T22:28:09.471 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-08T22:28:09.471 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:device_t:s0 2023-12-08T22:28:09.471 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2023-12-08 22:28:00.622001701 +0000 2023-12-08T22:28:09.471 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2023-12-08 22:26:27.971042535 +0000 2023-12-08T22:28:09.471 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2023-12-08 22:26:27.971042535 +0000 2023-12-08T22:28:09.471 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2023-12-08T22:28:09.471 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-08T22:28:09.533 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2023-12-08T22:28:09.533 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2023-12-08T22:28:09.533 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000172806 s, 3.0 MB/s 2023-12-08T22:28:09.534 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-08T22:28:09.590 DEBUG:teuthology.orchestra.run.smithi076:> 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 2023-12-08T22:28:09.714 INFO:teuthology.orchestra.run.smithi076.stdout:loop 2023-12-08T22:28:09.715 INFO:tasks.nvme_loop:Connecting nvme_loop smithi076:/dev/vg_nvme/lv_1... 2023-12-08T22:28:09.716 DEBUG:teuthology.orchestra.run.smithi076:> 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 2023-12-08T22:28:09.748 INFO:teuthology.orchestra.run.smithi076.stdout:1 2023-12-08T22:28:09.783 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/vg_nvme/lv_11 2023-12-08T22:28:09.823 INFO:tasks.nvme_loop:Connecting nvme_loop smithi076:/dev/vg_nvme/lv_2... 2023-12-08T22:28:09.823 DEBUG:teuthology.orchestra.run.smithi076:> 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 2023-12-08T22:28:09.897 INFO:teuthology.orchestra.run.smithi076.stdout:1 2023-12-08T22:28:09.932 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/vg_nvme/lv_21 2023-12-08T22:28:09.970 INFO:tasks.nvme_loop:Connecting nvme_loop smithi076:/dev/vg_nvme/lv_3... 2023-12-08T22:28:09.970 DEBUG:teuthology.orchestra.run.smithi076:> 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 2023-12-08T22:28:10.044 INFO:teuthology.orchestra.run.smithi076.stdout:1 2023-12-08T22:28:10.078 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/vg_nvme/lv_31 2023-12-08T22:28:10.116 INFO:tasks.nvme_loop:Connecting nvme_loop smithi076:/dev/vg_nvme/lv_4... 2023-12-08T22:28:10.117 DEBUG:teuthology.orchestra.run.smithi076:> 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 2023-12-08T22:28:10.190 INFO:teuthology.orchestra.run.smithi076.stdout:1 2023-12-08T22:28:10.225 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/vg_nvme/lv_41 2023-12-08T22:28:10.263 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2023-12-08T22:28:10.263 DEBUG:teuthology.orchestra.run.smithi076:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T22:28:10.319 DEBUG:teuthology.orchestra.run.smithi076:> sudo nvme list 2023-12-08T22:28:10.381 INFO:teuthology.orchestra.run.smithi076.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-08T22:28:10.381 INFO:teuthology.orchestra.run.smithi076.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-08T22:28:10.381 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/nvme0n1 PHFT620400U4400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-08T22:28:10.382 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/nvme1n1 f883963a2c482bc974d3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-08T22:28:10.382 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/nvme2n1 1e32f61cffae746a77a1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-08T22:28:10.382 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/nvme3n1 24d9d62cf7fec2787a86 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-08T22:28:10.382 INFO:teuthology.orchestra.run.smithi076.stdout:/dev/nvme4n1 1f01c4b8d42686c82361 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-08T22:28:10.383 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T22:28:10.383 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2023-12-08T22:28:10.383 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/scratch_devs 2023-12-08T22:28:10.446 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-08T22:28:10.528 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': '451ceae11b5d4caee05e94372fe658621eefc0b1'} 2023-12-08T22:28:10.528 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 2023-12-08T22:28:10.529 INFO:tasks.cephadm:Cluster fsid is 1165b6ce-9619-11ee-95a3-87774f69a715 2023-12-08T22:28:10.529 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-08T22:28:10.529 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-08T22:28:10.529 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi003': '172.21.15.3', 'mon.smithi076': '172.21.15.76'} 2023-12-08T22:28:10.529 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-08T22:28:10.529 DEBUG:teuthology.orchestra.run.smithi003:> sudo hostname $(hostname -s) 2023-12-08T22:28:10.560 DEBUG:teuthology.orchestra.run.smithi076:> sudo hostname $(hostname -s) 2023-12-08T22:28:10.585 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref 451ceae11b5d4caee05e94372fe658621eefc0b1)... 2023-12-08T22:28:10.585 DEBUG:teuthology.orchestra.run.smithi003:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/451ceae11b5d4caee05e94372fe658621eefc0b1/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-08T22:28:10.835 INFO:teuthology.orchestra.run.smithi003.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 8 22:28 /home/ubuntu/cephtest/cephadm 2023-12-08T22:28:10.835 DEBUG:teuthology.orchestra.run.smithi076:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/451ceae11b5d4caee05e94372fe658621eefc0b1/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-08T22:28:11.061 INFO:teuthology.orchestra.run.smithi076.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 8 22:28 /home/ubuntu/cephtest/cephadm 2023-12-08T22:28:11.062 DEBUG:teuthology.orchestra.run.smithi003:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-08T22:28:11.081 DEBUG:teuthology.orchestra.run.smithi076:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-08T22:28:11.105 DEBUG:teuthology.orchestra.run.smithi003:> sudo mkdir -p /etc/ceph 2023-12-08T22:28:11.151 DEBUG:teuthology.orchestra.run.smithi076:> sudo mkdir -p /etc/ceph 2023-12-08T22:28:11.175 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod 777 /etc/ceph 2023-12-08T22:28:11.218 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod 777 /etc/ceph 2023-12-08T22:28:11.243 INFO:tasks.cephadm:Writing seed config... 2023-12-08T22:28:11.246 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-08T22:28:11.246 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-08T22:28:11.246 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-08T22:28:11.246 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-08T22:28:11.246 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-08T22:28:11.246 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-08T22:28:11.246 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-08T22:28:11.246 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-08T22:28:11.247 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-12-08T22:28:11.247 DEBUG:teuthology.orchestra.run.smithi003:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-08T22:28:11.275 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false 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 ruleset-failure-domain=osd 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 = 1165b6ce-9619-11ee-95a3-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 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 2023-12-08T22:28:11.275 DEBUG:teuthology.orchestra.run.smithi003:mon.smithi003> sudo journalctl -f -n 0 -u ceph-1165b6ce-9619-11ee-95a3-87774f69a715@mon.smithi003.service 2023-12-08T22:28:11.317 INFO:tasks.cephadm:Bootstrapping... 2023-12-08T22:28:11.317 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 -v bootstrap --fsid 1165b6ce-9619-11ee-95a3-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.3 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-08T22:28:11.344 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:-- Logs begin at Fri 2023-12-08 22:17:42 UTC. -- 2023-12-08T22:28:11.659 INFO:teuthology.orchestra.run.smithi003.stderr:-------------------------------------------------------------------------------- 2023-12-08T22:28:11.660 INFO:teuthology.orchestra.run.smithi003.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1', '-v', 'bootstrap', '--fsid', '1165b6ce-9619-11ee-95a3-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.3', '--skip-admin-label'] 2023-12-08T22:28:13.180 INFO:teuthology.orchestra.run.smithi003.stderr:/bin/podman: 3.0.1 2023-12-08T22:28:13.196 INFO:teuthology.orchestra.run.smithi003.stderr:Verifying podman|docker is present... 2023-12-08T22:28:13.253 INFO:teuthology.orchestra.run.smithi003.stderr:/bin/podman: 3.0.1 2023-12-08T22:28:13.269 INFO:teuthology.orchestra.run.smithi003.stderr:Verifying lvm2 is present... 2023-12-08T22:28:13.269 INFO:teuthology.orchestra.run.smithi003.stderr:Verifying time synchronization is in place... 2023-12-08T22:28:13.277 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-08T22:28:13.283 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: inactive 2023-12-08T22:28:13.289 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: enabled 2023-12-08T22:28:13.295 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: active 2023-12-08T22:28:13.296 INFO:teuthology.orchestra.run.smithi003.stderr:Unit chronyd.service is enabled and running 2023-12-08T22:28:13.296 INFO:teuthology.orchestra.run.smithi003.stderr:Repeating the final host check... 2023-12-08T22:28:13.346 INFO:teuthology.orchestra.run.smithi003.stderr:/bin/podman: 3.0.1 2023-12-08T22:28:13.359 INFO:teuthology.orchestra.run.smithi003.stderr:podman (/bin/podman) version 3.0.1 is present 2023-12-08T22:28:13.359 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl is present 2023-12-08T22:28:13.359 INFO:teuthology.orchestra.run.smithi003.stderr:lvcreate is present 2023-12-08T22:28:13.365 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-08T22:28:13.370 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: inactive 2023-12-08T22:28:13.376 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: enabled 2023-12-08T22:28:13.382 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: active 2023-12-08T22:28:13.383 INFO:teuthology.orchestra.run.smithi003.stderr:Unit chronyd.service is enabled and running 2023-12-08T22:28:13.383 INFO:teuthology.orchestra.run.smithi003.stderr:Host looks OK 2023-12-08T22:28:13.383 INFO:teuthology.orchestra.run.smithi003.stderr:Cluster fsid: 1165b6ce-9619-11ee-95a3-87774f69a715 2023-12-08T22:28:13.383 INFO:teuthology.orchestra.run.smithi003.stderr:Acquiring lock 140302825648200 on /run/cephadm/1165b6ce-9619-11ee-95a3-87774f69a715.lock 2023-12-08T22:28:13.383 INFO:teuthology.orchestra.run.smithi003.stderr:Lock 140302825648200 acquired on /run/cephadm/1165b6ce-9619-11ee-95a3-87774f69a715.lock 2023-12-08T22:28:13.384 INFO:teuthology.orchestra.run.smithi003.stderr:Verifying IP 172.21.15.3 port 3300 ... 2023-12-08T22:28:13.384 INFO:teuthology.orchestra.run.smithi003.stderr:Verifying IP 172.21.15.3 port 6789 ... 2023-12-08T22:28:13.384 INFO:teuthology.orchestra.run.smithi003.stderr:Base mon IP(s) is [172.21.15.3:3300, 172.21.15.3:6789], mon addrv is [v2:172.21.15.3:3300,v1:172.21.15.3:6789] 2023-12-08T22:28:13.387 INFO:teuthology.orchestra.run.smithi003.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2023-12-08T22:28:13.387 INFO:teuthology.orchestra.run.smithi003.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.3 metric 100 2023-12-08T22:28:13.390 INFO:teuthology.orchestra.run.smithi003.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-08T22:28:13.390 INFO:teuthology.orchestra.run.smithi003.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-08T22:28:13.390 INFO:teuthology.orchestra.run.smithi003.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1791sec hoplimit 64 pref medium 2023-12-08T22:28:13.392 INFO:teuthology.orchestra.run.smithi003.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-08T22:28:13.392 INFO:teuthology.orchestra.run.smithi003.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-08T22:28:13.392 INFO:teuthology.orchestra.run.smithi003.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-08T22:28:13.393 INFO:teuthology.orchestra.run.smithi003.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-12-08T22:28:13.393 INFO:teuthology.orchestra.run.smithi003.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:15dc/64 scope link 2023-12-08T22:28:13.393 INFO:teuthology.orchestra.run.smithi003.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-08T22:28:13.393 INFO:teuthology.orchestra.run.smithi003.stderr:Mon IP `172.21.15.3` is in CIDR network `172.21.0.0/20` 2023-12-08T22:28:13.393 INFO:teuthology.orchestra.run.smithi003.stderr:Mon IP `172.21.15.3` is in CIDR network `172.21.0.0/20` 2023-12-08T22:28:13.394 INFO:teuthology.orchestra.run.smithi003.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-12-08T22:28:13.394 INFO:teuthology.orchestra.run.smithi003.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-08T22:28:13.395 INFO:teuthology.orchestra.run.smithi003.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1... 2023-12-08T22:28:13.474 INFO:teuthology.orchestra.run.smithi003.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1... 2023-12-08T22:28:13.561 INFO:teuthology.orchestra.run.smithi003.stderr:/bin/podman: Getting image source signatures 2023-12-08T22:28:13.763 INFO:teuthology.orchestra.run.smithi003.stderr:/bin/podman: Copying blob sha256:eb7ecf2ef1f5cb07b1bdc469a60d9fc5b8a61f3c896fe87f949df505a29c3e63 2023-12-08T22:28:13.813 INFO:teuthology.orchestra.run.smithi003.stderr:/bin/podman: Copying blob sha256:d3e436ac93e4b5a6d94c7ac8024df331e66e67275836276615dc044fd3cbf83a 2023-12-08T22:28:28.761 INFO:teuthology.orchestra.run.smithi003.stderr:/bin/podman: Copying config sha256:03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843 2023-12-08T22:28:28.852 INFO:teuthology.orchestra.run.smithi003.stderr:/bin/podman: Writing manifest to image destination 2023-12-08T22:28:28.852 INFO:teuthology.orchestra.run.smithi003.stderr:/bin/podman: Storing signatures 2023-12-08T22:28:39.923 INFO:teuthology.orchestra.run.smithi003.stderr:/bin/podman: 03b62e1f94c4218b57ea337203f81b0272d010df51b20925c6c5b22a9b191843 2023-12-08T22:28:40.534 INFO:teuthology.orchestra.run.smithi003.stderr:ceph: ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable) 2023-12-08T22:28:51.712 INFO:teuthology.orchestra.run.smithi003.stderr:Ceph version: ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable) 2023-12-08T22:28:51.712 INFO:teuthology.orchestra.run.smithi003.stderr:Extracting ceph user uid/gid from container image... 2023-12-08T22:28:52.112 INFO:teuthology.orchestra.run.smithi003.stderr:stat: 167 167 2023-12-08T22:28:52.608 INFO:teuthology.orchestra.run.smithi003.stderr:Creating initial keys... 2023-12-08T22:28:53.182 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-authtool: AQClmHNlJR0HCRAAZtx8jmIRr/+mJurD0oVjEQ== 2023-12-08T22:28:54.098 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-authtool: AQCmmHNllJjjBBAAKA7oACwk1A10L0rzz/Vp8g== 2023-12-08T22:28:54.990 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-authtool: AQCmmHNl0spQOhAAEOFRoojFPLEpc60/rXtO8g== 2023-12-08T22:28:55.511 INFO:teuthology.orchestra.run.smithi003.stderr:Creating initial monmap... 2023-12-08T22:28:55.990 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-08T22:28:55.991 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 1165b6ce-9619-11ee-95a3-87774f69a715 2023-12-08T22:28:55.991 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-08T22:28:56.503 INFO:teuthology.orchestra.run.smithi003.stderr:monmaptool for smithi003 [v2:172.21.15.3:3300,v1:172.21.15.3:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-08T22:28:56.503 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/monmaptool: set fsid to 1165b6ce-9619-11ee-95a3-87774f69a715 2023-12-08T22:28:56.504 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-08T22:28:56.504 INFO:teuthology.orchestra.run.smithi003.stderr: 2023-12-08T22:28:56.504 INFO:teuthology.orchestra.run.smithi003.stderr:Creating mon... 2023-12-08T22:28:57.020 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.949+0000 7fc240fa6880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T22:28:57.383 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.949+0000 7fc240fa6880 1 imported monmap: 2023-12-08T22:28:57.383 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-08T22:28:57.383 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: fsid 1165b6ce-9619-11ee-95a3-87774f69a715 2023-12-08T22:28:57.383 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: last_changed 2023-12-08T22:28:55.982379+0000 2023-12-08T22:28:57.383 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: created 2023-12-08T22:28:55.982379+0000 2023-12-08T22:28:57.383 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-08T22:28:57.384 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-08T22:28:57.384 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon.smithi003 2023-12-08T22:28:57.384 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-12-08T22:28:57.384 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.949+0000 7fc240fa6880 0 /usr/bin/ceph-mon: set fsid to 1165b6ce-9619-11ee-95a3-87774f69a715 2023-12-08T22:28:57.384 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T22:28:57.384 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-12-08T22:28:57.384 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T22:28:57.384 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Compile date Dec 7 2023 2023-12-08T22:28:57.384 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: DB SUMMARY 2023-12-08T22:28:57.384 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-12-08T22:28:57.384 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi003/store.db dir, Total Num: 0, files: 2023-12-08T22:28:57.385 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-12-08T22:28:57.385 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi003/store.db: 2023-12-08T22:28:57.385 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-12-08T22:28:57.385 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.error_if_exists: 0 2023-12-08T22:28:57.385 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.create_if_missing: 1 2023-12-08T22:28:57.385 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T22:28:57.385 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.env: 0x556692335080 2023-12-08T22:28:57.385 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.fs: Posix File System 2023-12-08T22:28:57.386 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.info_log: 0x556694507380 2023-12-08T22:28:57.386 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T22:28:57.386 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.statistics: (nil) 2023-12-08T22:28:57.386 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.use_fsync: 0 2023-12-08T22:28:57.386 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T22:28:57.386 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T22:28:57.386 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T22:28:57.387 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T22:28:57.387 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T22:28:57.387 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T22:28:57.387 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T22:28:57.387 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T22:28:57.387 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T22:28:57.387 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T22:28:57.387 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T22:28:57.387 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.db_log_dir: 2023-12-08T22:28:57.388 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi003/store.db 2023-12-08T22:28:57.388 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T22:28:57.388 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T22:28:57.388 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T22:28:57.388 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T22:28:57.388 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T22:28:57.388 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T22:28:57.388 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T22:28:57.388 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T22:28:57.388 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T22:28:57.388 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T22:28:57.389 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.write_buffer_manager: 0x55669450d980 2023-12-08T22:28:57.389 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T22:28:57.389 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T22:28:57.389 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T22:28:57.389 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T22:28:57.389 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T22:28:57.389 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T22:28:57.390 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T22:28:57.390 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T22:28:57.390 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T22:28:57.390 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.unordered_write: 0 2023-12-08T22:28:57.390 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T22:28:57.391 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T22:28:57.391 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T22:28:57.391 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T22:28:57.391 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.row_cache: None 2023-12-08T22:28:57.391 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.wal_filter: None 2023-12-08T22:28:57.391 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T22:28:57.391 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T22:28:57.391 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T22:28:57.391 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.two_write_queues: 0 2023-12-08T22:28:57.391 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T22:28:57.392 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.atomic_flush: 0 2023-12-08T22:28:57.392 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T22:28:57.392 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T22:28:57.392 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T22:28:57.392 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T22:28:57.392 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T22:28:57.392 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T22:28:57.392 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T22:28:57.392 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T22:28:57.393 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T22:28:57.393 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T22:28:57.393 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T22:28:57.393 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T22:28:57.393 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T22:28:57.393 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T22:28:57.393 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T22:28:57.394 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.max_open_files: -1 2023-12-08T22:28:57.394 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T22:28:57.394 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T22:28:57.394 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T22:28:57.394 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T22:28:57.394 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Compression algorithms supported: 2023-12-08T22:28:57.394 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T22:28:57.395 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: kZSTD supported: 0 2023-12-08T22:28:57.395 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: kXpressCompression supported: 0 2023-12-08T22:28:57.395 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T22:28:57.395 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T22:28:57.395 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T22:28:57.395 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: kZlibCompression supported: 1 2023-12-08T22:28:57.395 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T22:28:57.395 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.950+0000 7fc240fa6880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T22:28:57.395 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-08T22:28:57.396 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-12-08T22:28:57.396 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi003/store.db/MANIFEST-000001 2023-12-08T22:28:57.396 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-12-08T22:28:57.396 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T22:28:57.396 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-12-08T22:28:57.396 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T22:28:57.396 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.merge_operator: 2023-12-08T22:28:57.396 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.compaction_filter: None 2023-12-08T22:28:57.397 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T22:28:57.397 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T22:28:57.397 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T22:28:57.397 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556694417d30) 2023-12-08T22:28:57.397 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-08T22:28:57.397 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T22:28:57.397 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T22:28:57.397 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-08T22:28:57.397 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-08T22:28:57.397 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-08T22:28:57.397 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-08T22:28:57.397 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-08T22:28:57.398 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-08T22:28:57.398 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-08T22:28:57.398 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-08T22:28:57.398 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: block_cache: 0x556694450d10 2023-12-08T22:28:57.398 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-08T22:28:57.398 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-08T22:28:57.398 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-08T22:28:57.398 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-08T22:28:57.398 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-08T22:28:57.398 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-08T22:28:57.398 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-08T22:28:57.399 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-08T22:28:57.399 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-08T22:28:57.399 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-08T22:28:57.399 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-08T22:28:57.399 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-08T22:28:57.399 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-08T22:28:57.399 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-08T22:28:57.399 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-08T22:28:57.399 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T22:28:57.400 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-08T22:28:57.400 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-08T22:28:57.400 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-08T22:28:57.400 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-08T22:28:57.400 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-08T22:28:57.400 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-08T22:28:57.400 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-12-08T22:28:57.400 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T22:28:57.400 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T22:28:57.401 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.compression: NoCompression 2023-12-08T22:28:57.401 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T22:28:57.401 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T22:28:57.401 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T22:28:57.401 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.num_levels: 7 2023-12-08T22:28:57.401 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T22:28:57.401 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T22:28:57.401 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T22:28:57.401 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T22:28:57.401 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T22:28:57.401 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T22:28:57.401 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T22:28:57.402 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T22:28:57.402 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T22:28:57.402 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T22:28:57.402 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T22:28:57.402 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T22:28:57.402 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T22:28:57.402 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T22:28:57.402 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T22:28:57.402 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T22:28:57.402 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T22:28:57.402 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T22:28:57.402 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T22:28:57.403 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T22:28:57.403 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T22:28:57.403 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T22:28:57.403 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T22:28:57.403 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T22:28:57.403 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T22:28:57.403 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T22:28:57.403 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T22:28:57.403 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T22:28:57.403 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T22:28:57.403 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T22:28:57.403 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T22:28:57.403 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T22:28:57.404 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T22:28:57.404 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T22:28:57.404 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T22:28:57.404 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T22:28:57.404 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T22:28:57.404 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T22:28:57.404 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T22:28:57.404 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T22:28:57.404 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T22:28:57.404 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T22:28:57.404 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T22:28:57.404 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T22:28:57.405 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T22:28:57.405 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T22:28:57.405 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T22:28:57.405 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.table_properties_collectors: 2023-12-08T22:28:57.405 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T22:28:57.405 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T22:28:57.405 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T22:28:57.405 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T22:28:57.405 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T22:28:57.405 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.bloom_locality: 0 2023-12-08T22:28:57.406 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T22:28:57.406 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T22:28:57.406 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T22:28:57.406 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T22:28:57.406 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T22:28:57.406 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.ttl: 2592000 2023-12-08T22:28:57.406 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T22:28:57.406 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi003/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-08T22:28:57.406 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-12-08T22:28:57.406 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.951+0000 7fc240fa6880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-08T22:28:57.406 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-12-08T22:28:57.407 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.952+0000 7fc240fa6880 4 rocksdb: DB pointer 0x55669451b800 2023-12-08T22:28:57.407 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.952+0000 7fc229e2d700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T22:28:57.407 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.952+0000 7fc229e2d700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T22:28:57.407 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-08T22:28:57.407 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T22:28:57.407 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-08T22:28:57.407 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-08T22:28:57.407 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T22:28:57.407 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-08T22:28:57.407 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-08T22:28:57.407 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T22:28:57.408 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-12-08T22:28:57.408 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T22:28:57.408 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 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 2023-12-08T22:28:57.408 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T22:28:57.408 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T22:28:57.408 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T22:28:57.408 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-12-08T22:28:57.408 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T22:28:57.408 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 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 2023-12-08T22:28:57.408 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T22:28:57.408 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T22:28:57.409 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T22:28:57.409 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T22:28:57.409 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T22:28:57.409 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T22:28:57.409 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-08T22:28:57.409 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T22:28:57.409 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T22:28:57.409 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 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 2023-12-08T22:28:57.409 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-12-08T22:28:57.409 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-08T22:28:57.409 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-12-08T22:28:57.410 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T22:28:57.410 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 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 2023-12-08T22:28:57.410 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T22:28:57.410 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T22:28:57.410 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T22:28:57.410 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-12-08T22:28:57.410 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-08T22:28:57.410 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 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 2023-12-08T22:28:57.410 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T22:28:57.410 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T22:28:57.410 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T22:28:57.410 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T22:28:57.411 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T22:28:57.411 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T22:28:57.411 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-08T22:28:57.411 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T22:28:57.411 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T22:28:57.411 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 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 2023-12-08T22:28:57.411 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-12-08T22:28:57.411 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-08T22:28:57.411 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: 2023-12-08T22:28:57.411 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.953+0000 7fc240fa6880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-08T22:28:57.411 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.954+0000 7fc240fa6880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-08T22:28:57.411 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph-mon: debug 2023-12-08T22:28:56.954+0000 7fc240fa6880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi003 for mon.smithi003 2023-12-08T22:28:57.523 INFO:teuthology.orchestra.run.smithi003.stderr:create mon.smithi003 on 2023-12-08T22:28:57.644 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-08T22:28:57.755 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-1165b6ce-9619-11ee-95a3-87774f69a715.target → /etc/systemd/system/ceph-1165b6ce-9619-11ee-95a3-87774f69a715.target. 2023-12-08T22:28:57.755 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-1165b6ce-9619-11ee-95a3-87774f69a715.target → /etc/systemd/system/ceph-1165b6ce-9619-11ee-95a3-87774f69a715.target. 2023-12-08T22:28:57.994 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: Failed to reset failed state of unit ceph-1165b6ce-9619-11ee-95a3-87774f69a715@mon.smithi003.service: Unit ceph-1165b6ce-9619-11ee-95a3-87774f69a715@mon.smithi003.service not loaded. 2023-12-08T22:28:58.000 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: Created symlink /etc/systemd/system/ceph-1165b6ce-9619-11ee-95a3-87774f69a715.target.wants/ceph-1165b6ce-9619-11ee-95a3-87774f69a715@mon.smithi003.service → /etc/systemd/system/ceph-1165b6ce-9619-11ee-95a3-87774f69a715@.service. 2023-12-08T22:28:58.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:28:58 smithi003 systemd[1]: Starting Ceph mon.smithi003 for 1165b6ce-9619-11ee-95a3-87774f69a715... 2023-12-08T22:28:58.780 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: disabled 2023-12-08T22:28:58.788 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: inactive 2023-12-08T22:28:58.789 INFO:teuthology.orchestra.run.smithi003.stderr:firewalld.service is not enabled 2023-12-08T22:28:58.789 INFO:teuthology.orchestra.run.smithi003.stderr:Not possible to enable service . firewalld.service is not available 2023-12-08T22:28:58.789 INFO:teuthology.orchestra.run.smithi003.stderr:Waiting for mon to start... 2023-12-08T22:28:58.789 INFO:teuthology.orchestra.run.smithi003.stderr:Waiting for mon... 2023-12-08T22:28:59.049 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:28:58 smithi003 conmon[82846]: cluster 2023-12-08T22:28:58.759305+0000 mon.smithi003 (mon.0) 0 : [INF] 2023-12-08T22:28:59.049 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:28:58 smithi003 conmon[82846]: mkfs 1165b6ce-9619-11ee-95a3-87774f69a715 2023-12-08T22:28:59.049 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:28:58 smithi003 bash[82805]: 69f7ae3df856a3f72ce5ba4d9e1a5ce58b91662026ddeb28ea34226db217e0f9 2023-12-08T22:28:59.049 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:28:58 smithi003 conmon[82846]: cluster 2023-12-08T 2023-12-08T22:28:59.049 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:28:58 smithi003 conmon[82846]: 22:28:58.740668+0000 mon.smithi003 (mon.0) 1 : cluster [INF] mon.smithi003 is new leader, mons smithi003 in quorum (ranks 0) 2023-12-08T22:28:59.050 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:28:58 smithi003 systemd[1]: Started Ceph mon.smithi003 for 1165b6ce-9619-11ee-95a3-87774f69a715. 2023-12-08T22:28:59.328 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: cluster: 2023-12-08T22:28:59.328 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: id: 1165b6ce-9619-11ee-95a3-87774f69a715 2023-12-08T22:28:59.328 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-08T22:28:59.328 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 2023-12-08T22:28:59.328 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: services: 2023-12-08T22:28:59.328 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi003 (age 0.566848s) 2023-12-08T22:28:59.328 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-08T22:28:59.328 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-08T22:28:59.329 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 2023-12-08T22:28:59.329 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: data: 2023-12-08T22:28:59.329 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-08T22:28:59.329 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-08T22:28:59.329 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-08T22:28:59.329 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: pgs: 2023-12-08T22:28:59.329 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 2023-12-08T22:29:00.075 INFO:teuthology.orchestra.run.smithi003.stderr:mon is available 2023-12-08T22:29:00.075 INFO:teuthology.orchestra.run.smithi003.stderr:Assimilating anything we can from ceph.conf... 2023-12-08T22:29:00.080 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:28:59 smithi003 conmon[82846]: cluster 2023-12-08T22:28:58.758026+0000 mon.smithi003 (mon 2023-12-08T22:29:00.080 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:28:59 smithi003 conmon[82846]: .0) 2 : cluster [INF] mon.smithi003 is new leader, mons smithi003 in quorum (ranks 0) 2023-12-08T22:29:00.080 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:28:59 smithi003 conmon[82846]: cluster 2023-12-08T22:28:58.758191+0000 mon.smithi003 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi003=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0]} removed_ranks: {} 2023-12-08T22:29:00.080 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:28:59 smithi003 conmon[82846]: cluster 2023-12-08T22:28:58.761472+0000 mon.smithi003 (mon.0) 4 : cluster [DBG] fsmap 2023-12-08T22:29:00.080 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:28:59 smithi003 conmon[82846]: cluster 2023-12-08T22:28:58.764004+0000 mon.smithi003 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-08T22:29:00.080 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:28:59 smithi003 conmon[82846]: cluster 2023-12-08T22:28:58.764409+0000 mon.smithi003 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-08T22:29:00.080 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:28:59 smithi003 conmon[82846]: audit 2023-12-08T22:28:59.324832+0000 mon.smithi003 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.3:0/708902979' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-08T22:29:00.654 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 2023-12-08T22:29:00.654 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: [global] 2023-12-08T22:29:00.654 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: fsid = 1165b6ce-9619-11ee-95a3-87774f69a715 2023-12-08T22:29:00.654 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.3:3300,v1:172.21.15.3:6789] 2023-12-08T22:29:00.654 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-08T22:29:00.655 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-08T22:29:00.655 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-08T22:29:00.655 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-08T22:29:00.655 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 2023-12-08T22:29:00.655 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: [mgr] 2023-12-08T22:29:00.655 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-08T22:29:00.655 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 2023-12-08T22:29:00.655 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: [osd] 2023-12-08T22:29:00.655 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-08T22:29:00.655 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-08T22:29:00.966 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:00 smithi003 conmon[82846]: audit 2023-12-08T22:29:00.648510+0000 mon.smithi003 (mon.0) 8 : audit [INF] from='client.? 172.21.15.3:0/234224796' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-08T22:29:00.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:00 smithi003 conmon[82846]: audit 2023-12-08T22:29:00.651186+0000 mon.smithi003 (mon.0) 9 : audit [INF] from='client.? 172.21.15.3:0/234224796' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-08T22:29:01.207 INFO:teuthology.orchestra.run.smithi003.stderr:Generating new minimal ceph.conf... 2023-12-08T22:29:02.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:01 smithi003 conmon[82846]: audit 2023-12-08T22:29:01.753392+0000 mon.smithi003 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.3:0/2692619114' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:29:02.285 INFO:teuthology.orchestra.run.smithi003.stderr:Restarting the monitor... 2023-12-08T22:29:02.625 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:02 smithi003 systemd[1]: Stopping Ceph mon.smithi003 for 1165b6ce-9619-11ee-95a3-87774f69a715... 2023-12-08T22:29:02.625 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:02 smithi003 bash[83349]: Error: no container with name or ID ceph-1165b6ce-9619-11ee-95a3-87774f69a715-mon.smithi003 found: no such container 2023-12-08T22:29:02.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:02 smithi003 conmon[82846]: debug 2023-12-08T22:29:02.623+0000 7f61c9fbd700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi003 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-08T22:29:02.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:02 smithi003 conmon[82846]: debug 2023-12-08T22:29:02.623+0000 7f61c9fbd700 -1 mon.smithi003@0(leader) e1 *** Got Signal Terminated *** 2023-12-08T22:29:03.466 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:03 smithi003 bash[83466]: 69f7ae3df856a3f72ce5ba4d9e1a5ce58b91662026ddeb28ea34226db217e0f9 2023-12-08T22:29:03.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:03 smithi003 systemd[1]: ceph-1165b6ce-9619-11ee-95a3-87774f69a715@mon.smithi003.service: Succeeded. 2023-12-08T22:29:03.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:03 smithi003 systemd[1]: Stopped Ceph mon.smithi003 for 1165b6ce-9619-11ee-95a3-87774f69a715. 2023-12-08T22:29:03.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:03 smithi003 systemd[1]: Starting Ceph mon.smithi003 for 1165b6ce-9619-11ee-95a3-87774f69a715... 2023-12-08T22:29:04.087 INFO:teuthology.orchestra.run.smithi003.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-12-08T22:29:04.342 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.063+0000 7f362b9b5880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T22:29:04.342 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.063+0000 7f362b9b5880 0 ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable), process ceph-mon, pid 7 2023-12-08T22:29:04.342 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.063+0000 7f362b9b5880 0 pidfile_write: ignore empty --pid-file 2023-12-08T22:29:04.342 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 0 load: jerasure load: lrc load: isa 2023-12-08T22:29:04.342 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T22:29:04.342 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 2023-12-08T22:29:04.342 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T22:29:04.342 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Compile date Dec 7 2023 2023-12-08T22:29:04.342 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: DB SUMMARY 2023-12-08T22:29:04.342 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 2023-12-08T22:29:04.343 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: CURRENT file: CURRENT 2023-12-08T22:29:04.343 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 2023-12-08T22:29:04.343 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-08T22:29:04.343 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 2023-12-08T22:29:04.343 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-08T22:29:04.343 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 2023-12-08T22:29:04.343 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi003/store.db dir, Total Num: 1, files: 000004.sst 2023-12-08T22:29:04.343 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 2023-12-08T22:29:04.343 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi003/store.db: 000006.log size: 86457 ; 2023-12-08T22:29:04.343 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 2023-12-08T22:29:04.343 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.error_if_exists: 0 2023-12-08T22:29:04.343 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.create_if_missing: 0 2023-12-08T22:29:04.343 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T22:29:04.343 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.env: 0x56024ec76080 2023-12-08T22:29:04.344 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.fs: Posix File System 2023-12-08T22:29:04.344 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.info_log: 0x560250b75d20 2023-12-08T22:29:04.344 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T22:29:04.344 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.statistics: (nil) 2023-12-08T22:29:04.344 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.use_fsync: 0 2023-12-08T22:29:04.344 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T22:29:04.344 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T22:29:04.344 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T22:29:04.344 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T22:29:04.344 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T22:29:04.344 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T22:29:04.344 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T22:29:04.344 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T22:29:04.344 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T22:29:04.344 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T22:29:04.344 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T22:29:04.345 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.db_log_dir: 2023-12-08T22:29:04.345 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi003/store.db 2023-12-08T22:29:04.345 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T22:29:04.345 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T22:29:04.345 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T22:29:04.345 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T22:29:04.345 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T22:29:04.345 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T22:29:04.345 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T22:29:04.345 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T22:29:04.345 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T22:29:04.345 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T22:29:04.345 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.write_buffer_manager: 0x5602517cc480 2023-12-08T22:29:04.345 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T22:29:04.346 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T22:29:04.346 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T22:29:04.346 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T22:29:04.346 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T22:29:04.346 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T22:29:04.346 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T22:29:04.346 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T22:29:04.346 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T22:29:04.346 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.unordered_write: 0 2023-12-08T22:29:04.346 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T22:29:04.346 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T22:29:04.346 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T22:29:04.346 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T22:29:04.347 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.row_cache: None 2023-12-08T22:29:04.347 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.wal_filter: None 2023-12-08T22:29:04.347 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T22:29:04.347 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T22:29:04.347 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T22:29:04.347 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.two_write_queues: 0 2023-12-08T22:29:04.347 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T22:29:04.347 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.atomic_flush: 0 2023-12-08T22:29:04.347 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T22:29:04.347 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T22:29:04.347 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T22:29:04.347 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T22:29:04.347 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T22:29:04.347 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T22:29:04.348 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T22:29:04.348 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T22:29:04.348 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T22:29:04.348 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T22:29:04.348 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T22:29:04.348 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T22:29:04.348 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T22:29:04.348 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T22:29:04.348 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T22:29:04.348 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.max_open_files: -1 2023-12-08T22:29:04.348 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T22:29:04.348 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T22:29:04.348 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T22:29:04.348 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T22:29:04.348 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Compression algorithms supported: 2023-12-08T22:29:04.349 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T22:29:04.349 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: kZSTD supported: 0 2023-12-08T22:29:04.349 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: kXpressCompression supported: 0 2023-12-08T22:29:04.349 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T22:29:04.349 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T22:29:04.349 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T22:29:04.349 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: kZlibCompression supported: 1 2023-12-08T22:29:04.349 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T22:29:04.349 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T22:29:04.349 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi003/store.db/MANIFEST-000005 2023-12-08T22:29:04.349 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 2023-12-08T22:29:04.349 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T22:29:04.349 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 2023-12-08T22:29:04.349 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T22:29:04.349 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.merge_operator: 2023-12-08T22:29:04.350 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.compaction_filter: None 2023-12-08T22:29:04.350 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T22:29:04.350 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T22:29:04.351 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T22:29:04.351 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.068+0000 7f362b9b5880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560250b1fd28) 2023-12-08T22:29:04.351 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: cache_index_and_filter_blocks: 1 2023-12-08T22:29:04.351 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T22:29:04.351 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T22:29:04.351 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: pin_top_level_index_and_filter: 1 2023-12-08T22:29:04.351 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: index_type: 0 2023-12-08T22:29:04.351 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: data_block_index_type: 0 2023-12-08T22:29:04.351 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: index_shortening: 1 2023-12-08T22:29:04.351 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: data_block_hash_table_util_ratio: 0.750000 2023-12-08T22:29:04.351 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: hash_index_allow_collision: 1 2023-12-08T22:29:04.352 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: checksum: 1 2023-12-08T22:29:04.352 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: no_block_cache: 0 2023-12-08T22:29:04.352 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: block_cache: 0x560250b58f10 2023-12-08T22:29:04.352 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: block_cache_name: BinnedLRUCache 2023-12-08T22:29:04.352 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: block_cache_options: 2023-12-08T22:29:04.352 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: capacity : 536870912 2023-12-08T22:29:04.352 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: num_shard_bits : 4 2023-12-08T22:29:04.352 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: strict_capacity_limit : 0 2023-12-08T22:29:04.352 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: high_pri_pool_ratio: 0.000 2023-12-08T22:29:04.352 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: block_cache_compressed: (nil) 2023-12-08T22:29:04.352 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: persistent_cache: (nil) 2023-12-08T22:29:04.352 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: block_size: 4096 2023-12-08T22:29:04.352 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: block_size_deviation: 10 2023-12-08T22:29:04.353 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: block_restart_interval: 16 2023-12-08T22:29:04.353 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: index_block_restart_interval: 1 2023-12-08T22:29:04.353 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: metadata_block_size: 4096 2023-12-08T22:29:04.353 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: partition_filters: 0 2023-12-08T22:29:04.353 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: use_delta_encoding: 1 2023-12-08T22:29:04.353 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T22:29:04.353 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: whole_key_filtering: 1 2023-12-08T22:29:04.353 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: verify_compression: 0 2023-12-08T22:29:04.353 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: read_amp_bytes_per_bit: 0 2023-12-08T22:29:04.353 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: format_version: 2 2023-12-08T22:29:04.353 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: enable_index_compression: 1 2023-12-08T22:29:04.353 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: block_align: 0 2023-12-08T22:29:04.353 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 2023-12-08T22:29:04.353 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T22:29:04.354 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T22:29:04.354 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.compression: NoCompression 2023-12-08T22:29:04.354 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T22:29:04.354 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T22:29:04.354 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T22:29:04.354 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.num_levels: 7 2023-12-08T22:29:04.354 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T22:29:04.354 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T22:29:04.354 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T22:29:04.354 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T22:29:04.354 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T22:29:04.354 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T22:29:04.354 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T22:29:04.354 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T22:29:04.355 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T22:29:04.355 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T22:29:04.355 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T22:29:04.355 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T22:29:04.355 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T22:29:04.355 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T22:29:04.355 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T22:29:04.355 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T22:29:04.355 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T22:29:04.355 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T22:29:04.355 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T22:29:04.355 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T22:29:04.355 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T22:29:04.355 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T22:29:04.356 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T22:29:04.356 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T22:29:04.356 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T22:29:04.356 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T22:29:04.356 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T22:29:04.356 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T22:29:04.356 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T22:29:04.356 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T22:29:04.356 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T22:29:04.356 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T22:29:04.356 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T22:29:04.356 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T22:29:04.356 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T22:29:04.356 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T22:29:04.356 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T22:29:04.357 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T22:29:04.357 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T22:29:04.357 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T22:29:04.357 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T22:29:04.357 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T22:29:04.357 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T22:29:04.357 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T22:29:04.357 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T22:29:04.357 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T22:29:04.357 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T22:29:04.357 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.table_properties_collectors: 2023-12-08T22:29:04.357 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T22:29:04.357 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T22:29:04.357 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T22:29:04.358 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T22:29:04.358 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T22:29:04.358 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.bloom_locality: 0 2023-12-08T22:29:04.358 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T22:29:04.358 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T22:29:04.358 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T22:29:04.358 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T22:29:04.358 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T22:29:04.358 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.ttl: 2592000 2023-12-08T22:29:04.358 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T22:29:04.358 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi003/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-08T22:29:04.358 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 2023-12-08T22:29:04.358 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-08T22:29:04.358 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 2023-12-08T22:29:04.359 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702074544070203, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-08T22:29:04.359 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.069+0000 7f362b9b5880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-08T22:29:04.359 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.070+0000 7f362b9b5880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-08T22:29:04.359 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.070+0000 7f362b9b5880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702074544071144, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83330, "table_properties": {"data_size": 81597, "index_size": 338, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9331, "raw_average_key_size": 47, "raw_value_size": 76109, "raw_average_value_size": 384, "num_data_blocks": 11, "num_entries": 198, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "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; ", "creation_time": 1702074544, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-08T22:29:04.359 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.070+0000 7f362b9b5880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-08T22:29:04.359 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 2023-12-08T22:29:04.359 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.071+0000 7f362b9b5880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702074544071579, "job": 1, "event": "recovery_finished"} 2023-12-08T22:29:04.359 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.071+0000 7f362b9b5880 4 rocksdb: DB pointer 0x560250c23800 2023-12-08T22:29:04.359 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.071+0000 7f36127bb700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T22:29:04.359 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.071+0000 7f36127bb700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T22:29:04.359 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: ** DB Stats ** 2023-12-08T22:29:04.359 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T22:29:04.359 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-08T22:29:04.359 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-08T22:29:04.360 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T22:29:04.360 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-08T22:29:04.360 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-08T22:29:04.360 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T22:29:04.360 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 2023-12-08T22:29:04.360 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: ** Compaction Stats [default] ** 2023-12-08T22:29:04.360 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 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 2023-12-08T22:29:04.360 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T22:29:04.360 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: L0 2/0 83.07 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.6 0.00 0.00 1 0.001 0 0 2023-12-08T22:29:04.360 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: Sum 2/0 83.07 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.6 0.00 0.00 1 0.001 0 0 2023-12-08T22:29:04.360 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.6 0.00 0.00 1 0.001 0 0 2023-12-08T22:29:04.360 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 2023-12-08T22:29:04.360 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: ** Compaction Stats [default] ** 2023-12-08T22:29:04.360 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 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 2023-12-08T22:29:04.361 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T22:29:04.361 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 135.6 0.00 0.00 1 0.001 0 0 2023-12-08T22:29:04.361 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T22:29:04.361 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T22:29:04.361 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T22:29:04.361 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T22:29:04.361 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T22:29:04.361 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T22:29:04.361 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: Cumulative compaction: 0.00 GB write, 27.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T22:29:04.361 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: Interval compaction: 0.00 GB write, 27.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T22:29:04.361 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 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 2023-12-08T22:29:04.361 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 2023-12-08T22:29:04.361 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T22:29:04.361 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 2023-12-08T22:29:04.362 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: ** Compaction Stats [default] ** 2023-12-08T22:29:04.362 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 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 2023-12-08T22:29:04.362 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T22:29:04.362 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: L0 2/0 83.07 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.6 0.00 0.00 1 0.001 0 0 2023-12-08T22:29:04.362 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: Sum 2/0 83.07 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 135.6 0.00 0.00 1 0.001 0 0 2023-12-08T22:29:04.362 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T22:29:04.362 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 2023-12-08T22:29:04.362 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: ** Compaction Stats [default] ** 2023-12-08T22:29:04.362 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 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 2023-12-08T22:29:04.362 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T22:29:04.362 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 135.6 0.00 0.00 1 0.001 0 0 2023-12-08T22:29:04.362 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T22:29:04.362 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T22:29:04.362 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T22:29:04.363 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T22:29:04.363 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T22:29:04.363 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T22:29:04.363 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: Cumulative compaction: 0.00 GB write, 27.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T22:29:04.363 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T22:29:04.363 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 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 2023-12-08T22:29:04.363 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 2023-12-08T22:29:04.363 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T22:29:04.363 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 2023-12-08T22:29:04.363 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.072+0000 7f362b9b5880 0 starting mon.smithi003 rank 0 at public addrs [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] at bind addrs [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi003 fsid 1165b6ce-9619-11ee-95a3-87774f69a715 2023-12-08T22:29:04.363 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 bash[83803]: 40f2d2161fce1400d0665121776e93d4f7d4c7fb1ca9ebffd3cf35683bbc3f65 2023-12-08T22:29:04.363 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.073+0000 7f362b9b5880 1 mon.smithi003@-1(???) e1 preinit fsid 1165b6ce-9619-11ee-95a3-87774f69a715 2023-12-08T22:29:04.363 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.073+0000 7f362b9b5880 0 mon.smithi003@-1(???).mds e1 new map 2023-12-08T22:29:04.363 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.073+0000 7f362b9b5880 0 mon.smithi003@-1(???).mds e1 print_map 2023-12-08T22:29:04.364 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: e1 2023-12-08T22:29:04.364 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-08T22:29:04.364 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 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} 2023-12-08T22:29:04.364 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: legacy client fscid: -1 2023-12-08T22:29:04.364 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 2023-12-08T22:29:04.364 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: No filesystems configured 2023-12-08T22:29:04.364 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 2023-12-08T22:29:04.364 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.073+0000 7f362b9b5880 0 mon.smithi003@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-08T22:29:04.364 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.073+0000 7f362b9b5880 0 mon.smithi003@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T22:29:04.364 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.073+0000 7f362b9b5880 0 mon.smithi003@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T22:29:04.364 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.073+0000 7f362b9b5880 0 mon.smithi003@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T22:29:04.364 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: audit 2023-12-08T22:29:04.364 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 2023-12-08T22:29:01. 2023-12-08T22:29:04.365 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 753392+0000 mon.smithi003 (mon.0) 10 : 2023-12-08T22:29:04.365 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: audit [DBG] from='client.? 172.21.15.3:0/2692619114' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:29:04.365 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: debug 2023-12-08T22:29:04.073+0000 7f362b9b5880 1 mon.smithi003@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-08T22:29:04.365 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 systemd[1]: Started Ceph mon.smithi003 for 1165b6ce-9619-11ee-95a3-87774f69a715. 2023-12-08T22:29:04.365 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: cluster 2023-12-08T22:29:04.089407+0000 mon.smithi003 (mon.0) 1 : cluster [INF] mon.smithi003 is new leader, mons smithi003 in quorum (ranks 0) 2023-12-08T22:29:04.365 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: cluster 2023-12-08T22:29:04.089510+0000 mon.smithi003 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi003=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0]} removed_ranks: {} 2023-12-08T22:29:04.365 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: cluster 2023-12-08T22:29:04. 2023-12-08T22:29:04.365 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 102188+0000 mon.smithi003 (mon.0) 3 : cluster [DBG] fsmap 2023-12-08T22:29:04.365 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: cluster 2023-12-08T22 2023-12-08T22:29:04.365 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: :29:04.102230+0000 mon.smithi003 (mon. 2023-12-08T22:29:04.365 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-08T22:29:04.365 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: cluster 2023-12 2023-12-08T22:29:04.365 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: -08T22:29:04.102794+0000 2023-12-08T22:29:04.365 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: mon.smithi003 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-08T22:29:04.366 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:04 smithi003 conmon[83845]: 2023-12-08T22:29:05.350 INFO:teuthology.orchestra.run.smithi003.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-08T22:29:05.350 INFO:teuthology.orchestra.run.smithi003.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-08T22:29:05.350 INFO:teuthology.orchestra.run.smithi003.stderr:Creating mgr... 2023-12-08T22:29:05.351 INFO:teuthology.orchestra.run.smithi003.stderr:Verifying port 9283 ... 2023-12-08T22:29:05.491 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: Failed to reset failed state of unit ceph-1165b6ce-9619-11ee-95a3-87774f69a715@mgr.smithi003.nmmruw.service: Unit ceph-1165b6ce-9619-11ee-95a3-87774f69a715@mgr.smithi003.nmmruw.service not loaded. 2023-12-08T22:29:05.497 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: Created symlink /etc/systemd/system/ceph-1165b6ce-9619-11ee-95a3-87774f69a715.target.wants/ceph-1165b6ce-9619-11ee-95a3-87774f69a715@mgr.smithi003.nmmruw.service → /etc/systemd/system/ceph-1165b6ce-9619-11ee-95a3-87774f69a715@.service. 2023-12-08T22:29:05.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:05 smithi003 conmon[83845]: audit 2023-12-08T22: 2023-12-08T22:29:05.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:05 smithi003 conmon[83845]: 29:04.685817+0000 mon.smithi003 (mon.0) 6 : audit [INF] from='client.? 172.21.15.3:0/476386661' entity='client.admin' 2023-12-08T22:29:06.254 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: disabled 2023-12-08T22:29:06.262 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: inactive 2023-12-08T22:29:06.263 INFO:teuthology.orchestra.run.smithi003.stderr:firewalld.service is not enabled 2023-12-08T22:29:06.263 INFO:teuthology.orchestra.run.smithi003.stderr:Not possible to enable service . firewalld.service is not available 2023-12-08T22:29:06.271 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: disabled 2023-12-08T22:29:06.279 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: inactive 2023-12-08T22:29:06.280 INFO:teuthology.orchestra.run.smithi003.stderr:firewalld.service is not enabled 2023-12-08T22:29:06.280 INFO:teuthology.orchestra.run.smithi003.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-08T22:29:06.280 INFO:teuthology.orchestra.run.smithi003.stderr:Waiting for mgr to start... 2023-12-08T22:29:06.280 INFO:teuthology.orchestra.run.smithi003.stderr:Waiting for mgr... 2023-12-08T22:29:06.874 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 2023-12-08T22:29:06.874 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: { 2023-12-08T22:29:06.874 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "fsid": "1165b6ce-9619-11ee-95a3-87774f69a715", 2023-12-08T22:29:06.874 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "health": { 2023-12-08T22:29:06.874 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T22:29:06.874 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T22:29:06.874 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T22:29:06.874 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-12-08T22:29:06.874 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T22:29:06.874 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T22:29:06.874 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 0 2023-12-08T22:29:06.874 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: ], 2023-12-08T22:29:06.875 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T22:29:06.875 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "smithi003" 2023-12-08T22:29:06.875 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: ], 2023-12-08T22:29:06.875 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-08T22:29:06.875 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T22:29:06.875 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:29:06.875 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T22:29:06.875 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T22:29:06.875 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-12-08T22:29:06.875 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T22:29:06.875 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:29:06.875 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T22:29:06.875 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T22:29:06.875 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T22:29:06.875 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T22:29:06.876 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T22:29:06.876 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T22:29:06.876 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-12-08T22:29:06.876 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T22:29:06.876 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T22:29:06.876 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T22:29:06.876 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T22:29:06.876 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T22:29:06.876 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T22:29:06.876 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T22:29:06.876 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T22:29:06.876 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T22:29:06.876 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-12-08T22:29:06.877 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T22:29:06.877 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:29:06.877 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T22:29:06.877 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T22:29:06.877 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-12-08T22:29:06.877 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T22:29:06.877 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "available": false, 2023-12-08T22:29:06.877 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T22:29:06.877 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T22:29:06.877 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "iostat", 2023-12-08T22:29:06.877 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "nfs", 2023-12-08T22:29:06.877 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "restful" 2023-12-08T22:29:06.877 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: ], 2023-12-08T22:29:06.877 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "services": {} 2023-12-08T22:29:06.877 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-12-08T22:29:06.878 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T22:29:06.878 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:29:06.878 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "modified": "2023-12-08T22:28:58.759696+0000", 2023-12-08T22:29:06.878 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "services": {} 2023-12-08T22:29:06.878 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-12-08T22:29:06.878 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T22:29:06.878 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: } 2023-12-08T22:29:07.216 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:06 smithi003 conmon[83845]: audit 2023-12-08T22:29:06.866441+0000 mon.smithi003 (mon 2023-12-08T22:29:07.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:06 smithi003 conmon[83845]: .0) 7 : audit [DBG] from='client.? 172.21.15.3:0/1745808277' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T22:29:07.541 INFO:teuthology.orchestra.run.smithi003.stderr:mgr not available, waiting (1/15)... 2023-12-08T22:29:10.126 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 2023-12-08T22:29:10.127 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: { 2023-12-08T22:29:10.127 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "fsid": "1165b6ce-9619-11ee-95a3-87774f69a715", 2023-12-08T22:29:10.127 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "health": { 2023-12-08T22:29:10.127 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T22:29:10.127 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T22:29:10.127 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T22:29:10.127 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-12-08T22:29:10.128 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T22:29:10.128 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T22:29:10.128 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 0 2023-12-08T22:29:10.128 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: ], 2023-12-08T22:29:10.128 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T22:29:10.128 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "smithi003" 2023-12-08T22:29:10.128 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: ], 2023-12-08T22:29:10.128 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-12-08T22:29:10.128 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T22:29:10.128 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:29:10.128 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T22:29:10.128 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T22:29:10.128 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-12-08T22:29:10.128 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T22:29:10.129 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:29:10.129 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T22:29:10.129 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T22:29:10.129 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T22:29:10.129 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T22:29:10.129 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T22:29:10.129 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T22:29:10.129 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-12-08T22:29:10.129 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T22:29:10.129 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T22:29:10.129 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T22:29:10.129 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T22:29:10.129 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T22:29:10.129 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T22:29:10.129 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T22:29:10.130 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T22:29:10.130 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T22:29:10.130 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-12-08T22:29:10.130 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T22:29:10.130 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:29:10.130 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T22:29:10.130 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T22:29:10.130 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-12-08T22:29:10.130 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T22:29:10.130 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "available": false, 2023-12-08T22:29:10.130 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T22:29:10.130 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T22:29:10.130 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "iostat", 2023-12-08T22:29:10.130 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "nfs", 2023-12-08T22:29:10.131 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "restful" 2023-12-08T22:29:10.131 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: ], 2023-12-08T22:29:10.131 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "services": {} 2023-12-08T22:29:10.131 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-12-08T22:29:10.131 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T22:29:10.131 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:29:10.131 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "modified": "2023-12-08T22:28:58.759696+0000", 2023-12-08T22:29:10.131 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "services": {} 2023-12-08T22:29:10.131 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-12-08T22:29:10.131 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T22:29:10.131 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: } 2023-12-08T22:29:10.466 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:10 smithi003 conmon[83845]: audit 2023-12-08T22:29:10.114832+0000 mon.smithi003 2023-12-08T22:29:10.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:10 smithi003 conmon[83845]: (mon.0) 8 : audit [DBG] from='client.? 172.21.15.3:0/726877505' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T22:29:10.689 INFO:teuthology.orchestra.run.smithi003.stderr:mgr not available, waiting (2/15)... 2023-12-08T22:29:12.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: cluster 2023-12-08T22:29:11.957413+0000 mon.smithi003 (mon 2023-12-08T22:29:12.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: .0) 9 : cluster [INF] Activating manager daemon smithi003.nmmruw 2023-12-08T22:29:12.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: cluster 2023-12-08T22:29:11.960079+0000 mon.smithi003 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi003.nmmruw(active, starting, since 0.00275751s) 2023-12-08T22:29:12.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: audit 2023-12-08T22:29:11.961105+0000 mon.smithi003 (mon.0) 11 : 2023-12-08T22:29:12.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: audit [DBG] from='mgr.14100 172.21.15.3:0/3164954545' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T22:29:12.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: audit 2023-12-08T22:29:12.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: 2023-12-08T22:29:11.961337+0000 mon.smithi003 ( 2023-12-08T22:29:12.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.3:0/3164954545' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T22:29:12.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: audit 2023-12-08T22:29:11.961549+0000 2023-12-08T22:29:12.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: mon.smithi003 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.3:0/3164954545' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T22:29:12.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: audit 2023-12-08T22:29:11.961738+0000 2023-12-08T22:29:12.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: mon.smithi003 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.3:0/3164954545' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-12-08T22:29:12.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: audit 2023-12-08T22:29:11 2023-12-08T22:29:12.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: .961948+0000 mon.smithi003 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.3:0/3164954545' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mgr metadata", "who": "smithi003.nmmruw", "id": "smithi003.nmmruw"}]: dispatch 2023-12-08T22:29:12.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: cluster 2023-12-08T22:29 2023-12-08T22:29:12.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: :11.975303+0000 mon.smithi003 (mon.0) 16 : cluster [INF] Manager daemon smithi003.nmmruw is now available 2023-12-08T22:29:12.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: audit 2023-12-08T22:29 2023-12-08T22:29:12.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: :11.987974+0000 mon.smithi003 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.3:0/3164954545' entity='mgr.smithi003.nmmruw' 2023-12-08T22:29:12.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: audit 2023-12 2023-12-08T22:29:12.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: -08T22:29:11.989817+0000 mon.smithi003 (mon. 2023-12-08T22:29:12.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: 0) 18 : audit [INF] from='mgr.14100 172.21.15.3:0/3164954545' entity='mgr.smithi003.nmmruw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.nmmruw/mirror_snapshot_schedule"}]: dispatch 2023-12-08T22:29:12.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: audit 2023-12-08T22:29:11.991972+0000 mon.smithi003 2023-12-08T22:29:12.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.3:0/3164954545' entity='mgr.smithi003.nmmruw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.nmmruw/trash_purge_schedule"}]: dispatch 2023-12-08T22:29:12.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: audit 2023-12-08T22:29 2023-12-08T22:29:12.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: :11.995444+0000 mon.smithi003 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.3:0/3164954545' entity='mgr.smithi003.nmmruw' 2023-12-08T22:29:12.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: 2023-12-08T22:29:12.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: audit 2023-12-08T 2023-12-08T22:29:12.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:12 smithi003 conmon[83845]: 22:29:12.000260+0000 mon.smithi003 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.3:0/3164954545' entity='mgr.smithi003.nmmruw' 2023-12-08T22:29:13.506 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 2023-12-08T22:29:13.506 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: { 2023-12-08T22:29:13.506 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "fsid": "1165b6ce-9619-11ee-95a3-87774f69a715", 2023-12-08T22:29:13.506 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "health": { 2023-12-08T22:29:13.506 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-08T22:29:13.506 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "checks": {}, 2023-12-08T22:29:13.506 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "mutes": [] 2023-12-08T22:29:13.506 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-12-08T22:29:13.506 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-08T22:29:13.506 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "quorum": [ 2023-12-08T22:29:13.507 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 0 2023-12-08T22:29:13.507 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: ], 2023-12-08T22:29:13.507 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-08T22:29:13.507 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "smithi003" 2023-12-08T22:29:13.507 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: ], 2023-12-08T22:29:13.507 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "quorum_age": 9, 2023-12-08T22:29:13.507 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "monmap": { 2023-12-08T22:29:13.507 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:29:13.507 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-08T22:29:13.507 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-08T22:29:13.508 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-12-08T22:29:13.508 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "osdmap": { 2023-12-08T22:29:13.508 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:29:13.508 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-08T22:29:13.508 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-08T22:29:13.508 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-08T22:29:13.508 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-08T22:29:13.508 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-08T22:29:13.508 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-08T22:29:13.508 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-12-08T22:29:13.508 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "pgmap": { 2023-12-08T22:29:13.508 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-08T22:29:13.508 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-08T22:29:13.508 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-08T22:29:13.508 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-08T22:29:13.509 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-08T22:29:13.509 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-08T22:29:13.509 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-08T22:29:13.509 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-08T22:29:13.509 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-12-08T22:29:13.509 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "fsmap": { 2023-12-08T22:29:13.509 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:29:13.509 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-08T22:29:13.509 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-08T22:29:13.509 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-12-08T22:29:13.509 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-08T22:29:13.509 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "available": true, 2023-12-08T22:29:13.509 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-08T22:29:13.509 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "modules": [ 2023-12-08T22:29:13.509 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "iostat", 2023-12-08T22:29:13.509 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "nfs", 2023-12-08T22:29:13.510 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "restful" 2023-12-08T22:29:13.510 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: ], 2023-12-08T22:29:13.510 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "services": {} 2023-12-08T22:29:13.510 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-12-08T22:29:13.510 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "servicemap": { 2023-12-08T22:29:13.510 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-08T22:29:13.510 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "modified": "2023-12-08T22:28:58.759696+0000", 2023-12-08T22:29:13.510 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "services": {} 2023-12-08T22:29:13.510 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: }, 2023-12-08T22:29:13.510 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-08T22:29:13.510 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: } 2023-12-08T22:29:14.089 INFO:teuthology.orchestra.run.smithi003.stderr:mgr is available 2023-12-08T22:29:14.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:13 smithi003 conmon[83845]: cluster 2023-12-08T22:29:12.963587+0000 mon.smithi003 ( 2023-12-08T22:29:14.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:13 smithi003 conmon[83845]: mon.0) 22 : cluster [DBG] mgrmap e3: smithi003.nmmruw(active, since 1.00626s) 2023-12-08T22:29:14.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:13 smithi003 conmon[83845]: audit 2023-12-08T22:29:13.498975+0000 mon.smithi003 (mon.0) 23 : audit 2023-12-08T22:29:14.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:13 smithi003 conmon[83845]: [DBG] from='client.? 172.21.15.3:0/1239022283' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-08T22:29:14.737 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 2023-12-08T22:29:14.737 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: [global] 2023-12-08T22:29:14.737 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: fsid = 1165b6ce-9619-11ee-95a3-87774f69a715 2023-12-08T22:29:14.737 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-08T22:29:14.737 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-08T22:29:14.737 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-08T22:29:14.737 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-08T22:29:14.737 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 2023-12-08T22:29:14.737 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: [mgr] 2023-12-08T22:29:14.737 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-08T22:29:14.738 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 2023-12-08T22:29:14.738 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: [osd] 2023-12-08T22:29:14.738 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-08T22:29:14.738 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-08T22:29:15.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:14 smithi003 conmon[83845]: cluster 2023-12-08T22:29:13.964217+0000 mon.smithi003 ( 2023-12-08T22:29:15.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:14 smithi003 conmon[83845]: mon.0) 24 : cluster [DBG] mgrmap e4: smithi003.nmmruw(active, since 2s) 2023-12-08T22:29:15.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:14 smithi003 conmon[83845]: audit 2023-12-08T22:29:14.733243+0000 2023-12-08T22:29:15.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:14 smithi003 conmon[83845]: mon.smithi003 (mon.0) 25 : audit [INF] from='client.? 172.21.15.3:0/3099823446' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-08T22:29:15.356 INFO:teuthology.orchestra.run.smithi003.stderr:Enabling cephadm module... 2023-12-08T22:29:16.466 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:16 smithi003 conmon[83845]: audit 2023-12-08T22:29:16.045718+0000 mon.smithi003 (mon.0) 2023-12-08T22:29:16.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:16 smithi003 conmon[83845]: 26 : audit [INF] from='client.? 172.21.15.3:0/264588163' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-08T22:29:17.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:17 smithi003 conmon[83845]: audit 2023-12-08T22:29:16.099186+0000 mon.smithi003 (mon.0) 27 2023-12-08T22:29:17.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:17 smithi003 conmon[83845]: : audit [INF] from='client.? 172.21.15.3:0/264588163' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-08T22:29:17.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:17 smithi003 conmon[83845]: cluster 2023-12-08T22:29:16.099259+0000 mon.smithi003 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi003.nmmruw(active, since 4s) 2023-12-08T22:29:17.394 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: { 2023-12-08T22:29:17.394 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-08T22:29:17.394 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "available": true, 2023-12-08T22:29:17.394 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "active_name": "smithi003.nmmruw", 2023-12-08T22:29:17.394 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-08T22:29:17.395 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: } 2023-12-08T22:29:18.005 INFO:teuthology.orchestra.run.smithi003.stderr:Waiting for the mgr to restart... 2023-12-08T22:29:18.005 INFO:teuthology.orchestra.run.smithi003.stderr:Waiting for mgr epoch 5... 2023-12-08T22:29:18.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:18 smithi003 conmon[83845]: audit 2023-12-08T22:29:17.392140+0000 mon.smithi003 (mon.0) 29 : audit 2023-12-08T22:29:18.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:18 smithi003 conmon[83845]: [DBG] from='client.? 172.21.15.3:0/1626282382' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-08T22:29:21.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: cluster 2023-12-08T22:29:21.717418+0000 mon.smithi003 (mon.0 2023-12-08T22:29:21.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: ) 30 : cluster [INF] Active manager daemon smithi003.nmmruw restarted 2023-12-08T22:29:21.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: cluster 2023-12-08T22:29:21.717734+0000 mon.smithi003 (mon.0) 31 : cluster [INF] Activating manager daemon smithi003.nmmruw 2023-12-08T22:29:21.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: cluster 2023-12-08T22:29:21.720593 2023-12-08T22:29:21.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: +0000 mon.smithi003 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-08T22:29:21.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: 2023-12-08T22:29:21.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: cluster 2023-12-08T22:29:21 2023-12-08T22:29:21.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: .720692+0000 mon.smithi003 (mon.0) 33 : cluster 2023-12-08T22:29:21.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: [DBG] mgrmap e6: smithi003.nmmruw(active, starting, since 0.00306454s) 2023-12-08T22:29:21.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: audit 2023-12-08T22:29 2023-12-08T22:29:21.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: :21.721638+0000 mon.smithi003 (mon.0) 34 2023-12-08T22:29:21.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: : audit [DBG] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-12-08T22:29:21.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: audit 2023-12-08T 2023-12-08T22:29:21.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: 22:29:21.722250+0000 mon.smithi003 (mon. 2023-12-08T22:29:21.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: 0) 35 : audit [DBG] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mgr metadata", "who": "smithi003.nmmruw", "id": "smithi003.nmmruw"}]: dispatch 2023-12-08T22:29:21.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: audit 2023 2023-12-08T22:29:21.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: -12-08T22:29:21.722890+0000 2023-12-08T22:29:21.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: mon.smithi003 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T22:29:21.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: audit 2023 2023-12-08T22:29:21.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: -12-08T22:29:21.723050+0000 mon.smithi003 2023-12-08T22:29:21.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T22:29:21.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: audit 2023 2023-12-08T22:29:21.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: -12-08T22:29:21.723186+0000 mon.smithi003 2023-12-08T22:29:21.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T22:29:21.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: cluster 2023 2023-12-08T22:29:21.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: -12-08T22:29:21.736895+0000 mon.smithi003 2023-12-08T22:29:21.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: (mon.0) 39 : cluster [INF] Manager daemon smithi003.nmmruw is now available 2023-12-08T22:29:21.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: audit 2023-12-08T22 2023-12-08T22:29:21.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: :29:21.749475+0000 mon.smithi003 (mon.0) 40 : audit 2023-12-08T22:29:21.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:21 smithi003 conmon[83845]: [INF] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' 2023-12-08T22:29:22.732 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: { 2023-12-08T22:29:22.733 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-08T22:29:22.733 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "initialized": true 2023-12-08T22:29:22.733 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: } 2023-12-08T22:29:23.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:22 smithi003 conmon[83845]: cephadm 2023-12-08T22:29:21.746921+0000 mgr.smithi003.nmmruw (mgr.14116) 1 : cephadm [INF] 2023-12-08T22:29:23.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:22 smithi003 conmon[83845]: Found migration_current of "None". Setting to last migration. 2023-12-08T22:29:23.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:22 smithi003 conmon[83845]: audit 2023-12-08T22:29:21.839723+0000 mon.smithi003 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' 2023-12-08T22:29:23.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:22 smithi003 conmon[83845]: audit 2023-12-08T22:29:21.840732+0000 mon.smithi003 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:29:23.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:22 smithi003 conmon[83845]: audit 2023-12-08T22:29:21.842030+0000 2023-12-08T22:29:23.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:22 smithi003 conmon[83845]: mon.smithi003 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:29:23.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:22 smithi003 conmon[83845]: audit 2023-12-08T22:29:21.843686+0000 mon.smithi003 ( 2023-12-08T22:29:23.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:22 smithi003 conmon[83845]: mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:29:23.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:22 smithi003 conmon[83845]: audit 2023-12-08T22:29:21.858571 2023-12-08T22:29:23.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:22 smithi003 conmon[83845]: +0000 mon.smithi003 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.nmmruw/mirror_snapshot_schedule"}]: dispatch 2023-12-08T22:29:23.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:22 smithi003 conmon[83845]: audit 2023- 2023-12-08T22:29:23.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:22 smithi003 conmon[83845]: 12-08T22:29:21.861241+0000 mon.smithi003 (mon 2023-12-08T22:29:23.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:22 smithi003 conmon[83845]: .0) 46 : audit [INF] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.nmmruw/trash_purge_schedule"}]: dispatch 2023-12-08T22:29:23.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:22 smithi003 conmon[83845]: cluster 2023-12- 2023-12-08T22:29:23.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:22 smithi003 conmon[83845]: 08T22:29:22.724010+0000 mon.smithi003 (mon. 2023-12-08T22:29:23.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:22 smithi003 conmon[83845]: 0) 47 : cluster [DBG] mgrmap e7: smithi003.nmmruw(active, since 1.00637s) 2023-12-08T22:29:23.363 INFO:teuthology.orchestra.run.smithi003.stderr:mgr epoch 5 is available 2023-12-08T22:29:23.364 INFO:teuthology.orchestra.run.smithi003.stderr:Setting orchestrator backend to cephadm... 2023-12-08T22:29:23.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:23 smithi003 conmon[83845]: audit 2023-12-08T22:29:22.722994+0000 mgr.smithi003.nmmruw (mgr 2023-12-08T22:29:23.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:23 smithi003 conmon[83845]: .14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-08T22:29:23.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:23 smithi003 conmon[83845]: audit 2023-12-08T22:29:22.730144+0000 mgr.smithi003.nmmruw (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-08T22:29:24.922 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:24 smithi003 conmon[83845]: cluster 2023-12-08T22:29:23.841882+0000 mon.smithi003 ( 2023-12-08T22:29:24.922 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:24 smithi003 conmon[83845]: mon.0) 48 : cluster [DBG] mgrmap e8: smithi003.nmmruw(active, since 2s) 2023-12-08T22:29:24.922 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:24 smithi003 conmon[83845]: audit 2023-12-08T22:29:24.037842+0000 mgr.smithi003.nmmruw (mgr.14116 2023-12-08T22:29:24.922 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:24 smithi003 conmon[83845]: ) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:29:24.923 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:24 smithi003 conmon[83845]: audit 2023-12-08T22:29:24.923 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:24 smithi003 conmon[83845]: 2023-12-08T22: 2023-12-08T22:29:24.923 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:24 smithi003 conmon[83845]: 29:24.042720+0000 mon.smithi003 (mon.0 2023-12-08T22:29:24.923 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:24 smithi003 conmon[83845]: ) 49 : audit [INF] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' 2023-12-08T22:29:24.923 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:24 smithi003 conmon[83845]: audit 2023-12 2023-12-08T22:29:24.923 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:24 smithi003 conmon[83845]: -08T22:29:24.066706+0000 2023-12-08T22:29:24.923 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:24 smithi003 conmon[83845]: mon.smithi003 (mon.0) 50 : audit [DBG] 2023-12-08T22:29:24.923 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:24 smithi003 conmon[83845]: from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:29:25.319 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: value unchanged 2023-12-08T22:29:25.921 INFO:teuthology.orchestra.run.smithi003.stderr:Generating ssh key... 2023-12-08T22:29:26.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:26 smithi003 conmon[83845]: audit 2023-12-08T22:29:25.316584+0000 mgr.smithi003.nmmruw (mgr.14116 2023-12-08T22:29:26.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:26 smithi003 conmon[83845]: ) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:29:28.216 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:27 smithi003 conmon[83845]: audit 2023-12-08T22:29:26.609392+0000 mgr.smithi003.nmmruw (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:29:28.227 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:27 smithi003 conmon[83845]: cephadm 2023-12-08T22:29:26.609635+0000 mgr.smithi003.nmmruw (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-12-08T22:29:28.227 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:27 smithi003 conmon[83845]: audit 2023-12-08T22:29:26.989135+0000 mon.smithi003 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' 2023-12-08T22:29:28.227 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:27 smithi003 conmon[83845]: audit 2023-12-08T22:29:26.990941+0000 mon.smithi003 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' 2023-12-08T22:29:28.250 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDoEjLb/6kpV71jWccWyulef7JCVwLHfjNdxug3KsZW1wbyt+C9AS2OvLIqP+BLfIq7aGPVb793WuImsQivq0hLps9l5tlaN1M0lZZzTWu0KoARViTDeB/Mpd2PKrWjx0examO/JyBzbCuUQplLnIpAr0udYrFqWNEg9/ak9olZoVn5uyWrF5bu1sGbibpaYZSB+xDPfgBKy4NLDSbVBOnqDKTDkyeFVNGM0pgyeKjaDC/q5NpSuP0G5nDcxdk62VMKmFZtzs3y5opNtF6UwJ3F/sHrnCvflkQMobNMAwilMKIYKOLQM/rgluQkKI0Bn7jW0hGpCjEk2V3jZIjtdfCkyR51E7t6XMwRz9ep97sOuWQiLiWQxvCqVXfaEHfEGhSyJrDgu2ZJhCvEBgyORAWVqgtRtX8c2H4RK07d1mVAQa7GHjOxVVm1hUfgSfAxwfbmZRO2EkA5dzXPBN3euLJUjmVEcCcLrYN1Xvrrfxm1WIgjg1r2gvrWX01G+o6zeZE= ceph-1165b6ce-9619-11ee-95a3-87774f69a715 2023-12-08T22:29:28.829 INFO:teuthology.orchestra.run.smithi003.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-08T22:29:28.829 INFO:teuthology.orchestra.run.smithi003.stderr:Adding key to root@localhost authorized_keys... 2023-12-08T22:29:28.830 INFO:teuthology.orchestra.run.smithi003.stderr:Adding host smithi003... 2023-12-08T22:29:30.213 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: Added host 'smithi003' with addr '172.21.15.3' 2023-12-08T22:29:30.368 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:30 smithi003 conmon[83845]: audit 2023-12-08T22:29:28.248461+0000 2023-12-08T22:29:30.368 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:30 smithi003 conmon[83845]: mgr.smithi003.nmmruw (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:29:30.876 INFO:teuthology.orchestra.run.smithi003.stderr:Deploying mon service with default placement... 2023-12-08T22:29:31.146 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:31 smithi003 conmon[83845]: audit 2023-12-08T22:29:29.533497+0000 mgr.smithi003.nmmruw (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi003", "addr": "172.21.15.3", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:29:31.146 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:31 smithi003 conmon[83845]: audit 2023-12-08T22:29:30.210426+0000 mon.smithi003 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' 2023-12-08T22:29:31.146 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:31 smithi003 conmon[83845]: audit 2023-12-08T22:29:30.244048+0000 mon.smithi003 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:29:31.662 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-08T22:29:32.353 INFO:teuthology.orchestra.run.smithi003.stderr:Deploying mgr service with default placement... 2023-12-08T22:29:32.383 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:32 smithi003 conmon[83845]: cephadm 2023-12-08T22:29:30.210755+0000 mgr.smithi003.nmmruw ( 2023-12-08T22:29:32.383 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:32 smithi003 conmon[83845]: mgr.14116) 10 : cephadm [INF] Added host smithi003 2023-12-08T22:29:32.384 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:32 smithi003 conmon[83845]: audit 2023-12-08T22:29:31.660554+0000 mon.smithi003 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' 2023-12-08T22:29:33.073 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-08T22:29:33.369 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:33 smithi003 conmon[83845]: audit 2023-12-08T22:29:31.656946+0000 2023-12-08T22:29:33.369 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:33 smithi003 conmon[83845]: mgr.smithi003.nmmruw (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:29:33.369 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:33 smithi003 conmon[83845]: cephadm 2023-12-08T22:29:31.658157+0000 mgr.smithi003.nmmruw (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-08T22:29:33.369 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:33 smithi003 conmon[83845]: audit 2023-12-08T22:29:33.071046+0000 mon.smithi003 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' 2023-12-08T22:29:33.819 INFO:teuthology.orchestra.run.smithi003.stderr:Deploying crash service with default placement... 2023-12-08T22:29:34.466 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:34 smithi003 conmon[83845]: audit 2023-12-08T22:29:33.068034+0000 2023-12-08T22:29:34.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:34 smithi003 conmon[83845]: mgr.smithi003.nmmruw (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:29:34.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:34 smithi003 conmon[83845]: cephadm 2023-12-08T22:29:33.068839+0000 mgr.smithi003.nmmruw (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-08T22:29:34.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:34 smithi003 conmon[83845]: audit 2023-12-08T22:29:33.632111+0000 mon.smithi003 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' 2023-12-08T22:29:34.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:34 smithi003 conmon[83845]: audit 2023-12-08T22:29:33.915275+0000 mon.smithi003 (mon.0) 2023-12-08T22:29:34.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:34 smithi003 conmon[83845]: 58 : audit [INF] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' 2023-12-08T22:29:34.532 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-08T22:29:35.552 INFO:teuthology.orchestra.run.smithi003.stderr:Deploying prometheus service with default placement... 2023-12-08T22:29:35.796 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:35 smithi003 conmon[83845]: audit 2023-12-08T22:29:34.526846+0000 mgr.smithi003.nmmruw (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:29:35.796 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:35 smithi003 conmon[83845]: cephadm 2023-12-08T22:29:34.527815+0000 mgr.smithi003.nmmruw (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-12-08T22:29:35.796 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:35 smithi003 conmon[83845]: audit 2023-12-08T22:29:34.530129+0000 mon.smithi003 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' 2023-12-08T22:29:35.796 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:35 smithi003 conmon[83845]: audit 2023-12-08T22:29:35.069877+0000 mon.smithi003 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' 2023-12-08T22:29:36.316 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-08T22:29:37.269 INFO:teuthology.orchestra.run.smithi003.stderr:Deploying grafana service with default placement... 2023-12-08T22:29:37.537 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:37 smithi003 conmon[83845]: audit 2023-12-08T22:29:36.310989+0000 mgr.smithi003.nmmruw (mgr.14116) 17 2023-12-08T22:29:37.537 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:37 smithi003 conmon[83845]: : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:29:37.537 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:37 smithi003 conmon[83845]: cephadm 2023-12-08T22:29:36.311885+0000 mgr.smithi003.nmmruw (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-08T22:29:37.537 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:37 smithi003 conmon[83845]: audit 2023-12-08T22:29:36.314264+0000 mon.smithi003 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' 2023-12-08T22:29:37.980 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-08T22:29:38.619 INFO:teuthology.orchestra.run.smithi003.stderr:Deploying node-exporter service with default placement... 2023-12-08T22:29:39.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:38 smithi003 conmon[83845]: audit 2023-12-08T22:29:37.975082+0000 mgr.smithi003.nmmruw (mgr.14116) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:29:39.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:38 smithi003 conmon[83845]: cephadm 2023-12-08T22:29:37.975947+0000 mgr.smithi003.nmmruw (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-08T22:29:39.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:38 smithi003 conmon[83845]: audit 2023-12-08T22:29:37.978119+0000 mon.smithi003 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' 2023-12-08T22:29:39.310 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-08T22:29:39.927 INFO:teuthology.orchestra.run.smithi003.stderr:Deploying alertmanager service with default placement... 2023-12-08T22:29:40.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:40 smithi003 conmon[83845]: audit 2023-12-08T22:29:39.303815+0000 mgr.smithi003.nmmruw (mgr.14116) 21 : 2023-12-08T22:29:40.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:40 smithi003 conmon[83845]: audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:29:40.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:40 smithi003 conmon[83845]: cephadm 2023-12-08T22:29:39.304652+0000 mgr.smithi003.nmmruw (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-08T22:29:40.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:40 smithi003 conmon[83845]: audit 2023-12-08T22:29:39.307629+0000 mon.smithi003 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' 2023-12-08T22:29:40.618 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-08T22:29:41.912 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:41 smithi003 conmon[83845]: audit 2023-12-08T22:29 2023-12-08T22:29:41.913 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:41 smithi003 conmon[83845]: :40.612889+0000 mgr.smithi003.nmmruw (mgr.14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:29:41.913 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:41 smithi003 conmon[83845]: cephadm 2023-12-08T22:29:40.613747+0000 mgr.smithi003.nmmruw (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-08T22:29:41.913 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:41 smithi003 conmon[83845]: audit 2023-12-08 2023-12-08T22:29:41.913 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:41 smithi003 conmon[83845]: T22:29:40.615931+0000 2023-12-08T22:29:41.913 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:41 smithi003 conmon[83845]: mon.smithi003 (mon.0) 64 : 2023-12-08T22:29:41.913 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:41 smithi003 conmon[83845]: audit [INF] from='mgr.14116 172.21.15.3:0/2467836914' entity='mgr.smithi003.nmmruw' 2023-12-08T22:29:43.146 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:42 smithi003 conmon[83845]: cluster 2023-12-08T22:29:41.724125+0000 mgr.smithi003.nmmruw (mgr. 2023-12-08T22:29:43.146 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:42 smithi003 conmon[83845]: 14116) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:29:43.146 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:42 smithi003 conmon[83845]: audit 2023-12-08T22:29:41.881830+0000 mon.smithi003 (mon.0) 65 : audit [INF] from='client.? 172.21.15.3:0/1419920250' entity='client.admin' 2023-12-08T22:29:43.693 INFO:teuthology.orchestra.run.smithi003.stderr:Enabling the dashboard module... 2023-12-08T22:29:44.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:44 smithi003 conmon[83845]: audit 2023-12-08T22:29:43.118848+0000 mon.smithi003 ( 2023-12-08T22:29:44.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:44 smithi003 conmon[83845]: mon.0) 66 : audit [INF] from='client.? 172.21.15.3:0/2831948302' entity='client.admin' 2023-12-08T22:29:45.385 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:45 smithi003 conmon[83845]: cluster 2023-12-08T22:29:43.724384+0000 mgr.smithi003.nmmruw (mgr.14116) 26 : cluster 2023-12-08T22:29:45.385 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:45 smithi003 conmon[83845]: [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:29:45.385 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:45 smithi003 conmon[83845]: audit 2023-12-08T22:29:44.425447+0000 mon.smithi003 (mon.0) 67 : audit [INF] from='client.? 172.21.15.3:0/3229308714' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-08T22:29:46.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:46 smithi003 conmon[83845]: audit 2023-12-08T22:29:45.123466+0000 mon.smithi003 (mon.0 2023-12-08T22:29:46.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:46 smithi003 conmon[83845]: ) 68 : audit [INF] from='client.? 172.21.15.3:0/3229308714' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-08T22:29:46.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:46 smithi003 conmon[83845]: cluster 2023-12-08T22:29:45.123551+0000 mon.smithi003 (mon.0) 69 : cluster [DBG] 2023-12-08T22:29:46.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:46 smithi003 conmon[83845]: mgrmap e9: smithi003.nmmruw(active, since 23s) 2023-12-08T22:29:46.562 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: { 2023-12-08T22:29:46.562 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-08T22:29:46.562 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "available": true, 2023-12-08T22:29:46.562 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "active_name": "smithi003.nmmruw", 2023-12-08T22:29:46.562 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-08T22:29:46.562 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: } 2023-12-08T22:29:47.170 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:47 smithi003 conmon[83845]: audit 2023-12-08T22:29:46.558987+0000 mon.smithi003 (mon. 2023-12-08T22:29:47.171 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:47 smithi003 conmon[83845]: 0) 70 : audit [DBG] from='client.? 172.21.15.3:0/1804734290' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-08T22:29:47.171 INFO:teuthology.orchestra.run.smithi003.stderr:Waiting for the mgr to restart... 2023-12-08T22:29:47.171 INFO:teuthology.orchestra.run.smithi003.stderr:Waiting for mgr epoch 9... 2023-12-08T22:29:51.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: cluster 2023-12-08T22:29:50.796701+0000 mon.smithi003 (mon.0) 71 : cluster [INF] Active manager daemon smithi003.nmmruw restarted 2023-12-08T22:29:51.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: cluster 2023-12-08T22:29:50.796923+0000 mon.smithi003 (mon.0) 72 : cluster [INF] Activating manager daemon smithi003.nmmruw 2023-12-08T22:29:51.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: cluster 2023-12-08T22:29:50.799567+0000 mon.smithi003 (mon.0) 73 : 2023-12-08T22:29:51.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-08T22:29:51.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: cluster 2023-12- 2023-12-08T22:29:51.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: 08T22:29:50.799670+0000 mon.smithi003 (mon.0) 2023-12-08T22:29:51.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: 74 : cluster [DBG] mgrmap e10: smithi003.nmmruw(active, starting, since 0.00283417s) 2023-12-08T22:29:51.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: audit 2023-12-08T22 2023-12-08T22:29:51.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: :29:50.800693+0000 mon.smithi003 (mon. 2023-12-08T22:29:51.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: 0) 75 : audit [DBG] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-12-08T22:29:51.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: audit 2023-12-08T 2023-12-08T22:29:51.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: 22:29:50.801291+0000 mon.smithi003 (mon 2023-12-08T22:29:51.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: .0) 76 : audit [DBG] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mgr metadata", "who": "smithi003.nmmruw", "id": "smithi003.nmmruw"}]: dispatch 2023-12-08T22:29:51.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: audit 2023-12- 2023-12-08T22:29:51.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: 08T22:29:50.802108+0000 mon.smithi003 2023-12-08T22:29:51.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T22:29:51.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: 2023-12-08T22:29:51.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: audit 2023 2023-12-08T22:29:51.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: -12-08T22:29:50.802300+0000 mon.smithi003 ( 2023-12-08T22:29:51.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T22:29:51.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: audit 2023- 2023-12-08T22:29:51.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: 12-08T22:29:50.802456+0000 2023-12-08T22:29:51.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: mon.smithi003 (mon.0) 79 : audit [DBG] 2023-12-08T22:29:51.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T22:29:51.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: cluster 2023-12-08T22:29:51.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: 2023-12-08T22:29:50.815930+0000 2023-12-08T22:29:51.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: mon.smithi003 (mon.0) 80 : cluster [INF] 2023-12-08T22:29:51.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:50 smithi003 conmon[83845]: Manager daemon smithi003.nmmruw is now available 2023-12-08T22:29:51.810 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: { 2023-12-08T22:29:51.810 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-08T22:29:51.810 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: "initialized": true 2023-12-08T22:29:51.811 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: } 2023-12-08T22:29:52.174 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:51 smithi003 conmon[83845]: audit 2023-12-08T22:29:50.918489+0000 mon.smithi003 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:29:52.174 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:51 smithi003 conmon[83845]: audit 2023-12-08T22:29:50.920027+0000 mon.smithi003 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:29:52.174 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:51 smithi003 conmon[83845]: audit 2023-12-08T22:29:50.946202+0000 mon.smithi003 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.nmmruw/mirror_snapshot_schedule"}]: dispatch 2023-12-08T22:29:52.174 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:51 smithi003 conmon[83845]: audit 2023-12-08T22:29:50.949011+0000 mon.smithi003 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.nmmruw/trash_purge_schedule"}]: dispatch 2023-12-08T22:29:52.174 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:51 smithi003 conmon[83845]: cluster 2023-12-08T22:29:51.801428+0000 mon.smithi003 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi003.nmmruw(active, since 1.00459s) 2023-12-08T22:29:52.667 INFO:teuthology.orchestra.run.smithi003.stderr:mgr epoch 9 is available 2023-12-08T22:29:52.667 INFO:teuthology.orchestra.run.smithi003.stderr:Generating a dashboard self-signed certificate... 2023-12-08T22:29:52.932 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:52 smithi003 conmon[83845]: audit 2023-12-08T22:29:51 2023-12-08T22:29:52.932 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:52 smithi003 conmon[83845]: .801077+0000 mgr.smithi003.nmmruw (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-08T22:29:52.932 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:52 smithi003 conmon[83845]: audit 2023-12-08T22:29:51.807849+0000 mgr.smithi003.nmmruw (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-08T22:29:52.932 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:52 smithi003 conmon[83845]: audit 2023-12-08T22:29:52 2023-12-08T22:29:52.932 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:52 smithi003 conmon[83845]: .662045+0000 mon.smithi003 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' 2023-12-08T22:29:53.470 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-08T22:29:54.236 INFO:teuthology.orchestra.run.smithi003.stderr:Creating initial admin user... 2023-12-08T22:29:54.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:54 smithi003 conmon[83845]: audit 2023-12-08T22:29:53.419783+0000 mgr.smithi003.nmmruw (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:29:54.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:54 smithi003 conmon[83845]: audit 2023-12-08T22:29:53.465744+0000 mon.smithi003 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' 2023-12-08T22:29:54.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:54 smithi003 conmon[83845]: audit 2023-12-08T22:29:53.467848+0000 mon.smithi003 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' 2023-12-08T22:29:54.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:54 smithi003 conmon[83845]: cluster 2023-12-08T22:29:53.663796+0000 mon.smithi003 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi003.nmmruw(active, since 2s) 2023-12-08T22:29:55.587 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$CIk7ZBSfvUSKofyvl45ZOunFAAzAESkh1U/bC.P2q6v5KsqyIvX5i", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1702074595, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-08T22:29:56.232 INFO:teuthology.orchestra.run.smithi003.stderr:Fetching dashboard port number... 2023-12-08T22:29:56.872 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: 8443 2023-12-08T22:29:56.893 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:56 smithi003 conmon[83845]: audit 2023-12-08T22:29:55.339964+0000 mgr.smithi003.nmmruw (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:29:56.893 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:56 smithi003 conmon[83845]: audit 2023-12-08T22:29:55.584949+0000 mon.smithi003 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' 2023-12-08T22:29:57.492 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: disabled 2023-12-08T22:29:57.500 INFO:teuthology.orchestra.run.smithi003.stderr:systemctl: inactive 2023-12-08T22:29:57.501 INFO:teuthology.orchestra.run.smithi003.stderr:firewalld.service is not enabled 2023-12-08T22:29:57.501 INFO:teuthology.orchestra.run.smithi003.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-08T22:29:57.504 INFO:teuthology.orchestra.run.smithi003.stderr:Ceph Dashboard is now available at: 2023-12-08T22:29:57.504 INFO:teuthology.orchestra.run.smithi003.stderr: 2023-12-08T22:29:57.504 INFO:teuthology.orchestra.run.smithi003.stderr: URL: https://smithi003.front.sepia.ceph.com:8443/ 2023-12-08T22:29:57.504 INFO:teuthology.orchestra.run.smithi003.stderr: User: admin 2023-12-08T22:29:57.504 INFO:teuthology.orchestra.run.smithi003.stderr: Password: hx9kk93b2b 2023-12-08T22:29:57.504 INFO:teuthology.orchestra.run.smithi003.stderr: 2023-12-08T22:29:57.504 INFO:teuthology.orchestra.run.smithi003.stderr:Enabling autotune for osd_memory_target 2023-12-08T22:29:57.740 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:57 smithi003 conmon[83845]: audit 2023-12-08T22:29:56.870008+0000 mon.smithi003 ( 2023-12-08T22:29:57.740 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:57 smithi003 conmon[83845]: mon.0) 91 : audit [DBG] from='client.? 172.21.15.3:0/3729897241' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-08T22:29:58.966 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:58 smithi003 conmon[83845]: cluster 2023-12-08T22:29:57.589307+0000 mon.smithi003 ( 2023-12-08T22:29:58.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:29:58 smithi003 conmon[83845]: mon.0) 92 : cluster [DBG] mgrmap e13: smithi003.nmmruw(active, since 6s) 2023-12-08T22:29:59.550 INFO:teuthology.orchestra.run.smithi003.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-08T22:30:00.141 INFO:teuthology.orchestra.run.smithi003.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-08T22:30:00.141 INFO:teuthology.orchestra.run.smithi003.stderr: 2023-12-08T22:30:00.141 INFO:teuthology.orchestra.run.smithi003.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-08T22:30:00.141 INFO:teuthology.orchestra.run.smithi003.stderr: 2023-12-08T22:30:00.141 INFO:teuthology.orchestra.run.smithi003.stderr:Or, if you are only running a single cluster on this host: 2023-12-08T22:30:00.141 INFO:teuthology.orchestra.run.smithi003.stderr: 2023-12-08T22:30:00.142 INFO:teuthology.orchestra.run.smithi003.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-08T22:30:00.142 INFO:teuthology.orchestra.run.smithi003.stderr: 2023-12-08T22:30:00.142 INFO:teuthology.orchestra.run.smithi003.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-08T22:30:00.142 INFO:teuthology.orchestra.run.smithi003.stderr: 2023-12-08T22:30:00.142 INFO:teuthology.orchestra.run.smithi003.stderr: ceph telemetry on 2023-12-08T22:30:00.142 INFO:teuthology.orchestra.run.smithi003.stderr: 2023-12-08T22:30:00.142 INFO:teuthology.orchestra.run.smithi003.stderr:For more information see: 2023-12-08T22:30:00.142 INFO:teuthology.orchestra.run.smithi003.stderr: 2023-12-08T22:30:00.142 INFO:teuthology.orchestra.run.smithi003.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-12-08T22:30:00.142 INFO:teuthology.orchestra.run.smithi003.stderr: 2023-12-08T22:30:00.142 INFO:teuthology.orchestra.run.smithi003.stderr:Bootstrap complete. 2023-12-08T22:30:00.184 INFO:tasks.cephadm:Fetching config... 2023-12-08T22:30:00.185 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-12-08T22:30:00.185 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-08T22:30:00.201 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-08T22:30:00.201 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-12-08T22:30:00.201 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-08T22:30:00.257 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-08T22:30:00.257 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-12-08T22:30:00.257 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/mon.smithi003/keyring of=/dev/stdout 2023-12-08T22:30:00.324 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-08T22:30:00.324 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-12-08T22:30:00.324 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-08T22:30:00.379 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-08T22:30:00.380 DEBUG:teuthology.orchestra.run.smithi003:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDoEjLb/6kpV71jWccWyulef7JCVwLHfjNdxug3KsZW1wbyt+C9AS2OvLIqP+BLfIq7aGPVb793WuImsQivq0hLps9l5tlaN1M0lZZzTWu0KoARViTDeB/Mpd2PKrWjx0examO/JyBzbCuUQplLnIpAr0udYrFqWNEg9/ak9olZoVn5uyWrF5bu1sGbibpaYZSB+xDPfgBKy4NLDSbVBOnqDKTDkyeFVNGM0pgyeKjaDC/q5NpSuP0G5nDcxdk62VMKmFZtzs3y5opNtF6UwJ3F/sHrnCvflkQMobNMAwilMKIYKOLQM/rgluQkKI0Bn7jW0hGpCjEk2V3jZIjtdfCkyR51E7t6XMwRz9ep97sOuWQiLiWQxvCqVXfaEHfEGhSyJrDgu2ZJhCvEBgyORAWVqgtRtX8c2H4RK07d1mVAQa7GHjOxVVm1hUfgSfAxwfbmZRO2EkA5dzXPBN3euLJUjmVEcCcLrYN1Xvrrfxm1WIgjg1r2gvrWX01G+o6zeZE= ceph-1165b6ce-9619-11ee-95a3-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-08T22:30:00.455 INFO:teuthology.orchestra.run.smithi003.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDoEjLb/6kpV71jWccWyulef7JCVwLHfjNdxug3KsZW1wbyt+C9AS2OvLIqP+BLfIq7aGPVb793WuImsQivq0hLps9l5tlaN1M0lZZzTWu0KoARViTDeB/Mpd2PKrWjx0examO/JyBzbCuUQplLnIpAr0udYrFqWNEg9/ak9olZoVn5uyWrF5bu1sGbibpaYZSB+xDPfgBKy4NLDSbVBOnqDKTDkyeFVNGM0pgyeKjaDC/q5NpSuP0G5nDcxdk62VMKmFZtzs3y5opNtF6UwJ3F/sHrnCvflkQMobNMAwilMKIYKOLQM/rgluQkKI0Bn7jW0hGpCjEk2V3jZIjtdfCkyR51E7t6XMwRz9ep97sOuWQiLiWQxvCqVXfaEHfEGhSyJrDgu2ZJhCvEBgyORAWVqgtRtX8c2H4RK07d1mVAQa7GHjOxVVm1hUfgSfAxwfbmZRO2EkA5dzXPBN3euLJUjmVEcCcLrYN1Xvrrfxm1WIgjg1r2gvrWX01G+o6zeZE= ceph-1165b6ce-9619-11ee-95a3-87774f69a715 2023-12-08T22:30:00.467 DEBUG:teuthology.orchestra.run.smithi076:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDoEjLb/6kpV71jWccWyulef7JCVwLHfjNdxug3KsZW1wbyt+C9AS2OvLIqP+BLfIq7aGPVb793WuImsQivq0hLps9l5tlaN1M0lZZzTWu0KoARViTDeB/Mpd2PKrWjx0examO/JyBzbCuUQplLnIpAr0udYrFqWNEg9/ak9olZoVn5uyWrF5bu1sGbibpaYZSB+xDPfgBKy4NLDSbVBOnqDKTDkyeFVNGM0pgyeKjaDC/q5NpSuP0G5nDcxdk62VMKmFZtzs3y5opNtF6UwJ3F/sHrnCvflkQMobNMAwilMKIYKOLQM/rgluQkKI0Bn7jW0hGpCjEk2V3jZIjtdfCkyR51E7t6XMwRz9ep97sOuWQiLiWQxvCqVXfaEHfEGhSyJrDgu2ZJhCvEBgyORAWVqgtRtX8c2H4RK07d1mVAQa7GHjOxVVm1hUfgSfAxwfbmZRO2EkA5dzXPBN3euLJUjmVEcCcLrYN1Xvrrfxm1WIgjg1r2gvrWX01G+o6zeZE= ceph-1165b6ce-9619-11ee-95a3-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-08T22:30:00.510 INFO:teuthology.orchestra.run.smithi076.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDoEjLb/6kpV71jWccWyulef7JCVwLHfjNdxug3KsZW1wbyt+C9AS2OvLIqP+BLfIq7aGPVb793WuImsQivq0hLps9l5tlaN1M0lZZzTWu0KoARViTDeB/Mpd2PKrWjx0examO/JyBzbCuUQplLnIpAr0udYrFqWNEg9/ak9olZoVn5uyWrF5bu1sGbibpaYZSB+xDPfgBKy4NLDSbVBOnqDKTDkyeFVNGM0pgyeKjaDC/q5NpSuP0G5nDcxdk62VMKmFZtzs3y5opNtF6UwJ3F/sHrnCvflkQMobNMAwilMKIYKOLQM/rgluQkKI0Bn7jW0hGpCjEk2V3jZIjtdfCkyR51E7t6XMwRz9ep97sOuWQiLiWQxvCqVXfaEHfEGhSyJrDgu2ZJhCvEBgyORAWVqgtRtX8c2H4RK07d1mVAQa7GHjOxVVm1hUfgSfAxwfbmZRO2EkA5dzXPBN3euLJUjmVEcCcLrYN1Xvrrfxm1WIgjg1r2gvrWX01G+o6zeZE= ceph-1165b6ce-9619-11ee-95a3-87774f69a715 2023-12-08T22:30:00.522 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-08T22:30:00.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:00 smithi003 conmon[83845]: audit 2023-12-08T22:29:59.545812+0000 mon.smithi003 (mon.0) 93 : audit [INF] from='client.? 172.21.15.3:0/585895577' entity='client.admin' 2023-12-08T22:30:03.709 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-08T22:30:03.709 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-08T22:30:04.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:04 smithi003 conmon[83845]: audit 2023-12-08T22:30:03.076809+0000 mon.smithi003 (mon.0) 94 : audit [INF] from='client.? 172.21.15.3:0/3472022450' entity='client.admin' 2023-12-08T22:30:05.957 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:05 smithi003 conmon[83845]: audit 2023-12-08T22:30:04.596695+0000 mon.smithi003 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' 2023-12-08T22:30:05.957 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:05 smithi003 conmon[83845]: audit 2023-12-08T22:30:05.223948+0000 mon.smithi003 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi003", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:30:05.957 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:05 smithi003 conmon[83845]: audit 2023-12-08T22:30:05.227245+0000 mon.smithi003 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' 2023-12-08T22:30:06.478 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi076 2023-12-08T22:30:06.478 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2023-12-08T22:30:06.478 DEBUG:teuthology.orchestra.run.smithi076:> dd of=/etc/ceph/ceph.conf 2023-12-08T22:30:06.494 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2023-12-08T22:30:06.494 DEBUG:teuthology.orchestra.run.smithi076:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T22:30:06.550 INFO:tasks.cephadm:Adding host smithi076 to orchestrator... 2023-12-08T22:30:06.550 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph orch host add smithi076 2023-12-08T22:30:07.216 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:06 smithi003 conmon[83845]: cephadm 2023-12-08T22:30:05.235531 2023-12-08T22:30:07.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:06 smithi003 conmon[83845]: +0000 mgr.smithi003.nmmruw (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi003 on smithi003 2023-12-08T22:30:07.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:06 smithi003 conmon[83845]: audit 2023-12-08T22:30:05.930709+0000 mgr.smithi003.nmmruw (mgr.14156) 6 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:30:07.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:06 smithi003 conmon[83845]: audit 2023-12-08T22:30:05.933149+0000 mon.smithi003 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' 2023-12-08T22:30:12.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:11 smithi003 conmon[83845]: cluster 2023-12-08T22:30:10.803300+0000 mgr.smithi003.nmmruw (mgr.14156) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:30:14.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:13 smithi003 conmon[83845]: cluster 2023-12-08T22:30:12.803738+0000 2023-12-08T22:30:14.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:13 smithi003 conmon[83845]: mgr.smithi003.nmmruw (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:30:16.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:15 smithi003 conmon[83845]: cluster 2023-12-08T22:30:14.804041+0000 mgr.smithi003.nmmruw ( 2023-12-08T22:30:16.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:15 smithi003 conmon[83845]: mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:30:16.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:15 smithi003 conmon[83845]: audit 2023-12-08T22:30:14.914868+0000 mon.smithi003 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' 2023-12-08T22:30:16.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:15 smithi003 conmon[83845]: audit 2023-12-08T22:30:14.916525+0000 mon.smithi003 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi003", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T22:30:16.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:15 smithi003 conmon[83845]: audit 2023-12-08T22:30:14.918085+0000 mon.smithi003 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi003", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-08T22:30:16.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:15 smithi003 conmon[83845]: audit 2023-12-08T22:30:14.918672+0000 mon.smithi003 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:30:16.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:15 smithi003 conmon[83845]: cephadm 2023-12-08T22:30:14.919173+0000 mgr.smithi003.nmmruw (mgr.14156) 10 : cephadm [INF] Deploying daemon crash.smithi003 on smithi003 2023-12-08T22:30:17.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:16 smithi003 conmon[83845]: audit 2023-12-08T22:30:15.946602+0000 mon.smithi003 (mon 2023-12-08T22:30:17.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:16 smithi003 conmon[83845]: .0) 103 : audit [INF] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' 2023-12-08T22:30:18.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:17 smithi003 conmon[83845]: cluster 2023-12-08T22:30:16.804478+0000 mgr.smithi003.nmmruw (mgr.14156) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:30:18.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:17 smithi003 conmon[83845]: audit 2023-12-08T22:30:17.371389+0000 mon.smithi003 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' 2023-12-08T22:30:18.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:17 smithi003 conmon[83845]: audit 2023-12-08T22:30: 2023-12-08T22:30:18.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:17 smithi003 conmon[83845]: 17.512094+0000 mon.smithi003 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' 2023-12-08T22:30:18.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:17 smithi003 conmon[83845]: audit 2023-12-08T22:30:18.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:17 smithi003 conmon[83845]: 2023-12-08T22:30:17.515599+0000 mon.smithi003 (mon.0) 106 : audit 2023-12-08T22:30:18.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:17 smithi003 conmon[83845]: [INF] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' 2023-12-08T22:30:18.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:17 smithi003 conmon[83845]: audit 2023-12- 2023-12-08T22:30:18.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:17 smithi003 conmon[83845]: 08T22:30:17.517631+0000 mon.smithi003 (mon.0) 107 : audit [INF] 2023-12-08T22:30:18.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:17 smithi003 conmon[83845]: from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-08T22:30:18.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:17 smithi003 conmon[83845]: audit 2023-12 2023-12-08T22:30:18.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:17 smithi003 conmon[83845]: -08T22:30:17.522071+0000 mon.smithi003 (mon.0) 108 : audit 2023-12-08T22:30:18.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:17 smithi003 conmon[83845]: [INF] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' 2023-12-08T22:30:19.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:18 smithi003 conmon[83845]: audit 2023-12-08T22:30:17.517967+0000 mgr.smithi003.nmmruw (mgr 2023-12-08T22:30:19.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:18 smithi003 conmon[83845]: .14156) 12 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-08T22:30:19.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:18 smithi003 conmon[83845]: cephadm 2023-12-08T22:30:17.529225+0000 mgr.smithi003.nmmruw (mgr.14156) 13 : cephadm [INF] Deploying daemon grafana.smithi003 on smithi003 2023-12-08T22:30:20.466 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:20 smithi003 conmon[83845]: cluster 2023-12-08T22:30:18.804716+0000 2023-12-08T22:30:20.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:20 smithi003 conmon[83845]: mgr.smithi003.nmmruw (mgr.14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:30:22.216 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:21 smithi003 conmon[83845]: cluster 2023-12-08T22:30:20 2023-12-08T22:30:22.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:21 smithi003 conmon[83845]: .804970+0000 mgr.smithi003.nmmruw (mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:30:22.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:21 smithi003 conmon[83845]: audit 2023-12-08T22:30:20.949452+0000 mon.smithi003 2023-12-08T22:30:22.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:21 smithi003 conmon[83845]: (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' 2023-12-08T22:30:24.216 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:23 smithi003 conmon[83845]: cluster 2023-12-08T22:30:22 2023-12-08T22:30:24.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:23 smithi003 conmon[83845]: .805208+0000 mgr.smithi003.nmmruw (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:30:26.466 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:26 smithi003 conmon[83845]: cluster 2023-12-08T22:30:24.805546+0000 mgr.smithi003.nmmruw (mgr.14156) 2023-12-08T22:30:26.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:26 smithi003 conmon[83845]: 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:30:28.466 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:28 smithi003 conmon[83845]: cluster 2023-12-08T22:30:26.805800+0000 2023-12-08T22:30:28.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:28 smithi003 conmon[83845]: mgr.smithi003.nmmruw (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:30:30.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:30 smithi003 conmon[83845]: cluster 2023-12-08T22:30:28.806034+0000 mgr.smithi003.nmmruw (mgr. 2023-12-08T22:30:30.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:30 smithi003 conmon[83845]: 14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:30:32.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:32 smithi003 conmon[83845]: cluster 2023-12-08T22:30:30.806346+0000 mgr.smithi003.nmmruw (mgr.14156) 20 : cluster [DBG] 2023-12-08T22:30:32.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:32 smithi003 conmon[83845]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:30:34.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:34 smithi003 conmon[83845]: cluster 2023-12-08T22:30:32.806670+0000 mgr.smithi003.nmmruw (mgr.14156) 21 : cluster 2023-12-08T22:30:34.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:34 smithi003 conmon[83845]: [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:30:36.411 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:36 smithi003 conmon[83845]: cluster 2023-12-08T22:30:34.807070+0000 mgr.smithi003.nmmruw (mgr.14156) 22 : cluster 2023-12-08T22:30:36.411 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:36 smithi003 conmon[83845]: [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:30:38.212 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:38 smithi003 conmon[83845]: cluster 2023-12-08T22:30:36.807462 2023-12-08T22:30:38.212 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:38 smithi003 conmon[83845]: +0000 mgr.smithi003.nmmruw (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:30:39.237 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:39 smithi003 conmon[83845]: audit 2023-12-08 2023-12-08T22:30:39.238 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:39 smithi003 conmon[83845]: T22:30:38.180464+0000 mon.smithi003 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' 2023-12-08T22:30:39.238 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:39 smithi003 conmon[83845]: cephadm 2023-12-08T22:30:39.238 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:39 smithi003 conmon[83845]: 2023- 2023-12-08T22:30:39.238 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:39 smithi003 conmon[83845]: 12-08T22:30:38 2023-12-08T22:30:39.238 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:39 smithi003 conmon[83845]: .183007+0000 mgr.smithi003.nmmruw (mgr. 2023-12-08T22:30:39.238 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:39 smithi003 conmon[83845]: 14156) 24 : cephadm [INF] Deploying daemon node-exporter.smithi003 on smithi003 2023-12-08T22:30:39.238 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:39 smithi003 conmon[83845]: 2023-12-08T22:30:39.238 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:39 smithi003 conmon[83845]: cluster 2023- 2023-12-08T22:30:39.238 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:39 smithi003 conmon[83845]: 12-08T22:30:38. 2023-12-08T22:30:39.238 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:39 smithi003 conmon[83845]: 807671+0000 mgr.smithi003.nmmruw (mgr.14156 2023-12-08T22:30:39.239 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:39 smithi003 conmon[83845]: ) 25 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:30:39.239 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:39 smithi003 conmon[83845]: 2023-12-08T22:30:42.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:41 smithi003 conmon[83845]: cluster 2023-12-08T22:30:40.808020+0000 mgr.smithi003.nmmruw (mgr.14156) 26 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:30:42.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:41 smithi003 conmon[83845]: audit 2023-12-08T22:30:40.954850+0000 mon.smithi003 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' 2023-12-08T22:30:42.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:41 smithi003 conmon[83845]: 2023-12-08T22:30:44.133 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:43 smithi003 conmon[83845]: cluster 2023-12-08T22:30:42.808319+0000 mgr.smithi003.nmmruw (mgr.14156) 27 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:30:44.133 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:43 smithi003 conmon[83845]: audit 2023-12-08T22:30:42.874993+0000 mon.smithi003 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' 2023-12-08T22:30:44.133 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:43 smithi003 conmon[83845]: audit 2023-12-08T22:30:42.877332+0000 mon.smithi003 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-08T22:30:44.906 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:44 smithi003 conmon[83845]: audit 2023-12-08T22:30:43.878411+0000 mon.smithi003 (mon.0) 114 : audit [INF] from='mgr.14156 172.21.15.3:0/1733234599' entity='mgr.smithi003.nmmruw' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-08T22:30:44.906 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:44 smithi003 conmon[83845]: cluster 2023-12-08T22:30:43.878492+0000 mon.smithi003 (mon.0) 115 : cluster [DBG] mgrmap e14: smithi003.nmmruw(active, since 53s) 2023-12-08T22:30:50.201 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:50 smithi003 conmon[83845]: cluster 2023-12-08T22:30:49.511654+0000 mon.smithi003 ( 2023-12-08T22:30:50.201 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:50 smithi003 conmon[83845]: mon.0) 116 : cluster [INF] Active manager daemon smithi003.nmmruw restarted 2023-12-08T22:30:50.201 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:50 smithi003 conmon[83845]: cluster 2023-12-08T22:30:49.511884+0000 mon.smithi003 (mon.0) 117 : cluster [INF] Activating manager daemon smithi003.nmmruw 2023-12-08T22:30:50.201 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:50 smithi003 conmon[83845]: cluster 2023-12-08T22:30:49.515578+0000 mon.smithi003 (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-08T22:30:50.201 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:50 smithi003 conmon[83845]: cluster 2023-12-08T22:30:49.515684+0000 mon.smithi003 (mon.0) 119 : cluster [DBG] mgrmap e15: smithi003.nmmruw(active, starting, since 0.00388799s) 2023-12-08T22:30:50.201 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:50 smithi003 conmon[83845]: audit 2023-12-08T22:30:49.516793+0000 mon.smithi003 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-12-08T22:30:50.202 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:50 smithi003 conmon[83845]: audit 2023-12-08T22:30:49.517623+0000 mon.smithi003 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mgr metadata", "who": "smithi003.nmmruw", "id": "smithi003.nmmruw"}]: dispatch 2023-12-08T22:30:50.202 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:50 smithi003 conmon[83845]: audit 2023-12-08T22:30:49.518207+0000 mon.smithi003 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-08T22:30:50.202 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:50 smithi003 conmon[83845]: audit 2023-12-08T22:30:49.518366+0000 mon.smithi003 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-08T22:30:50.202 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:50 smithi003 conmon[83845]: audit 2023-12-08T22:30:49.518527+0000 mon.smithi003 (mon.0) 124 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-08T22:30:50.202 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:50 smithi003 conmon[83845]: cluster 2023-12-08T22:30:49.532122+0000 mon.smithi003 (mon.0) 125 : cluster [INF] Manager daemon smithi003.nmmruw is now available 2023-12-08T22:30:50.202 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:50 smithi003 conmon[83845]: audit 2023-12-08T22:30:49.632767+0000 mon.smithi003 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:30:50.202 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:50 smithi003 conmon[83845]: audit 2023-12-08T22:30:49.634094+0000 mon.smithi003 (mon.0) 127 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:30:50.202 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:50 smithi003 conmon[83845]: audit 2023-12-08T22:30:49.659824+0000 mon.smithi003 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:30:50.202 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:50 smithi003 conmon[83845]: audit 2023-12-08T22:30:49.671113+0000 2023-12-08T22:30:50.202 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:50 smithi003 conmon[83845]: mon.smithi003 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.nmmruw/mirror_snapshot_schedule"}]: dispatch 2023-12-08T22:30:50.202 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:50 smithi003 conmon[83845]: audit 2023-12-08T22:30:49.676514+0000 mon.smithi003 (mon.0) 130 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi003.nmmruw/trash_purge_schedule"}]: dispatch 2023-12-08T22:30:51.646 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:51 smithi003 conmon[83845]: cluster 2023-12-08T22:30: 2023-12-08T22:30:51.646 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:51 smithi003 conmon[83845]: 50.517844+0000 mon.smithi003 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi003.nmmruw(active, since 1.00604s) 2023-12-08T22:30:51.917 INFO:teuthology.orchestra.run.smithi076.stdout:Added host 'smithi076' with addr '172.21.15.76' 2023-12-08T22:30:52.433 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph orch host ls --format=json 2023-12-08T22:30:53.021 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:52 smithi003 conmon[83845]: audit 2023-12-08T22:30:51.913733+0000 mon.smithi003 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:30:53.021 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:52 smithi003 conmon[83845]: cephadm 2023-12-08T22:30:51.914063+0000 mgr.smithi003.nmmruw (mgr.14180) 2 : cephadm [INF] Added host smithi076 2023-12-08T22:30:53.021 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:52 smithi003 conmon[83845]: cluster 2023-12-08T 2023-12-08T22:30:53.021 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:52 smithi003 conmon[83845]: 22:30:52.520763+0000 mon.smithi003 (mon.0 2023-12-08T22:30:53.022 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:52 smithi003 conmon[83845]: ) 133 : cluster [DBG] mgrmap e17: smithi003.nmmruw(active, since 3s) 2023-12-08T22:30:54.117 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-08T22:30:54.117 INFO:teuthology.orchestra.run.smithi076.stdout:[{"addr": "172.21.15.3", "hostname": "smithi003", "labels": [], "status": ""}, {"addr": "172.21.15.76", "hostname": "smithi076", "labels": [], "status": ""}] 2023-12-08T22:30:54.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: audit 2023-12-08T22:30:53.001256+0000 2023-12-08T22:30:54.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: mon.smithi003 (mon.0) 134 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:30:54.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: audit 2023-12-08T22:30 2023-12-08T22:30:54.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: :53.324053+0000 mon.smithi003 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi003", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:30:54.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: audit 2023-12-08T 2023-12-08T22:30:54.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: 22:30:53.324969+0000 mon.smithi003 (mon. 2023-12-08T22:30:54.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: 0) 136 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:30:54.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: audit 2023-12-08T22:30:53 2023-12-08T22:30:54.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: .325593+0000 mon.smithi003 (mon.0) 137 : audit 2023-12-08T22:30:54.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:30:54.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: cephadm 2023-12-08T22: 2023-12-08T22:30:54.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: 30:53.326781+0000 mgr.smithi003.nmmruw (mgr.14180 2023-12-08T22:30:54.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: ) 3 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2023-12-08T22:30:54.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: cephadm 2023-12 2023-12-08T22:30:54.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: -08T22:30:53.356135+0000 mgr.smithi003.nmmruw 2023-12-08T22:30:54.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: (mgr.14180) 4 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.client.admin.keyring 2023-12-08T22:30:54.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: audit 2023-12 2023-12-08T22:30:54.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: -08T22:30:53.420923+0000 2023-12-08T22:30:54.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: mon.smithi003 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:30:54.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: 2023-12-08T22:30:54.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: audit 2023 2023-12-08T22:30:54.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: -12-08T22:30:53.425847+0000 mon.smithi003 2023-12-08T22:30:54.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: (mon.0) 139 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:30:54.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: cephadm 2023-12-08T22:30:54.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: 2023-12-08T22:30:53.437949 2023-12-08T22:30:54.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: +0000 mgr.smithi003.nmmruw (mgr.14180) 5 : cephadm 2023-12-08T22:30:54.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:54 smithi003 conmon[83845]: [INF] Deploying daemon prometheus.smithi003 on smithi003 2023-12-08T22:30:54.621 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-08T22:30:54.621 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd crush tunables default 2023-12-08T22:30:55.353 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:55 smithi003 conmon[83845]: audit 2023-12-08T22:30:54 2023-12-08T22:30:55.353 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:55 smithi003 conmon[83845]: .114383+0000 mgr.smithi003.nmmruw (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:30:58.583 INFO:teuthology.orchestra.run.smithi003.stderr:adjusted tunables profile to default 2023-12-08T22:30:58.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:58 smithi003 conmon[83845]: audit 2023-12-08T22:30:58.526038+0000 mon.smithi003 (mon.0) 140 : audit [INF] from='client.? 172.21.15.3:0/3012001750' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-08T22:30:59.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:59 smithi003 conmon[83845]: audit 2023-12-08T22:30:58.578674+0000 mon.smithi003 (mon 2023-12-08T22:30:59.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:59 smithi003 conmon[83845]: .0) 141 : audit [INF] from='client.? 172.21.15.3:0/3012001750' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-08T22:30:59.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:30:59 smithi003 conmon[83845]: cluster 2023-12-08T22:30:58.578724+0000 mon.smithi003 (mon.0) 142 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T22:31:02.352 INFO:tasks.cephadm:Adding mon.smithi003 on smithi003 2023-12-08T22:31:02.352 INFO:tasks.cephadm:Adding mon.smithi076 on smithi076 2023-12-08T22:31:02.352 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph orch apply mon '2;smithi003:172.21.15.3=smithi003;smithi076:172.21.15.76=smithi076' 2023-12-08T22:31:04.117 INFO:teuthology.orchestra.run.smithi076.stdout:Scheduled mon update... 2023-12-08T22:31:04.662 DEBUG:teuthology.orchestra.run.smithi076:mon.smithi076> sudo journalctl -f -n 0 -u ceph-1165b6ce-9619-11ee-95a3-87774f69a715@mon.smithi076.service 2023-12-08T22:31:04.664 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T22:31:04.665 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T22:31:04.691 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:-- Logs begin at Fri 2023-12-08 22:18:00 UTC. -- 2023-12-08T22:31:05.374 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:05 smithi003 conmon[83845]: audit 2023-12-08T22:31:04.110592+0000 mgr.smithi003.nmmruw (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi003:172.21.15.3=smithi003;smithi076:172.21.15.76=smithi076", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:31:05.374 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:05 smithi003 conmon[83845]: cephadm 2023-12-08T22:31:04.112486+0000 mgr.smithi003.nmmruw (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi003:172.21.15.3=smithi003;smithi076:172.21.15.76=smithi076;count:2 2023-12-08T22:31:05.374 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:05 smithi003 conmon[83845]: audit 2023-12-08T22:31:04.114955+0000 mon.smithi003 (mon.0) 143 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:06.464 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-08T22:31:06.464 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":1,"fsid":"1165b6ce-9619-11ee-95a3-87774f69a715","modified":"2023-12-08T22:28:55.982379Z","created":"2023-12-08T22:28:55.982379Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T22:31:06.466 INFO:teuthology.orchestra.run.smithi076.stderr:dumped monmap epoch 1 2023-12-08T22:31:06.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:06 smithi003 conmon[83845]: audit 2023-12-08T22:31:06.462425+0000 mon.smithi003 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.76:0/3245917951' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T22:31:07.991 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T22:31:07.991 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T22:31:08.716 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:08 smithi003 conmon[83845]: audit 2023-12-08T22:31:07.247116+0000 mon.smithi003 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:08.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:08 smithi003 conmon[83845]: audit 2023-12-08T22:31:07.248199+0000 mon.smithi003 (mon.0) 146 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:31:08.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:08 smithi003 conmon[83845]: audit 2023-12-08T22:31:07.717732+0000 mon.smithi003 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:08.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:08 smithi003 conmon[83845]: audit 2023-12-08T22:31:08.101713+0000 mon.smithi003 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:09.914 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-08T22:31:09.914 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":1,"fsid":"1165b6ce-9619-11ee-95a3-87774f69a715","modified":"2023-12-08T22:28:55.982379Z","created":"2023-12-08T22:28:55.982379Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T22:31:09.915 INFO:teuthology.orchestra.run.smithi076.stderr:dumped monmap epoch 1 2023-12-08T22:31:10.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:10 smithi003 conmon[83845]: cluster 2023-12-08T22:31:09.519554+0000 2023-12-08T22:31:10.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:10 smithi003 conmon[83845]: mgr.smithi003.nmmruw (mgr.14180) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:10.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:10 smithi003 conmon[83845]: audit 2023-12-08T22:31:09.661929+0000 mon.smithi003 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:10.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:10 smithi003 conmon[83845]: audit 2023-12-08T22:31:09.910631+0000 mon.smithi003 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.76:0/3881380189' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T22:31:10.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:10 smithi003 conmon[83845]: audit 2023 2023-12-08T22:31:10.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:10 smithi003 conmon[83845]: -12-08T22:31:10.613888+0000 mon.smithi003 (mon.0) 151 : audit [INF] 2023-12-08T22:31:10.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:10 smithi003 conmon[83845]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:11.728 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T22:31:11.729 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T22:31:12.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:12 smithi003 conmon[83845]: cluster 2023-12-08T22:31:11.519830+0000 mgr.smithi003.nmmruw (mgr. 2023-12-08T22:31:12.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:12 smithi003 conmon[83845]: 14180) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:12.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:12 smithi003 conmon[83845]: audit 2023-12-08T22:31:12.501656+0000 mon.smithi003 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:13.714 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-08T22:31:13.714 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":1,"fsid":"1165b6ce-9619-11ee-95a3-87774f69a715","modified":"2023-12-08T22:28:55.982379Z","created":"2023-12-08T22:28:55.982379Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T22:31:13.716 INFO:teuthology.orchestra.run.smithi076.stderr:dumped monmap epoch 1 2023-12-08T22:31:14.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: audit 2023-12-08T22:31:12.979768+0000 mon.smithi003 (mon.0) 153 : audit 2023-12-08T22:31:14.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:14.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: audit 2023-12-08T22:31:12.980599+0000 mon.smithi003 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:31:14.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: audit 2023-12-08T22:31:12.981668 2023-12-08T22:31:14.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: +0000 mon.smithi003 (mon.0) 155 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:31:14.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: audit 2023-12-08T22:31:12.982577+0000 2023-12-08T22:31:14.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: mon.smithi003 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:31:14.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: cephadm 2023-12- 2023-12-08T22:31:14.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: 08T22:31:12.983935+0000 mgr.smithi003.nmmruw (mgr.14180) 11 : cephadm [INF] 2023-12-08T22:31:14.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: Updating smithi076:/etc/ceph/ceph.conf 2023-12-08T22:31:14.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: cephadm 2023-12 2023-12-08T22:31:14.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: -08T22:31:13.010071+0000 mgr.smithi003.nmmruw (mgr.14180) 12 2023-12-08T22:31:14.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: : cephadm [INF] Updating smithi076:/etc/ceph/ceph.client.admin.keyring 2023-12-08T22:31:14.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: audit 2023-12 2023-12-08T22:31:14.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: -08T22:31:13.029551+0000 mon.smithi003 (mon.0) 157 2023-12-08T22:31:14.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:14.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: audit 2023-12 2023-12-08T22:31:14.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: -08T22:31:13.034941+0000 mon.smithi003 (mon.0) 158 2023-12-08T22:31:14.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:14.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: audit 2023-12 2023-12-08T22:31:14.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: -08T22:31:13.036863+0000 mon.smithi003 (mon.0) 159 2023-12-08T22:31:14.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi076", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T22:31:14.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: audit 2023-12 2023-12-08T22:31:14.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: -08T22:31:13.041653+0000 mon.smithi003 (mon.0) 160 : 2023-12-08T22:31:14.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi076", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-08T22:31:14.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: audit 2023-12 2023-12-08T22:31:14.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: -08T22:31:13.042497+0000 mon.smithi003 (mon.0) 161 : audit [DBG] 2023-12-08T22:31:14.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:31:14.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: cephadm 2023-12- 2023-12-08T22:31:14.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: 08T22:31:13.043243+0000 mgr.smithi003.nmmruw (mgr.14180) 13 2023-12-08T22:31:14.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: : cephadm [INF] Deploying daemon crash.smithi076 on smithi076 2023-12-08T22:31:14.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: cluster 2023-12-08T22:31:14.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: 2023-12-08T22:31:13.520142 2023-12-08T22:31:14.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: +0000 mgr.smithi003.nmmruw (mgr.14180) 14 : cluster 2023-12-08T22:31:14.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:14.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: audit 2023-12 2023-12-08T22:31:14.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: -08T22:31:13.711894+0000 mon.smithi003 (mon.0) 162 2023-12-08T22:31:14.470 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:13 smithi003 conmon[83845]: : audit [DBG] from='client.? 172.21.15.76:0/630321634' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T22:31:15.486 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T22:31:15.486 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T22:31:16.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:16 smithi003 conmon[83845]: cluster 2023-12-08T22:31:15.520410+0000 mgr.smithi003.nmmruw (mgr.14180) 15 : cluster 2023-12-08T22:31:16.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:16 smithi003 conmon[83845]: [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:16.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:16 smithi003 conmon[83845]: audit 2023-12-08T22:31:15.956490+0000 mon.smithi003 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:16.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:16 smithi003 conmon[83845]: audit 2023-12- 2023-12-08T22:31:16.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:16 smithi003 conmon[83845]: 08T22:31:15.959095+0000 mon.smithi003 (mon.0) 164 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi076.cmgkdi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T22:31:16.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:16 smithi003 conmon[83845]: audit 2023- 2023-12-08T22:31:16.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:16 smithi003 conmon[83845]: 12-08T22:31:15.963790+0000 2023-12-08T22:31:16.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:16 smithi003 conmon[83845]: mon.smithi003 (mon.0) 165 : audit 2023-12-08T22:31:16.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:16 smithi003 conmon[83845]: [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi076.cmgkdi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-08T22:31:16.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:16 smithi003 conmon[83845]: audit 2023-12-08T22:31:16.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:16 smithi003 conmon[83845]: 2023-12-08T22:31:15.964678+0000 2023-12-08T22:31:16.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:16 smithi003 conmon[83845]: mon.smithi003 (mon.0) 166 : audit 2023-12-08T22:31:16.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:16 smithi003 conmon[83845]: [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T22:31:16.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:16 smithi003 conmon[83845]: audit 2023 2023-12-08T22:31:16.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:16 smithi003 conmon[83845]: -12-08T22:31:15.965654 2023-12-08T22:31:16.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:16 smithi003 conmon[83845]: +0000 mon.smithi003 (mon.0) 167 2023-12-08T22:31:16.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:16 smithi003 conmon[83845]: : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:31:17.911 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-08T22:31:17.911 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":1,"fsid":"1165b6ce-9619-11ee-95a3-87774f69a715","modified":"2023-12-08T22:28:55.982379Z","created":"2023-12-08T22:28:55.982379Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T22:31:17.911 INFO:teuthology.orchestra.run.smithi076.stderr:dumped monmap epoch 1 2023-12-08T22:31:17.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:17 smithi003 conmon[83845]: cephadm 2023-12-08T22:31:15.966404+0000 mgr.smithi003.nmmruw (mgr.14180) 2023-12-08T22:31:17.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:17 smithi003 conmon[83845]: 16 : cephadm [INF] Deploying daemon mgr.smithi076.cmgkdi on smithi076 2023-12-08T22:31:18.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:18 smithi003 conmon[83845]: cluster 2023-12-08T22:31:17.520802+0000 mgr.smithi003.nmmruw (mgr.14180) 17 : cluster 2023-12-08T22:31:18.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:18 smithi003 conmon[83845]: [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:18.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:18 smithi003 conmon[83845]: audit 2023-12-08T22:31:17.907733+0000 mon.smithi003 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.76:0/1494732602' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T22:31:19.486 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T22:31:19.487 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T22:31:20.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:19 smithi003 conmon[83845]: audit 2023-12-08T22:31:18.789072+0000 mon.smithi003 (mon.0) 169 : audit 2023-12-08T22:31:20.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:19 smithi003 conmon[83845]: [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:20.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:19 smithi003 conmon[83845]: audit 2023-12-08T22:31:18.791361+0000 mon.smithi003 (mon.0) 170 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T22:31:20.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:19 smithi003 conmon[83845]: audit 2023-12-08T22:31:18.792340+0000 mon.smithi003 (mon.0) 171 2023-12-08T22:31:20.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:19 smithi003 conmon[83845]: : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:31:20.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:19 smithi003 conmon[83845]: cephadm 2023-12-08T22:31:18.793135+0000 mgr.smithi003.nmmruw (mgr.14180) 18 : cephadm [INF] Deploying daemon mon.smithi076 on smithi076 2023-12-08T22:31:20.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:19 smithi003 conmon[83845]: audit 2023-12-08T22:31:19.666592+0000 mon.smithi003 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:21.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:20 smithi003 conmon[83845]: cluster 2023-12-08T22:31:19.521079+0000 mgr.smithi003.nmmruw (mgr 2023-12-08T22:31:21.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:20 smithi003 conmon[83845]: .14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:21.628 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:21 smithi076 systemd[1]: Starting Ceph mon.smithi076 for 1165b6ce-9619-11ee-95a3-87774f69a715... 2023-12-08T22:31:22.211 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-08T22:31:22.211 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":1,"fsid":"1165b6ce-9619-11ee-95a3-87774f69a715","modified":"2023-12-08T22:28:55.982379Z","created":"2023-12-08T22:28:55.982379Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-08T22:31:22.212 INFO:teuthology.orchestra.run.smithi076.stderr:dumped monmap epoch 1 2023-12-08T22:31:22.949 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.673+0000 7ffa86a58880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-08T22:31:22.950 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.673+0000 7ffa86a58880 0 ceph version 16.2.14-365-g451ceae1 (451ceae11b5d4caee05e94372fe658621eefc0b1) pacific (stable), process ceph-mon, pid 7 2023-12-08T22:31:22.950 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.673+0000 7ffa86a58880 0 pidfile_write: ignore empty --pid-file 2023-12-08T22:31:22.950 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.677+0000 7ffa86a58880 0 load: jerasure load: lrc load: isa 2023-12-08T22:31:22.950 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: RocksDB version: 6.8.1 2023-12-08T22:31:22.950 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 2023-12-08T22:31:22.950 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-08T22:31:22.950 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Compile date Dec 7 2023 2023-12-08T22:31:22.950 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: DB SUMMARY 2023-12-08T22:31:22.951 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 2023-12-08T22:31:22.951 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: CURRENT file: CURRENT 2023-12-08T22:31:22.951 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 2023-12-08T22:31:22.951 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-08T22:31:22.951 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 2023-12-08T22:31:22.951 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-12-08T22:31:22.951 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 2023-12-08T22:31:22.951 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi076/store.db dir, Total Num: 0, files: 2023-12-08T22:31:22.951 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 2023-12-08T22:31:22.951 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi076/store.db: 000003.log size: 511 ; 2023-12-08T22:31:22.951 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 2023-12-08T22:31:22.951 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.error_if_exists: 0 2023-12-08T22:31:22.952 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.create_if_missing: 0 2023-12-08T22:31:22.952 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.paranoid_checks: 1 2023-12-08T22:31:22.952 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.env: 0x5629077ea080 2023-12-08T22:31:22.952 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.fs: Posix File System 2023-12-08T22:31:22.952 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.info_log: 0x562909b29d20 2023-12-08T22:31:22.952 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-08T22:31:22.952 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.statistics: (nil) 2023-12-08T22:31:22.952 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.use_fsync: 0 2023-12-08T22:31:22.952 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.max_log_file_size: 0 2023-12-08T22:31:22.953 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-08T22:31:22.953 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-08T22:31:22.953 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-08T22:31:22.953 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-08T22:31:22.953 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.allow_fallocate: 1 2023-12-08T22:31:22.953 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-08T22:31:22.953 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-08T22:31:22.953 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.use_direct_reads: 0 2023-12-08T22:31:22.953 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-08T22:31:22.954 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-08T22:31:22.954 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.db_log_dir: 2023-12-08T22:31:22.954 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi076/store.db 2023-12-08T22:31:22.954 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-08T22:31:22.954 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.max_subcompactions: 1 2023-12-08T22:31:22.954 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.max_background_flushes: -1 2023-12-08T22:31:22.954 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-08T22:31:22.955 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-08T22:31:22.955 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-08T22:31:22.955 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-08T22:31:22.955 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-08T22:31:22.955 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-08T22:31:22.955 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-08T22:31:22.955 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.write_buffer_manager: 0x56290a780480 2023-12-08T22:31:22.955 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-08T22:31:22.955 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-08T22:31:22.955 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-08T22:31:22.955 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-08T22:31:22.956 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-08T22:31:22.956 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-08T22:31:22.956 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-08T22:31:22.956 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-08T22:31:22.956 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-08T22:31:22.956 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.unordered_write: 0 2023-12-08T22:31:22.956 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-08T22:31:22.956 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-08T22:31:22.956 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-08T22:31:22.956 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-08T22:31:22.956 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.row_cache: None 2023-12-08T22:31:22.956 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.wal_filter: None 2023-12-08T22:31:22.957 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-08T22:31:22.957 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-08T22:31:22.957 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.preserve_deletes: 0 2023-12-08T22:31:22.957 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.two_write_queues: 0 2023-12-08T22:31:22.957 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-08T22:31:22.957 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.atomic_flush: 0 2023-12-08T22:31:22.957 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-08T22:31:22.957 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-08T22:31:22.957 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-08T22:31:22.957 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.log_readahead_size: 0 2023-12-08T22:31:22.957 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-08T22:31:22.958 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.max_background_jobs: 2 2023-12-08T22:31:22.958 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.max_background_compactions: -1 2023-12-08T22:31:22.958 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-08T22:31:22.958 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-08T22:31:22.958 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-08T22:31:22.960 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-08T22:31:22.960 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-08T22:31:22.960 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-08T22:31:22.960 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-08T22:31:22.960 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-08T22:31:22.960 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.max_open_files: -1 2023-12-08T22:31:22.960 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-08T22:31:22.961 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-08T22:31:22.961 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-08T22:31:22.961 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-08T22:31:22.961 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Compression algorithms supported: 2023-12-08T22:31:22.961 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-08T22:31:22.961 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: kZSTD supported: 0 2023-12-08T22:31:22.961 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: kXpressCompression supported: 0 2023-12-08T22:31:22.961 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-08T22:31:22.961 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: kLZ4Compression supported: 1 2023-12-08T22:31:22.961 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: kBZip2Compression supported: 0 2023-12-08T22:31:22.961 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: kZlibCompression supported: 1 2023-12-08T22:31:22.961 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: kSnappyCompression supported: 1 2023-12-08T22:31:22.962 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-08T22:31:22.962 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi076/store.db/MANIFEST-000001 2023-12-08T22:31:22.962 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 2023-12-08T22:31:22.962 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-08T22:31:22.962 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 2023-12-08T22:31:22.962 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-08T22:31:22.962 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.merge_operator: 2023-12-08T22:31:22.962 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.compaction_filter: None 2023-12-08T22:31:22.962 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-08T22:31:22.962 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-08T22:31:22.962 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-08T22:31:22.963 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562909ad3d28) 2023-12-08T22:31:22.963 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: cache_index_and_filter_blocks: 1 2023-12-08T22:31:22.963 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-08T22:31:22.963 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-08T22:31:22.963 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: pin_top_level_index_and_filter: 1 2023-12-08T22:31:22.963 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: index_type: 0 2023-12-08T22:31:22.963 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: data_block_index_type: 0 2023-12-08T22:31:22.963 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: index_shortening: 1 2023-12-08T22:31:22.963 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: data_block_hash_table_util_ratio: 0.750000 2023-12-08T22:31:22.963 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: hash_index_allow_collision: 1 2023-12-08T22:31:22.964 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: checksum: 1 2023-12-08T22:31:22.964 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: no_block_cache: 0 2023-12-08T22:31:22.964 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: block_cache: 0x562909b0cf10 2023-12-08T22:31:22.964 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: block_cache_name: BinnedLRUCache 2023-12-08T22:31:22.964 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: block_cache_options: 2023-12-08T22:31:22.964 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: capacity : 536870912 2023-12-08T22:31:22.964 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: num_shard_bits : 4 2023-12-08T22:31:22.964 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: strict_capacity_limit : 0 2023-12-08T22:31:22.964 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: high_pri_pool_ratio: 0.000 2023-12-08T22:31:22.964 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: block_cache_compressed: (nil) 2023-12-08T22:31:22.964 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: persistent_cache: (nil) 2023-12-08T22:31:22.965 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: block_size: 4096 2023-12-08T22:31:22.965 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: block_size_deviation: 10 2023-12-08T22:31:22.965 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: block_restart_interval: 16 2023-12-08T22:31:22.965 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: index_block_restart_interval: 1 2023-12-08T22:31:22.965 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: metadata_block_size: 4096 2023-12-08T22:31:22.965 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: partition_filters: 0 2023-12-08T22:31:22.965 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: use_delta_encoding: 1 2023-12-08T22:31:22.965 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-08T22:31:22.965 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: whole_key_filtering: 1 2023-12-08T22:31:22.965 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: verify_compression: 0 2023-12-08T22:31:22.965 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: read_amp_bytes_per_bit: 0 2023-12-08T22:31:22.965 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: format_version: 2 2023-12-08T22:31:22.965 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: enable_index_compression: 1 2023-12-08T22:31:22.965 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: block_align: 0 2023-12-08T22:31:22.966 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 2023-12-08T22:31:22.966 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-08T22:31:22.966 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-08T22:31:22.966 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.compression: NoCompression 2023-12-08T22:31:22.966 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-08T22:31:22.966 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-08T22:31:22.966 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-08T22:31:22.966 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.num_levels: 7 2023-12-08T22:31:22.966 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-08T22:31:22.966 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-08T22:31:22.966 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-08T22:31:22.966 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-08T22:31:22.966 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-08T22:31:22.967 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-08T22:31:22.967 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-08T22:31:22.967 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-08T22:31:22.967 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-08T22:31:22.967 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-08T22:31:22.967 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-08T22:31:22.967 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-08T22:31:22.967 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-08T22:31:22.967 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-08T22:31:22.967 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-08T22:31:22.968 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-08T22:31:22.968 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-08T22:31:22.968 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-08T22:31:22.968 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-08T22:31:22.968 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-08T22:31:22.968 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-08T22:31:22.968 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-08T22:31:22.968 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-08T22:31:22.968 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-08T22:31:22.968 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-08T22:31:22.968 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-08T22:31:22.968 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-08T22:31:22.968 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-08T22:31:22.968 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-08T22:31:22.969 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-08T22:31:22.969 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-08T22:31:22.969 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-08T22:31:22.969 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-08T22:31:22.969 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-08T22:31:22.969 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-08T22:31:22.969 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-08T22:31:22.969 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-08T22:31:22.969 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-08T22:31:22.969 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-08T22:31:22.969 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-08T22:31:22.969 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-08T22:31:22.969 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-08T22:31:22.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-08T22:31:22.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-08T22:31:22.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-08T22:31:22.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-08T22:31:22.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-08T22:31:22.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.table_properties_collectors: 2023-12-08T22:31:22.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.inplace_update_support: 0 2023-12-08T22:31:22.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-08T22:31:22.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-08T22:31:22.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-08T22:31:22.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-08T22:31:22.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.bloom_locality: 0 2023-12-08T22:31:22.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.max_successive_merges: 0 2023-12-08T22:31:22.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-08T22:31:22.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-08T22:31:22.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-08T22:31:22.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-08T22:31:22.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.ttl: 2592000 2023-12-08T22:31:22.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.678+0000 7ffa86a58880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-08T22:31:22.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.679+0000 7ffa86a58880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi076/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-12-08T22:31:22.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 2023-12-08T22:31:22.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.679+0000 7ffa86a58880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-08T22:31:22.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 2023-12-08T22:31:22.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.679+0000 7ffa86a58880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702074682680901, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-12-08T22:31:22.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.679+0000 7ffa86a58880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-12-08T22:31:22.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.679+0000 7ffa86a58880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-12-08T22:31:22.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.679+0000 7ffa86a58880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702074682681402, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "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; ", "creation_time": 1702074682, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-08T22:31:22.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.679+0000 7ffa86a58880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-12-08T22:31:22.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 2023-12-08T22:31:22.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.680+0000 7ffa86a58880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1702074682681799, "job": 1, "event": "recovery_finished"} 2023-12-08T22:31:22.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.680+0000 7ffa86a58880 4 rocksdb: DB pointer 0x562909bd7800 2023-12-08T22:31:22.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.681+0000 7ffa6d85e700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-08T22:31:22.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.681+0000 7ffa6d85e700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-08T22:31:22.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: ** DB Stats ** 2023-12-08T22:31:22.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T22:31:22.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-08T22:31:22.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-08T22:31:22.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T22:31:22.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-08T22:31:22.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-08T22:31:22.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-08T22:31:22.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 2023-12-08T22:31:22.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: ** Compaction Stats [default] ** 2023-12-08T22:31:22.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 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 2023-12-08T22:31:22.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T22:31:22.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-12-08T22:31:22.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-12-08T22:31:22.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-12-08T22:31:22.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 2023-12-08T22:31:22.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: ** Compaction Stats [default] ** 2023-12-08T22:31:22.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 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 2023-12-08T22:31:22.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T22:31:22.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-12-08T22:31:22.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T22:31:22.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T22:31:22.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T22:31:22.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T22:31:22.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T22:31:22.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T22:31:22.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: Cumulative compaction: 0.00 GB write, 0.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T22:31:22.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: Interval compaction: 0.00 GB write, 0.56 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T22:31:22.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 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 2023-12-08T22:31:22.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 2023-12-08T22:31:22.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T22:31:22.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 2023-12-08T22:31:22.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: ** Compaction Stats [default] ** 2023-12-08T22:31:22.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 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 2023-12-08T22:31:22.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T22:31:22.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-12-08T22:31:22.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-12-08T22:31:22.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2023-12-08T22:31:22.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 2023-12-08T22:31:22.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: ** Compaction Stats [default] ** 2023-12-08T22:31:22.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 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 2023-12-08T22:31:22.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-08T22:31:22.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.00 0.00 1 0.000 0 0 2023-12-08T22:31:22.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-08T22:31:22.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-08T22:31:22.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-08T22:31:22.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: AddFile(Total Files): cumulative 0, interval 0 2023-12-08T22:31:22.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-08T22:31:22.977 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: AddFile(Keys): cumulative 0, interval 0 2023-12-08T22:31:22.977 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: Cumulative compaction: 0.00 GB write, 0.54 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T22:31:22.977 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-08T22:31:22.977 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 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 2023-12-08T22:31:22.977 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 2023-12-08T22:31:22.977 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: ** File Read Latency Histogram By Level [default] ** 2023-12-08T22:31:22.977 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 2023-12-08T22:31:22.977 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.681+0000 7ffa86a58880 0 mon.smithi076 does not exist in monmap, will attempt to join an existing cluster 2023-12-08T22:31:22.977 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.681+0000 7ffa86a58880 0 using public_addr v2:172.21.15.76:0/0 -> [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] 2023-12-08T22:31:22.977 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.681+0000 7ffa86a58880 0 starting mon.smithi076 rank -1 at public addrs [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] at bind addrs [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi076 fsid 1165b6ce-9619-11ee-95a3-87774f69a715 2023-12-08T22:31:22.977 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.682+0000 7ffa86a58880 1 mon.smithi076@-1(???) e0 preinit fsid 1165b6ce-9619-11ee-95a3-87774f69a715 2023-12-08T22:31:22.977 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.710+0000 7ffa70063700 0 mon.smithi076@-1(synchronizing).mds e1 new map 2023-12-08T22:31:22.978 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.710+0000 7ffa70063700 0 mon.smithi076@-1(synchronizing).mds e1 print_map 2023-12-08T22:31:22.978 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: e1 2023-12-08T22:31:22.978 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-08T22:31:22.978 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 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} 2023-12-08T22:31:22.978 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: legacy client fscid: -1 2023-12-08T22:31:22.978 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 2023-12-08T22:31:22.978 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: No filesystems configured 2023-12-08T22:31:22.978 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 2023-12-08T22:31:22.978 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.710+0000 7ffa70063700 1 mon.smithi076@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-08T22:31:22.978 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.710+0000 7ffa70063700 1 mon.smithi076@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-08T22:31:22.978 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.710+0000 7ffa70063700 1 mon.smithi076@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-08T22:31:22.979 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.710+0000 7ffa70063700 1 mon.smithi076@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-08T22:31:22.979 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.710+0000 7ffa70063700 1 mon.smithi076@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-08T22:31:22.979 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.710+0000 7ffa70063700 1 mon.smithi076@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-08T22:31:22.979 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.710+0000 7ffa70063700 1 mon.smithi076@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-08T22:31:22.979 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.710+0000 7ffa70063700 0 mon.smithi076@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-08T22:31:22.979 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.710+0000 7ffa70063700 0 mon.smithi076@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T22:31:22.979 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.710+0000 7ffa70063700 0 mon.smithi076@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T22:31:22.979 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.710+0000 7ffa70063700 0 mon.smithi076@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-08T22:31:22.980 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: cluster 2023-12-08T22:31:22.980 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 2023-12-08T22:31:19.521079+0000 mgr.smithi003.nmmruw (mgr. 2023-12-08T22:31:22.980 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: 14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:22.980 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 conmon[89100]: debug 2023-12-08T22:31:22.711+0000 7ffa70063700 1 mon.smithi076@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-08T22:31:22.980 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 bash[89054]: 2b3bda70de42217e86ba7ab72fc053e10ddf103783ad186a3b31fba48030b779 2023-12-08T22:31:22.980 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:22 smithi076 systemd[1]: Started Ceph mon.smithi076 for 1165b6ce-9619-11ee-95a3-87774f69a715. 2023-12-08T22:31:23.983 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-08T22:31:23.983 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph mon dump -f json 2023-12-08T22:31:28.110 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:27 smithi076 conmon[89100]: audit 2023-12-08T22:31:22.719061+0000 mon.smithi003 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-12-08T22:31:28.110 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:27 smithi076 conmon[89100]: cluster 2023-12-08T22:31:22.719263+0000 mon.smithi003 (mon.0) 176 : cluster [INF] mon.smithi003 calling monitor election 2023-12-08T22:31:28.110 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:27 smithi076 conmon[89100]: audit 2023-12-08T22:31:22.720847+0000 mon.smithi003 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2023-12-08T22:31:28.110 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:27 smithi076 conmon[89100]: cluster 2023-12-08T22:31:23.521755+0000 mgr.smithi003.nmmruw (mgr.14180) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:28.110 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:27 smithi076 conmon[89100]: audit 2023-12-08T22:31:23.715859+0000 mon.smithi003 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2023-12-08T22:31:28.110 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:27 smithi076 conmon[89100]: audit 2023-12-08T22:31:24.441568+0000 mon.smithi003 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.76:0/4159060243' entity='mgr.smithi076.cmgkdi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi076.cmgkdi/crt"}]: dispatch 2023-12-08T22:31:28.111 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:27 smithi076 conmon[89100]: audit 2023-12-08T22:31:24.716393+0000 mon.smithi003 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2023-12-08T22:31:28.111 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:27 smithi076 conmon[89100]: cluster 2023-12-08T22:31:24.717220+0000 mon.smithi076 (mon.1) 1 : cluster [INF] mon.smithi076 calling monitor election 2023-12-08T22:31:28.111 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:27 smithi076 conmon[89100]: cluster 2023-12-08T22:31:25.522063+0000 mgr.smithi003.nmmruw (mgr.14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:28.111 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:27 smithi076 conmon[89100]: audit 2023-12-08T22:31:25.716101+0000 mon.smithi003 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2023-12-08T22:31:28.111 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:27 smithi076 conmon[89100]: audit 2023-12-08T22:31:26.716072+0000 mon.smithi003 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2023-12-08T22:31:28.111 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:27 smithi076 conmon[89100]: audit 2023-12-08T22:31:27.716481+0000 mon.smithi003 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2023-12-08T22:31:28.111 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:27 smithi076 conmon[89100]: cluster 2023-12-08T22:31:27.734630+0000 mon.smithi003 (mon.0) 184 : cluster [INF] mon.smithi003 is new leader, mons smithi003,smithi076 in quorum (ranks 0,1) 2023-12-08T22:31:28.111 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:27 smithi076 conmon[89100]: cluster 2023-12-08T22:31:27.737475+0000 mon.smithi003 (mon.0) 185 : cluster [DBG] monmap e2: 2 mons at {smithi003=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0],smithi076=[v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0]} removed_ranks: {} 2023-12-08T22:31:28.111 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:27 smithi076 conmon[89100]: cluster 2023-12-08T22:31:27.749978+0000 mon.smithi003 (mon.0) 186 : cluster [DBG] fsmap 2023-12-08T22:31:28.111 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:27 smithi076 conmon[89100]: cluster 2023-12-08T22:31:27.750024+0000 mon.smithi003 (mon.0) 187 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T22:31:28.111 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:27 smithi076 conmon[89100]: cluster 2023-12-08T22:31:27.750261+0000 mon.smithi003 (mon.0) 188 : cluster [DBG] mgrmap e17: smithi003.nmmruw(active, since 38s) 2023-12-08T22:31:28.111 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:27 smithi076 conmon[89100]: cluster 2023-12-08T22:31:27.751291+0000 mon.smithi003 (mon.0) 189 : cluster [DBG] Standby manager daemon smithi076.cmgkdi started 2023-12-08T22:31:28.111 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:27 smithi076 conmon[89100]: audit 2023-12-08T22:31:27.752581+0000 mon.smithi003 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.76:0/4159060243' entity='mgr.smithi076.cmgkdi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T22:31:28.111 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:27 smithi076 conmon[89100]: cluster 2023-12-08T22:31:27.754226+0000 mon.smithi003 (mon.0) 191 : cluster [INF] overall HEALTH_OK 2023-12-08T22:31:28.112 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:27 smithi076 conmon[89100]: audit 2023-12-08T22:31:27.754702+0000 2023-12-08T22:31:28.112 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:27 smithi076 conmon[89100]: mon.smithi003 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.76:0/4159060243' entity='mgr.smithi076.cmgkdi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi076.cmgkdi/key"}]: dispatch 2023-12-08T22:31:28.112 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:27 smithi076 conmon[89100]: audit 2023-12-08T22:31:27.755228+0000 mon.smithi003 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.76:0/4159060243' entity='mgr.smithi076.cmgkdi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T22:31:28.112 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:27 smithi076 conmon[89100]: audit 2023-12-08T22:31:27.756779+0000 mon.smithi003 (mon.0) 194 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:28.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: audit 2023-12-08T22:31:22.719061+0000 mon.smithi003 (mon.0) 175 2023-12-08T22:31:28.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mon metadata", "id": "smithi003"}]: dispatch 2023-12-08T22:31:28.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: cluster 2023-12-08T22:31:22.719263+0000 mon.smithi003 (mon.0) 176 : cluster [INF] mon.smithi003 calling monitor election 2023-12-08T22:31:28.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: audit 2023-12-08T22:31:22.720847+0000 mon.smithi003 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2023-12-08T22:31:28.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: cluster 2023-12-08T22:31:23.521755+0000 mgr.smithi003.nmmruw (mgr.14180) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:28.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: audit 2023-12-08T22:31:23.715859+0000 mon.smithi003 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2023-12-08T22:31:28.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: audit 2023-12-08T22:31:24.441568+0000 mon.smithi003 (mon.0) 179 : audit [DBG] from='mgr.? 172.21.15.76:0/4159060243' entity='mgr.smithi076.cmgkdi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi076.cmgkdi/crt"}]: dispatch 2023-12-08T22:31:28.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: audit 2023-12-08T22:31:24.716393+0000 mon.smithi003 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2023-12-08T22:31:28.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: cluster 2023-12-08T22:31:24.717220+0000 mon.smithi076 (mon.1) 1 : cluster [INF] mon.smithi076 calling monitor election 2023-12-08T22:31:28.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: cluster 2023-12-08T22:31:25.522063+0000 mgr.smithi003.nmmruw (mgr.14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:28.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: audit 2023-12-08T22:31:25.716101+0000 mon.smithi003 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2023-12-08T22:31:28.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: audit 2023-12-08T22:31:26.716072+0000 mon.smithi003 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2023-12-08T22:31:28.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: audit 2023-12-08T22:31:27.716481+0000 mon.smithi003 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2023-12-08T22:31:28.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: cluster 2023-12-08T22:31:27.734630+0000 mon.smithi003 (mon.0) 184 : cluster [INF] mon.smithi003 is new leader, mons smithi003,smithi076 in quorum (ranks 0,1) 2023-12-08T22:31:28.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: cluster 2023-12-08T22:31:27.737475+0000 mon.smithi003 (mon.0) 185 : cluster [DBG] monmap e2: 2 mons at {smithi003=[v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0],smithi076=[v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0]} removed_ranks: {} 2023-12-08T22:31:28.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: cluster 2023-12-08T22:31:27.749978+0000 mon.smithi003 (mon.0) 186 : cluster [DBG] fsmap 2023-12-08T22:31:28.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: cluster 2023-12-08T22:31:27.750024+0000 mon.smithi003 (mon.0) 187 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-08T22:31:28.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: cluster 2023-12-08T22:31:27.750261+0000 mon.smithi003 (mon.0) 188 : cluster [DBG] mgrmap e17: smithi003.nmmruw(active, since 38s) 2023-12-08T22:31:28.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: cluster 2023-12-08T22:31:27.751291+0000 mon.smithi003 (mon.0) 189 : cluster [DBG] Standby manager daemon smithi076.cmgkdi started 2023-12-08T22:31:28.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: audit 2023-12-08T22:31:27.752581+0000 mon.smithi003 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.76:0/4159060243' entity='mgr.smithi076.cmgkdi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-08T22:31:28.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: cluster 2023-12-08T22:31:27.754226+0000 mon.smithi003 (mon.0) 191 : cluster [INF] overall HEALTH_OK 2023-12-08T22:31:28.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: audit 2023-12-08T22:31:27 2023-12-08T22:31:28.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: .754702+0000 mon.smithi003 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.76:0/4159060243' entity='mgr.smithi076.cmgkdi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi076.cmgkdi/key"}]: dispatch 2023-12-08T22:31:28.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: audit 2023-12-08T22:31:27.755228+0000 mon.smithi003 2023-12-08T22:31:28.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.76:0/4159060243' entity='mgr.smithi076.cmgkdi' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-08T22:31:28.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: audit 2023-12-08T22 2023-12-08T22:31:28.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:27 smithi003 conmon[83845]: :31:27.756779+0000 mon.smithi003 (mon.0) 194 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:28.833 INFO:teuthology.orchestra.run.smithi076.stdout: 2023-12-08T22:31:28.833 INFO:teuthology.orchestra.run.smithi076.stdout:{"epoch":2,"fsid":"1165b6ce-9619-11ee-95a3-87774f69a715","modified":"2023-12-08T22:31:22.716180Z","created":"2023-12-08T22:28:55.982379Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi003","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:3300","nonce":0},{"type":"v1","addr":"172.21.15.3:6789","nonce":0}]},"addr":"172.21.15.3:6789/0","public_addr":"172.21.15.3:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi076","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:3300","nonce":0},{"type":"v1","addr":"172.21.15.76:6789","nonce":0}]},"addr":"172.21.15.76:6789/0","public_addr":"172.21.15.76:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-08T22:31:28.834 INFO:teuthology.orchestra.run.smithi076.stderr:dumped monmap epoch 2 2023-12-08T22:31:28.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:28 smithi076 conmon[89100]: cluster 2023-12-08T22:31: 2023-12-08T22:31:28.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:28 smithi076 conmon[89100]: 27.522444+0000 mgr.smithi003.nmmruw (mgr.14180) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:28.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:28 smithi076 conmon[89100]: cephadm 2023-12-08T22:31:27.758995+0000 mgr.smithi003.nmmruw (mgr.14180) 24 : cephadm [INF] Deploying daemon node-exporter.smithi076 on smithi076 2023-12-08T22:31:28.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:28 smithi076 conmon[89100]: cluster 2023-12-08T22:31:27.811057+0000 mon.smithi003 (mon.0) 195 : cluster [DBG] mgrmap e18: smithi003.nmmruw(active, since 38s), standbys: smithi076.cmgkdi 2023-12-08T22:31:28.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:28 smithi076 conmon[89100]: audit 2023-12-08T22:31:27.811237+0000 mon.smithi003 (mon.0) 196 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mgr metadata", "who": "smithi076.cmgkdi", "id": "smithi076.cmgkdi"}]: dispatch 2023-12-08T22:31:28.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:28 smithi076 conmon[89100]: audit 2023-12-08T22:31:28.716461+0000 mon.smithi003 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2023-12-08T22:31:29.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:28 smithi003 conmon[83845]: cluster 2023-12-08T22:31:27.522444+0000 mgr.smithi003.nmmruw (mgr.14180) 23 : 2023-12-08T22:31:29.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:28 smithi003 conmon[83845]: cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:29.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:28 smithi003 conmon[83845]: cephadm 2023-12-08T22:31:27.758995+0000 mgr.smithi003.nmmruw (mgr.14180) 24 : cephadm [INF] Deploying daemon node-exporter.smithi076 on smithi076 2023-12-08T22:31:29.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:28 smithi003 conmon[83845]: cluster 2023-12-08T22:31:27. 2023-12-08T22:31:29.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:28 smithi003 conmon[83845]: 811057+0000 mon.smithi003 (mon.0) 195 : cluster [DBG] mgrmap e18: smithi003.nmmruw(active, since 38s), standbys: smithi076.cmgkdi 2023-12-08T22:31:29.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:28 smithi003 conmon[83845]: audit 2023-12 2023-12-08T22:31:29.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:28 smithi003 conmon[83845]: -08T22:31:27.811237+0000 mon.smithi003 (mon.0) 196 2023-12-08T22:31:29.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:28 smithi003 conmon[83845]: : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mgr metadata", "who": "smithi076.cmgkdi", "id": "smithi076.cmgkdi"}]: dispatch 2023-12-08T22:31:29.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:28 smithi003 conmon[83845]: audit 2023-12-08T22: 2023-12-08T22:31:29.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:28 smithi003 conmon[83845]: 31:28.716461+0000 mon.smithi003 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mon metadata", "id": "smithi076"}]: dispatch 2023-12-08T22:31:29.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:28 smithi003 conmon[83845]: 2023-12-08T22:31:29.511 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-08T22:31:29.511 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph config generate-minimal-conf 2023-12-08T22:31:30.082 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:29 smithi003 conmon[83845]: audit 2023-12-08T22:31:28.830273+0000 2023-12-08T22:31:30.082 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:29 smithi003 conmon[83845]: mon.smithi003 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.76:0/831420328' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T22:31:30.082 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:29 smithi003 conmon[83845]: audit 2023-12-08T22:31:29.671647+0000 mon.smithi003 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:30.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:29 smithi076 conmon[89100]: audit 2023-12-08T22:31:28.830273+0000 mon.smithi003 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.76:0/831420328' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-08T22:31:30.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:29 smithi076 conmon[89100]: audit 2023-12-08T22:31:30.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:29 smithi076 conmon[89100]: 2023-12-08T22:31:29.671647+0000 mon.smithi003 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:31.086 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:30 smithi003 conmon[83845]: cluster 2023-12-08T22:31:29.522696+0000 mgr.smithi003.nmmruw 2023-12-08T22:31:31.087 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:30 smithi003 conmon[83845]: (mgr.14180) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:31.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:30 smithi076 conmon[89100]: cluster 2023-12-08T22:31:29.522696+0000 mgr.smithi003.nmmruw (mgr. 2023-12-08T22:31:31.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:30 smithi076 conmon[89100]: 14180) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:31.459 INFO:teuthology.orchestra.run.smithi003.stdout:# minimal ceph.conf for 1165b6ce-9619-11ee-95a3-87774f69a715 2023-12-08T22:31:31.459 INFO:teuthology.orchestra.run.smithi003.stdout:[global] 2023-12-08T22:31:31.459 INFO:teuthology.orchestra.run.smithi003.stdout: fsid = 1165b6ce-9619-11ee-95a3-87774f69a715 2023-12-08T22:31:31.460 INFO:teuthology.orchestra.run.smithi003.stdout: mon_host = [v2:172.21.15.3:3300/0,v1:172.21.15.3:6789/0] [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] 2023-12-08T22:31:31.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:31 smithi076 conmon[89100]: audit 2023-12-08T22:31:31.457959+0000 mon.smithi003 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.3:0/143762730' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:31:32.076 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:31 smithi003 conmon[83845]: audit 2023-12-08T22:31:31.457959+0000 mon.smithi003 ( 2023-12-08T22:31:32.076 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:31 smithi003 conmon[83845]: mon.0) 200 : audit [DBG] from='client.? 172.21.15.3:0/143762730' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:31:32.092 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-08T22:31:32.092 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-12-08T22:31:32.092 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/ceph/ceph.conf 2023-12-08T22:31:32.121 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-12-08T22:31:32.121 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T22:31:32.187 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2023-12-08T22:31:32.187 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/ceph/ceph.conf 2023-12-08T22:31:32.217 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2023-12-08T22:31:32.218 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-08T22:31:32.284 INFO:tasks.cephadm:Deploying OSDs... 2023-12-08T22:31:32.284 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-12-08T22:31:32.284 DEBUG:teuthology.orchestra.run.smithi003:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T22:31:32.300 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T22:31:32.300 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/nvme1n1 2023-12-08T22:31:32.355 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/nvme1n1 2023-12-08T22:31:32.356 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T22:31:32.356 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 6h/6d Inode: 241267 Links: 1 Device type: 103,1 2023-12-08T22:31:32.356 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T22:31:32.356 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T22:31:32.356 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2023-12-08 22:30:03.462368762 +0000 2023-12-08T22:31:32.356 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2023-12-08 22:30:03.395369639 +0000 2023-12-08T22:31:32.356 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2023-12-08 22:30:03.395369639 +0000 2023-12-08T22:31:32.356 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2023-12-08T22:31:32.356 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-08T22:31:32.420 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2023-12-08T22:31:32.420 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2023-12-08T22:31:32.420 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000338178 s, 1.5 MB/s 2023-12-08T22:31:32.421 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-08T22:31:32.480 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/nvme2n1 2023-12-08T22:31:32.536 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/nvme2n1 2023-12-08T22:31:32.536 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T22:31:32.537 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 6h/6d Inode: 241352 Links: 1 Device type: 103,2 2023-12-08T22:31:32.537 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T22:31:32.537 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T22:31:32.537 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2023-12-08 22:30:03.473368618 +0000 2023-12-08T22:31:32.537 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2023-12-08 22:30:03.398369600 +0000 2023-12-08T22:31:32.537 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2023-12-08 22:30:03.398369600 +0000 2023-12-08T22:31:32.537 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2023-12-08T22:31:32.537 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-08T22:31:32.600 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2023-12-08T22:31:32.600 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2023-12-08T22:31:32.600 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000270313 s, 1.9 MB/s 2023-12-08T22:31:32.601 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-08T22:31:32.657 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/nvme3n1 2023-12-08T22:31:32.713 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/nvme3n1 2023-12-08T22:31:32.714 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T22:31:32.714 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 6h/6d Inode: 243310 Links: 1 Device type: 103,3 2023-12-08T22:31:32.714 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T22:31:32.714 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T22:31:32.714 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2023-12-08 22:30:03.484368474 +0000 2023-12-08T22:31:32.714 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2023-12-08 22:30:03.400369574 +0000 2023-12-08T22:31:32.714 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2023-12-08 22:30:03.400369574 +0000 2023-12-08T22:31:32.714 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2023-12-08T22:31:32.714 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-08T22:31:32.777 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2023-12-08T22:31:32.777 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2023-12-08T22:31:32.777 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000246909 s, 2.1 MB/s 2023-12-08T22:31:32.778 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-08T22:31:32.834 DEBUG:teuthology.orchestra.run.smithi003:> stat /dev/nvme4n1 2023-12-08T22:31:32.890 INFO:teuthology.orchestra.run.smithi003.stdout: File: /dev/nvme4n1 2023-12-08T22:31:32.890 INFO:teuthology.orchestra.run.smithi003.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T22:31:32.890 INFO:teuthology.orchestra.run.smithi003.stdout:Device: 6h/6d Inode: 243379 Links: 1 Device type: 103,4 2023-12-08T22:31:32.890 INFO:teuthology.orchestra.run.smithi003.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T22:31:32.890 INFO:teuthology.orchestra.run.smithi003.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T22:31:32.890 INFO:teuthology.orchestra.run.smithi003.stdout:Access: 2023-12-08 22:30:03.494368343 +0000 2023-12-08T22:31:32.890 INFO:teuthology.orchestra.run.smithi003.stdout:Modify: 2023-12-08 22:30:03.402369548 +0000 2023-12-08T22:31:32.890 INFO:teuthology.orchestra.run.smithi003.stdout:Change: 2023-12-08 22:30:03.402369548 +0000 2023-12-08T22:31:32.890 INFO:teuthology.orchestra.run.smithi003.stdout: Birth: - 2023-12-08T22:31:32.891 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-08T22:31:32.953 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records in 2023-12-08T22:31:32.954 INFO:teuthology.orchestra.run.smithi003.stderr:1+0 records out 2023-12-08T22:31:32.954 INFO:teuthology.orchestra.run.smithi003.stderr:512 bytes copied, 0.000204716 s, 2.5 MB/s 2023-12-08T22:31:32.955 DEBUG:teuthology.orchestra.run.smithi003:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-08T22:31:33.010 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2023-12-08T22:31:33.011 DEBUG:teuthology.orchestra.run.smithi076:> dd if=/scratch_devs of=/dev/stdout 2023-12-08T22:31:33.026 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-08T22:31:33.026 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/nvme1n1 2023-12-08T22:31:33.081 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/nvme1n1 2023-12-08T22:31:33.081 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T22:31:33.081 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 6h/6d Inode: 246853 Links: 1 Device type: 103,1 2023-12-08T22:31:33.081 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T22:31:33.081 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T22:31:33.081 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2023-12-08 22:31:11.335203277 +0000 2023-12-08T22:31:33.081 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2023-12-08 22:31:11.274205136 +0000 2023-12-08T22:31:33.082 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2023-12-08 22:31:11.274205136 +0000 2023-12-08T22:31:33.082 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2023-12-08T22:31:33.082 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-08T22:31:33.157 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:32 smithi076 conmon[89100]: cluster 2023-12-08T22:31:31.522962+0000 mgr.smithi003.nmmruw (mgr 2023-12-08T22:31:33.157 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:32 smithi076 conmon[89100]: .14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:33.157 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:32 smithi076 conmon[89100]: audit 2023-12-08T22:31:31.901832+0000 mon.smithi003 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:33.157 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:32 smithi076 conmon[89100]: audit 2023-12-08T22:31:31.903211+0000 mon.smithi003 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:31:33.158 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2023-12-08T22:31:33.158 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2023-12-08T22:31:33.159 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000244811 s, 2.1 MB/s 2023-12-08T22:31:33.160 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-08T22:31:33.216 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/nvme2n1 2023-12-08T22:31:33.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:32 smithi003 conmon[83845]: cluster 2023-12-08T22:31:31.522962+0000 mgr.smithi003.nmmruw ( 2023-12-08T22:31:33.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:32 smithi003 conmon[83845]: mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:33.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:32 smithi003 conmon[83845]: audit 2023-12-08T22:31:31.901832+0000 mon.smithi003 (mon.0) 201 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:33.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:32 smithi003 conmon[83845]: audit 2023-12-08T22:31:31.903211+0000 mon.smithi003 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:31:33.271 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/nvme2n1 2023-12-08T22:31:33.272 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T22:31:33.272 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 6h/6d Inode: 242500 Links: 1 Device type: 103,2 2023-12-08T22:31:33.272 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T22:31:33.272 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T22:31:33.272 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2023-12-08 22:31:11.346202942 +0000 2023-12-08T22:31:33.272 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2023-12-08 22:31:11.276205075 +0000 2023-12-08T22:31:33.272 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2023-12-08 22:31:11.276205075 +0000 2023-12-08T22:31:33.272 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2023-12-08T22:31:33.272 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-08T22:31:33.334 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2023-12-08T22:31:33.334 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2023-12-08T22:31:33.335 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000260178 s, 2.0 MB/s 2023-12-08T22:31:33.336 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-08T22:31:33.391 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/nvme3n1 2023-12-08T22:31:33.449 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/nvme3n1 2023-12-08T22:31:33.450 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T22:31:33.450 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 6h/6d Inode: 242564 Links: 1 Device type: 103,3 2023-12-08T22:31:33.450 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T22:31:33.450 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T22:31:33.450 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2023-12-08 22:31:11.356202637 +0000 2023-12-08T22:31:33.450 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2023-12-08 22:31:11.278205014 +0000 2023-12-08T22:31:33.450 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2023-12-08 22:31:11.278205014 +0000 2023-12-08T22:31:33.450 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2023-12-08T22:31:33.450 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-08T22:31:33.510 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2023-12-08T22:31:33.510 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2023-12-08T22:31:33.510 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000237499 s, 2.2 MB/s 2023-12-08T22:31:33.511 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-08T22:31:33.567 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/nvme4n1 2023-12-08T22:31:33.622 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/nvme4n1 2023-12-08T22:31:33.622 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-08T22:31:33.622 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 6h/6d Inode: 242648 Links: 1 Device type: 103,4 2023-12-08T22:31:33.622 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-08T22:31:33.622 INFO:teuthology.orchestra.run.smithi076.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-08T22:31:33.622 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2023-12-08 22:31:11.367202302 +0000 2023-12-08T22:31:33.622 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2023-12-08 22:31:11.280204954 +0000 2023-12-08T22:31:33.622 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2023-12-08 22:31:11.280204954 +0000 2023-12-08T22:31:33.622 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2023-12-08T22:31:33.623 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-08T22:31:33.685 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2023-12-08T22:31:33.686 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2023-12-08T22:31:33.686 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000224958 s, 2.3 MB/s 2023-12-08T22:31:33.687 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-08T22:31:33.742 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph orch apply osd --all-available-devices 2023-12-08T22:31:34.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:34 smithi076 conmon[89100]: audit 2023-12-08T22:31:33.388021+0000 mon.smithi003 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:34.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:34 smithi076 conmon[89100]: audit 2023-12-08T22:31:33.388836+0000 mon.smithi003 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:31:34.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:34 smithi076 conmon[89100]: audit 2023-12-08T22:31:33.389616+0000 mon.smithi003 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:31:34.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:34 smithi076 conmon[89100]: cephadm 2023-12-08T22:31:33.390654+0000 mgr.smithi003.nmmruw (mgr.14180) 27 : cephadm [INF] Updating smithi003:/etc/ceph/ceph.conf 2023-12-08T22:31:34.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:34 smithi076 conmon[89100]: cephadm 2023-12-08T22:31:33.390906+0000 mgr.smithi003.nmmruw (mgr.14180) 28 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.conf 2023-12-08T22:31:34.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:34 smithi076 conmon[89100]: audit 2023-12-08T22:31:33.414819+0000 mon.smithi003 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:34.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:34 smithi076 conmon[89100]: audit 2023-12-08T22:31:33.438287+0000 mon.smithi003 (mon.0) 207 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:34.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:34 smithi076 conmon[89100]: audit 2023-12-08T22:31:33.441581+0000 mon.smithi003 (mon.0) 208 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:34.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:34 smithi076 conmon[89100]: cephadm 2023-12-08T22:31:33.444639+0000 mgr.smithi003.nmmruw (mgr.14180) 29 : cephadm [INF] Reconfiguring mon.smithi003 (unknown last config time)... 2023-12-08T22:31:34.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:34 smithi076 conmon[89100]: audit 2023-12-08T22:31:33.444913+0000 mon.smithi003 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T22:31:34.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:34 smithi076 conmon[89100]: audit 2023-12-08T22:31:33. 2023-12-08T22:31:34.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:34 smithi076 conmon[89100]: 445568+0000 mon.smithi003 (mon.0) 210 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T22:31:34.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:34 smithi076 conmon[89100]: audit 2023-12-08T22: 2023-12-08T22:31:34.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:34 smithi076 conmon[89100]: 31:33.446167+0000 mon.smithi003 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:31:34.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:34 smithi076 conmon[89100]: cephadm 2023 2023-12-08T22:31:34.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:34 smithi076 conmon[89100]: -12-08T22:31:33.446727+0000 mgr.smithi003.nmmruw ( 2023-12-08T22:31:34.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:34 smithi076 conmon[89100]: mgr.14180) 30 : cephadm [INF] Reconfiguring daemon mon.smithi003 on smithi003 2023-12-08T22:31:34.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:34 smithi076 conmon[89100]: cluster 2023- 2023-12-08T22:31:34.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:34 smithi076 conmon[89100]: 12-08T22:31:33.523232+0000 mgr.smithi003.nmmruw ( 2023-12-08T22:31:34.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:34 smithi076 conmon[89100]: mgr.14180) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:34.675 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: audit 2023-12-08T22:31:33.388021+0000 2023-12-08T22:31:34.675 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: mon.smithi003 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:34.675 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: audit 2023-12-08T22:31:33.388836+0000 mon.smithi003 (mon.0) 204 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:31:34.675 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: audit 2023-12-08T22:31:33.389616+0000 mon.smithi003 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:31:34.675 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: cephadm 2023-12-08T22:31:33.390654+0000 mgr.smithi003.nmmruw (mgr.14180) 27 : cephadm [INF] 2023-12-08T22:31:34.675 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: Updating smithi003:/etc/ceph/ceph.conf 2023-12-08T22:31:34.676 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: cephadm 2023-12-08T22:31:33.390906+0000 2023-12-08T22:31:34.676 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: mgr.smithi003.nmmruw (mgr.14180) 28 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.conf 2023-12-08T22:31:34.676 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: audit 2023-12- 2023-12-08T22:31:34.676 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: 08T22:31:33.414819+0000 mon.smithi003 ( 2023-12-08T22:31:34.676 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:34.676 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: audit 2023 2023-12-08T22:31:34.676 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: -12-08T22:31:33.438287 2023-12-08T22:31:34.676 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: +0000 mon.smithi003 (mon.0) 207 : audit [INF] 2023-12-08T22:31:34.676 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:34.676 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: audit 2023-12-08T22:31:34.676 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: 2023-12-08T22:31:33. 2023-12-08T22:31:34.677 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: 441581+0000 mon.smithi003 (mon.0) 208 : audit 2023-12-08T22:31:34.677 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:34.677 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: cephadm 2023-12-08T22: 2023-12-08T22:31:34.677 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: 31:33.444639+0000 mgr.smithi003.nmmruw (mgr.14180 2023-12-08T22:31:34.677 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: ) 29 : cephadm [INF] Reconfiguring mon.smithi003 (unknown last config time)... 2023-12-08T22:31:34.677 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: audit 2023-12-08T22:31:34.677 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: 2023-12-08T22: 2023-12-08T22:31:34.677 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: 31:33.444913+0000 mon.smithi003 (mon.0 2023-12-08T22:31:34.677 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: ) 209 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T22:31:34.677 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: audit 2023-12-08T22:31:33.445568 2023-12-08T22:31:34.677 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: +0000 mon.smithi003 (mon.0) 210 : audit [DBG] 2023-12-08T22:31:34.677 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T22:31:34.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: audit 2023-12-08T22:31:34.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: 2023-12-08T22:31:33 2023-12-08T22:31:34.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: .446167+0000 mon.smithi003 (mon.0) 211 : audit 2023-12-08T22:31:34.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:31:34.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: cephadm 2023-12 2023-12-08T22:31:34.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: -08T22:31:33.446727+0000 2023-12-08T22:31:34.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: mgr.smithi003.nmmruw (mgr.14180) 30 : cephadm [INF] 2023-12-08T22:31:34.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: Reconfiguring daemon mon.smithi003 on smithi003 2023-12-08T22:31:34.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: cluster 2023-12-08T22: 2023-12-08T22:31:34.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: 31:33.523232+0000 mgr.smithi003.nmmruw (mgr.14180) 2023-12-08T22:31:34.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:34 smithi003 conmon[83845]: 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:35.823 INFO:teuthology.orchestra.run.smithi076.stdout:Scheduled osd.all-available-devices update... 2023-12-08T22:31:35.901 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:35 smithi003 conmon[83845]: audit 2023-12-08T22:31:34.677396+0000 mon.smithi003 (mon.0) 212 2023-12-08T22:31:35.902 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:35 smithi003 conmon[83845]: : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:35.902 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:35 smithi003 conmon[83845]: audit 2023-12-08T22:31:34.713709+0000 mon.smithi003 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:35.902 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:35 smithi003 conmon[83845]: cephadm 2023-12-08T22:31:34.714299+0000 mgr.smithi003.nmmruw (mgr.14180) 32 : cephadm [INF] Reconfiguring mgr.smithi003.nmmruw (unknown last config time)... 2023-12-08T22:31:35.902 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:35 smithi003 conmon[83845]: audit 2023-12-08T22:31:34.714547+0000 mon.smithi003 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi003.nmmruw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T22:31:35.902 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:35 smithi003 conmon[83845]: audit 2023-12-08T22:31:34.715257+0000 mon.smithi003 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T22:31:35.902 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:35 smithi003 conmon[83845]: audit 2023-12-08T22:31:34.715811+0000 mon.smithi003 (mon.0) 216 : audit [DBG] 2023-12-08T22:31:35.902 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:35 smithi003 conmon[83845]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:31:35.902 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:35 smithi003 conmon[83845]: cephadm 2023-12-08T22:31:34.716338+0000 mgr.smithi003.nmmruw 2023-12-08T22:31:35.902 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:35 smithi003 conmon[83845]: (mgr.14180) 33 : cephadm [INF] Reconfiguring daemon mgr.smithi003.nmmruw on smithi003 2023-12-08T22:31:35.902 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:35 smithi003 conmon[83845]: 2023-12-08T22:31:35.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:35 smithi076 conmon[89100]: audit 2023-12-08T22:31:34.677396+0000 mon.smithi003 (mon.0) 212 : 2023-12-08T22:31:35.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:35 smithi076 conmon[89100]: audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:35.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:35 smithi076 conmon[89100]: audit 2023-12-08T22:31:34.713709+0000 mon.smithi003 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:35.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:35 smithi076 conmon[89100]: cephadm 2023-12-08T22:31:34.714299+0000 mgr.smithi003.nmmruw (mgr.14180) 32 : cephadm [INF] Reconfiguring mgr.smithi003.nmmruw (unknown last config time)... 2023-12-08T22:31:35.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:35 smithi076 conmon[89100]: audit 2023-12-08T22:31:34.714547+0000 mon.smithi003 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi003.nmmruw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T22:31:35.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:35 smithi076 conmon[89100]: audit 2023-12-08T22:31:34.715257+0000 mon.smithi003 (mon.0) 215 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T22:31:35.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:35 smithi076 conmon[89100]: audit 2023-12-08T22:31:34.715811+0000 mon.smithi003 (mon.0) 216 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:31:35.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:35 smithi076 conmon[89100]: cephadm 2023-12-08T22:31:34.716338+0000 mgr.smithi003.nmmruw (mgr.14180) 33 : cephadm [INF] Reconfiguring daemon mgr.smithi003.nmmruw on smithi003 2023-12-08T22:31:36.391 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-08T22:31:36.391 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:31:37.008 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:36 smithi003 conmon[83845]: cluster 2023-12-08T22:31:35.523462+0000 mgr.smithi003.nmmruw ( 2023-12-08T22:31:37.008 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:36 smithi003 conmon[83845]: mgr.14180) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:37.008 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:36 smithi003 conmon[83845]: audit 2023-12-08T22:31:35.815225+0000 mgr.smithi003.nmmruw (mgr.14180) 35 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:31:37.008 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:36 smithi003 conmon[83845]: cephadm 2023-12-08T22:31:35.816847+0000 mgr.smithi003.nmmruw (mgr.14180) 36 : cephadm [INF] Marking host: smithi003 for OSDSpec preview refresh. 2023-12-08T22:31:37.008 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:36 smithi003 conmon[83845]: cephadm 2023-12-08T22:31:35.816907+0000 mgr.smithi003.nmmruw (mgr.14180) 37 : cephadm [INF] Marking host: smithi076 for OSDSpec preview refresh. 2023-12-08T22:31:37.008 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:36 smithi003 conmon[83845]: cephadm 2023-12-08T22:31:35.817177+0000 mgr.smithi003.nmmruw (mgr.14180) 38 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-08T22:31:37.008 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:36 smithi003 conmon[83845]: audit 2023-12-08T22:31:35.820272+0000 mon.smithi003 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:37.009 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:36 smithi003 conmon[83845]: audit 2023-12-08T22:31:35.950719+0000 mon.smithi003 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:37.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:36 smithi076 conmon[89100]: cluster 2023-12-08T22:31:35.523462+0000 mgr.smithi003.nmmruw (mgr.14180 2023-12-08T22:31:37.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:36 smithi076 conmon[89100]: ) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:37.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:36 smithi076 conmon[89100]: audit 2023-12-08T22:31:35.815225+0000 mgr.smithi003.nmmruw (mgr.14180) 35 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:31:37.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:36 smithi076 conmon[89100]: cephadm 2023-12-08T22:31:35.816847+0000 mgr.smithi003.nmmruw (mgr.14180) 36 : cephadm [INF] Marking host: smithi003 for OSDSpec preview refresh. 2023-12-08T22:31:37.221 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:36 smithi076 conmon[89100]: cephadm 2023-12-08T22:31:35.816907+0000 mgr.smithi003.nmmruw (mgr.14180) 37 : cephadm [INF] Marking host: smithi076 for OSDSpec preview refresh. 2023-12-08T22:31:37.221 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:36 smithi076 conmon[89100]: cephadm 2023-12-08T22:31:35.817177+0000 mgr.smithi003.nmmruw (mgr.14180) 38 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-08T22:31:37.221 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:36 smithi076 conmon[89100]: audit 2023-12-08T22:31:35.820272+0000 mon.smithi003 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:37.221 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:36 smithi076 conmon[89100]: audit 2023-12-08T22:31:35.950719+0000 mon.smithi003 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:38.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:37 smithi003 conmon[83845]: cephadm 2023-12-08T22:31:35.951391+0000 mgr.smithi003.nmmruw ( 2023-12-08T22:31:38.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:37 smithi003 conmon[83845]: mgr.14180) 39 : cephadm [INF] Reconfiguring alertmanager.smithi003 (dependencies changed)... 2023-12-08T22:31:38.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:37 smithi003 conmon[83845]: cephadm 2023-12-08T22:31:35.957636+0000 mgr.smithi003.nmmruw (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon alertmanager.smithi003 on smithi003 2023-12-08T22:31:38.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:37 smithi076 conmon[89100]: cephadm 2023-12-08T22:31:35.951391+0000 2023-12-08T22:31:38.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:37 smithi076 conmon[89100]: mgr.smithi003.nmmruw (mgr.14180) 39 : cephadm [INF] Reconfiguring alertmanager.smithi003 (dependencies changed)... 2023-12-08T22:31:38.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:37 smithi076 conmon[89100]: cephadm 2023-12-08T22:31:35.957636+0000 mgr.smithi003.nmmruw (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon alertmanager.smithi003 on smithi003 2023-12-08T22:31:38.966 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:38 smithi003 conmon[83845]: cluster 2023-12-08T22:31:37.523758+0000 mgr.smithi003.nmmruw (mgr.14180) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:39.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:38 smithi076 conmon[89100]: cluster 2023-12-08T22:31:37.523758+0000 mgr.smithi003.nmmruw ( 2023-12-08T22:31:39.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:38 smithi076 conmon[89100]: mgr.14180) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:39.879 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:31:40.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:40 smithi003 conmon[83845]: cluster 2023-12-08T22:31:39.523999 2023-12-08T22:31:40.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:40 smithi003 conmon[83845]: +0000 mgr.smithi003.nmmruw (mgr.14180) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:40.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:40 smithi003 conmon[83845]: audit 2023-12-08T22:31:39.877507+0000 2023-12-08T22:31:40.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:40 smithi003 conmon[83845]: mon.smithi003 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.3:0/2114568088' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:31:40.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:40 smithi076 conmon[89100]: cluster 2023-12-08T22:31:39.523999+0000 mgr.smithi003.nmmruw (mgr 2023-12-08T22:31:40.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:40 smithi076 conmon[89100]: .14180) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:40.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:40 smithi076 conmon[89100]: audit 2023-12-08T22:31:39.877507+0000 mon.smithi003 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.3:0/2114568088' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:31:40.709 INFO:teuthology.orchestra.run.smithi003.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} 2023-12-08T22:31:41.711 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:31:42.581 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:42 smithi003 conmon[83845]: cluster 2023-12-08T22:31:41. 2023-12-08T22:31:42.581 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:42 smithi003 conmon[83845]: 524238+0000 mgr.smithi003.nmmruw (mgr.14180) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:42.581 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:42 smithi003 conmon[83845]: audit 2023-12-08T22:31:42.061399+0000 mon.smithi003 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:42.581 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:42 smithi003 conmon[83845]: audit 2023-12-08T22:31:42.062213+0000 mon.smithi003 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi003", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T22:31:42.581 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:42 smithi003 conmon[83845]: audit 2023-12-08T22:31:42.062854+0000 mon.smithi003 (mon.0) 222 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:31:42.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:42 smithi076 conmon[89100]: cluster 2023-12-08T22:31:41.524238+0000 mgr.smithi003.nmmruw (mgr.14180) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:42.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:42 smithi076 conmon[89100]: audit 2023-12-08T22:31:42. 2023-12-08T22:31:42.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:42 smithi076 conmon[89100]: 061399+0000 mon.smithi003 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:42.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:42 smithi076 conmon[89100]: audit 2023-12-08T22:31:42.062213+0000 mon.smithi003 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi003", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T22:31:42.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:42 smithi076 conmon[89100]: audit 2023-12-08T22:31:42.062854+0000 mon.smithi003 (mon.0 2023-12-08T22:31:42.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:42 smithi076 conmon[89100]: ) 222 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:31:43.848 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:43 smithi003 conmon[83845]: cephadm 2023-12-08T22:31:42 2023-12-08T22:31:43.849 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:43 smithi003 conmon[83845]: .061986+0000 mgr.smithi003.nmmruw (mgr.14180) 44 : cephadm [INF] Reconfiguring crash.smithi003 (monmap changed)... 2023-12-08T22:31:43.849 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:43 smithi003 conmon[83845]: cephadm 2023-12-08T22:31:42.063355+0000 mgr.smithi003.nmmruw (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon crash.smithi003 on smithi003 2023-12-08T22:31:43.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:43 smithi076 conmon[89100]: cephadm 2023-12-08T22:31:42.061986+0000 mgr.smithi003.nmmruw (mgr.14180) 44 : cephadm [INF] Reconfiguring crash.smithi003 (monmap changed)... 2023-12-08T22:31:43.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:43 smithi076 conmon[89100]: cephadm 2023-12 2023-12-08T22:31:43.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:43 smithi076 conmon[89100]: -08T22:31:42.063355+0000 mgr.smithi003.nmmruw (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon crash.smithi003 on smithi003 2023-12-08T22:31:44.414 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:31:44.716 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:44 smithi003 conmon[83845]: cluster 2023-12-08T22:31:43.524478+0000 mgr.smithi003.nmmruw (mgr.14180 2023-12-08T22:31:44.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:44 smithi003 conmon[83845]: ) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:44.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:44 smithi003 conmon[83845]: audit 2023-12-08T22:31:44.412283+0000 mon.smithi003 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.3:0/821275991' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:31:44.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:44 smithi003 conmon[83845]: audit 2023-12-08T22:31:44.529719+0000 mon.smithi003 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:44.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:44 smithi076 conmon[89100]: cluster 2023-12-08T22:31:43.524478+0000 mgr.smithi003.nmmruw (mgr.14180) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:44.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:44 smithi076 conmon[89100]: audit 2023-12-08T22:31:44.412283+0000 mon.smithi003 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.3:0/821275991' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:31:44.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:44 smithi076 conmon[89100]: audit 2023-12-08T22:31 2023-12-08T22:31:44.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:44 smithi076 conmon[89100]: :44.529719+0000 mon.smithi003 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:45.055 INFO:teuthology.orchestra.run.smithi003.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} 2023-12-08T22:31:45.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:45 smithi003 conmon[83845]: cephadm 2023-12-08T22:31:44.530361+0000 mgr.smithi003.nmmruw ( 2023-12-08T22:31:45.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:45 smithi003 conmon[83845]: mgr.14180) 47 : cephadm [INF] Reconfiguring grafana.smithi003 (dependencies changed)... 2023-12-08T22:31:45.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:45 smithi003 conmon[83845]: cephadm 2023-12-08T22:31:44.562059+0000 mgr.smithi003.nmmruw (mgr.14180) 48 : cephadm [INF] 2023-12-08T22:31:45.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:45 smithi003 conmon[83845]: Reconfiguring daemon grafana.smithi003 on smithi003 2023-12-08T22:31:45.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:45 smithi076 conmon[89100]: cephadm 2023-12-08T22:31:44.530361+0000 mgr.smithi003.nmmruw (mgr.14180) 47 : cephadm [INF] Reconfiguring grafana.smithi003 (dependencies changed)... 2023-12-08T22:31:45.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:45 smithi076 conmon[89100]: cephadm 2023-12-08T22:31:44.562059+0000 mgr.smithi003.nmmruw (mgr.14180) 48 : cephadm [INF] Reconfiguring daemon grafana.smithi003 on smithi003 2023-12-08T22:31:46.057 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:31:46.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:46 smithi003 conmon[83845]: cluster 2023-12-08T22:31:45.524776+0000 mgr.smithi003.nmmruw (mgr 2023-12-08T22:31:46.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:46 smithi003 conmon[83845]: .14180) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:46.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:46 smithi076 conmon[89100]: cluster 2023-12-08T22:31:45.524776+0000 mgr.smithi003.nmmruw (mgr.14180) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:48.316 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:31:48.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:48 smithi003 conmon[83845]: cluster 2023-12-08T22:31:47.525073+0000 mgr.smithi003.nmmruw ( 2023-12-08T22:31:48.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:48 smithi003 conmon[83845]: mgr.14180) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:48.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:48 smithi003 conmon[83845]: audit 2023-12-08T22:31:48.313629+0000 mon.smithi003 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.3:0/2393761651' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:31:48.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:48 smithi076 conmon[89100]: cluster 2023-12-08T22:31:47.525073+0000 mgr.smithi003.nmmruw (mgr.14180) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:48.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:48 smithi076 conmon[89100]: audit 2023-12-08 2023-12-08T22:31:48.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:48 smithi076 conmon[89100]: T22:31:48.313629+0000 mon.smithi003 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.3:0/2393761651' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:31:49.476 INFO:teuthology.orchestra.run.smithi003.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} 2023-12-08T22:31:50.370 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:50 smithi003 conmon[83845]: cluster 2023-12-08T22:31:49.525312 2023-12-08T22:31:50.370 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:50 smithi003 conmon[83845]: +0000 mgr.smithi003.nmmruw (mgr.14180) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:50.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:50 smithi076 conmon[89100]: cluster 2023-12-08T22:31:49.525312+0000 mgr.smithi003.nmmruw (mgr.14180) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:50.478 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:31:51.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:51 smithi003 conmon[83845]: audit 2023-12-08T22:31 2023-12-08T22:31:51.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:51 smithi003 conmon[83845]: :50.400372+0000 mon.smithi003 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:51.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:51 smithi003 conmon[83845]: cephadm 2023-12-08T22:31:50.401136+0000 mgr.smithi003.nmmruw (mgr.14180) 52 : cephadm [INF] Reconfiguring prometheus.smithi003 (dependencies changed)... 2023-12-08T22:31:51.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:51 smithi003 conmon[83845]: cephadm 2023-12-08T22:31:50.404491+0000 mgr.smithi003.nmmruw (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon prometheus.smithi003 on smithi003 2023-12-08T22:31:51.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:51 smithi076 conmon[89100]: audit 2023-12-08T22:31:50.400372+0000 mon.smithi003 (mon. 2023-12-08T22:31:51.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:51 smithi076 conmon[89100]: 0) 226 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:51.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:51 smithi076 conmon[89100]: cephadm 2023-12-08T22:31:50.401136+0000 mgr.smithi003.nmmruw (mgr.14180) 52 : cephadm [INF] Reconfiguring prometheus.smithi003 (dependencies changed)... 2023-12-08T22:31:51.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:51 smithi076 conmon[89100]: cephadm 2023-12-08T22:31:50.404491+0000 mgr.smithi003.nmmruw (mgr 2023-12-08T22:31:51.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:51 smithi076 conmon[89100]: .14180) 53 : cephadm [INF] Reconfiguring daemon prometheus.smithi003 on smithi003 2023-12-08T22:31:52.716 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:52 smithi003 conmon[83845]: cluster 2023-12-08T22:31:51.525706+0000 mgr.smithi003.nmmruw (mgr.14180) 54 2023-12-08T22:31:52.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:52 smithi003 conmon[83845]: : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:52.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:52 smithi076 conmon[89100]: cluster 2023-12-08T22:31:51.525706+0000 mgr.smithi003.nmmruw (mgr.14180) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:54.133 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:31:54.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:54 smithi003 conmon[83845]: cluster 2023-12-08T22:31:53.525939+0000 mgr.smithi003.nmmruw (mgr. 2023-12-08T22:31:54.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:54 smithi003 conmon[83845]: 14180) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:54.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:54 smithi003 conmon[83845]: audit 2023-12-08T22:31:54.131497+0000 mon.smithi003 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.3:0/2261974398' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:31:54.862 INFO:teuthology.orchestra.run.smithi003.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} 2023-12-08T22:31:54.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:54 smithi076 conmon[89100]: cluster 2023-12-08T22:31:53.525939+0000 mgr.smithi003.nmmruw (mgr.14180) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:54.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:54 smithi076 conmon[89100]: audit 2023-12-08T22:31:54.131497+0000 mon.smithi003 (mon.0) 227 : audit [DBG] from='client.? 172.21.15.3:0/2261974398' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:31:55.863 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:31:56.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:56 smithi003 conmon[83845]: cluster 2023-12-08T22:31:55.526220+0000 mgr.smithi003.nmmruw ( 2023-12-08T22:31:56.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:56 smithi003 conmon[83845]: mgr.14180) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:56.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:56 smithi076 conmon[89100]: cluster 2023-12-08T22:31:55.526220+0000 mgr.smithi003.nmmruw (mgr.14180) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:57.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:57 smithi076 conmon[89100]: audit 2023-12-08T22:31:56.590349+0000 mon.smithi003 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:57.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:57 smithi076 conmon[89100]: cephadm 2023-12-08T22:31:56.590902+0000 mgr.smithi003.nmmruw (mgr.14180) 57 : cephadm [INF] Reconfiguring crash.smithi076 (monmap changed)... 2023-12-08T22:31:57.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:57 smithi076 conmon[89100]: audit 2023-12-08T22:31:56.591131+0000 mon.smithi003 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi076", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T22:31:57.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:57 smithi076 conmon[89100]: audit 2023-12-08T22:31:56.591809+0000 mon.smithi003 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:31:57.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:57 smithi076 conmon[89100]: cephadm 2023-12-08T22:31:56.592332+0000 mgr.smithi003.nmmruw (mgr.14180) 58 : cephadm [INF] Reconfiguring daemon crash.smithi076 on smithi076 2023-12-08T22:31:57.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:57 smithi003 conmon[83845]: audit 2023-12-08T22:31:56.590349+0000 mon.smithi003 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:57.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:57 smithi003 conmon[83845]: cephadm 2023-12-08T22:31:56.590902+0000 mgr.smithi003.nmmruw (mgr.14180) 57 : cephadm [INF] Reconfiguring crash.smithi076 (monmap changed)... 2023-12-08T22:31:57.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:57 smithi003 conmon[83845]: audit 2023-12-08T22:31:56.591131+0000 mon.smithi003 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi076", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-08T22:31:57.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:57 smithi003 conmon[83845]: audit 2023-12-08T22:31:56.591809+0000 mon.smithi003 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:31:57.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:57 smithi003 conmon[83845]: cephadm 2023-12-08T22:31:56.592332+0000 mgr.smithi003.nmmruw (mgr.14180) 58 : cephadm [INF] Reconfiguring daemon crash.smithi076 on smithi076 2023-12-08T22:31:58.020 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:31:58.620 INFO:teuthology.orchestra.run.smithi003.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} 2023-12-08T22:31:58.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:58 smithi003 conmon[83845]: cluster 2023-12-08T22:31:57.526473+0000 2023-12-08T22:31:58.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:58 smithi003 conmon[83845]: mgr.smithi003.nmmruw (mgr.14180) 59 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:58.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:58 smithi003 conmon[83845]: audit 2023-12-08T22:31:57.834691+0000 mon.smithi003 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:58.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:58 smithi003 conmon[83845]: cephadm 2023-12-08T22:31:57.835307+0000 mgr.smithi003.nmmruw (mgr.14180) 60 : cephadm [INF] Reconfiguring mgr.smithi076.cmgkdi (monmap changed)... 2023-12-08T22:31:58.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:58 smithi003 conmon[83845]: audit 2023-12-08T22:31:57.835598+0000 mon.smithi003 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi076.cmgkdi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T22:31:58.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:58 smithi003 conmon[83845]: audit 2023-12-08T22:31:57.836396+0000 mon.smithi003 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T22:31:58.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:58 smithi003 conmon[83845]: audit 2023-12-08T22:31:57.837095+0000 mon.smithi003 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:31:58.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:58 smithi003 conmon[83845]: cephadm 2023-12-08T22:31:57.837932+0000 mgr.smithi003.nmmruw (mgr.14180) 61 : cephadm [INF] Reconfiguring daemon mgr.smithi076.cmgkdi on smithi076 2023-12-08T22:31:58.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:31:58 smithi003 conmon[83845]: audit 2023-12-08T22:31:58.018596+0000 mon.smithi003 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.3:0/639701568' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:31:58.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:58 smithi076 conmon[89100]: cluster 2023-12-08T22:31:57.526473+0000 mgr.smithi003.nmmruw (mgr.14180) 59 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:31:58.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:58 smithi076 conmon[89100]: audit 2023-12-08T22:31:57.834691+0000 mon.smithi003 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:31:58.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:58 smithi076 conmon[89100]: cephadm 2023-12-08T22:31:57.835307+0000 mgr.smithi003.nmmruw (mgr.14180) 60 : cephadm [INF] Reconfiguring mgr.smithi076.cmgkdi (monmap changed)... 2023-12-08T22:31:58.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:58 smithi076 conmon[89100]: audit 2023-12-08T22:31:57.835598+0000 mon.smithi003 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi076.cmgkdi", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-08T22:31:58.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:58 smithi076 conmon[89100]: audit 2023-12-08T22:31:57.836396+0000 mon.smithi003 (mon. 2023-12-08T22:31:58.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:58 smithi076 conmon[89100]: 0) 233 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-08T22:31:58.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:58 smithi076 conmon[89100]: audit 2023-12-08T22:31:57.837095+0000 mon.smithi003 2023-12-08T22:31:58.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:58 smithi076 conmon[89100]: (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:31:58.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:58 smithi076 conmon[89100]: cephadm 2023-12-08T22:31:57.837932 2023-12-08T22:31:58.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:58 smithi076 conmon[89100]: +0000 mgr.smithi003.nmmruw (mgr.14180) 61 : cephadm [INF] Reconfiguring daemon mgr.smithi076.cmgkdi on smithi076 2023-12-08T22:31:58.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:58 smithi076 conmon[89100]: audit 2023 2023-12-08T22:31:58.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:58 smithi076 conmon[89100]: -12-08T22:31:58.018596+0000 2023-12-08T22:31:58.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:31:58 smithi076 conmon[89100]: mon.smithi003 (mon.0) 235 : audit [DBG] from='client.? 172.21.15.3:0/639701568' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:31:59.621 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:32:00.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:00 smithi076 conmon[89100]: audit 2023-12-08T22:31:59.057329+0000 mon.smithi003 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:00.221 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:00 smithi076 conmon[89100]: cephadm 2023-12-08T22:31:59.058007+0000 mgr.smithi003.nmmruw (mgr.14180) 62 : cephadm [INF] Reconfiguring mon.smithi076 (monmap changed)... 2023-12-08T22:32:00.221 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:00 smithi076 conmon[89100]: audit 2023-12-08T22:31:59.058318+0000 mon.smithi003 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T22:32:00.221 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:00 smithi076 conmon[89100]: audit 2023-12-08T22:31:59.059112+0000 mon.smithi003 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T22:32:00.221 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:00 smithi076 conmon[89100]: audit 2023-12-08T22:31:59.059854+0000 mon.smithi003 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:32:00.221 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:00 smithi076 conmon[89100]: cephadm 2023-12- 2023-12-08T22:32:00.221 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:00 smithi076 conmon[89100]: 08T22:31:59.060535+0000 mgr.smithi003.nmmruw (mgr.14180) 63 : cephadm [INF] Reconfiguring daemon mon.smithi076 on smithi076 2023-12-08T22:32:00.221 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:00 smithi076 conmon[89100]: cluster 2023-12-08T 2023-12-08T22:32:00.221 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:00 smithi076 conmon[89100]: 22:31:59.526850+0000 mgr.smithi003.nmmruw (mgr.14180) 64 : cluster [DBG] 2023-12-08T22:32:00.222 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:00 smithi076 conmon[89100]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:00.314 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:00 smithi003 conmon[83845]: audit 2023-12-08T22:31:59.057329+0000 mon.smithi003 (mon.0 2023-12-08T22:32:00.314 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:00 smithi003 conmon[83845]: ) 236 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:00.314 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:00 smithi003 conmon[83845]: cephadm 2023-12-08T22:31:59.058007+0000 mgr.smithi003.nmmruw (mgr.14180) 62 : cephadm [INF] Reconfiguring mon.smithi076 (monmap changed)... 2023-12-08T22:32:00.315 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:00 smithi003 conmon[83845]: audit 2023-12-08T22:31:59.058318+0000 mon.smithi003 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-08T22:32:00.315 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:00 smithi003 conmon[83845]: audit 2023-12-08T22:31:59.059112+0000 mon.smithi003 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-08T22:32:00.315 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:00 smithi003 conmon[83845]: audit 2023-12-08T22:31:59.059854+0000 mon.smithi003 (mon.0) 239 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:32:00.315 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:00 smithi003 conmon[83845]: cephadm 2023-12-08T22:31:59.060535+0000 mgr.smithi003.nmmruw (mgr.14180) 63 : cephadm [INF] Reconfiguring daemon mon.smithi076 on smithi076 2023-12-08T22:32:00.315 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:00 smithi003 conmon[83845]: cluster 2023-12-08T22:31:59.526850+0000 mgr.smithi003.nmmruw (mgr.14180) 64 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:01.684 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:32:01.711 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: audit 2023-12-08T22:32:00. 2023-12-08T22:32:01.711 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: 259070+0000 mon.smithi003 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:01.711 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: audit 2023-12-08T22:32:00.261660+0000 mon.smithi003 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T22:32:01.711 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: audit 2023-12-08T22:32:00.261983+0000 mgr.smithi003.nmmruw (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T22:32:01.711 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: audit 2023-12-08T22:32:00.262853+0000 mon.smithi003 ( 2023-12-08T22:32:01.712 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi003.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T22:32:01.712 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: 2023-12-08T22:32:01.712 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: audit 2023-12-08T22:32:01.712 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: 2023-12-08T22: 2023-12-08T22:32:01.712 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: 32:00.263094+0000 mgr.smithi003.nmmruw 2023-12-08T22:32:01.712 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: (mgr.14180) 66 : audit 2023-12-08T22:32:01.712 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi003.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T22:32:01.712 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: audit 2023 2023-12-08T22:32:01.712 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: -12-08T22:32:00.266775 2023-12-08T22:32:01.712 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: +0000 mon.smithi003 (mon.0) 243 : audit 2023-12-08T22:32:01.712 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:01.712 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: audit 2023- 2023-12-08T22:32:01.712 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: 12-08T22:32:00.271050+0000 2023-12-08T22:32:01.712 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: mon.smithi003 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T22:32:01.713 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: 2023-12-08T22:32:01.713 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: audit 2023-12-08T22:32 2023-12-08T22:32:01.713 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: :00.271394+0000 mgr.smithi003.nmmruw (mgr.14180) 67 : audit 2023-12-08T22:32:01.713 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T22:32:01.713 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: audit 2023-12-08T22:32:01.713 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: 2023-12-08T22:32:00.276615+0000 mon.smithi003 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi003.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T22:32:01.713 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: 2023-12-08T22:32:01.713 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: audit 2023-12-08T22: 2023-12-08T22:32:01.713 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: 32:00.276960+0000 mgr.smithi003.nmmruw (mgr.14180) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi003.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T22:32:01.713 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: audit 2023-12-08T22:32:00.283011+0000 mon.smithi003 ( 2023-12-08T22:32:01.713 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:01.713 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: audit 2023-12-08T22:32:00.286920+0000 mon.smithi003 (mon. 2023-12-08T22:32:01.713 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: 0) 247 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T22:32:01.713 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: audit 2023-12-08T22:32:01.714 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: 2023-12-08T22:32:00.287306+0000 mgr.smithi003.nmmruw (mgr.14180) 69 : audit 2023-12-08T22:32:01.714 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T22:32:01.714 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: audit 2023-12 2023-12-08T22:32:01.714 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: -08T22:32:00.291444+0000 mon.smithi003 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi003.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T22:32:01.714 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: 2023-12-08T22:32:01.714 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: audit 2023-12- 2023-12-08T22:32:01.714 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: 08T22:32:00.291787+0000 mgr.smithi003.nmmruw (mgr.14180) 70 : 2023-12-08T22:32:01.714 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi003.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T22:32:01.714 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: audit 2023 2023-12-08T22:32:01.714 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: -12-08T22:32:00.297949+0000 mon.smithi003 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:01.714 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: audit 2023-12-08T22:32 2023-12-08T22:32:01.714 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:01 smithi003 conmon[83845]: :00.301435+0000 mon.smithi003 (mon.0) 250 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:32:01.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:01 smithi076 conmon[89100]: audit 2023-12-08T22:32:00.259070+0000 mon.smithi003 (mon.0 2023-12-08T22:32:01.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:01 smithi076 conmon[89100]: ) 240 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:01.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:01 smithi076 conmon[89100]: audit 2023-12-08T22:32:00.261660+0000 mon.smithi003 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T22:32:01.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:01 smithi076 conmon[89100]: audit 2023-12-08T22:32:00.261983+0000 mgr.smithi003.nmmruw (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-08T22:32:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:01 smithi076 conmon[89100]: audit 2023-12-08T22:32:00.262853+0000 mon.smithi003 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi003.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T22:32:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:01 smithi076 conmon[89100]: audit 2023-12-08T22:32:00.263094+0000 mgr.smithi003.nmmruw (mgr.14180) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi003.front.sepia.ceph.com:9093"}]: dispatch 2023-12-08T22:32:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:01 smithi076 conmon[89100]: audit 2023-12-08T22:32:00.266775+0000 mon.smithi003 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:01 smithi076 conmon[89100]: audit 2023-12-08T22:32:00.271050+0000 mon.smithi003 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T22:32:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:01 smithi076 conmon[89100]: audit 2023-12-08T22:32:00.271394+0000 mgr.smithi003.nmmruw (mgr.14180) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-08T22:32:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:01 smithi076 conmon[89100]: audit 2023-12-08T22:32:00.276615+0000 mon.smithi003 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi003.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T22:32:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:01 smithi076 conmon[89100]: audit 2023-12-08T22:32:00.276960+0000 mgr.smithi003.nmmruw (mgr.14180) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi003.front.sepia.ceph.com:3000"}]: dispatch 2023-12-08T22:32:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:01 smithi076 conmon[89100]: audit 2023-12-08T22:32:00.283011+0000 mon.smithi003 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:01 smithi076 conmon[89100]: audit 2023-12-08T22:32:00.286920+0000 mon.smithi003 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T22:32:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:01 smithi076 conmon[89100]: audit 2023-12-08T22:32:00.287306+0000 mgr.smithi003.nmmruw (mgr.14180) 69 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-08T22:32:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:01 smithi076 conmon[89100]: audit 2023-12-08T22:32:00.291444+0000 mon.smithi003 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi003.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T22:32:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:01 smithi076 conmon[89100]: audit 2023-12-08T22:32:00.291787+0000 mgr.smithi003.nmmruw (mgr.14180) 70 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi003.front.sepia.ceph.com:9095"}]: dispatch 2023-12-08T22:32:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:01 smithi076 conmon[89100]: audit 2023-12-08T22:32:00.297949+0000 mon.smithi003 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:01 smithi076 conmon[89100]: audit 2023-12-08T22:32:00.301435+0000 mon.smithi003 (mon.0) 250 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:32:02.466 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:02 smithi003 conmon[83845]: cluster 2023-12-08T22:32:01.527103+0000 mgr.smithi003.nmmruw (mgr.14180) 2023-12-08T22:32:02.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:02 smithi003 conmon[83845]: 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:02.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:02 smithi003 conmon[83845]: audit 2023-12-08T22:32:01.682209+0000 mon.smithi003 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.3:0/2743239757' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:02.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:02 smithi003 conmon[83845]: audit 2023-12-08T22:32:01.808203+0000 mon.smithi003 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:02.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:02 smithi003 conmon[83845]: audit 2023-12-08T22:32:01.812084+0000 mon.smithi003 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:02.637 INFO:teuthology.orchestra.run.smithi003.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} 2023-12-08T22:32:02.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:02 smithi076 conmon[89100]: cluster 2023-12-08T22:32:01.527103+0000 mgr.smithi003.nmmruw (mgr.14180) 71 2023-12-08T22:32:02.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:02 smithi076 conmon[89100]: : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:02.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:02 smithi076 conmon[89100]: audit 2023-12-08T22:32:01.682209+0000 mon.smithi003 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.3:0/2743239757' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:02.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:02 smithi076 conmon[89100]: audit 2023-12-08T22:32:01.808203+0000 mon.smithi003 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:02.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:02 smithi076 conmon[89100]: audit 2023-12-08T22:32:01.812084+0000 mon.smithi003 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:03.639 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:32:04.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:04 smithi003 conmon[83845]: cluster 2023-12-08T22:32:03.527449+0000 mgr.smithi003.nmmruw (mgr.14180) 72 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:04.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:04 smithi076 conmon[89100]: cluster 2023-12-08T22:32:03.527449+0000 mgr.smithi003.nmmruw (mgr 2023-12-08T22:32:04.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:04 smithi076 conmon[89100]: .14180) 72 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:06.151 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:32:06.497 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: audit 2023-12-08T22:32 2023-12-08T22:32:06.497 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: :05.441130+0000 mon.smithi003 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:06.498 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: cluster 2023- 2023-12-08T22:32:06.498 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: 12-08T22:32:05. 2023-12-08T22:32:06.498 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: 527725+0000 mgr.smithi003.nmmruw (mgr.14180) 2023-12-08T22:32:06.498 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: 73 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:06.498 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: audit 2023- 2023-12-08T22:32:06.498 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: 12-08T22:32:05.838197 2023-12-08T22:32:06.498 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: +0000 mon.smithi003 (mon.0) 255 2023-12-08T22:32:06.498 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:06.498 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: audit 2023 2023-12-08T22:32:06.498 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: -12-08T22:32:05 2023-12-08T22:32:06.498 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: .838980+0000 mon.smithi003 (mon. 2023-12-08T22:32:06.498 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: 0) 256 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:32:06.498 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: 2023-12-08T22:32:06.498 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: audit 2023-12-08T22:32:06.499 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: 2023- 2023-12-08T22:32:06.499 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: 12-08T22:32: 2023-12-08T22:32:06.499 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: 05.839634+0000 mon.smithi003 (mon. 2023-12-08T22:32:06.499 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: 0) 257 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:32:06.499 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: 2023-12-08T22:32:06.499 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: audit 2023-12-08T22:32:06.499 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: 2023- 2023-12-08T22:32:06.499 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: 12-08T22:32:05 2023-12-08T22:32:06.499 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: .843484+0000 mon.smithi003 (mon.0 2023-12-08T22:32:06.499 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: ) 258 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:06.499 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: audit 2023 2023-12-08T22:32:06.499 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: -12-08T22 2023-12-08T22:32:06.499 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: :32:05.847491 2023-12-08T22:32:06.500 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: +0000 mon.smithi003 (mon.0) 259 2023-12-08T22:32:06.500 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T22:32:06.500 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: audit 2023 2023-12-08T22:32:06.500 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: -12-08T22:32:05 2023-12-08T22:32:06.500 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: .850381+0000 mon.smithi003 (mon. 2023-12-08T22:32:06.500 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: 0) 260 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T22:32:06.500 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: audit 2023 2023-12-08T22:32:06.500 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: -12-08T22:32:05 2023-12-08T22:32:06.500 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: .851360+0000 mon.smithi003 (mon. 2023-12-08T22:32:06.500 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: 0) 261 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T22:32:06.500 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: 2023-12-08T22:32:06.500 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: audit 2023-12-08T22:32:06.500 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: 2023- 2023-12-08T22:32:06.501 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: 12-08T22:32:05 2023-12-08T22:32:06.501 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: .851556+0000 mon.smithi003 (mon. 2023-12-08T22:32:06.501 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: 0) 262 : audit [DBG] 2023-12-08T22:32:06.501 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:32:06.501 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: audit 2023-12-08T22:32:06.501 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: 2023-12-08T22 2023-12-08T22:32:06.501 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: :32:05.852047+0000 2023-12-08T22:32:06.501 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: mon.smithi003 (mon.0) 263 : audit 2023-12-08T22:32:06.501 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:32:06.501 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: audit 2023 2023-12-08T22:32:06.501 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: -12-08T22:32:06 2023-12-08T22:32:06.501 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: .149896+0000 mon.smithi003 (mon.0 2023-12-08T22:32:06.501 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:06 smithi076 conmon[89100]: ) 264 : audit [DBG] from='client.? 172.21.15.3:0/1370276199' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:06.709 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:06 smithi003 conmon[83845]: audit 2023-12-08T22:32:05.441130+0000 mon.smithi003 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:06.709 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:06 smithi003 conmon[83845]: cluster 2023-12-08T22:32:05.527725+0000 mgr.smithi003.nmmruw (mgr.14180) 73 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:06.709 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:06 smithi003 conmon[83845]: audit 2023-12-08T22:32:05.838197+0000 mon.smithi003 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:06.709 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:06 smithi003 conmon[83845]: audit 2023-12-08T22:32:05.838980+0000 mon.smithi003 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:32:06.709 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:06 smithi003 conmon[83845]: audit 2023-12-08T22:32:05.839634+0000 mon.smithi003 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:32:06.709 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:06 smithi003 conmon[83845]: audit 2023-12-08T22:32:05.843484+0000 mon.smithi003 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:06.709 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:06 smithi003 conmon[83845]: audit 2023- 2023-12-08T22:32:06.709 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:06 smithi003 conmon[83845]: 12-08T22:32:05.847491+0000 mon.smithi003 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T22:32:06.709 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:06 smithi003 conmon[83845]: audit 2023-12-08T22:32:05.850381+0000 mon.smithi003 (mon.0) 260 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T22:32:06.709 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:06 smithi003 conmon[83845]: audit 2023-12-08T22:32:05.851360+0000 mon.smithi003 (mon.0) 261 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T22:32:06.709 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:06 smithi003 conmon[83845]: audit 2023-12-08T22:32:05.851556+0000 mon.smithi003 (mon.0) 262 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:32:06.710 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:06 smithi003 conmon[83845]: audit 2023-12-08T22:32:05.852047+0000 mon.smithi003 (mon.0) 263 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:32:06.710 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:06 smithi003 conmon[83845]: audit 2023-12-08T22:32:06.149896+0000 mon.smithi003 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.3:0/1370276199' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:06.710 INFO:teuthology.orchestra.run.smithi003.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} 2023-12-08T22:32:07.712 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:32:08.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:08 smithi003 conmon[83845]: cluster 2023-12-08T22:32:07.527990+0000 mgr.smithi003.nmmruw (mgr.14180) 74 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:08.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:08 smithi003 conmon[83845]: audit 2023-12-08T22:32:08.471818+0000 mon.smithi076 (mon.1) 2 : audit [INF] from='client.? 172.21.15.76:0/2369862505' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "077d72cc-c414-4b7f-9b55-fc0e46f35598"}]: dispatch 2023-12-08T22:32:08.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:08 smithi003 conmon[83845]: audit 2023-12-08T22:32:08.472244+0000 mon.smithi003 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "077d72cc-c414-4b7f-9b55-fc0e46f35598"}]: dispatch 2023-12-08T22:32:08.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:08 smithi003 conmon[83845]: audit 2023-12-08T22:32:08.475694+0000 mon.smithi003 (mon.0) 266 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "077d72cc-c414-4b7f-9b55-fc0e46f35598"}]': finished 2023-12-08T22:32:08.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:08 smithi003 conmon[83845]: cluster 2023-12-08T22:32:08.475754+0000 mon.smithi003 (mon.0) 267 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-08T22:32:08.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:08 smithi003 conmon[83845]: audit 2023-12-08T22:32:08.475872+0000 mon.smithi003 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:32:08.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:08 smithi076 conmon[89100]: cluster 2023-12-08T22:32:07.527990+0000 mgr.smithi003.nmmruw (mgr.14180) 74 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:08.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:08 smithi076 conmon[89100]: audit 2023-12-08T22:32:08.471818+0000 mon.smithi076 (mon.1) 2 : audit [INF] from='client.? 172.21.15.76:0/2369862505' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "077d72cc-c414-4b7f-9b55-fc0e46f35598"}]: dispatch 2023-12-08T22:32:08.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:08 smithi076 conmon[89100]: audit 2023-12-08T22:32:08.472244+0000 mon.smithi003 (mon.0) 265 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "077d72cc-c414-4b7f-9b55-fc0e46f35598"}]: dispatch 2023-12-08T22:32:08.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:08 smithi076 conmon[89100]: audit 2023-12-08T22:32:08.475694+0000 mon.smithi003 (mon.0) 266 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "077d72cc-c414-4b7f-9b55-fc0e46f35598"}]': finished 2023-12-08T22:32:08.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:08 smithi076 conmon[89100]: cluster 2023-12-08T22:32:08.475754+0000 mon.smithi003 (mon.0) 267 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-08T22:32:08.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:08 smithi076 conmon[89100]: audit 2023-12-08T22:32:08.475872+0000 mon.smithi003 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:32:10.163 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:32:10.394 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:10 smithi003 conmon[83845]: audit 2023-12-08T22:32:09.112387+0000 mon.smithi003 (mon.0) 269 : audit [INF] from='client.? 172.21.15.3:0/1840419042' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a948a266-9bab-4757-8840-ca33efc5702d"}]: dispatch 2023-12-08T22:32:10.394 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:10 smithi003 conmon[83845]: audit 2023-12-08T22:32:09.119625+0000 mon.smithi003 (mon.0) 270 : audit [INF] from='client.? 172.21.15.3:0/1840419042' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a948a266-9bab-4757-8840-ca33efc5702d"}]': finished 2023-12-08T22:32:10.394 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:10 smithi003 conmon[83845]: cluster 2023-12-08T22:32:09.119668+0000 mon.smithi003 (mon.0) 271 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-08T22:32:10.394 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:10 smithi003 conmon[83845]: audit 2023-12-08T22:32:09.119752+0000 mon.smithi003 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:32:10.394 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:10 smithi003 conmon[83845]: audit 2023-12-08T22:32:09.120136+0000 mon.smithi003 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:10.394 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:10 smithi003 conmon[83845]: cluster 2023-12-08T22:32:09.528273+0000 mgr.smithi003.nmmruw (mgr.14180) 75 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:10.394 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:10 smithi003 conmon[83845]: audit 2023-12-08T22:32:09.639440+0000 mon.smithi076 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.76:0/3251085868' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:32:10.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:10 smithi076 conmon[89100]: audit 2023-12-08T22:32:09.112387+0000 mon.smithi003 ( 2023-12-08T22:32:10.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:10 smithi076 conmon[89100]: mon.0) 269 : audit [INF] from='client.? 172.21.15.3:0/1840419042' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a948a266-9bab-4757-8840-ca33efc5702d"}]: dispatch 2023-12-08T22:32:10.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:10 smithi076 conmon[89100]: audit 2023-12-08T22:32:09.119625+0000 mon.smithi003 (mon.0) 270 : audit [INF] from='client.? 172.21.15.3:0/1840419042' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a948a266-9bab-4757-8840-ca33efc5702d"}]': finished 2023-12-08T22:32:10.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:10 smithi076 conmon[89100]: cluster 2023-12-08T22:32:09.119668+0000 mon.smithi003 (mon.0) 271 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-08T22:32:10.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:10 smithi076 conmon[89100]: audit 2023-12-08T22:32:09.119752+0000 mon.smithi003 (mon.0) 272 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:32:10.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:10 smithi076 conmon[89100]: audit 2023-12-08T22:32:09.120136+0000 mon.smithi003 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:10.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:10 smithi076 conmon[89100]: cluster 2023-12-08T22:32:09.528273+0000 mgr.smithi003.nmmruw (mgr.14180) 75 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:10.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:10 smithi076 conmon[89100]: audit 2023-12-08T22:32:09.639440+0000 mon.smithi076 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.76:0/3251085868' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:32:10.892 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1702074729,"num_remapped_pgs":0} 2023-12-08T22:32:11.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:11 smithi003 conmon[83845]: audit 2023-12-08T22:32:10.161007+0000 mon.smithi003 ( 2023-12-08T22:32:11.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:11 smithi003 conmon[83845]: mon.0) 274 : audit [DBG] from='client.? 172.21.15.3:0/2879137919' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:11.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:11 smithi003 conmon[83845]: audit 2023-12-08T22:32:10.493039+0000 mon.smithi003 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.3:0/3277537338' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:32:11.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:11 smithi076 conmon[89100]: audit 2023-12-08T22:32:10.161007+0000 mon.smithi003 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.3:0/2879137919' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:11.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:11 smithi076 conmon[89100]: audit 2023-12-08T22:32:10.493039+0000 mon.smithi003 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.3:0/3277537338' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:32:11.894 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:32:12.216 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:12 smithi003 conmon[83845]: cluster 2023-12-08T22:32:11.528525 2023-12-08T22:32:12.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:12 smithi003 conmon[83845]: +0000 mgr.smithi003.nmmruw (mgr.14180) 76 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:12.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:12 smithi076 conmon[89100]: cluster 2023-12-08T22:32:11.528525+0000 mgr.smithi003.nmmruw (mgr.14180) 76 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:13.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:13 smithi003 conmon[83845]: audit 2023-12-08T22:32:12.134515+0000 mon.smithi076 (mon.1) 4 : audit [INF] from='client.? 172.21.15.76:0/3286665560' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8dd2b21e-85bd-4968-9772-d4f20a67a61d"}]: dispatch 2023-12-08T22:32:13.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:13 smithi003 conmon[83845]: audit 2023-12-08T22:32:12.134913+0000 mon.smithi003 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8dd2b21e-85bd-4968-9772-d4f20a67a61d"}]: dispatch 2023-12-08T22:32:13.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:13 smithi003 conmon[83845]: audit 2023-12-08T22:32:12.138660+0000 mon.smithi003 (mon.0) 277 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8dd2b21e-85bd-4968-9772-d4f20a67a61d"}]': finished 2023-12-08T22:32:13.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:13 smithi003 conmon[83845]: cluster 2023-12-08T22:32:12.138736+0000 mon.smithi003 (mon.0) 278 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-08T22:32:13.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:13 smithi003 conmon[83845]: audit 2023-12-08T22:32:12.138860+0000 mon.smithi003 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:32:13.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:13 smithi003 conmon[83845]: audit 2023-12-08T22:32:12.139160+0000 mon.smithi003 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:13.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:13 smithi003 conmon[83845]: audit 2023-12-08T22:32:12.139340+0000 mon.smithi003 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:13.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:13 smithi003 conmon[83845]: audit 2023-12-08T22:32:13.033523+0000 mon.smithi003 (mon.0) 282 : audit [INF] from='client.? 172.21.15.3:0/2398310464' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bae65dd5-d702-49f2-90e3-8fa19e0aee9f"}]: dispatch 2023-12-08T22:32:13.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:13 smithi003 conmon[83845]: audit 2023-12-08T22:32:13.039479+0000 mon.smithi003 (mon.0) 283 : audit [INF] from='client.? 172.21.15.3:0/2398310464' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bae65dd5-d702-49f2-90e3-8fa19e0aee9f"}]': finished 2023-12-08T22:32:13.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:13 smithi003 conmon[83845]: cluster 2023-12-08T22:32:13.039575+0000 mon.smithi003 (mon.0) 284 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-08T22:32:13.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:13 smithi003 conmon[83845]: audit 2023-12-08T22:32:13.039688+0000 mon.smithi003 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:32:13.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:13 smithi003 conmon[83845]: audit 2023-12-08T22:32:13.040081+0000 2023-12-08T22:32:13.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:13 smithi003 conmon[83845]: mon.smithi003 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:13.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:13 smithi003 conmon[83845]: audit 2023-12-08T22:32:13.040305+0000 mon.smithi003 (mon.0) 287 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:13.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:13 smithi003 conmon[83845]: audit 2023-12-08T22:32:13.040535+0000 mon.smithi003 2023-12-08T22:32:13.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:13 smithi003 conmon[83845]: (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:13.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: audit 2023-12-08T22:32:12.134515+0000 mon.smithi076 (mon. 2023-12-08T22:32:13.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: 1) 4 : audit [INF] from='client.? 172.21.15.76:0/3286665560' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8dd2b21e-85bd-4968-9772-d4f20a67a61d"}]: dispatch 2023-12-08T22:32:13.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: audit 2023-12-08T22:32:12.134913+0000 mon.smithi003 (mon.0) 276 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8dd2b21e-85bd-4968-9772-d4f20a67a61d"}]: dispatch 2023-12-08T22:32:13.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: audit 2023-12-08T22:32:12.138660+0000 mon.smithi003 (mon.0) 277 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8dd2b21e-85bd-4968-9772-d4f20a67a61d"}]': finished 2023-12-08T22:32:13.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: cluster 2023-12-08T22:32:12.138736+0000 mon.smithi003 (mon.0) 278 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-08T22:32:13.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: audit 2023-12-08T22:32:12.138860+0000 mon.smithi003 (mon.0) 279 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:32:13.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: audit 2023-12-08T22:32:12.139160+0000 mon.smithi003 (mon.0) 280 : audit [DBG] 2023-12-08T22:32:13.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:13.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: audit 2023-12-08T22:32:12.139340+0000 mon.smithi003 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:13.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: audit 2023-12-08T22:32:13.033523+0000 mon.smithi003 ( 2023-12-08T22:32:13.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: mon.0) 282 : audit [INF] from='client.? 172.21.15.3:0/2398310464' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bae65dd5-d702-49f2-90e3-8fa19e0aee9f"}]: dispatch 2023-12-08T22:32:13.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: audit 2023-12 2023-12-08T22:32:13.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: -08T22:32:13.039479+0000 mon.smithi003 ( 2023-12-08T22:32:13.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: mon.0) 283 : audit [INF] from='client.? 172.21.15.3:0/2398310464' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bae65dd5-d702-49f2-90e3-8fa19e0aee9f"}]': finished 2023-12-08T22:32:13.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: cluster 2023-12-08 2023-12-08T22:32:13.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: T22:32:13.039575+0000 mon.smithi003 (mon. 2023-12-08T22:32:13.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: 0) 284 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-08T22:32:13.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: audit 2023-12-08 2023-12-08T22:32:13.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: T22:32:13.039688+0000 mon.smithi003 (mon. 2023-12-08T22:32:13.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: 0) 285 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:32:13.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: audit 2023-12-08T22:32:13.040081+0000 mon.smithi003 2023-12-08T22:32:13.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:13.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: audit 2023-12- 2023-12-08T22:32:13.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: 08T22:32:13.040305+0000 mon.smithi003 (mon. 2023-12-08T22:32:13.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: 0) 287 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:13.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: audit 2023-12-08T22 2023-12-08T22:32:13.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: :32:13.040535+0000 mon.smithi003 (mon.0) 288 : audit [DBG] 2023-12-08T22:32:13.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:13 smithi076 conmon[89100]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:13.994 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:32:14.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:14 smithi003 conmon[83845]: audit 2023-12-08T22:32:13.274745+0000 mon.smithi076 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.76:0/3799210651' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:32:14.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:14 smithi003 conmon[83845]: cluster 2023-12-08T22:32:13.528879+0000 mgr.smithi003.nmmruw (mgr.14180) 77 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:14.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:14 smithi003 conmon[83845]: audit 2023-12-08T22:32:13.992485+0000 mon.smithi003 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.3:0/3929848483' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:14.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:14 smithi076 conmon[89100]: audit 2023-12-08T22:32:13.274745+0000 mon.smithi076 (mon.1) 5 : 2023-12-08T22:32:14.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:14 smithi076 conmon[89100]: audit [DBG] from='client.? 172.21.15.76:0/3799210651' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:32:14.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:14 smithi076 conmon[89100]: cluster 2023-12-08T22:32:13.528879+0000 mgr.smithi003.nmmruw (mgr.14180) 77 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:14.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:14 smithi076 conmon[89100]: audit 2023-12-08T22:32:13. 2023-12-08T22:32:14.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:14 smithi076 conmon[89100]: 992485+0000 mon.smithi003 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.3:0/3929848483' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:14.667 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1702074733,"num_remapped_pgs":0} 2023-12-08T22:32:15.470 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:15 smithi003 conmon[83845]: audit 2023-12-08T22:32:14.379109+0000 2023-12-08T22:32:15.470 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:15 smithi003 conmon[83845]: mon.smithi003 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.3:0/1468824947' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:32:15.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:15 smithi076 conmon[89100]: audit 2023-12-08T22:32:14.379109+0000 mon.smithi003 (mon.0) 290 : 2023-12-08T22:32:15.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:15 smithi076 conmon[89100]: audit [DBG] from='client.? 172.21.15.3:0/1468824947' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:32:15.668 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:32:16.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:16 smithi003 conmon[83845]: cluster 2023-12-08T22:32:15.529263+0000 mgr.smithi003.nmmruw (mgr.14180) 78 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:16.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:16 smithi003 conmon[83845]: audit 2023-12-08T22:32:15.766068+0000 mon.smithi076 (mon.1) 6 : audit [INF] from='client.? 172.21.15.76:0/990650913' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "11334f70-073a-495c-aefd-308989ac266a"}]: dispatch 2023-12-08T22:32:16.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:16 smithi003 conmon[83845]: audit 2023-12-08T22:32:15.766565+0000 mon.smithi003 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "11334f70-073a-495c-aefd-308989ac266a"}]: dispatch 2023-12-08T22:32:16.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:16 smithi003 conmon[83845]: audit 2023-12-08T22:32:15.770519+0000 mon.smithi003 (mon.0) 292 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "11334f70-073a-495c-aefd-308989ac266a"}]': finished 2023-12-08T22:32:16.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:16 smithi003 conmon[83845]: cluster 2023-12-08T22:32:15.770583+0000 mon.smithi003 (mon.0) 293 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-08T22:32:16.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:16 smithi003 conmon[83845]: audit 2023-12-08T22:32:15.770725+0000 mon.smithi003 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:32:16.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:16 smithi003 conmon[83845]: audit 2023-12-08T22:32:15.771169+0000 mon.smithi003 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:16.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:16 smithi003 conmon[83845]: audit 2023-12-08T22:32:15.771442+0000 mon.smithi003 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:16.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:16 smithi003 conmon[83845]: audit 2023-12-08T22:32:15.771720+0000 mon.smithi003 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:16.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:16 smithi003 conmon[83845]: audit 2023-12-08T22:32:15.771990+0000 mon.smithi003 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:16.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: cluster 2023-12-08T22:32:15.529263+0000 mgr.smithi003.nmmruw (mgr. 2023-12-08T22:32:16.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: 14180) 78 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:16.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: audit 2023-12-08T22:32:15.766068+0000 mon.smithi076 (mon.1) 6 : audit [INF] from='client.? 172.21.15.76:0/990650913' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "11334f70-073a-495c-aefd-308989ac266a"}]: dispatch 2023-12-08T22:32:16.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: audit 2023-12-08T22:32:15.766565+0000 mon.smithi003 (mon.0) 291 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "11334f70-073a-495c-aefd-308989ac266a"}]: dispatch 2023-12-08T22:32:16.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: audit 2023-12-08T22:32:15.770519+0000 mon.smithi003 (mon.0) 292 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "11334f70-073a-495c-aefd-308989ac266a"}]': finished 2023-12-08T22:32:16.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: cluster 2023-12-08T22:32:15.770583+0000 mon.smithi003 (mon.0) 2023-12-08T22:32:16.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: 293 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-08T22:32:16.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: audit 2023-12-08T22: 2023-12-08T22:32:16.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: 32:15.770725+0000 mon.smithi003 (mon.0) 294 : audit 2023-12-08T22:32:16.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:32:16.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: audit 2023-12- 2023-12-08T22:32:16.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: 08T22:32:15.771169+0000 2023-12-08T22:32:16.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: mon.smithi003 (mon.0) 295 : audit 2023-12-08T22:32:16.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:16.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: audit 2023-12-08T 2023-12-08T22:32:16.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: 22:32:15.771442+0000 mon.smithi003 (mon.0) 296 2023-12-08T22:32:16.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:16.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: audit 2023-12-08T22:32:16.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: 2023-12-08T22 2023-12-08T22:32:16.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: :32:15.771720+0000 mon.smithi003 (mon 2023-12-08T22:32:16.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: .0) 297 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:16.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: 2023-12-08T22:32:16.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: audit 2023-12-08T22:32:16.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: 2023-12-08T22:32:15 2023-12-08T22:32:16.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: .771990+0000 mon.smithi003 (mon.0) 2023-12-08T22:32:16.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:16 smithi076 conmon[89100]: 298 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:17.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:17 smithi003 conmon[83845]: audit 2023-12-08T22:32:16.908226+0000 mon.smithi076 (mon 2023-12-08T22:32:17.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:17 smithi003 conmon[83845]: .1) 7 : audit [DBG] from='client.? 172.21.15.76:0/3038878832' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:32:17.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:17 smithi003 conmon[83845]: audit 2023-12-08T22:32:17.045728+0000 mon.smithi003 (mon.0) 299 : audit [INF] from='client.? 172.21.15.3:0/1730376680' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4e32aeb8-ada2-411a-924e-82c21e44c2fc"}]: dispatch 2023-12-08T22:32:17.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:17 smithi003 conmon[83845]: audit 2023-12-08T22:32:17.049544+0000 mon.smithi003 (mon.0) 300 : audit [INF] from='client.? 172.21.15.3:0/1730376680' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4e32aeb8-ada2-411a-924e-82c21e44c2fc"}]': finished 2023-12-08T22:32:17.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:17 smithi003 conmon[83845]: cluster 2023-12-08T22:32:17.049599+0000 mon.smithi003 (mon.0) 301 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-08T22:32:17.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:17 smithi003 conmon[83845]: audit 2023-12-08T22:32:17.049704+0000 mon.smithi003 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:32:17.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:17 smithi003 conmon[83845]: audit 2023-12-08T22:32:17.049986+0000 mon.smithi003 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:17.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:17 smithi003 conmon[83845]: audit 2023-12-08T22:32:17.050172+0000 mon.smithi003 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:17.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:17 smithi003 conmon[83845]: audit 2023-12-08T22:32:17.050352+0000 mon.smithi003 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:17.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:17 smithi003 conmon[83845]: audit 2023-12-08T22:32:17.050521+0000 mon.smithi003 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:17.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:17 smithi003 conmon[83845]: audit 2023-12-08T22:32:17.050706+0000 mon.smithi003 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:17.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:17 smithi076 conmon[89100]: audit 2023-12-08T22:32:16. 2023-12-08T22:32:17.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:17 smithi076 conmon[89100]: 908226+0000 mon.smithi076 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.76:0/3038878832' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:32:17.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:17 smithi076 conmon[89100]: audit 2023-12-08T22:32:17.045728+0000 mon.smithi003 (mon.0) 299 : audit [INF] from='client.? 172.21.15.3:0/1730376680' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4e32aeb8-ada2-411a-924e-82c21e44c2fc"}]: dispatch 2023-12-08T22:32:17.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:17 smithi076 conmon[89100]: audit 2023-12-08T22:32:17.049544+0000 mon.smithi003 (mon.0) 300 : audit [INF] from='client.? 172.21.15.3:0/1730376680' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4e32aeb8-ada2-411a-924e-82c21e44c2fc"}]': finished 2023-12-08T22:32:17.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:17 smithi076 conmon[89100]: cluster 2023-12-08T22:32:17.049599+0000 mon.smithi003 (mon.0) 301 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-08T22:32:17.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:17 smithi076 conmon[89100]: audit 2023-12-08T22:32:17.049704+0000 mon.smithi003 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:32:17.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:17 smithi076 conmon[89100]: audit 2023-12-08T22:32:17.049986+0000 mon.smithi003 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:17.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:17 smithi076 conmon[89100]: audit 2023-12-08T22:32:17.050172+0000 mon.smithi003 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:17.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:17 smithi076 conmon[89100]: audit 2023-12-08T22:32:17.050352+0000 mon.smithi003 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:17.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:17 smithi076 conmon[89100]: audit 2023-12-08T22:32:17.050521+0000 mon.smithi003 (mon.0) 306 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:17.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:17 smithi076 conmon[89100]: audit 2023-12-08T22:32:17.050706+0000 mon.smithi003 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:17.880 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:32:18.192 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:18 smithi003 conmon[83845]: cluster 2023-12-08T22:32:17.529520+0000 mgr.smithi003.nmmruw (mgr.14180) 79 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:18.192 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:18 smithi003 conmon[83845]: audit 2023-12-08T22:32:17.877980+0000 mon.smithi003 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.3:0/2619983184' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:18.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:18 smithi076 conmon[89100]: cluster 2023-12-08T22:32:17.529520+0000 mgr.smithi003.nmmruw (mgr.14180 2023-12-08T22:32:18.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:18 smithi076 conmon[89100]: ) 79 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:18.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:18 smithi076 conmon[89100]: audit 2023-12-08T22:32:17.877980+0000 mon.smithi003 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.3:0/2619983184' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:18.657 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1702074737,"num_remapped_pgs":0} 2023-12-08T22:32:19.466 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:19 smithi003 conmon[83845]: audit 2023-12-08T22:32:18.442819 2023-12-08T22:32:19.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:19 smithi003 conmon[83845]: +0000 mon.smithi003 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.3:0/3686524447' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:32:19.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:19 smithi076 conmon[89100]: audit 2023-12-08T22:32:18.442819+0000 mon.smithi003 (mon.0) 309 2023-12-08T22:32:19.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:19 smithi076 conmon[89100]: : audit [DBG] from='client.? 172.21.15.3:0/3686524447' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:32:19.658 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:32:20.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: audit 2023-12-08T22:32:19.418349+0000 mon.smithi076 (mon 2023-12-08T22:32:20.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: .1) 8 : audit [INF] from='client.? 172.21.15.76:0/982376500' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac643b45-1951-4fda-b3f9-4f398571b203"}]: dispatch 2023-12-08T22:32:20.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: audit 2023-12-08T22:32:19.418774+0000 mon.smithi003 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac643b45-1951-4fda-b3f9-4f398571b203"}]: dispatch 2023-12-08T22:32:20.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: audit 2023-12-08T22:32:19.424265+0000 mon.smithi003 (mon.0) 311 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ac643b45-1951-4fda-b3f9-4f398571b203"}]': finished 2023-12-08T22:32:20.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: cluster 2023-12-08T22:32:19.424330+0000 mon.smithi003 (mon.0) 312 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-08T22:32:20.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: audit 2023-12-08T22:32:19.424454+0000 mon.smithi003 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:32:20.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: audit 2023-12-08T22:32:19.424848+0000 mon.smithi003 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:20.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: audit 2023-12-08T22: 2023-12-08T22:32:20.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: 32:19.425071+0000 mon.smithi003 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:20.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: audit 2023-12-08T22:32:19. 2023-12-08T22:32:20.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: 425298+0000 mon.smithi003 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:20.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: audit 2023-12-08T22:32:20.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: 2023-12-08T22: 2023-12-08T22:32:20.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: 32:19.425524+0000 mon.smithi003 (mon.0 2023-12-08T22:32:20.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: ) 317 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:20.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: audit 2023-12- 2023-12-08T22:32:20.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: 08T22:32:19.425760+0000 mon.smithi003 2023-12-08T22:32:20.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:20.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: 2023-12-08T22:32:20.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: audit 2023-12-08T22:32:20.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: 2023-12-08T22:32:19 2023-12-08T22:32:20.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: .425997+0000 mon.smithi003 (mon.0) 319 : 2023-12-08T22:32:20.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:20.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: cluster 2023-12- 2023-12-08T22:32:20.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: 08T22:32:19.529794+0000 mgr.smithi003.nmmruw (mgr 2023-12-08T22:32:20.470 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:20 smithi003 conmon[83845]: .14180) 80 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:20.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: audit 2023-12-08T22:32:19.418349+0000 mon.smithi076 (mon.1) 8 : audit [INF] from='client.? 172.21.15.76:0/982376500' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac643b45-1951-4fda-b3f9-4f398571b203"}]: dispatch 2023-12-08T22:32:20.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: audit 2023-12-08T22: 2023-12-08T22:32:20.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: 32:19.418774+0000 mon.smithi003 (mon.0) 310 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ac643b45-1951-4fda-b3f9-4f398571b203"}]: dispatch 2023-12-08T22:32:20.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: audit 2023-12-08T22:32:19.424265+0000 mon.smithi003 (mon.0) 311 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ac643b45-1951-4fda-b3f9-4f398571b203"}]': finished 2023-12-08T22:32:20.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: cluster 2023-12-08T22:32:20.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: 2023-12-08T22:32:19.424330+0000 mon.smithi003 (mon.0) 312 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-08T22:32:20.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: audit 2023 2023-12-08T22:32:20.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: -12-08T22:32:19.424454+0000 2023-12-08T22:32:20.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: mon.smithi003 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:32:20.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: audit 2023 2023-12-08T22:32:20.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: -12-08T22:32:19.424848+0000 2023-12-08T22:32:20.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: mon.smithi003 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:20.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: audit 2023- 2023-12-08T22:32:20.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: 12-08T22:32:19.425071+0000 mon.smithi003 2023-12-08T22:32:20.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:20.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: audit 2023-12-08T22 2023-12-08T22:32:20.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: :32:19.425298+0000 mon.smithi003 (mon.0) 2023-12-08T22:32:20.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: 316 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:20.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: audit 2023-12-08T22:32:19.425524+0000 2023-12-08T22:32:20.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: mon.smithi003 (mon.0) 317 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:20.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: audit 2023-12-08T22:32:20.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: 2023-12-08T22 2023-12-08T22:32:20.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: :32:19.425760+0000 mon.smithi003 (mon.0) 2023-12-08T22:32:20.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: 318 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:20.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: audit 2023-12-08T 2023-12-08T22:32:20.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: 22:32:19.425997+0000 mon.smithi003 (mon. 2023-12-08T22:32:20.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: 0) 319 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:20.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: cluster 2023-12-08T22:32:20.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: 2023-12-08T22:32:19 2023-12-08T22:32:20.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: .529794+0000 mgr.smithi003.nmmruw (mgr.14180) 80 : cluster 2023-12-08T22:32:20.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:20 smithi076 conmon[89100]: [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:21.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:21 smithi003 conmon[83845]: audit 2023-12-08T22:32:20.586292+0000 2023-12-08T22:32:21.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:21 smithi003 conmon[83845]: mon.smithi076 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.76:0/2649393926' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:32:21.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:21 smithi003 conmon[83845]: audit 2023-12-08T22:32:20.994870+0000 mon.smithi003 (mon.0) 320 : audit [INF] from='client.? 172.21.15.3:0/1385692964' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a35423d0-6a17-4431-bfbe-498f2b42d776"}]: dispatch 2023-12-08T22:32:21.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:21 smithi003 conmon[83845]: audit 2023-12-08T22:32:20.998622+0000 mon.smithi003 (mon.0) 321 : audit [INF] from='client.? 172.21.15.3:0/1385692964' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a35423d0-6a17-4431-bfbe-498f2b42d776"}]': finished 2023-12-08T22:32:21.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:21 smithi003 conmon[83845]: cluster 2023-12-08T22:32:20.998669+0000 mon.smithi003 (mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-08T22:32:21.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:21 smithi003 conmon[83845]: audit 2023-12-08T22:32:20.998774+0000 mon.smithi003 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:32:21.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:21 smithi003 conmon[83845]: audit 2023-12-08T22:32:20.999126+0000 mon.smithi003 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:21.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:21 smithi003 conmon[83845]: audit 2023-12-08T22:32:20.999273+0000 mon.smithi003 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:21.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:21 smithi003 conmon[83845]: audit 2023-12-08T22:32:20.999446+0000 mon.smithi003 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:21.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:21 smithi003 conmon[83845]: audit 2023-12-08T22:32:20.999609+0000 mon.smithi003 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:21.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:21 smithi003 conmon[83845]: audit 2023-12-08T22:32:20.999815+0000 mon.smithi003 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:21.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:21 smithi003 conmon[83845]: audit 2023-12-08T22:32:20.999989+0000 mon.smithi003 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:21.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:21 smithi003 conmon[83845]: audit 2023-12-08T22:32:21.000171+0000 mon.smithi003 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:21.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:21 smithi076 conmon[89100]: audit 2023-12-08T22:32:20.586292+0000 mon.smithi076 ( 2023-12-08T22:32:21.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:21 smithi076 conmon[89100]: mon.1) 9 : audit [DBG] from='client.? 172.21.15.76:0/2649393926' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:32:21.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:21 smithi076 conmon[89100]: audit 2023-12-08T22:32:20.994870+0000 mon.smithi003 (mon.0) 320 : audit [INF] from='client.? 172.21.15.3:0/1385692964' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a35423d0-6a17-4431-bfbe-498f2b42d776"}]: dispatch 2023-12-08T22:32:21.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:21 smithi076 conmon[89100]: audit 2023-12-08T22:32:20.998622+0000 mon.smithi003 (mon.0) 321 : audit [INF] from='client.? 172.21.15.3:0/1385692964' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a35423d0-6a17-4431-bfbe-498f2b42d776"}]': finished 2023-12-08T22:32:21.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:21 smithi076 conmon[89100]: cluster 2023-12-08T22:32:20.998669+0000 mon.smithi003 (mon.0) 322 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-08T22:32:21.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:21 smithi076 conmon[89100]: audit 2023-12-08T22:32:20.998774+0000 mon.smithi003 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:32:21.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:21 smithi076 conmon[89100]: audit 2023-12-08T22:32:20.999126+0000 mon.smithi003 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:21.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:21 smithi076 conmon[89100]: audit 2023-12-08T22:32:20.999273+0000 mon.smithi003 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:21.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:21 smithi076 conmon[89100]: audit 2023-12-08T22:32:20.999446+0000 mon.smithi003 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:21.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:21 smithi076 conmon[89100]: audit 2023-12-08T22:32:20.999609+0000 mon.smithi003 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:21.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:21 smithi076 conmon[89100]: audit 2023-12-08T22:32:20.999815+0000 mon.smithi003 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:21.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:21 smithi076 conmon[89100]: audit 2023-12-08T22:32:20.999989+0000 mon.smithi003 (mon.0) 329 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:21.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:21 smithi076 conmon[89100]: audit 2023-12-08T22:32:21.000171+0000 mon.smithi003 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:21.732 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:32:22.508 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702074740,"num_remapped_pgs":0} 2023-12-08T22:32:22.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:22 smithi003 conmon[83845]: cluster 2023-12-08T22:32:21.529995+0000 2023-12-08T22:32:22.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:22 smithi003 conmon[83845]: mgr.smithi003.nmmruw (mgr.14180) 81 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:22.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:22 smithi003 conmon[83845]: audit 2023-12-08T22:32:21.731269+0000 mon.smithi003 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.3:0/1229045988' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:22.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:22 smithi076 conmon[89100]: cluster 2023-12-08T22:32:21.529995+0000 mgr.smithi003.nmmruw (mgr.14180) 81 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:22.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:22 smithi076 conmon[89100]: audit 2023-12-08T22:32:21.731269+0000 mon.smithi003 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.3:0/1229045988' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:23.509 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:32:23.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:23 smithi003 conmon[83845]: audit 2023-12-08T22:32:22.635663+0000 mon.smithi003 ( 2023-12-08T22:32:23.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:23 smithi003 conmon[83845]: mon.0) 332 : audit [DBG] from='client.? 172.21.15.3:0/2994916279' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:32:23.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:23 smithi076 conmon[89100]: audit 2023-12-08T22:32:22.635663+0000 mon.smithi003 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.3:0/2994916279' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-08T22:32:24.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:24 smithi003 conmon[83845]: cluster 2023-12-08T22:32:23.530257+0000 mgr.smithi003.nmmruw (mgr 2023-12-08T22:32:24.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:24 smithi003 conmon[83845]: .14180) 82 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:24.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:24 smithi076 conmon[89100]: cluster 2023-12-08T22:32:23.530257+0000 mgr.smithi003.nmmruw (mgr.14180) 82 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:26.028 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:32:26.807 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702074740,"num_remapped_pgs":0} 2023-12-08T22:32:26.923 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:26 smithi003 conmon[83845]: cluster 2023-12-08T22:32:25.530483+0000 mgr.smithi003.nmmruw (mgr.14180) 83 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:26.923 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:26 smithi003 conmon[83845]: audit 2023-12-08T22:32:26.025424+0000 mon.smithi003 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.3:0/2276110453' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:26.923 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:26 smithi003 conmon[83845]: audit 2023-12-08T22:32:26.076863+0000 mon.smithi003 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T22:32:26.923 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:26 smithi003 conmon[83845]: audit 2023-12-08T22:32:26.077524+0000 mon.smithi003 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:32:26.944 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:26 smithi076 conmon[89100]: cluster 2023-12-08T22:32:25.530483+0000 mgr.smithi003.nmmruw (mgr.14180) 83 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:26.945 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:26 smithi076 conmon[89100]: audit 2023-12-08T22:32:26.025424+0000 mon.smithi003 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.3:0/2276110453' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:26.945 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:26 smithi076 conmon[89100]: audit 2023-12-08T22:32:26.076863+0000 mon.smithi003 (mon.0) 334 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-08T22:32:26.945 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:26 smithi076 conmon[89100]: audit 2023-12-08T22:32:26.077524+0000 mon.smithi003 (mon.0) 335 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:32:27.616 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:27 smithi076 conmon[89100]: cephadm 2023-12-08T22:32:26. 2023-12-08T22:32:27.616 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:27 smithi076 conmon[89100]: 078097+0000 mgr.smithi003.nmmruw (mgr.14180) 84 : cephadm [INF] Deploying daemon osd.0 on smithi076 2023-12-08T22:32:27.776 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:27 smithi003 conmon[83845]: cephadm 2023-12-08T22:32:26.078097+0000 mgr.smithi003.nmmruw (mgr. 2023-12-08T22:32:27.777 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:27 smithi003 conmon[83845]: 14180) 84 : cephadm [INF] Deploying daemon osd.0 on smithi076 2023-12-08T22:32:27.808 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:32:28.823 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:28 smithi076 conmon[89100]: cluster 2023-12-08T22:32:27.530710+0000 mgr.smithi003.nmmruw ( 2023-12-08T22:32:28.823 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:28 smithi076 conmon[89100]: mgr.14180) 85 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:28.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:28 smithi003 conmon[83845]: cluster 2023-12-08T22:32:27.530710+0000 mgr.smithi003.nmmruw (mgr.14180) 85 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:30.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:30 smithi076 conmon[89100]: audit 2023-12-08T22:32:29.375052+0000 2023-12-08T22:32:30.221 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:30 smithi076 conmon[89100]: mon.smithi003 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T22:32:30.221 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:30 smithi076 conmon[89100]: audit 2023-12-08T22:32:29.375721+0000 mon.smithi003 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:32:30.221 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:30 smithi076 conmon[89100]: cephadm 2023-12-08T22:32:29.376287+0000 mgr.smithi003.nmmruw (mgr.14180) 86 : cephadm [INF] Deploying daemon osd.1 on smithi003 2023-12-08T22:32:30.221 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:30 smithi076 conmon[89100]: cluster 2023-12-08T22:32:29.530972+0000 mgr.smithi003.nmmruw (mgr.14180) 87 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:30.259 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:32:30.382 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:30 smithi003 conmon[83845]: audit 2023-12-08T22:32:29.375052+0000 mon.smithi003 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-08T22:32:30.382 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:30 smithi003 conmon[83845]: audit 2023-12-08T22:32:29.375721+0000 mon.smithi003 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:32:30.382 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:30 smithi003 conmon[83845]: cephadm 2023-12-08T22:32:29.376287+0000 mgr.smithi003.nmmruw (mgr.14180) 86 : cephadm [INF] Deploying daemon osd.1 on smithi003 2023-12-08T22:32:30.382 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:30 smithi003 conmon[83845]: cluster 2023-12-08T22:32:29.530972+0000 mgr.smithi003.nmmruw (mgr.14180) 87 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:31.399 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:31 smithi003 conmon[83845]: audit 2023-12-08T22:32:30.257634+0000 mon.smithi003 (mon. 2023-12-08T22:32:31.399 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:31 smithi003 conmon[83845]: 0) 338 : audit [DBG] from='client.? 172.21.15.3:0/2294346697' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:31.423 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702074740,"num_remapped_pgs":0} 2023-12-08T22:32:31.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:31 smithi076 conmon[89100]: audit 2023-12-08T22:32:30.257634+0000 mon.smithi003 2023-12-08T22:32:31.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:31 smithi076 conmon[89100]: (mon.0) 338 : audit [DBG] from='client.? 172.21.15.3:0/2294346697' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:32.424 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:32:32.449 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:32 smithi003 conmon[83845]: audit 2023-12-08T22 2023-12-08T22:32:32.450 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:32 smithi003 conmon[83845]: :32:31.213672+0000 mon.smithi003 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:32.450 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:32 smithi003 conmon[83845]: audit 2023-12-08T22:32:31.214445+0000 mon.smithi003 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-08T22:32:32.450 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:32 smithi003 conmon[83845]: audit 2023-12-08T22:32:31.215159+0000 mon.smithi003 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:32:32.450 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:32 smithi003 conmon[83845]: cephadm 2023-12-08T22:32:31.215776+0000 mgr.smithi003.nmmruw (mgr.14180) 88 : cephadm [INF] Deploying daemon osd.2 on smithi076 2023-12-08T22:32:32.450 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:32 smithi003 conmon[83845]: cluster 2023-12-08T22:32:31.531223+0000 mgr.smithi003.nmmruw (mgr.14180) 89 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:32.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:32 smithi076 conmon[89100]: audit 2023-12-08T22:32:31.213672+0000 mon.smithi003 (mon.0) 339 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:32.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:32 smithi076 conmon[89100]: audit 2023-12-08T22:32:31.214445+0000 mon.smithi003 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-08T22:32:32.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:32 smithi076 conmon[89100]: audit 2023-12-08T22:32:31.215159+0000 mon.smithi003 (mon.0) 341 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:32:32.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:32 smithi076 conmon[89100]: cephadm 2023-12-08T22:32:31.215776+0000 mgr.smithi003.nmmruw (mgr.14180) 88 : cephadm [INF] Deploying daemon osd.2 on smithi076 2023-12-08T22:32:32.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:32 smithi076 conmon[89100]: cluster 2023-12-08T22:32:31.531223+0000 mgr.smithi003.nmmruw (mgr.14180) 89 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:34.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:34 smithi003 conmon[83845]: cluster 2023-12-08T22:32:33.531473+0000 mgr.smithi003.nmmruw (mgr.14180) 90 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:34.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:34 smithi003 conmon[83845]: audit 2023-12-08T22:32:34.424467+0000 mon.smithi076 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.76:6800/204841706,v1:172.21.15.76:6801/204841706]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T22:32:34.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:34 smithi003 conmon[83845]: audit 2023-12-08T22:32:34.424806+0000 mon.smithi003 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T22:32:34.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:34 smithi076 conmon[89100]: cluster 2023-12-08T22:32:33.531473+0000 mgr.smithi003.nmmruw (mgr.14180) 90 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:34.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:34 smithi076 conmon[89100]: audit 2023-12-08T22:32:34.424467+0000 mon.smithi076 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.76:6800/204841706,v1:172.21.15.76:6801/204841706]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T22:32:34.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:34 smithi076 conmon[89100]: audit 2023-12-08T22:32:34.424806+0000 mon.smithi003 (mon. 2023-12-08T22:32:34.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:34 smithi076 conmon[89100]: 0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-08T22:32:34.816 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:32:35.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:35 smithi003 conmon[83845]: audit 2023-12-08T22:32:34.814905+0000 mon.smithi003 (mon.0 2023-12-08T22:32:35.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:35 smithi003 conmon[83845]: ) 343 : audit [DBG] from='client.? 172.21.15.3:0/3880027318' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:35.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:35 smithi003 conmon[83845]: audit 2023-12-08T22:32:35.120183+0000 mon.smithi003 (mon.0) 344 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-08T22:32:35.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:35 smithi003 conmon[83845]: cluster 2023-12-08T22:32:35.120242+0000 mon.smithi003 (mon.0) 345 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-08T22:32:35.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:35 smithi003 conmon[83845]: audit 2023-12-08T22:32:35.120337+0000 mon.smithi003 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:32:35.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:35 smithi003 conmon[83845]: audit 2023-12-08T22:32:35.120614+0000 mon.smithi003 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:35.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:35 smithi003 conmon[83845]: audit 2023-12-08T22:32:35.120791+0000 mon.smithi003 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:35.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:35 smithi003 conmon[83845]: audit 2023-12-08T22:32:35.120960+0000 mon.smithi003 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:35.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:35 smithi003 conmon[83845]: audit 2023-12-08T22:32:35.120964+0000 mon.smithi076 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.76:6800/204841706,v1:172.21.15.76:6801/204841706]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2023-12-08T22:32:35.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:35 smithi003 conmon[83845]: audit 2023-12-08T22:32:35.121140+0000 mon.smithi003 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:35.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:35 smithi003 conmon[83845]: audit 2023-12-08T22:32:35.121386+0000 mon.smithi003 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:35.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:35 smithi003 conmon[83845]: audit 2023-12-08T22:32:35.121640+0000 mon.smithi003 (mon.0) 352 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2023-12-08T22:32:35.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:35 smithi003 conmon[83845]: audit 2023-12-08T22:32:35.121847+0000 mon.smithi003 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:35.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:35 smithi003 conmon[83845]: audit 2023-12-08T22:32:35.122048+0000 mon.smithi003 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:35.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: audit 2023-12-08T22:32:34.814905+0000 mon.smithi003 (mon. 2023-12-08T22:32:35.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: 0) 343 : audit [DBG] from='client.? 172.21.15.3:0/3880027318' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:35.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: audit 2023-12-08T22:32:35.120183+0000 mon.smithi003 (mon.0) 344 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-08T22:32:35.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: cluster 2023-12-08T22:32:35.120242+0000 mon.smithi003 2023-12-08T22:32:35.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: (mon.0) 345 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-08T22:32:35.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: audit 2023-12-08T22 2023-12-08T22:32:35.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: :32:35.120337+0000 mon.smithi003 (mon.0) 346 : audit [DBG] 2023-12-08T22:32:35.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:32:35.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: audit 2023-12-08T22:32:35.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: 2023-12-08T22:32:35.120614+0000 mon.smithi003 (mon.0) 2023-12-08T22:32:35.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: 347 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:35.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: audit 2023-12-08T22:32 2023-12-08T22:32:35.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: :35.120791+0000 mon.smithi003 (mon.0) 348 : 2023-12-08T22:32:35.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:35.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: audit 2023-12-08T22:32:35 2023-12-08T22:32:35.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: .120960+0000 mon.smithi003 (mon.0) 349 : audit [DBG] 2023-12-08T22:32:35.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:35.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: audit 2023-12-08T22:32:35.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: 2023-12-08T22:32:35.120964+0000 mon.smithi076 (mon 2023-12-08T22:32:35.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: .1) 11 : audit [INF] from='osd.0 [v2:172.21.15.76:6800/204841706,v1:172.21.15.76:6801/204841706]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2023-12-08T22:32:35.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: audit 2023-12-08 2023-12-08T22:32:35.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: T22:32:35.121140+0000 mon.smithi003 (mon. 2023-12-08T22:32:35.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: 0) 350 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:35.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: audit 2023-12-08T22:32: 2023-12-08T22:32:35.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: 35.121386+0000 mon.smithi003 (mon.0) 351 : audit 2023-12-08T22:32:35.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:35.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: audit 2023-12-08T22:32:35. 2023-12-08T22:32:35.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: 121640+0000 mon.smithi003 (mon.0) 352 : audit [INF] 2023-12-08T22:32:35.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2023-12-08T22:32:35.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: audit 2023-12-08T22:32:35.976 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: 2023-12-08T22:32:35.121847+0000 mon.smithi003 (mon. 2023-12-08T22:32:35.977 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: 0) 353 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:35.977 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: audit 2023-12-08T22 2023-12-08T22:32:35.977 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: :32:35.122048+0000 mon.smithi003 (mon.0) 2023-12-08T22:32:35.977 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:35 smithi076 conmon[89100]: 354 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:36.005 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1702074740,"num_remapped_pgs":0} 2023-12-08T22:32:36.844 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: cluster 2023-12-08T22:32:35.531768+0000 mgr.smithi003.nmmruw ( 2023-12-08T22:32:36.845 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: mgr.14180) 91 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:36.845 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: audit 2023-12-08T22:32:36.121908+0000 mon.smithi003 (mon.0) 355 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2023-12-08T22:32:36.845 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: cluster 2023-12-08T22:32:36.121972+0000 mon.smithi003 (mon.0) 356 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-08T22:32:36.845 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: audit 2023-12-08T22:32:36.122254+0000 mon.smithi003 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:32:36.845 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: audit 2023-12-08T22:32:36.122660+0000 mon.smithi003 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:36.845 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: audit 2023-12-08T22:32:36.124128+0000 mon.smithi003 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:36.845 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: audit 2023-12-08T22:32:36.124380+0000 mon.smithi003 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:36.845 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: audit 2023-12-08T22:32:36.124638+0000 mon.smithi003 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:36.845 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: audit 2023-12-08T22:32:36.845 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: 2023-12-08T22:32:36.124880+0000 2023-12-08T22:32:36.845 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: mon.smithi003 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:36.845 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: audit 2023-12-08T22:32:36.845 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: 2023-12-08T22:32:36.125130+0000 mon.smithi003 ( 2023-12-08T22:32:36.846 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:36.846 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: audit 2023-12-08T22:32:36.846 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: 2023-12-08T22:32:36.125379+0000 2023-12-08T22:32:36.846 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: mon.smithi003 (mon.0) 364 : audit [DBG] 2023-12-08T22:32:36.846 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:36.846 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: audit 2023-12-08T 2023-12-08T22:32:36.846 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: 22:32:36.125698+0000 mon.smithi003 (mon.0 2023-12-08T22:32:36.846 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: ) 365 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:32:36.846 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: audit 2023-12-08T22:32:36.846 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: 2023-12-08T22:32:36 2023-12-08T22:32:36.846 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: .295804+0000 mon.smithi003 (mon.0) 366 : audit 2023-12-08T22:32:36.846 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:36.846 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: audit 2023 2023-12-08T22:32:36.846 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: -12-08T22:32:36.296409+0000 mon.smithi003 (mon.0) 2023-12-08T22:32:36.846 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: 367 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-08T22:32:36.847 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: audit 2023-12-08T22 2023-12-08T22:32:36.847 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: :32:36.296989+0000 mon.smithi003 (mon.0) 368 2023-12-08T22:32:36.847 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:36 smithi076 conmon[89100]: : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:32:36.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: cluster 2023-12-08T22: 2023-12-08T22:32:36.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: 32:35.531768+0000 mgr.smithi003.nmmruw (mgr.14180) 91 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:36.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: audit 2023-12-08T22:32:36.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: 2023-12-08 2023-12-08T22:32:36.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: T22:32:36.121908 2023-12-08T22:32:36.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: +0000 mon.smithi003 (mon.0) 2023-12-08T22:32:36.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: 355 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2023-12-08T22:32:36.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: cluster 2023 2023-12-08T22:32:36.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: -12-08T22:32:36 2023-12-08T22:32:36.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: .121972+0000 mon.smithi003 (mon. 2023-12-08T22:32:36.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: 0) 356 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-08T22:32:36.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: 2023-12-08T22:32:36.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: audit 2023- 2023-12-08T22:32:36.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: 12-08T22:32:36.122254 2023-12-08T22:32:36.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: +0000 mon.smithi003 (mon.0) 357 : audit 2023-12-08T22:32:36.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:32:36.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: audit 2023-12-08T 2023-12-08T22:32:36.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: 22:32:36.122660+0000 mon.smithi003 (mon. 2023-12-08T22:32:36.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: 0) 358 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:36.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: audit 2023-12- 2023-12-08T22:32:36.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: 08T22:32:36.124128+0000 2023-12-08T22:32:36.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: mon.smithi003 (mon.0) 359 : audit [DBG] 2023-12-08T22:32:36.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:36.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: audit 2023-12-08T22:32:36.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: 2023-12-08T22:32:36.124380+0000 2023-12-08T22:32:36.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: mon.smithi003 (mon.0) 360 : audit [DBG] 2023-12-08T22:32:36.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:36.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: audit 2023-12-08T22:32:36.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: 2023-12-08T22:32:36.124638+0000 2023-12-08T22:32:36.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: mon.smithi003 (mon.0) 361 : audit [DBG] 2023-12-08T22:32:36.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:36.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: audit 2023-12-08T22:32:36.970 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: 2023-12-08T22 2023-12-08T22:32:36.970 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: :32:36.124880+0000 mon.smithi003 (mon. 2023-12-08T22:32:36.970 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: 0) 362 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:36.970 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: audit 2023 2023-12-08T22:32:36.970 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: -12-08T22:32:36.125130 2023-12-08T22:32:36.970 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: +0000 mon.smithi003 (mon.0) 363 : audit 2023-12-08T22:32:36.970 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:36.970 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: audit 2023-12- 2023-12-08T22:32:36.970 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: 08T22:32:36.125379+0000 mon.smithi003 2023-12-08T22:32:36.970 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:36.970 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: audit 2023-12-08T22:32:36. 2023-12-08T22:32:36.970 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: 125698+0000 mon.smithi003 (mon.0) 365 2023-12-08T22:32:36.970 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:32:36.970 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: audit 2023 2023-12-08T22:32:36.971 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: -12-08T22:32:36.295804 2023-12-08T22:32:36.971 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: +0000 mon.smithi003 (mon.0) 366 : audit 2023-12-08T22:32:36.971 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:36.971 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: audit 2023-12- 2023-12-08T22:32:36.971 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: 08T22:32:36.296409+0000 mon.smithi003 2023-12-08T22:32:36.971 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: (mon.0) 367 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-08T22:32:36.971 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: 2023-12-08T22:32:36.971 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: audit 2023-12-08T22:32:36.971 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: 2023-12-08T22:32: 2023-12-08T22:32:36.971 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: 36.296989+0000 mon.smithi003 (mon.0) 368 2023-12-08T22:32:36.971 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:36 smithi003 conmon[83845]: : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:32:37.007 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:32:37.905 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:37 smithi076 conmon[89100]: cluster 2023-12-08T22:32:35.448504+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:32:37.905 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:37 smithi076 conmon[89100]: cluster 2023-12-08T22:32:35.448543+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:32:37.906 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:37 smithi076 conmon[89100]: cephadm 2023-12-08T22:32:36.297518+0000 mgr.smithi003.nmmruw (mgr.14180) 92 : cephadm [INF] Deploying daemon osd.4 on smithi076 2023-12-08T22:32:37.906 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:37 smithi076 conmon[89100]: audit 2023-12-08T22:32:36.630762+0000 mon.smithi003 (mon.0) 369 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:37.906 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:37 smithi076 conmon[89100]: audit 2023-12-08T22:32:36.631433+0000 mon.smithi003 (mon.0) 370 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-08T22:32:37.906 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:37 smithi076 conmon[89100]: audit 2023-12-08T22:32:36.632067+0000 mon.smithi003 (mon.0) 371 : audit 2023-12-08T22:32:37.906 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:37 smithi076 conmon[89100]: [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:32:37.906 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:37 smithi076 conmon[89100]: cephadm 2023-12-08T22:32:36.632614+0000 mgr.smithi003.nmmruw (mgr.14180) 93 : cephadm [INF] Deploying daemon osd.3 on smithi003 2023-12-08T22:32:37.906 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:37 smithi076 conmon[89100]: cluster 2023-12-08T22:32:37.128868+0000 mon.smithi003 (mon.0) 372 : cluster [INF] osd.0 [v2:172.21.15.76:6800/204841706,v1:172.21.15.76:6801/204841706] boot 2023-12-08T22:32:37.906 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:37 smithi076 conmon[89100]: cluster 2023-12-08T22:32:37.128896+0000 mon.smithi003 (mon.0) 373 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-08T22:32:37.906 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:37 smithi076 conmon[89100]: audit 2023-12-08T22:32:37.129008+0000 mon.smithi003 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:32:37.906 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:37 smithi076 conmon[89100]: audit 2023-12-08T22:32:37.129324+0000 mon.smithi003 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:37.906 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:37 smithi076 conmon[89100]: audit 2023-12-08T22:32:37.129490+0000 mon.smithi003 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:37.906 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:37 smithi076 conmon[89100]: audit 2023-12-08T22:32:37.129660+0000 mon.smithi003 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:37.906 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:37 smithi076 conmon[89100]: audit 2023-12-08T22:32:37.129791+0000 mon.smithi003 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:37.906 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:37 smithi076 conmon[89100]: audit 2023-12-08T22:32:37.129925+0000 mon.smithi003 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:37.907 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:37 smithi076 conmon[89100]: audit 2023-12-08T22:32:37.130090+0000 mon.smithi003 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:37.907 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:37 smithi076 conmon[89100]: audit 2023-12-08T22:32:37.130240+0000 mon.smithi003 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:37.915 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:37 smithi003 conmon[83845]: cluster 2023-12-08T22:32:35.448504+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:32:37.915 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:37 smithi003 conmon[83845]: cluster 2023-12-08T22:32:35.448543+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:32:37.915 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:37 smithi003 conmon[83845]: cephadm 2023-12-08T22:32:36.297518+0000 mgr.smithi003.nmmruw (mgr.14180) 92 : cephadm [INF] Deploying daemon osd.4 on smithi076 2023-12-08T22:32:37.915 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:37 smithi003 conmon[83845]: audit 2023-12-08T22:32:36.630762+0000 mon.smithi003 (mon.0) 369 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:37.915 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:37 smithi003 conmon[83845]: audit 2023-12-08T22:32:36.631433+0000 mon.smithi003 (mon.0) 370 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-08T22:32:37.915 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:37 smithi003 conmon[83845]: audit 2023-12-08T22:32:36.632067+0000 mon.smithi003 (mon.0) 371 : audit [DBG] 2023-12-08T22:32:37.915 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:37 smithi003 conmon[83845]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:32:37.915 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:37 smithi003 conmon[83845]: cephadm 2023-12-08T22:32:36.632614+0000 mgr.smithi003.nmmruw (mgr.14180) 93 : cephadm [INF] Deploying daemon osd.3 on smithi003 2023-12-08T22:32:37.915 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:37 smithi003 conmon[83845]: cluster 2023-12-08T22:32:37.128868+0000 mon.smithi003 (mon.0) 372 : cluster [INF] osd.0 [v2:172.21.15.76:6800/204841706,v1:172.21.15.76:6801/204841706] boot 2023-12-08T22:32:37.915 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:37 smithi003 conmon[83845]: cluster 2023-12-08T22:32:37.128896+0000 mon.smithi003 (mon.0) 373 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-08T22:32:37.915 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:37 smithi003 conmon[83845]: audit 2023-12-08T22:32:37.129008+0000 mon.smithi003 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-08T22:32:37.916 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:37 smithi003 conmon[83845]: audit 2023-12-08T22:32:37.129324+0000 mon.smithi003 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:37.916 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:37 smithi003 conmon[83845]: audit 2023-12-08T22:32:37.129490+0000 mon.smithi003 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:37.916 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:37 smithi003 conmon[83845]: audit 2023-12-08T22:32:37.129660+0000 mon.smithi003 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:37.916 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:37 smithi003 conmon[83845]: audit 2023-12-08T22:32:37.129791+0000 mon.smithi003 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:37.916 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:37 smithi003 conmon[83845]: audit 2023-12-08T22:32:37.129925+0000 mon.smithi003 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:37.916 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:37 smithi003 conmon[83845]: audit 2023-12-08T22:32:37.916 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:37 smithi003 conmon[83845]: 2023-12-08 2023-12-08T22:32:37.916 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:37 smithi003 conmon[83845]: T22:32:37.130090+0000 mon.smithi003 (mon. 2023-12-08T22:32:37.916 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:37 smithi003 conmon[83845]: 0) 380 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:37.916 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:37 smithi003 conmon[83845]: audit 2023-12 2023-12-08T22:32:37.916 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:37 smithi003 conmon[83845]: -08T22:32:37.130240+0000 mon.smithi003 2023-12-08T22:32:37.916 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:37 smithi003 conmon[83845]: (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:38.677 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:38 smithi003 conmon[83845]: cluster 2023-12-08T22:32:37.532009+0000 mgr.smithi003.nmmruw (mgr 2023-12-08T22:32:38.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:38 smithi003 conmon[83845]: .14180) 94 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:38.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:38 smithi003 conmon[83845]: cluster 2023-12-08T22:32:38.136402+0000 mon.smithi003 (mon.0) 382 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-08T22:32:38.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:38 smithi003 conmon[83845]: audit 2023-12-08T22:32:38.136512+0000 mon.smithi003 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:38.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:38 smithi003 conmon[83845]: audit 2023-12-08T22:32:38.136801+0000 mon.smithi003 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:38.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:38 smithi003 conmon[83845]: audit 2023-12-08T22:32:38.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:38 smithi003 conmon[83845]: 2023-12-08T22:32:38.137004+0000 mon.smithi003 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:38.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:38 smithi003 conmon[83845]: audit 2023-12-08T22 2023-12-08T22:32:38.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:38 smithi003 conmon[83845]: :32:38.137199+0000 mon.smithi003 (mon.0 2023-12-08T22:32:38.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:38 smithi003 conmon[83845]: ) 386 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:38.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:38 smithi003 conmon[83845]: audit 2023-12- 2023-12-08T22:32:38.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:38 smithi003 conmon[83845]: 08T22:32:38.137386+0000 mon.smithi003 2023-12-08T22:32:38.678 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:38 smithi003 conmon[83845]: (mon.0) 387 : audit [DBG] 2023-12-08T22:32:38.679 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:38 smithi003 conmon[83845]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:38.679 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:38 smithi003 conmon[83845]: audit 2023-12-08T22:32:38.679 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:38 smithi003 conmon[83845]: 2023-12-08T22:32:38.137580 2023-12-08T22:32:38.679 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:38 smithi003 conmon[83845]: +0000 mon.smithi003 (mon.0) 388 : audit 2023-12-08T22:32:38.679 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:38 smithi003 conmon[83845]: [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:38.679 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:38 smithi003 conmon[83845]: audit 2023-12-08T22: 2023-12-08T22:32:38.679 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:38 smithi003 conmon[83845]: 32:38.137770+0000 mon.smithi003 (mon.0 2023-12-08T22:32:38.679 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:38 smithi003 conmon[83845]: ) 389 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:38.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:38 smithi076 conmon[89100]: cluster 2023-12-08T22:32:37.532009+0000 mgr.smithi003.nmmruw (mgr. 2023-12-08T22:32:38.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:38 smithi076 conmon[89100]: 14180) 94 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-08T22:32:38.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:38 smithi076 conmon[89100]: cluster 2023-12-08T22:32:38.136402+0000 mon.smithi003 (mon.0) 382 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-08T22:32:38.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:38 smithi076 conmon[89100]: audit 2023-12-08T22:32:38.136512+0000 mon.smithi003 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:38.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:38 smithi076 conmon[89100]: audit 2023-12-08T22:32:38.136801+0000 mon.smithi003 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:38.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:38 smithi076 conmon[89100]: audit 2023-12-08T22:32:38.137004+0000 mon.smithi003 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:38.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:38 smithi076 conmon[89100]: audit 2023-12-08T22:32:38.137199+0000 mon.smithi003 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:38.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:38 smithi076 conmon[89100]: audit 2023-12-08T22:32:38.137386+0000 mon.smithi003 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:38.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:38 smithi076 conmon[89100]: audit 2023-12-08T22:32:38.137580+0000 mon.smithi003 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:38.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:38 smithi076 conmon[89100]: audit 2023-12-08T22:32:38.137770+0000 mon.smithi003 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:39.829 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:32:40.410 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:40 smithi076 conmon[89100]: audit 2023-12-08T22:32:39.475048+0000 mon.smithi076 (mon.1) 12 : 2023-12-08T22:32:40.410 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:40 smithi076 conmon[89100]: audit [INF] from='osd.2 [v2:172.21.15.76:6808/1568576425,v1:172.21.15.76:6809/1568576425]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T22:32:40.410 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:40 smithi076 conmon[89100]: audit 2023-12-08T22:32:39.475386+0000 mon.smithi003 (mon.0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T22:32:40.410 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:40 smithi076 conmon[89100]: cluster 2023-12- 2023-12-08T22:32:40.411 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:40 smithi076 conmon[89100]: 08T22:32:39.532390+0000 2023-12-08T22:32:40.411 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:40 smithi076 conmon[89100]: mgr.smithi003.nmmruw (mgr.14180) 95 : cluster [DBG] 2023-12-08T22:32:40.411 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:40 smithi076 conmon[89100]: pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T22:32:40.411 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:40 smithi076 conmon[89100]: audit 2023-12-08T22:32:40.411 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:40 smithi076 conmon[89100]: 2023-12-08T22 2023-12-08T22:32:40.411 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:40 smithi076 conmon[89100]: :32:39.773884+0000 mon.smithi076 (mon 2023-12-08T22:32:40.411 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:40 smithi076 conmon[89100]: .1) 13 : audit [INF] from='osd.1 [v2:172.21.15.3:6802/3891992156,v1:172.21.15.3:6803/3891992156]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T22:32:40.411 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:40 smithi076 conmon[89100]: 2023-12-08T22:32:40.411 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:40 smithi076 conmon[89100]: audit 2023-12-08T22:32:40.411 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:40 smithi076 conmon[89100]: 2023-12 2023-12-08T22:32:40.411 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:40 smithi076 conmon[89100]: -08T22:32:39. 2023-12-08T22:32:40.411 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:40 smithi076 conmon[89100]: 774198+0000 mon.smithi003 (mon.0) 391 2023-12-08T22:32:40.411 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:40 smithi076 conmon[89100]: : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T22:32:40.411 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:40 smithi076 conmon[89100]: audit 2023-12-08T22:32:40.411 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:40 smithi076 conmon[89100]: 2023-12-08T22:32: 2023-12-08T22:32:40.412 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:40 smithi076 conmon[89100]: 39.827379+0000 mon.smithi003 (mon.0) 392 : 2023-12-08T22:32:40.412 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:40 smithi076 conmon[89100]: audit [DBG] from='client.? 172.21.15.3:0/2916125318' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:40.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:40 smithi003 conmon[83845]: audit 2023-12-08T22:32:39. 2023-12-08T22:32:40.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:40 smithi003 conmon[83845]: 475048+0000 mon.smithi076 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.76:6808/1568576425,v1:172.21.15.76:6809/1568576425]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T22:32:40.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:40 smithi003 conmon[83845]: audit 2023-12-08T22:32:40.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:40 smithi003 conmon[83845]: 2023-12-08T22:32:39.475386 2023-12-08T22:32:40.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:40 smithi003 conmon[83845]: +0000 mon.smithi003 (mon.0) 390 : 2023-12-08T22:32:40.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:40 smithi003 conmon[83845]: audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-08T22:32:40.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:40 smithi003 conmon[83845]: cluster 2023-12-08T22:32:40.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:40 smithi003 conmon[83845]: 2023-12-08T22:32:39.532390+0000 2023-12-08T22:32:40.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:40 smithi003 conmon[83845]: mgr.smithi003.nmmruw (mgr.14180) 95 : cluster [DBG] 2023-12-08T22:32:40.445 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:40 smithi003 conmon[83845]: pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T22:32:40.446 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:40 smithi003 conmon[83845]: audit 2023-12-08T22:32:40.446 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:40 smithi003 conmon[83845]: 2023-12-08T22:32:39.773884+0000 2023-12-08T22:32:40.446 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:40 smithi003 conmon[83845]: mon.smithi076 (mon.1) 13 : audit 2023-12-08T22:32:40.446 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:40 smithi003 conmon[83845]: [INF] from='osd.1 [v2:172.21.15.3:6802/3891992156,v1:172.21.15.3:6803/3891992156]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T22:32:40.446 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:40 smithi003 conmon[83845]: audit 2023-12-08T22:32:40.446 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:40 smithi003 conmon[83845]: 2023-12-08T22:32:39.774198+0000 2023-12-08T22:32:40.446 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:40 smithi003 conmon[83845]: mon.smithi003 (mon.0) 391 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-08T22:32:40.446 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:40 smithi003 conmon[83845]: 2023-12-08T22:32:40.446 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:40 smithi003 conmon[83845]: audit 2023-12-08T22:32:40.446 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:40 smithi003 conmon[83845]: 2023-12-08T22:32:39.827379+0000 mon.smithi003 2023-12-08T22:32:40.446 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:40 smithi003 conmon[83845]: (mon.0) 392 : audit [DBG] from='client.? 172.21.15.3:0/2916125318' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:40.446 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:40 smithi003 conmon[83845]: 2023-12-08T22:32:40.993 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1702074757,"num_in_osds":8,"osd_in_since":1702074740,"num_remapped_pgs":0} 2023-12-08T22:32:41.394 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:41 smithi003 conmon[83845]: audit 2023-12-08T22:32:40.124269+0000 mon.smithi003 ( 2023-12-08T22:32:41.394 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:41 smithi003 conmon[83845]: mon.0) 393 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-08T22:32:41.394 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:41 smithi003 conmon[83845]: audit 2023-12-08T22:32:40.124327+0000 mon.smithi003 (mon.0) 394 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-08T22:32:41.394 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:41 smithi003 conmon[83845]: cluster 2023-12-08T22:32:40.124376+0000 mon.smithi003 (mon.0) 395 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-08T22:32:41.395 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:41 smithi003 conmon[83845]: audit 2023-12-08T22:32:40.124478+0000 mon.smithi003 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:41.395 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:41 smithi003 conmon[83845]: audit 2023-12-08T22:32:40.124892+0000 mon.smithi003 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:41.395 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:41 smithi003 conmon[83845]: audit 2023-12-08T22:32:40.124935+0000 mon.smithi076 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.76:6808/1568576425,v1:172.21.15.76:6809/1568576425]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2023-12-08T22:32:41.395 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:41 smithi003 conmon[83845]: audit 2023-12-08T22:32:40.125109+0000 mon.smithi003 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:41.395 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:41 smithi003 conmon[83845]: audit 2023-12-08T22:32:40.125183+0000 mon.smithi076 (mon.1) 15 : audit [INF] from='osd.1 [v2:172.21.15.3:6802/3891992156,v1:172.21.15.3:6803/3891992156]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-12-08T22:32:41.395 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:41 smithi003 conmon[83845]: audit 2023-12-08T22:32:40.125377+0000 mon.smithi003 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:41.395 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:41 smithi003 conmon[83845]: audit 2023-12-08T22:32:40.125705+0000 2023-12-08T22:32:41.395 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:41 smithi003 conmon[83845]: mon.smithi003 (mon.0) 400 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2023-12-08T22:32:41.395 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:41 smithi003 conmon[83845]: audit 2023-12-08T22:32:40.125920+0000 mon.smithi003 (mon 2023-12-08T22:32:41.395 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:41 smithi003 conmon[83845]: .0) 401 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:41.395 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:41 smithi003 conmon[83845]: audit 2023-12-08T22:32 2023-12-08T22:32:41.395 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:41 smithi003 conmon[83845]: :40.126162+0000 mon.smithi003 (mon.0) 402 2023-12-08T22:32:41.395 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:41 smithi003 conmon[83845]: : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-12-08T22:32:41.395 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:41 smithi003 conmon[83845]: audit 2023- 2023-12-08T22:32:41.396 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:41 smithi003 conmon[83845]: 12-08T22:32:40.126368+0000 2023-12-08T22:32:41.396 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:41 smithi003 conmon[83845]: mon.smithi003 (mon.0) 403 : audit [DBG] 2023-12-08T22:32:41.396 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:41 smithi003 conmon[83845]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:41.396 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:41 smithi003 conmon[83845]: audit 2023-12 2023-12-08T22:32:41.396 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:41 smithi003 conmon[83845]: -08T22:32:40.126583+0000 mon.smithi003 ( 2023-12-08T22:32:41.396 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:41 smithi003 conmon[83845]: mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:41.414 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: audit 2023-12-08T22:32:40.124269+0000 mon.smithi003 (mon.0) 2023-12-08T22:32:41.414 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: 393 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-08T22:32:41.414 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: audit 2023-12-08T22:32:40.124327+0000 mon.smithi003 (mon.0) 394 2023-12-08T22:32:41.415 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-08T22:32:41.415 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: cluster 2023-12-08T 2023-12-08T22:32:41.415 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: 22:32:40.124376+0000 mon.smithi003 (mon.0 2023-12-08T22:32:41.415 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: ) 395 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-08T22:32:41.415 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: audit 2023-12-08 2023-12-08T22:32:41.415 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: T22:32:40.124478+0000 mon.smithi003 2023-12-08T22:32:41.415 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:41.415 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: 2023-12-08T22:32:41.415 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: audit 2023-12-08T22:32:41.415 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: 2023-12-08T22:32:40. 2023-12-08T22:32:41.415 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: 124892+0000 mon.smithi003 (mon.0) 397 : audit [DBG] 2023-12-08T22:32:41.415 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:41.415 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: audit 2023-12-08T22:32:41.415 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: 2023-12-08T22:32:40 2023-12-08T22:32:41.416 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: .124935+0000 2023-12-08T22:32:41.416 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: mon.smithi076 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.76:6808/1568576425,v1:172.21.15.76:6809/1568576425]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2023-12-08T22:32:41.416 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: audit 2023-12-08 2023-12-08T22:32:41.416 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: T22:32:40.125109+0000 mon.smithi003 (mon.0) 398 : audit 2023-12-08T22:32:41.416 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:41.416 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: audit 2023-12-08 2023-12-08T22:32:41.416 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: T22:32:40.125183+0000 mon.smithi076 (mon.1) 15 : audit 2023-12-08T22:32:41.416 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: [INF] from='osd.1 [v2:172.21.15.3:6802/3891992156,v1:172.21.15.3:6803/3891992156]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-12-08T22:32:41.416 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: audit 2023-12-08T22:32:40.125377+0000 mon.smithi003 (mon 2023-12-08T22:32:41.416 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: .0) 399 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:41.416 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: audit 2023-12-08T22:32: 2023-12-08T22:32:41.416 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: 40.125705+0000 mon.smithi003 (mon.0) 400 : 2023-12-08T22:32:41.416 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2023-12-08T22:32:41.416 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: audit 2023-12-08T22:32:40 2023-12-08T22:32:41.417 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: .125920+0000 mon.smithi003 (mon.0) 401 : audit [DBG] 2023-12-08T22:32:41.417 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:41.417 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: audit 2023-12-08T22:32:40 2023-12-08T22:32:41.417 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: .126162+0000 mon.smithi003 (mon.0) 402 : audit 2023-12-08T22:32:41.417 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-12-08T22:32:41.417 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: audit 2023-12-08T22:32 2023-12-08T22:32:41.417 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: :40.126368+0000 mon.smithi003 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:41.417 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: audit 2023-12-08T22 2023-12-08T22:32:41.417 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: :32:40.126583+0000 mon.smithi003 (mon.0) 404 : audit 2023-12-08T22:32:41.417 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:41 smithi076 conmon[89100]: [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:41.994 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:32:42.274 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:42 smithi076 conmon[89100]: audit 2023-12-08T22:32:41.125697+0000 mon.smithi003 (mon.0) 405 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2023-12-08T22:32:42.274 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:42 smithi076 conmon[89100]: audit 2023-12-08T22:32:41.125808+0000 mon.smithi003 (mon.0) 406 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2023-12-08T22:32:42.274 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:42 smithi076 conmon[89100]: cluster 2023-12-08T22:32:41.125896+0000 mon.smithi003 (mon.0) 407 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-08T22:32:42.274 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:42 smithi076 conmon[89100]: audit 2023-12-08T22:32:41.126250+0000 mon.smithi003 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:42.274 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:42 smithi076 conmon[89100]: audit 2023-12-08T22:32:41.126534+0000 mon.smithi003 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:42.275 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:42 smithi076 conmon[89100]: audit 2023-12-08T22:32:41.126719+0000 mon.smithi003 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:42.275 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:42 smithi076 conmon[89100]: audit 2023-12-08T22:32:41.126913+0000 mon.smithi003 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:42.275 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:42 smithi076 conmon[89100]: audit 2023-12-08T22:32:41.127086+0000 mon.smithi003 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:42.275 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:42 smithi076 conmon[89100]: audit 2023-12-08T22:32:41.127251+0000 mon.smithi003 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:42.275 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:42 smithi076 conmon[89100]: audit 2023-12-08T22:32:41.127440+0000 mon.smithi003 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:42.275 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:42 smithi076 conmon[89100]: audit 2023-12-08T22:32:41.133390+0000 mon.smithi003 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:42.275 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:42 smithi076 conmon[89100]: audit 2023-12-08T 2023-12-08T22:32:42.275 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:42 smithi076 conmon[89100]: 22:32:41.134053+0000 mon.smithi003 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:42.275 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:42 smithi076 conmon[89100]: cluster 2023-12-08T22:32:41.532727+0000 mgr.smithi003.nmmruw (mgr.14180) 96 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T22:32:42.275 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:42 smithi076 conmon[89100]: audit 2023-12-08T22:32:41.539037+0000 mon.smithi003 (mon.0) 417 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:42.275 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:42 smithi076 conmon[89100]: audit 2023-12-08T22:32:41.539756+0000 mon.smithi003 (mon.0) 418 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-08T22:32:42.275 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:42 smithi076 conmon[89100]: audit 2023-12-08T22:32:41.540492+0000 mon.smithi003 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:32:42.275 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:42 smithi076 conmon[89100]: cephadm 2023-12-08T22:32:41.541099+0000 mgr.smithi003.nmmruw (mgr.14180) 97 : cephadm [INF] Deploying daemon osd.6 on smithi076 2023-12-08T22:32:42.404 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: audit 2023-12-08T22:32:41.125697+0000 2023-12-08T22:32:42.404 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: mon.smithi003 (mon.0) 405 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2023-12-08T22:32:42.405 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: audit 2023-12-08T22:32:41.125808+0000 mon.smithi003 (mon.0) 406 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2023-12-08T22:32:42.405 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: cluster 2023-12-08T22:32:41.125896+0000 mon.smithi003 (mon.0) 407 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-08T22:32:42.405 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: audit 2023-12-08T22:32:41.126250+0000 mon.smithi003 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:42.405 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: audit 2023- 2023-12-08T22:32:42.405 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: 12-08T22:32:41.126534+0000 mon.smithi003 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:42.405 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: audit 2023-12 2023-12-08T22:32:42.405 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: -08T22:32:41.126719+0000 mon.smithi003 (mon.0 2023-12-08T22:32:42.405 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: ) 410 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:42.405 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: audit 2023-12-08T22: 2023-12-08T22:32:42.406 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: 32:41.126913+0000 mon.smithi003 (mon.0) 2023-12-08T22:32:42.406 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: 411 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:42.406 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: audit 2023-12-08T22:32 2023-12-08T22:32:42.406 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: :41.127086+0000 mon.smithi003 (mon.0) 2023-12-08T22:32:42.406 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: 412 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:42.406 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: audit 2023-12-08T22:32 2023-12-08T22:32:42.406 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: :41.127251+0000 mon.smithi003 (mon.0) 2023-12-08T22:32:42.406 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: 413 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:42.406 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: audit 2023-12-08T22:32: 2023-12-08T22:32:42.406 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: 41.127440+0000 mon.smithi003 (mon.0) 414 2023-12-08T22:32:42.406 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:42.406 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: audit 2023-12-08T22:32: 2023-12-08T22:32:42.406 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: 41.133390+0000 mon.smithi003 (mon.0) 415 2023-12-08T22:32:42.407 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:42.407 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: audit 2023-12-08T22:32: 2023-12-08T22:32:42.407 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: 41.134053+0000 mon.smithi003 (mon.0) 416 2023-12-08T22:32:42.407 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:42.407 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: cluster 2023-12-08T22:32 2023-12-08T22:32:42.407 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: :41.532727+0000 mgr.smithi003.nmmruw (mgr.14180) 2023-12-08T22:32:42.407 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: 96 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-08T22:32:42.407 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: audit 2023-12-08T22:32 2023-12-08T22:32:42.407 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: :41.539037+0000 mon.smithi003 (mon.0) 2023-12-08T22:32:42.407 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: 417 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:42.407 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: audit 2023-12-08T22:32 2023-12-08T22:32:42.407 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: :41.539756+0000 mon.smithi003 (mon.0) 2023-12-08T22:32:42.407 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: 418 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-08T22:32:42.407 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: audit 2023-12-08T22:32: 2023-12-08T22:32:42.408 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: 41.540492+0000 mon.smithi003 (mon.0) 419 2023-12-08T22:32:42.408 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:32:42.408 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: cephadm 2023-12-08T22:32 2023-12-08T22:32:42.408 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: :41.541099+0000 mgr.smithi003.nmmruw (mgr.14180) 2023-12-08T22:32:42.408 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:42 smithi003 conmon[83845]: 97 : cephadm [INF] Deploying daemon osd.6 on smithi076 2023-12-08T22:32:43.372 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: cluster 2023-12-08T22:32: 2023-12-08T22:32:43.372 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: 40.450831+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:32:43.372 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: cluster 2023-12-08T22:32:40.450940+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:32:43.372 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: cluster 2023-12-08T22:32:40.733028+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:32:43.372 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: cluster 2023-12-08T22:32:40.733076+0000 osd.1 (osd.1) 2 : cluster [DBG] 2023-12-08T22:32:43.372 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: purged_snaps scrub ok 2023-12-08T22:32:43.373 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: cluster 2023-12-08T22:32:42.133378+0000 mon.smithi003 2023-12-08T22:32:43.373 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: (mon.0) 420 : cluster [INF] osd.2 [v2:172.21.15.76:6808/1568576425,v1:172.21.15.76:6809/1568576425] boot 2023-12-08T22:32:43.373 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: cluster 2023-12- 2023-12-08T22:32:43.373 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: 08T22:32:42.133417+0000 mon.smithi003 2023-12-08T22:32:43.373 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: (mon.0) 421 : cluster [INF] osd.1 [v2:172.21.15.3:6802/3891992156,v1:172.21.15.3:6803/3891992156] boot 2023-12-08T22:32:43.373 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: cluster 2023- 2023-12-08T22:32:43.373 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: 12-08T22:32:42.133441+0000 2023-12-08T22:32:43.373 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: mon.smithi003 (mon.0) 422 : cluster [DBG] 2023-12-08T22:32:43.373 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: osdmap e20: 8 total, 3 up, 8 in 2023-12-08T22:32:43.373 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: audit 2023-12-08T22:32:43.373 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: 2023-12-08T22:32:42.133785+0000 2023-12-08T22:32:43.373 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: mon.smithi003 (mon.0) 423 : audit [DBG] 2023-12-08T22:32:43.373 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:43.374 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: audit 2023-12-08T22 2023-12-08T22:32:43.374 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: :32:42.134237+0000 mon.smithi003 (mon. 2023-12-08T22:32:43.374 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: 0) 424 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:43.374 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: audit 2023-12- 2023-12-08T22:32:43.374 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: 08T22:32:42.137254+0000 mon.smithi003 2023-12-08T22:32:43.374 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:43.374 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: 2023-12-08T22:32:43.374 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: audit 2023-12-08T22:32:43.374 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: 2023-12-08T22:32:42.137465+0000 2023-12-08T22:32:43.374 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: mon.smithi003 (mon.0) 426 : audit [DBG] 2023-12-08T22:32:43.374 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:43.374 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: audit 2023-12-08T22:32:43.374 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: 2023-12-08T22:32:42.137664+0000 2023-12-08T22:32:43.375 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: mon.smithi003 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:43.375 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: 2023-12-08T22:32:43.375 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: audit 2023-12-08T22:32:43.375 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: 2023-12-08T22:32:42.137858+0000 mon.smithi003 ( 2023-12-08T22:32:43.375 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:43.375 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: audit 2023 2023-12-08T22:32:43.375 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: -12-08T22:32:42.138048 2023-12-08T22:32:43.375 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: +0000 mon.smithi003 (mon.0) 429 : audit 2023-12-08T22:32:43.375 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:43.375 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: audit 2023-12-08T22: 2023-12-08T22:32:43.375 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: 32:42.138280+0000 mon.smithi003 (mon.0 2023-12-08T22:32:43.375 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:43 smithi003 conmon[83845]: ) 430 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-08T22:32:43.464 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:43 smithi076 conmon[89100]: cluster 2023-12-08T22:32:40.450831+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:32:43.464 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:43 smithi076 conmon[89100]: cluster 2023-12-08T22:32:40.450940+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:32:43.465 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:43 smithi076 conmon[89100]: cluster 2023-12-08T22:32:40.733028+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:32:43.465 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:43 smithi076 conmon[89100]: cluster 2023-12-08T22:32:40.733076+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:32:43.465 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:43 smithi076 conmon[89100]: cluster 2023-12-08T22:32:42.133378+0000 mon.smithi003 (mon.0) 420 : cluster [INF] osd.2 [v2:172.21.15.76:6808/1568576425,v1:172.21.15.76:6809/1568576425] boot 2023-12-08T22:32:43.465 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:43 smithi076 conmon[89100]: cluster 2023-12-08T22:32:42.133417+0000 mon.smithi003 (mon.0) 421 : cluster [INF] osd.1 [v2:172.21.15.3:6802/3891992156,v1:172.21.15.3:6803/3891992156] boot 2023-12-08T22:32:43.465 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:43 smithi076 conmon[89100]: cluster 2023-12-08T22:32:42.133441+0000 mon.smithi003 (mon.0) 422 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2023-12-08T22:32:43.465 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:43 smithi076 conmon[89100]: audit 2023-12-08T22:32:42.133785+0000 mon.smithi003 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-08T22:32:43.465 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:43 smithi076 conmon[89100]: audit 2023-12-08T22:32:42.134237+0000 mon.smithi003 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-08T22:32:43.465 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:43 smithi076 conmon[89100]: audit 2023-12-08T22:32:42.137254+0000 mon.smithi003 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:43.465 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:43 smithi076 conmon[89100]: audit 2023-12-08T22:32:42.137465+0000 mon.smithi003 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:43.465 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:43 smithi076 conmon[89100]: audit 2023-12-08T22:32:42.137664+0000 mon.smithi003 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:43.465 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:43 smithi076 conmon[89100]: audit 2023-12-08T22:32:42.137858+0000 mon.smithi003 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:43.465 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:43 smithi076 conmon[89100]: audit 2023-12-08T22:32:42.138048+0000 mon.smithi003 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:43.465 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:43 smithi076 conmon[89100]: audit 2023-12-08T22:32:42.138280+0000 mon.smithi003 (mon.0) 430 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-08T22:32:44.373 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:44 smithi076 conmon[89100]: audit 2023-12-08T22:32:43.141717+0000 mon.smithi003 (mon.0) 431 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-08T22:32:44.373 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:44 smithi076 conmon[89100]: cluster 2023-12-08T22:32:43.141776+0000 mon.smithi003 (mon.0) 432 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-12-08T22:32:44.374 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:44 smithi076 conmon[89100]: audit 2023-12-08T22:32:43.141937+0000 mon.smithi003 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:44.374 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:44 smithi076 conmon[89100]: audit 2023-12-08T22:32:43.142248+0000 mon.smithi003 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:44.374 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:44 smithi076 conmon[89100]: audit 2023-12-08T22:32:43.142427+0000 mon.smithi003 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:44.374 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:44 smithi076 conmon[89100]: audit 2023-12-08T22:32:43.142610+0000 mon.smithi003 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:44.374 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:44 smithi076 conmon[89100]: audit 2023-12-08T22:32:43.142874+0000 mon.smithi003 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:44.374 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:44 smithi076 conmon[89100]: audit 2023-12-08T22:32:43.143397+0000 mon.smithi003 (mon.0) 438 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T22:32:44.374 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:44 smithi076 conmon[89100]: cluster 2023-12-08T22:32:43.533143+0000 mgr.smithi003.nmmruw (mgr.14180) 98 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-08T22:32:44.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:44 smithi003 conmon[83845]: audit 2023-12-08T22:32:43.141717+0000 mon.smithi003 (mon. 2023-12-08T22:32:44.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:44 smithi003 conmon[83845]: 0) 431 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-08T22:32:44.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:44 smithi003 conmon[83845]: cluster 2023-12-08T22:32:43.141776+0000 mon.smithi003 (mon.0) 432 2023-12-08T22:32:44.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:44 smithi003 conmon[83845]: : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-12-08T22:32:44.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:44 smithi003 conmon[83845]: audit 2023-12-08T22:32:43 2023-12-08T22:32:44.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:44 smithi003 conmon[83845]: .141937+0000 mon.smithi003 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:44.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:44 smithi003 conmon[83845]: audit 2023 2023-12-08T22:32:44.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:44 smithi003 conmon[83845]: -12-08T22:32:43.142248+0000 mon.smithi003 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:44.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:44 smithi003 conmon[83845]: audit 2023-12-08T22:32:43.142427+0000 mon.smithi003 ( 2023-12-08T22:32:44.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:44 smithi003 conmon[83845]: mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:44.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:44 smithi003 conmon[83845]: audit 2023-12-08T22:32:44.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:44 smithi003 conmon[83845]: 2023-12-08T22:32:43.142610+0000 mon.smithi003 (mon 2023-12-08T22:32:44.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:44 smithi003 conmon[83845]: .0) 436 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:44.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:44 smithi003 conmon[83845]: audit 2023-12-08T22:32:43.142874+0000 2023-12-08T22:32:44.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:44 smithi003 conmon[83845]: mon.smithi003 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:44.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:44 smithi003 conmon[83845]: audit 2023-12-08T22:32:44.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:44 smithi003 conmon[83845]: 2023-12-08T22:32:43.143397+0000 2023-12-08T22:32:44.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:44 smithi003 conmon[83845]: mon.smithi003 (mon.0) 438 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-08T22:32:44.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:44 smithi003 conmon[83845]: cluster 2023-12- 2023-12-08T22:32:44.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:44 smithi003 conmon[83845]: 08T22:32:43.533143+0000 mgr.smithi003.nmmruw (mgr.14180) 98 : cluster 2023-12-08T22:32:44.469 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:44 smithi003 conmon[83845]: [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-08T22:32:44.684 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:32:45.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:45 smithi003 conmon[83845]: audit 2023-12-08T22:32:44.146236+0000 mon.smithi003 (mon. 2023-12-08T22:32:45.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:45 smithi003 conmon[83845]: 0) 439 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-08T22:32:45.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:45 smithi003 conmon[83845]: cluster 2023-12-08T22:32:44.146284+0000 mon.smithi003 (mon.0) 440 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-12-08T22:32:45.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:45 smithi003 conmon[83845]: audit 2023-12-08T22:32:44.146536+0000 mon.smithi003 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:45.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:45 smithi003 conmon[83845]: audit 2023-12-08T22:32:44.146861+0000 mon.smithi003 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:45.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:45 smithi003 conmon[83845]: audit 2023-12-08T22:32:44.147021+0000 mon.smithi003 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:45.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:45 smithi003 conmon[83845]: audit 2023-12-08T22:32:44.147174+0000 mon.smithi003 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:45.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:45 smithi003 conmon[83845]: audit 2023-12-08T22:32:44.147331+0000 mon.smithi003 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:45.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:45 smithi003 conmon[83845]: audit 2023-12-08T22:32:44.215314+0000 mon.smithi003 (mon.0) 446 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:45.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:45 smithi003 conmon[83845]: audit 2023-12-08T22:32:44.216123+0000 mon.smithi003 (mon.0) 447 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-08T22:32:45.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:45 smithi003 conmon[83845]: audit 2023-12-08T22:32:44.216774+0000 mon.smithi003 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:32:45.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:45 smithi003 conmon[83845]: cephadm 2023-12-08T22:32:44.217317+0000 mgr.smithi003.nmmruw (mgr.14180) 99 : cephadm [INF] Deploying daemon osd.5 on smithi003 2023-12-08T22:32:45.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:45 smithi003 conmon[83845]: audit 2023-12-08T22:32:44.682434+0000 mon.smithi003 (mon.0) 449 : audit [DBG] from='client.? 172.21.15.3:0/315190167' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:45.218 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:45 smithi003 conmon[83845]: audit 2023-12-08T22:32:44.738313+0000 mon.smithi076 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.76:6816/1948354814,v1:172.21.15.76:6817/1948354814]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T22:32:45.219 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:45 smithi003 conmon[83845]: audit 2023-12-08T22:32:44.738673+0000 mon.smithi003 (mon.0) 450 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T22:32:45.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: audit 2023-12-08T22:32:44.146236+0000 2023-12-08T22:32:45.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: mon.smithi003 (mon.0) 439 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-08T22:32:45.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: cluster 2023-12-08T22:32:44.146284+0000 mon.smithi003 (mon 2023-12-08T22:32:45.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: .0) 440 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-12-08T22:32:45.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: audit 2023-12-08T22:32:44. 2023-12-08T22:32:45.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: 146536+0000 mon.smithi003 (mon.0) 441 : audit 2023-12-08T22:32:45.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:45.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: audit 2023-12- 2023-12-08T22:32:45.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: 08T22:32:44.146861+0000 mon.smithi003 (mon.0 2023-12-08T22:32:45.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: ) 442 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:45.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: audit 2023-12-08T 2023-12-08T22:32:45.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: 22:32:44.147021+0000 mon.smithi003 (mon. 2023-12-08T22:32:45.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: 0) 443 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:45.472 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: audit 2023-12-08T22:32:45.473 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: 2023-12-08T22:32:44.147174+0000 2023-12-08T22:32:45.473 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: mon.smithi003 (mon.0) 444 : audit 2023-12-08T22:32:45.473 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:45.473 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: audit 2023-12- 2023-12-08T22:32:45.473 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: 08T22:32:44.147331+0000 mon.smithi003 ( 2023-12-08T22:32:45.473 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: mon.0) 445 : audit [DBG] 2023-12-08T22:32:45.473 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:45.473 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: audit 2023-12-08T 2023-12-08T22:32:45.473 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: 22:32:44.215314+0000 mon.smithi003 (mon. 2023-12-08T22:32:45.473 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: 0) 446 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:45.473 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: 2023-12-08T22:32:45.474 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: audit 2023-12-08T22:32 2023-12-08T22:32:45.474 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: :44.216123+0000 mon.smithi003 (mon.0) 2023-12-08T22:32:45.474 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: 447 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-08T22:32:45.474 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: audit 2023- 2023-12-08T22:32:45.474 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: 12-08T22:32:44.216774+0000 2023-12-08T22:32:45.474 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: mon.smithi003 (mon.0) 448 : audit 2023-12-08T22:32:45.474 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:32:45.474 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: cephadm 2023-12-08T22:32:45.474 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: 2023-12-08T22:32:44. 2023-12-08T22:32:45.474 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: 217317+0000 mgr.smithi003.nmmruw (mgr.14180) 2023-12-08T22:32:45.474 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: 99 : cephadm [INF] Deploying daemon osd.5 on smithi003 2023-12-08T22:32:45.475 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: audit 2023- 2023-12-08T22:32:45.475 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: 12-08T22:32:44.682434+0000 2023-12-08T22:32:45.475 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: mon.smithi003 (mon.0) 449 : audit 2023-12-08T22:32:45.475 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: [DBG] from='client.? 172.21.15.3:0/315190167' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:45.475 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: audit 2023-12 2023-12-08T22:32:45.475 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: -08T22:32:44.738313+0000 mon.smithi076 2023-12-08T22:32:45.475 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: (mon.1) 16 : audit [INF] 2023-12-08T22:32:45.475 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: from='osd.4 [v2:172.21.15.76:6816/1948354814,v1:172.21.15.76:6817/1948354814]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T22:32:45.475 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: audit 2023-12-08T22 2023-12-08T22:32:45.475 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: :32:44.738673+0000 mon.smithi003 (mon. 2023-12-08T22:32:45.475 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: 0) 450 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-08T22:32:45.476 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:45 smithi076 conmon[89100]: 2023-12-08T22:32:46.223 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":22,"num_osds":8,"num_up_osds":3,"osd_up_since":1702074762,"num_in_osds":8,"osd_in_since":1702074740,"num_remapped_pgs":0} 2023-12-08T22:32:46.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:46 smithi003 conmon[83845]: audit 2023-12-08T22:32:45.216694+0000 mon.smithi003 (mon.0) 451 : audit 2023-12-08T22:32:46.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:46 smithi003 conmon[83845]: [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-08T22:32:46.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:46 smithi003 conmon[83845]: cluster 2023-12-08T22:32:45.216753+0000 mon.smithi003 (mon.0) 452 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-12-08T22:32:46.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:46 smithi003 conmon[83845]: audit 2023-12-08T22:32:45.216856+0000 mon.smithi003 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:46.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:46 smithi003 conmon[83845]: audit 2023-12-08T22:32:45.217151+0000 mon.smithi003 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:46.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:46 smithi003 conmon[83845]: audit 2023-12-08T22:32:45.217277+0000 mon.smithi076 (mon.1) 17 : audit [INF] from='osd.4 [v2:172.21.15.76:6816/1948354814,v1:172.21.15.76:6817/1948354814]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2023-12-08T22:32:46.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:46 smithi003 conmon[83845]: audit 2023-12-08T22:32:45.217321+0000 2023-12-08T22:32:46.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:46 smithi003 conmon[83845]: mon.smithi003 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:46.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:46 smithi003 conmon[83845]: audit 2023-12-08T22:32: 2023-12-08T22:32:46.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:46 smithi003 conmon[83845]: 45.217480+0000 mon.smithi003 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:46.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:46 smithi003 conmon[83845]: audit 2023-12-08T22:32:46.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:46 smithi003 conmon[83845]: 2023-12-08T22:32:45.217694+0000 mon.smithi003 ( 2023-12-08T22:32:46.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:46 smithi003 conmon[83845]: mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:46.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:46 smithi003 conmon[83845]: audit 2023-12- 2023-12-08T22:32:46.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:46 smithi003 conmon[83845]: 08T22:32:45.217908+0000 mon.smithi003 (mon. 2023-12-08T22:32:46.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:46 smithi003 conmon[83845]: 0) 458 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2023-12-08T22:32:46.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:46 smithi003 conmon[83845]: cluster 2023-12 2023-12-08T22:32:46.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:46 smithi003 conmon[83845]: -08T22:32:45.533456+0000 mgr.smithi003.nmmruw (mgr 2023-12-08T22:32:46.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:46 smithi003 conmon[83845]: .14180) 100 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-08T22:32:46.630 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:46 smithi076 conmon[89100]: audit 2023-12-08T22:32:45.216694+0000 mon.smithi003 (mon.0) 451 : audit [INF] 2023-12-08T22:32:46.630 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:46 smithi076 conmon[89100]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-08T22:32:46.630 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:46 smithi076 conmon[89100]: cluster 2023-12-08T22:32:45.216753+0000 mon.smithi003 (mon.0) 452 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-12-08T22:32:46.630 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:46 smithi076 conmon[89100]: audit 2023-12-08T22:32 2023-12-08T22:32:46.631 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:46 smithi076 conmon[89100]: :45.216856+0000 mon.smithi003 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:46.631 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:46 smithi076 conmon[89100]: audit 2023-12-08T22:32:45.217151+0000 mon.smithi003 (mon.0) 454 : 2023-12-08T22:32:46.631 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:46 smithi076 conmon[89100]: audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:46.631 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:46 smithi076 conmon[89100]: audit 2023-12-08T22:32:45.217277+0000 mon.smithi076 ( 2023-12-08T22:32:46.631 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:46 smithi076 conmon[89100]: mon.1) 17 : audit [INF] from='osd.4 [v2:172.21.15.76:6816/1948354814,v1:172.21.15.76:6817/1948354814]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2023-12-08T22:32:46.631 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:46 smithi076 conmon[89100]: audit 2023-12-08T22:32:45.217321 2023-12-08T22:32:46.631 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:46 smithi076 conmon[89100]: +0000 mon.smithi003 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:46.631 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:46 smithi076 conmon[89100]: audit 2023-12-08T 2023-12-08T22:32:46.631 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:46 smithi076 conmon[89100]: 22:32:45.217480+0000 mon.smithi003 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:46.631 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:46 smithi076 conmon[89100]: audit 2023-12-08T22:32:45.217694+0000 2023-12-08T22:32:46.631 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:46 smithi076 conmon[89100]: mon.smithi003 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:46.631 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:46 smithi076 conmon[89100]: audit 2023-12-08T22:32:45.217908+0000 mon.smithi003 ( 2023-12-08T22:32:46.631 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:46 smithi076 conmon[89100]: mon.0) 458 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2023-12-08T22:32:46.631 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:46 smithi076 conmon[89100]: cluster 2023-12-08T22:32:45.533456+0000 mgr.smithi003.nmmruw (mgr 2023-12-08T22:32:46.632 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:46 smithi076 conmon[89100]: .14180) 100 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-08T22:32:47.225 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:32:47.490 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:47 smithi076 conmon[89100]: audit 2023-12-08T22:32:46.221510+0000 mon.smithi003 (mon. 2023-12-08T22:32:47.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:47 smithi076 conmon[89100]: 0) 459 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2023-12-08T22:32:47.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:47 smithi076 conmon[89100]: cluster 2023-12-08T22:32:46.221608+0000 mon.smithi003 (mon.0) 460 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-08T22:32:47.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:47 smithi076 conmon[89100]: audit 2023-12-08T22:32:46.221960+0000 mon.smithi003 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:47.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:47 smithi076 conmon[89100]: audit 2023-12-08T22:32:46.222462+0000 mon.smithi003 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:47.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:47 smithi076 conmon[89100]: audit 2023-12-08T22:32:46.222717+0000 mon.smithi003 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:47.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:47 smithi076 conmon[89100]: audit 2023-12-08T22:32:46.222923+0000 mon.smithi003 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:47.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:47 smithi076 conmon[89100]: audit 2023-12-08T22:32:46.223235+0000 mon.smithi003 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:47.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:47 smithi076 conmon[89100]: audit 2023-12-08T22:32:46.226849+0000 mon.smithi003 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:47.547 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:47 smithi076 conmon[89100]: audit 2023-12-08T22:32:46.755731+0000 mon.smithi003 (mon.0) 467 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:47.675 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:47 smithi003 conmon[83845]: audit 2023-12-08T22:32:46.221510+0000 mon.smithi003 (mon.0) 459 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2023-12-08T22:32:47.675 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:47 smithi003 conmon[83845]: cluster 2023-12-08T22:32:46.221608+0000 mon.smithi003 (mon.0) 460 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-08T22:32:47.675 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:47 smithi003 conmon[83845]: audit 2023-12-08T22:32:46.221960+0000 mon.smithi003 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:47.675 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:47 smithi003 conmon[83845]: audit 2023-12-08T22:32:46.222462+0000 mon.smithi003 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:47.675 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:47 smithi003 conmon[83845]: audit 2023-12-08T22:32:46.222717+0000 mon.smithi003 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:47.675 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:47 smithi003 conmon[83845]: audit 2023-12-08T22:32:46.222923+0000 mon.smithi003 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:47.675 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:47 smithi003 conmon[83845]: audit 2023-12-08T22:32:46.223235+0000 mon.smithi003 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:47.675 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:47 smithi003 conmon[83845]: audit 2023-12-08T22:32:46.226849+0000 mon.smithi003 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:47.675 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:47 smithi003 conmon[83845]: audit 2023-12-08T22:32:46.755731+0000 mon.smithi003 (mon.0) 467 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:48.328 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:48 smithi076 conmon[89100]: cluster 2023-12-08T22:32:45.711564+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:32:48.328 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:48 smithi076 conmon[89100]: cluster 2023-12-08T22:32:45.711627+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:32:48.328 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:48 smithi076 conmon[89100]: cluster 2023-12-08T22:32:47.223711+0000 mon.smithi003 (mon.0) 468 : cluster [INF] osd.4 [v2:172.21.15.76:6816/1948354814,v1:172.21.15.76:6817/1948354814] boot 2023-12-08T22:32:48.328 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:48 smithi076 conmon[89100]: cluster 2023-12-08T22:32:47.223744+0000 mon.smithi003 (mon.0) 469 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-12-08T22:32:48.328 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:48 smithi076 conmon[89100]: audit 2023-12-08T22:32:47.224076+0000 mon.smithi003 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:48.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:48 smithi076 conmon[89100]: audit 2023-12-08T22:32:47.224306+0000 mon.smithi003 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:48.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:48 smithi076 conmon[89100]: audit 2023-12-08T22:32:47.224528+0000 mon.smithi003 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:48.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:48 smithi076 conmon[89100]: audit 2023-12-08T22:32:47.224675+0000 mon.smithi003 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:48.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:48 smithi076 conmon[89100]: audit 2023-12-08T22:32:47.224806+0000 mon.smithi003 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:48.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:48 smithi076 conmon[89100]: audit 2023-12-08T22:32:47.389098+0000 mon.smithi003 (mon.0) 475 : audit [INF] from='osd.3 [v2:172.21.15.3:6810/541644926,v1:172.21.15.3:6811/541644926]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-08T22:32:48.329 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:48 smithi076 conmon[89100]: cluster 2023-12-08T22:32:47.533743+0000 mgr.smithi003.nmmruw (mgr.14180) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-08T22:32:48.404 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:48 smithi003 conmon[83845]: cluster 2023-12-08T22:32:45.711564 2023-12-08T22:32:48.405 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:48 smithi003 conmon[83845]: +0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:32:48.405 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:48 smithi003 conmon[83845]: cluster 2023-12-08T22:32:45.711627+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:32:48.405 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:48 smithi003 conmon[83845]: cluster 2023-12-08T22:32:47.223711+0000 mon.smithi003 (mon.0) 468 : cluster [INF] osd.4 [v2:172.21.15.76:6816/1948354814,v1:172.21.15.76:6817/1948354814] boot 2023-12-08T22:32:48.405 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:48 smithi003 conmon[83845]: cluster 2023-12-08T22:32:47.223744+0000 mon.smithi003 (mon.0) 469 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-12-08T22:32:48.405 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:48 smithi003 conmon[83845]: audit 2023-12-08T22:32:47.224076+0000 mon.smithi003 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:48.405 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:48 smithi003 conmon[83845]: audit 2023-12-08T22:32:47.224306+0000 mon.smithi003 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-08T22:32:48.405 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:48 smithi003 conmon[83845]: audit 2023-12-08T22:32:47.224528+0000 mon.smithi003 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:48.405 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:48 smithi003 conmon[83845]: audit 2023-12-08T22:32:47.224675+0000 mon.smithi003 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:48.405 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:48 smithi003 conmon[83845]: audit 2023-12-08T22:32:47.224806+0000 mon.smithi003 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:48.405 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:48 smithi003 conmon[83845]: audit 2023-12-08T22:32:47.389098+0000 mon.smithi003 (mon.0) 475 : audit [INF] from='osd.3 [v2:172.21.15.3:6810/541644926,v1:172.21.15.3:6811/541644926]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-08T22:32:48.405 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:48 smithi003 conmon[83845]: cluster 2023-12-08T22:32:47.533743+0000 mgr.smithi003.nmmruw (mgr.14180) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-08T22:32:49.516 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:49 smithi003 conmon[83845]: audit 2023-12-08T22:32:48.232091 2023-12-08T22:32:49.516 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:49 smithi003 conmon[83845]: +0000 mon.smithi003 (mon.0) 476 : audit [INF] from='osd.3 [v2:172.21.15.3:6810/541644926,v1:172.21.15.3:6811/541644926]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-08T22:32:49.516 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:49 smithi003 conmon[83845]: cluster 2023-12-08T22:32:48.232140+0000 mon.smithi003 (mon.0) 477 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-12-08T22:32:49.516 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:49 smithi003 conmon[83845]: audit 2023-12-08T22:32:48.232430+0000 mon.smithi003 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:49.516 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:49 smithi003 conmon[83845]: audit 2023-12-08T22:32:48.232763+0000 mon.smithi003 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:49.516 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:49 smithi003 conmon[83845]: audit 2023-12-08T22:32:48.232960+0000 mon.smithi003 (mon.0) 480 : audit [INF] from='osd.3 [v2:172.21.15.3:6810/541644926,v1:172.21.15.3:6811/541644926]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-12-08T22:32:49.516 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:49 smithi003 conmon[83845]: audit 2023-12-08T22:32:48.233178+0000 mon.smithi003 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:49.517 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:49 smithi003 conmon[83845]: audit 2023-12-08T22:32:48.233324+0000 mon.smithi003 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:49.527 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:49 smithi076 conmon[89100]: audit 2023-12-08T22:32:48.232091+0000 mon.smithi003 (mon.0) 476 : audit [INF] from='osd.3 [v2:172.21.15.3:6810/541644926,v1:172.21.15.3:6811/541644926]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-08T22:32:49.527 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:49 smithi076 conmon[89100]: cluster 2023-12-08T22:32:48.232140+0000 mon.smithi003 (mon.0) 477 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-12-08T22:32:49.527 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:49 smithi076 conmon[89100]: audit 2023-12-08T22:32:48.232430+0000 mon.smithi003 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:49.527 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:49 smithi076 conmon[89100]: audit 2023-12-08T22:32:48.232763+0000 mon.smithi003 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:49.527 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:49 smithi076 conmon[89100]: audit 2023-12-08T22:32:48.232960+0000 mon.smithi003 (mon.0) 480 : audit [INF] from='osd.3 [v2:172.21.15.3:6810/541644926,v1:172.21.15.3:6811/541644926]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-12-08T22:32:49.527 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:49 smithi076 conmon[89100]: audit 2023-12-08T22:32:48.233178+0000 mon.smithi003 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:49.527 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:49 smithi076 conmon[89100]: audit 2023-12-08T22:32:48.233324+0000 mon.smithi003 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:49.912 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:32:50.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:50 smithi003 conmon[83845]: audit 2023-12-08T22:32:49.232867+0000 mon.smithi003 (mon. 2023-12-08T22:32:50.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:50 smithi003 conmon[83845]: 0) 483 : audit [INF] from='osd.3 [v2:172.21.15.3:6810/541644926,v1:172.21.15.3:6811/541644926]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2023-12-08T22:32:50.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:50 smithi003 conmon[83845]: cluster 2023-12-08T22:32:49.232925+0000 mon.smithi003 (mon.0) 484 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-12-08T22:32:50.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:50 smithi003 conmon[83845]: audit 2023-12-08T22:32:49.233334+0000 mon.smithi003 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:50.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:50 smithi003 conmon[83845]: audit 2023-12-08T22:32:49.233731+0000 mon.smithi003 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:50.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:50 smithi003 conmon[83845]: audit 2023-12-08T22:32:49.237047+0000 mon.smithi003 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:50.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:50 smithi003 conmon[83845]: audit 2023-12-08T22:32:49.237448+0000 mon.smithi003 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:50.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:50 smithi003 conmon[83845]: audit 2023-12-08T22:32:49.237819+0000 mon.smithi003 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:50.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:50 smithi003 conmon[83845]: cluster 2023-12-08T22:32:49.534074+0000 mgr.smithi003.nmmruw (mgr.14180) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-08T22:32:50.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:50 smithi003 conmon[83845]: audit 2023-12-08T22:32:49.544064+0000 mon.smithi003 (mon.0) 490 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:50.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:50 smithi003 conmon[83845]: audit 2023-12-08T22:32:49.910658+0000 mon.smithi003 (mon.0) 491 : audit [DBG] from='client.? 172.21.15.3:0/3473550702' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:50.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:50 smithi003 conmon[83845]: audit 2023-12-08T22:32:49.964666+0000 mon.smithi076 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.76:6824/2240753450,v1:172.21.15.76:6825/2240753450]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T22:32:50.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:50 smithi003 conmon[83845]: audit 2023-12-08T22:32:49.964995+0000 mon.smithi003 (mon.0) 492 : audit 2023-12-08T22:32:50.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:50 smithi003 conmon[83845]: [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T22:32:50.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: audit 2023-12-08T22:32:49.232867+0000 mon.smithi003 (mon. 2023-12-08T22:32:50.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: 0) 483 : audit [INF] from='osd.3 [v2:172.21.15.3:6810/541644926,v1:172.21.15.3:6811/541644926]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2023-12-08T22:32:50.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: cluster 2023-12-08T22:32:49.232925+0000 mon.smithi003 (mon.0) 484 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-12-08T22:32:50.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: audit 2023-12-08T22:32:49.233334+0000 mon.smithi003 (mon.0) 485 2023-12-08T22:32:50.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:50.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: audit 2023-12-08T22:32:50.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: 2023-12-08T22: 2023-12-08T22:32:50.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: 32:49.233731+0000 mon.smithi003 (mon.0) 486 : 2023-12-08T22:32:50.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:50.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: audit 2023-12-08T22:32:50.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: 2023-12-08T22:32:49.237047 2023-12-08T22:32:50.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: +0000 mon.smithi003 (mon.0) 487 : 2023-12-08T22:32:50.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:50.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: audit 2023-12 2023-12-08T22:32:50.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: -08T22:32:49.237448+0000 mon.smithi003 (mon. 2023-12-08T22:32:50.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: 0) 488 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:50.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: audit 2023 2023-12-08T22:32:50.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: -12-08T22:32:49.237819+0000 mon.smithi003 ( 2023-12-08T22:32:50.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:50.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: cluster 2023-12 2023-12-08T22:32:50.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: -08T22:32:49.534074+0000 mgr.smithi003.nmmruw (mgr.14180) 2023-12-08T22:32:50.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-08T22:32:50.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: audit 2023-12 2023-12-08T22:32:50.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: -08T22:32:49.544064+0000 mon.smithi003 (mon.0 2023-12-08T22:32:50.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: ) 490 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:50.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: audit 2023-12-08T22:32:50.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: 2023-12-08T22:32:49. 2023-12-08T22:32:50.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: 910658+0000 mon.smithi003 (mon.0) 491 2023-12-08T22:32:50.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: : audit [DBG] from='client.? 172.21.15.3:0/3473550702' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:50.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: audit 2023-12 2023-12-08T22:32:50.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: -08T22:32:49.964666+0000 mon.smithi076 ( 2023-12-08T22:32:50.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: mon.1) 18 : audit [INF] 2023-12-08T22:32:50.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: from='osd.6 [v2:172.21.15.76:6824/2240753450,v1:172.21.15.76:6825/2240753450]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T22:32:50.723 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: audit 2023-12-08T22:32:50.723 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: 2023-12-08T22:32: 2023-12-08T22:32:50.723 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: 49.964995+0000 mon.smithi003 (mon.0 2023-12-08T22:32:50.723 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:50 smithi076 conmon[89100]: ) 492 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-08T22:32:51.280 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":27,"num_osds":8,"num_up_osds":4,"osd_up_since":1702074767,"num_in_osds":8,"osd_in_since":1702074740,"num_remapped_pgs":0} 2023-12-08T22:32:51.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: cluster 2023-12-08T22:32:48.388684+0000 2023-12-08T22:32:51.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:32:51.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: cluster 2023-12-08T22:32:48 2023-12-08T22:32:51.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: .388788+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:32:51.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: audit 2023-12-08T22:32:51.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: 2023-12-08T22:32:50.238770+0000 mon.smithi003 (mon.0) 493 : audit 2023-12-08T22:32:51.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:51.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: cluster 2023-12-08 2023-12-08T22:32:51.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: T22:32:50.241863+0000 2023-12-08T22:32:51.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: mon.smithi003 (mon.0) 494 : cluster [INF] 2023-12-08T22:32:51.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: osd.3 [v2:172.21.15.3:6810/541644926,v1:172.21.15.3:6811/541644926] boot 2023-12-08T22:32:51.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: audit 2023-12-08 2023-12-08T22:32:51.719 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: T22:32:50.241907 2023-12-08T22:32:51.719 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: +0000 mon.smithi003 (mon.0) 495 : audit 2023-12-08T22:32:51.719 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-08T22:32:51.719 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: cluster 2023-12-08T22:32:50 2023-12-08T22:32:51.719 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: .241961+0000 mon.smithi003 (mon.0) 496 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-12-08T22:32:51.719 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: audit 2023-12-08T22:32:51.719 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: 2023-12-08T22:32 2023-12-08T22:32:51.719 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: :50.242208+0000 mon.smithi003 (mon.0 2023-12-08T22:32:51.719 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: ) 497 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:51.719 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: audit 2023 2023-12-08T22:32:51.719 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: -12-08T22:32 2023-12-08T22:32:51.719 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: :50.242438+0000 mon.smithi003 (mon.0 2023-12-08T22:32:51.719 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: ) 498 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:51.719 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: audit 2023-12-08T22:32:51.719 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: 2023-12-08T22 2023-12-08T22:32:51.720 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: :32:50.242621+0000 mon.smithi003 ( 2023-12-08T22:32:51.720 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:51.720 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: audit 2023-12 2023-12-08T22:32:51.720 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: -08T22:32:50.242776+0000 2023-12-08T22:32:51.720 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: mon.smithi076 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.76:6824/2240753450,v1:172.21.15.76:6825/2240753450]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2023-12-08T22:32:51.720 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: audit 2023- 2023-12-08T22:32:51.720 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: 12-08T22:32:50. 2023-12-08T22:32:51.720 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: 242778+0000 mon.smithi003 (mon. 2023-12-08T22:32:51.720 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: 0) 500 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:51.720 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: audit 2023-12-08T22:32:51.720 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: 2023-12-08T22: 2023-12-08T22:32:51.720 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: 32:50.243074+0000 mon.smithi003 ( 2023-12-08T22:32:51.720 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: mon.0) 501 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2023-12-08T22:32:51.720 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:51 smithi003 conmon[83845]: 2023-12-08T22:32:51.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:51 smithi076 conmon[89100]: cluster 2023-12-08T22:32:48.388684+0000 osd.3 (osd.3) 1 : cluster [DBG] 2023-12-08T22:32:51.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:51 smithi076 conmon[89100]: purged_snaps scrub starts 2023-12-08T22:32:51.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:51 smithi076 conmon[89100]: cluster 2023-12-08T22:32:48.388788+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:32:51.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:51 smithi076 conmon[89100]: audit 2023-12-08T22:32:50.238770+0000 mon.smithi003 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:51.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:51 smithi076 conmon[89100]: cluster 2023-12-08T22:32:50.241863+0000 mon.smithi003 (mon.0) 494 : cluster [INF] osd.3 [v2:172.21.15.3:6810/541644926,v1:172.21.15.3:6811/541644926] boot 2023-12-08T22:32:51.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:51 smithi076 conmon[89100]: audit 2023-12-08T22:32:50.241907+0000 mon.smithi003 (mon.0) 495 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-08T22:32:51.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:51 smithi076 conmon[89100]: cluster 2023-12-08T22:32:50.241961+0000 mon.smithi003 (mon.0) 496 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-12-08T22:32:51.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:51 smithi076 conmon[89100]: audit 2023- 2023-12-08T22:32:51.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:51 smithi076 conmon[89100]: 12-08T22:32:50.242208+0000 mon.smithi003 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-08T22:32:51.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:51 smithi076 conmon[89100]: audit 2023-12-08T22:32:50.242438+0000 mon.smithi003 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:51.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:51 smithi076 conmon[89100]: audit 2023-12-08T22:32:50.242621 2023-12-08T22:32:51.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:51 smithi076 conmon[89100]: +0000 mon.smithi003 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:51.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:51 smithi076 conmon[89100]: audit 2023-12-08T22:32:50.242776+0000 2023-12-08T22:32:51.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:51 smithi076 conmon[89100]: mon.smithi076 (mon.1) 19 : audit [INF] from='osd.6 [v2:172.21.15.76:6824/2240753450,v1:172.21.15.76:6825/2240753450]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2023-12-08T22:32:51.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:51 smithi076 conmon[89100]: audit 2023- 2023-12-08T22:32:51.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:51 smithi076 conmon[89100]: 12-08T22:32:50.242778+0000 mon.smithi003 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:51.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:51 smithi076 conmon[89100]: audit 2023-12-08T22:32:50.243074 2023-12-08T22:32:51.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:51 smithi076 conmon[89100]: +0000 mon.smithi003 (mon.0) 501 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2023-12-08T22:32:52.281 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:32:52.525 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: audit 2023-12-08T22:32:51.245989+0000 2023-12-08T22:32:52.525 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: mon.smithi003 (mon.0) 502 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2023-12-08T22:32:52.525 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: cluster 2023-12-08T22:32:51.246121+0000 mon.smithi003 (mon.0) 503 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-12-08T22:32:52.525 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: audit 2023-12-08T22:32:51.246262+0000 mon.smithi003 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:52.525 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: audit 2023-12-08T22:32:51.246670+0000 mon.smithi003 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:52.525 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: audit 2023-12-08T22:32:51.246948+0000 mon.smithi003 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:52.525 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: audit 2023-12-08T22:32:51.249618+0000 mon.smithi003 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:52.525 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: 2023-12-08T22:32:52.525 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: cluster 2023-12 2023-12-08T22:32:52.525 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: -08T22:32:51.534559+0000 mgr.smithi003.nmmruw ( 2023-12-08T22:32:52.526 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: mgr.14180) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-08T22:32:52.526 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: audit 2023-12-08T22:32 2023-12-08T22:32:52.526 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: :51.859980+0000 mon.smithi003 (mon.0) 508 2023-12-08T22:32:52.526 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:52.526 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: audit 2023-12-08T22:32:52.526 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: 2023-12-08 2023-12-08T22:32:52.526 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: T22:32:51.860699 2023-12-08T22:32:52.526 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: +0000 mon.smithi003 (mon.0 2023-12-08T22:32:52.526 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: ) 509 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-08T22:32:52.526 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: audit 2023- 2023-12-08T22:32:52.526 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: 12-08T22:32:51 2023-12-08T22:32:52.526 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: .861299+0000 mon.smithi003 (mon. 2023-12-08T22:32:52.526 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: 0) 510 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:32:52.526 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: 2023-12-08T22:32:52.527 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: cephadm 2023-12-08T22:32:51 2023-12-08T22:32:52.527 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: .861859+0000 mgr.smithi003.nmmruw (mgr.14180) 104 : cephadm [INF] Deploying daemon osd.7 on smithi003 2023-12-08T22:32:52.527 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:52 smithi003 conmon[83845]: 2023-12-08T22:32:52.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:52 smithi076 conmon[89100]: audit 2023-12-08T22:32:51.245989+0000 mon.smithi003 (mon.0) 502 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]': finished 2023-12-08T22:32:52.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:52 smithi076 conmon[89100]: 2023-12-08T22:32:52.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:52 smithi076 conmon[89100]: cluster 2023-12-08T22:32:51.246121+0000 mon.smithi003 (mon.0) 503 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-12-08T22:32:52.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:52 smithi076 conmon[89100]: audit 2023-12-08T22:32:51.246262+0000 mon.smithi003 (mon.0 2023-12-08T22:32:52.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:52 smithi076 conmon[89100]: ) 504 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:52.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:52 smithi076 conmon[89100]: audit 2023-12- 2023-12-08T22:32:52.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:52 smithi076 conmon[89100]: 08T22:32:51.246670+0000 mon.smithi003 (mon.0 2023-12-08T22:32:52.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:52 smithi076 conmon[89100]: ) 505 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:52.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:52 smithi076 conmon[89100]: audit 2023-12-08T22: 2023-12-08T22:32:52.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:52 smithi076 conmon[89100]: 32:51.246948+0000 mon.smithi003 (mon.0) 506 : audit 2023-12-08T22:32:52.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:52 smithi076 conmon[89100]: [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:52.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:52 smithi076 conmon[89100]: audit 2023-12-08T22:32:51.249618+0000 2023-12-08T22:32:52.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:52 smithi076 conmon[89100]: mon.smithi003 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:52.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:52 smithi076 conmon[89100]: cluster 2023-12-08T22:32:51.534559+0000 mgr.smithi003.nmmruw (mgr.14180) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-08T22:32:52.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:52 smithi076 conmon[89100]: audit 2023-12-08T22:32:51.859980+0000 2023-12-08T22:32:52.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:52 smithi076 conmon[89100]: mon.smithi003 (mon.0 2023-12-08T22:32:52.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:52 smithi076 conmon[89100]: ) 508 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:32:52.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:52 smithi076 conmon[89100]: audit 2023-12-08T22:32:52.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:52 smithi076 conmon[89100]: 2023-12-08T22:32:51.860699+0000 mon.smithi003 (mon.0 2023-12-08T22:32:52.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:52 smithi076 conmon[89100]: ) 509 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-08T22:32:52.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:52 smithi076 conmon[89100]: audit 2023-12-08T22:32:51.861299+0000 mon.smithi003 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:32:52.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:52 smithi076 conmon[89100]: cephadm 2023-12-08T22:32:51.861859+0000 mgr.smithi003.nmmruw (mgr.14180) 104 : cephadm [INF] Deploying daemon osd.7 on smithi003 2023-12-08T22:32:53.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:53 smithi003 conmon[83845]: cluster 2023-12-08T22:32:50.937750+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:32:53.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:53 smithi003 conmon[83845]: cluster 2023-12-08T22:32:50.937806+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:32:53.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:53 smithi003 conmon[83845]: cluster 2023-12-08T22:32:52.249255+0000 mon.smithi003 (mon.0) 511 : cluster [INF] osd.6 [v2:172.21.15.76:6824/2240753450,v1:172.21.15.76:6825/2240753450] boot 2023-12-08T22:32:53.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:53 smithi003 conmon[83845]: cluster 2023-12-08T22:32:52.249308+0000 mon.smithi003 (mon.0) 512 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-12-08T22:32:53.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:53 smithi003 conmon[83845]: audit 2023-12-08T22:32:52.249644+0000 mon.smithi003 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:53.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:53 smithi003 conmon[83845]: audit 2023-12-08T22:32:52.250261+0000 mon.smithi003 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:53.468 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:53 smithi003 conmon[83845]: audit 2023-12-08T22:32:52.250489+0000 mon.smithi003 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:53.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:53 smithi076 conmon[89100]: cluster 2023-12-08T22:32:50.937750+0000 osd.6 (osd.6) 1 : cluster [DBG] 2023-12-08T22:32:53.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:53 smithi076 conmon[89100]: purged_snaps scrub starts 2023-12-08T22:32:53.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:53 smithi076 conmon[89100]: cluster 2023-12-08T22:32:50.937806+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:32:53.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:53 smithi076 conmon[89100]: cluster 2023-12-08T22:32: 2023-12-08T22:32:53.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:53 smithi076 conmon[89100]: 52.249255+0000 mon.smithi003 (mon.0) 511 : cluster [INF] osd.6 [v2:172.21.15.76:6824/2240753450,v1:172.21.15.76:6825/2240753450] boot 2023-12-08T22:32:53.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:53 smithi076 conmon[89100]: cluster 2023-12-08T22:32:52.249308+0000 mon.smithi003 ( 2023-12-08T22:32:53.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:53 smithi076 conmon[89100]: mon.0) 512 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-12-08T22:32:53.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:53 smithi076 conmon[89100]: audit 2023-12-08T22:32: 2023-12-08T22:32:53.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:53 smithi076 conmon[89100]: 52.249644+0000 mon.smithi003 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:53.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:53 smithi076 conmon[89100]: audit 2023- 2023-12-08T22:32:53.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:53 smithi076 conmon[89100]: 12-08T22:32:52.250261+0000 mon.smithi003 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-08T22:32:53.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:53 smithi076 conmon[89100]: audit 2023-12-08T22:32:52.250489+0000 mon.smithi003 (mon.0) 515 : audit 2023-12-08T22:32:53.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:53 smithi076 conmon[89100]: [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:54.640 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:54 smithi003 conmon[83845]: cluster 2023-12-08T22:32:53.257048+0000 mon.smithi003 (mon.0) 516 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-12-08T22:32:54.640 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:54 smithi003 conmon[83845]: audit 2023-12-08T22:32:53.257331+0000 mon.smithi003 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:54.640 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:54 smithi003 conmon[83845]: audit 2023-12-08T22:32:53.257587+0000 mon.smithi003 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:54.640 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:54 smithi003 conmon[83845]: cluster 2023-12-08T22:32:53.534862+0000 mgr.smithi003.nmmruw (mgr.14180) 105 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T22:32:54.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:54 smithi076 conmon[89100]: cluster 2023-12-08T22:32:53.257048+0000 mon.smithi003 (mon.0) 516 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-12-08T22:32:54.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:54 smithi076 conmon[89100]: audit 2023-12-08T22:32:53.257331+0000 2023-12-08T22:32:54.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:54 smithi076 conmon[89100]: mon.smithi003 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:54.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:54 smithi076 conmon[89100]: audit 2023-12-08T22:32:53.257587+0000 mon.smithi003 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:54.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:54 smithi076 conmon[89100]: cluster 2023-12-08T22:32:53.534862+0000 mgr.smithi003.nmmruw (mgr.14180) 105 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T22:32:55.354 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:55 smithi003 conmon[83845]: audit 2023-12-08T22:32:55. 2023-12-08T22:32:55.354 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:55 smithi003 conmon[83845]: 067341+0000 mon.smithi003 (mon.0) 519 : audit [INF] from='osd.5 [v2:172.21.15.3:6818/1356210358,v1:172.21.15.3:6819/1356210358]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T22:32:55.543 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:32:55.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:55 smithi076 conmon[89100]: audit 2023-12-08T22:32:55.067341+0000 mon.smithi003 (mon.0) 519 : audit [INF] from='osd.5 [v2:172.21.15.3:6818/1356210358,v1:172.21.15.3:6819/1356210358]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-08T22:32:56.520 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":32,"num_osds":8,"num_up_osds":6,"osd_up_since":1702074772,"num_in_osds":8,"osd_in_since":1702074740,"num_remapped_pgs":0} 2023-12-08T22:32:56.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:56 smithi003 conmon[83845]: audit 2023-12-08T22:32:55.269171+0000 mon.smithi003 (mon.0) 520 : audit [INF] from='osd.5 [v2:172.21.15.3:6818/1356210358,v1:172.21.15.3:6819/1356210358]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-08T22:32:56.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:56 smithi003 conmon[83845]: cluster 2023-12-08T22:32:55.269220+0000 mon.smithi003 (mon.0) 521 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-12-08T22:32:56.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:56 smithi003 conmon[83845]: audit 2023-12-08T22:32:55.269329+0000 mon.smithi003 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:56.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:56 smithi003 conmon[83845]: audit 2023-12-08T22:32:55.269643+0000 mon.smithi003 (mon.0) 523 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:56.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:56 smithi003 conmon[83845]: audit 2023-12-08T22:32:55.269813+0000 mon.smithi003 (mon.0) 524 : audit [INF] from='osd.5 [v2:172.21.15.3:6818/1356210358,v1:172.21.15.3:6819/1356210358]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-12-08T22:32:56.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:56 smithi003 conmon[83845]: cluster 2023-12-08T22:32:55.535134+0000 mgr.smithi003.nmmruw (mgr.14180) 106 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T22:32:56.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:56 smithi003 conmon[83845]: audit 2023-12-08T22:32:55.541370+0000 mon.smithi003 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.3:0/1527618485' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:56.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:56 smithi076 conmon[89100]: audit 2023-12-08T22:32:55.269171+0000 mon.smithi003 (mon.0) 520 : audit [INF] from='osd.5 [v2:172.21.15.3:6818/1356210358,v1:172.21.15.3:6819/1356210358]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-08T22:32:56.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:56 smithi076 conmon[89100]: cluster 2023-12-08T22:32:55.269220+0000 mon.smithi003 (mon.0) 521 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-12-08T22:32:56.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:56 smithi076 conmon[89100]: audit 2023-12-08T22:32:55.269329+0000 mon.smithi003 (mon.0) 522 : 2023-12-08T22:32:56.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:56 smithi076 conmon[89100]: audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:56.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:56 smithi076 conmon[89100]: audit 2023-12-08T22: 2023-12-08T22:32:56.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:56 smithi076 conmon[89100]: 32:55.269643+0000 mon.smithi003 (mon.0) 523 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:56.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:56 smithi076 conmon[89100]: audit 2023-12 2023-12-08T22:32:56.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:56 smithi076 conmon[89100]: -08T22:32:55.269813+0000 mon.smithi003 (mon. 2023-12-08T22:32:56.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:56 smithi076 conmon[89100]: 0) 524 : audit [INF] from='osd.5 [v2:172.21.15.3:6818/1356210358,v1:172.21.15.3:6819/1356210358]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-12-08T22:32:56.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:56 smithi076 conmon[89100]: cluster 2023-12- 2023-12-08T22:32:56.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:56 smithi076 conmon[89100]: 08T22:32:55.535134+0000 mgr.smithi003.nmmruw (mgr. 2023-12-08T22:32:56.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:56 smithi076 conmon[89100]: 14180) 106 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T22:32:56.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:56 smithi076 conmon[89100]: audit 2023 2023-12-08T22:32:56.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:56 smithi076 conmon[89100]: -12-08T22:32:55.541370 2023-12-08T22:32:56.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:56 smithi076 conmon[89100]: +0000 mon.smithi003 (mon.0) 525 : audit [DBG] from='client.? 172.21.15.3:0/1527618485' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:32:56.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:56 smithi076 conmon[89100]: 2023-12-08T22:32:57.521 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:32:57.549 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:57 smithi003 conmon[83845]: audit 2023-12-08T22:32:56.270402+0000 mon.smithi003 ( 2023-12-08T22:32:57.549 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:57 smithi003 conmon[83845]: mon.0) 526 : audit [INF] from='osd.5 [v2:172.21.15.3:6818/1356210358,v1:172.21.15.3:6819/1356210358]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2023-12-08T22:32:57.549 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:57 smithi003 conmon[83845]: cluster 2023-12-08T22:32:56.270462+0000 mon.smithi003 (mon.0) 527 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-12-08T22:32:57.549 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:57 smithi003 conmon[83845]: audit 2023-12-08T22:32:56.270812+0000 mon.smithi003 (mon.0) 528 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:57.549 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:57 smithi003 conmon[83845]: audit 2023-12-08T22:32:56.271153+0000 mon.smithi003 (mon.0) 529 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:57.549 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:57 smithi003 conmon[83845]: audit 2023-12-08T22:32:56.276279+0000 mon.smithi003 (mon.0) 530 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:57.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:57 smithi076 conmon[89100]: audit 2023-12-08T22:32:56.270402+0000 mon.smithi003 (mon.0) 526 : audit [INF] from='osd.5 [v2:172.21.15.3:6818/1356210358,v1:172.21.15.3:6819/1356210358]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2023-12-08T22:32:57.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:57 smithi076 conmon[89100]: 2023-12-08T22:32:57.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:57 smithi076 conmon[89100]: cluster 2023-12-08T22:32:56.270462+0000 mon.smithi003 (mon.0) 527 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-12-08T22:32:57.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:57 smithi076 conmon[89100]: audit 2023-12-08T22:32:56.270812+0000 mon.smithi003 (mon.0 2023-12-08T22:32:57.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:57 smithi076 conmon[89100]: ) 528 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:57.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:57 smithi076 conmon[89100]: audit 2023-12-08T22:32:56.271153 2023-12-08T22:32:57.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:57 smithi076 conmon[89100]: +0000 mon.smithi003 (mon.0) 529 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:57.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:57 smithi076 conmon[89100]: audit 2023- 2023-12-08T22:32:57.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:57 smithi076 conmon[89100]: 12-08T22:32:56.276279+0000 mon.smithi003 (mon.0) 530 : audit [DBG] 2023-12-08T22:32:57.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:57 smithi076 conmon[89100]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:58.540 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:58 smithi003 conmon[83845]: cluster 2023-12-08T22:32:56.032793+0000 osd.5 (osd 2023-12-08T22:32:58.540 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:58 smithi003 conmon[83845]: .5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:32:58.540 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:58 smithi003 conmon[83845]: cluster 2023-12-08T22:32:56.032856+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:32:58.540 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:58 smithi003 conmon[83845]: cluster 2023-12-08T22:32:57.275610+0000 mon.smithi003 (mon.0) 531 : cluster [INF] osd.5 [v2:172.21.15.3:6818/1356210358,v1:172.21.15.3:6819/1356210358] boot 2023-12-08T22:32:58.541 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:58 smithi003 conmon[83845]: cluster 2023-12-08T22:32:57.275653+0000 mon.smithi003 (mon.0) 532 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-12-08T22:32:58.541 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:58 smithi003 conmon[83845]: audit 2023-12-08T22:32:57.276260+0000 mon.smithi003 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:58.541 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:58 smithi003 conmon[83845]: audit 2023-12-08T22:32:57.276606+0000 mon.smithi003 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:58.541 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:58 smithi003 conmon[83845]: cluster 2023-12-08T22:32:57.535397+0000 mgr.smithi003.nmmruw (mgr.14180) 107 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T22:32:58.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:58 smithi076 conmon[89100]: cluster 2023-12-08T22:32:56.032793+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:32:58.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:58 smithi076 conmon[89100]: 2023-12-08T22:32:58.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:58 smithi076 conmon[89100]: cluster 2023-12-08T22:32:56.032856+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:32:58.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:58 smithi076 conmon[89100]: cluster 2023-12-08T22 2023-12-08T22:32:58.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:58 smithi076 conmon[89100]: :32:57.275610+0000 mon.smithi003 (mon 2023-12-08T22:32:58.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:58 smithi076 conmon[89100]: .0) 531 : cluster [INF] osd.5 [v2:172.21.15.3:6818/1356210358,v1:172.21.15.3:6819/1356210358] boot 2023-12-08T22:32:58.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:58 smithi076 conmon[89100]: cluster 2023-12 2023-12-08T22:32:58.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:58 smithi076 conmon[89100]: -08T22:32:57.275653+0000 mon.smithi003 ( 2023-12-08T22:32:58.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:58 smithi076 conmon[89100]: mon.0) 532 : cluster [DBG] 2023-12-08T22:32:58.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:58 smithi076 conmon[89100]: osdmap e34: 8 total, 7 up, 8 in 2023-12-08T22:32:58.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:58 smithi076 conmon[89100]: audit 2023 2023-12-08T22:32:58.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:58 smithi076 conmon[89100]: -12-08T22:32:57. 2023-12-08T22:32:58.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:58 smithi076 conmon[89100]: 276260+0000 mon.smithi003 (mon.0) 533 2023-12-08T22:32:58.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:58 smithi076 conmon[89100]: : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-08T22:32:58.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:58 smithi076 conmon[89100]: audit 2023- 2023-12-08T22:32:58.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:58 smithi076 conmon[89100]: 12-08T22:32:57.276606+0000 2023-12-08T22:32:58.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:58 smithi076 conmon[89100]: mon.smithi003 (mon.0) 534 : audit [DBG] 2023-12-08T22:32:58.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:58 smithi076 conmon[89100]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:58.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:58 smithi076 conmon[89100]: cluster 2023-12 2023-12-08T22:32:58.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:58 smithi076 conmon[89100]: -08T22:32:57.535397+0000 2023-12-08T22:32:58.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:58 smithi076 conmon[89100]: mgr.smithi003.nmmruw (mgr.14180) 107 : cluster 2023-12-08T22:32:58.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:58 smithi076 conmon[89100]: [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-08T22:32:59.546 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:59 smithi003 conmon[83845]: cluster 2023-12-08T22:32:58.285770+0000 mon.smithi003 (mon. 2023-12-08T22:32:59.546 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:59 smithi003 conmon[83845]: 0) 535 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-12-08T22:32:59.546 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:32:59 smithi003 conmon[83845]: audit 2023-12-08T22:32:58.285904+0000 mon.smithi003 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:32:59.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:59 smithi076 conmon[89100]: cluster 2023-12-08T22:32:58.285770+0000 mon.smithi003 (mon.0) 535 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-12-08T22:32:59.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:32:59 smithi076 conmon[89100]: audit 2023-12-08T22:32:58.285904+0000 mon.smithi003 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:33:00.253 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:33:00.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:00 smithi003 conmon[83845]: cluster 2023-12-08T22:32:59.535775+0000 mgr.smithi003.nmmruw (mgr.14180) 108 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T22:33:00.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:00 smithi003 conmon[83845]: audit 2023-12-08T22:32:59.666007+0000 mon.smithi003 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:33:00.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:00 smithi003 conmon[83845]: audit 2023-12-08T22:33:00.251405+0000 mon.smithi003 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.3:0/1369315873' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:33:00.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:00 smithi076 conmon[89100]: cluster 2023-12-08T22:32:59.535775+0000 mgr.smithi003.nmmruw (mgr.14180) 108 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T22:33:00.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:00 smithi076 conmon[89100]: audit 2023-12-08T22:32:59.666007+0000 mon.smithi003 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:33:00.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:00 smithi076 conmon[89100]: audit 2023-12-08T22:33:00.251405+0000 mon.smithi003 2023-12-08T22:33:00.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:00 smithi076 conmon[89100]: (mon.0) 538 : audit [DBG] from='client.? 172.21.15.3:0/1369315873' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:33:01.259 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":35,"num_osds":8,"num_up_osds":7,"osd_up_since":1702074777,"num_in_osds":8,"osd_in_since":1702074740,"num_remapped_pgs":0} 2023-12-08T22:33:02.261 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:33:02.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:02 smithi003 conmon[83845]: cluster 2023-12-08T22:33:01.536079+0000 mgr.smithi003.nmmruw (mgr.14180) 109 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T22:33:02.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:02 smithi076 conmon[89100]: cluster 2023-12-08T22:33:01.536079+0000 mgr.smithi003.nmmruw (mgr.14180) 109 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T22:33:03.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:03 smithi003 conmon[83845]: audit 2023-12-08T22:33:02.797231 2023-12-08T22:33:03.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:03 smithi003 conmon[83845]: +0000 mon.smithi003 (mon.0) 539 : audit [INF] from='osd.7 [v2:172.21.15.3:6826/1684554681,v1:172.21.15.3:6827/1684554681]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-08T22:33:03.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:03 smithi076 conmon[89100]: audit 2023-12-08T22:33:02.797231+0000 mon.smithi003 (mon.0) 539 : audit [INF] from='osd.7 [v2:172.21.15.3:6826/1684554681,v1:172.21.15.3:6827/1684554681]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-08T22:33:04.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:04 smithi003 conmon[83845]: cluster 2023-12-08T22:33:03. 2023-12-08T22:33:04.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:04 smithi003 conmon[83845]: 536615+0000 mgr.smithi003.nmmruw (mgr.14180) 110 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T22:33:04.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:04 smithi003 conmon[83845]: audit 2023-12-08T 2023-12-08T22:33:04.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:04 smithi003 conmon[83845]: 22:33:03.679835+0000 mon.smithi003 (mon.0) 540 : audit [INF] from='osd.7 [v2:172.21.15.3:6826/1684554681,v1:172.21.15.3:6827/1684554681]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-08T22:33:04.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:04 smithi003 conmon[83845]: cluster 2023- 2023-12-08T22:33:04.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:04 smithi003 conmon[83845]: 12-08T22:33:03.679890+0000 mon.smithi003 2023-12-08T22:33:04.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:04 smithi003 conmon[83845]: (mon.0) 541 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-12-08T22:33:04.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:04 smithi003 conmon[83845]: audit 2023 2023-12-08T22:33:04.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:04 smithi003 conmon[83845]: -12-08T22:33:03.680040+0000 2023-12-08T22:33:04.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:04 smithi003 conmon[83845]: mon.smithi003 (mon.0) 542 : audit [DBG] 2023-12-08T22:33:04.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:04 smithi003 conmon[83845]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:33:04.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:04 smithi003 conmon[83845]: audit 2023-12-08T22:33:04.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:04 smithi003 conmon[83845]: 2023-12-08T22:33:03.680459+0000 2023-12-08T22:33:04.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:04 smithi003 conmon[83845]: mon.smithi003 (mon.0) 543 : audit [INF] from='osd.7 [v2:172.21.15.3:6826/1684554681,v1:172.21.15.3:6827/1684554681]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-12-08T22:33:04.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:04 smithi003 conmon[83845]: 2023-12-08T22:33:04.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:04 smithi003 conmon[83845]: audit 2023-12-08T22:33:04.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:04 smithi003 conmon[83845]: 2023-12-08 2023-12-08T22:33:04.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:04 smithi003 conmon[83845]: T22:33:04.068767 2023-12-08T22:33:04.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:04 smithi003 conmon[83845]: +0000 mon.smithi003 (mon.0) 2023-12-08T22:33:04.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:04 smithi003 conmon[83845]: 544 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:33:04.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:04 smithi003 conmon[83845]: audit 2023-12 2023-12-08T22:33:04.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:04 smithi003 conmon[83845]: -08T22:33:04.070984 2023-12-08T22:33:04.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:04 smithi003 conmon[83845]: +0000 mon.smithi003 (mon.0) 2023-12-08T22:33:04.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:04 smithi003 conmon[83845]: 545 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:33:04.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:04 smithi076 conmon[89100]: cluster 2023-12-08T22:33:03.536615+0000 mgr.smithi003.nmmruw (mgr. 2023-12-08T22:33:04.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:04 smithi076 conmon[89100]: 14180) 110 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T22:33:04.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:04 smithi076 conmon[89100]: audit 2023-12-08T22:33:03.679835+0000 mon.smithi003 (mon.0) 540 : audit [INF] from='osd.7 [v2:172.21.15.3:6826/1684554681,v1:172.21.15.3:6827/1684554681]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-08T22:33:04.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:04 smithi076 conmon[89100]: cluster 2023-12-08T22:33:03.679890+0000 mon.smithi003 (mon.0) 541 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-12-08T22:33:04.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:04 smithi076 conmon[89100]: audit 2023-12-08T22:33:03.680040+0000 mon.smithi003 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:33:04.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:04 smithi076 conmon[89100]: audit 2023-12-08T22:33:03.680459+0000 mon.smithi003 (mon.0) 543 : audit [INF] from='osd.7 [v2:172.21.15.3:6826/1684554681,v1:172.21.15.3:6827/1684554681]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]: dispatch 2023-12-08T22:33:04.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:04 smithi076 conmon[89100]: audit 2023-12-08T22:33:04.068767+0000 mon.smithi003 (mon.0) 544 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:33:04.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:04 smithi076 conmon[89100]: audit 2023-12-08T22:33:04.070984+0000 mon.smithi003 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:33:05.019 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:33:05.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:05 smithi003 conmon[83845]: audit 2023-12-08T22:33:04.678516+0000 mon.smithi003 (mon.0) 546 : audit [INF] from='osd.7 [v2:172.21.15.3:6826/1684554681,v1:172.21.15.3:6827/1684554681]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2023-12-08T22:33:05.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:05 smithi003 conmon[83845]: cluster 2023-12-08T22:33:04.678590+0000 mon.smithi003 (mon.0) 547 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-12-08T22:33:05.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:05 smithi003 conmon[83845]: audit 2023-12-08T22:33:04.678982+0000 mon.smithi003 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:33:05.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:05 smithi003 conmon[83845]: audit 2023-12-08T22:33:04.683222+0000 mon.smithi003 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:33:05.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:05 smithi003 conmon[83845]: audit 2023-12-08T22:33:05.017061 2023-12-08T22:33:05.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:05 smithi003 conmon[83845]: +0000 mon.smithi003 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.3:0/54187428' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:33:05.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:05 smithi076 conmon[89100]: audit 2023-12-08T22:33:04. 2023-12-08T22:33:05.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:05 smithi076 conmon[89100]: 678516+0000 mon.smithi003 (mon.0) 546 : audit [INF] from='osd.7 [v2:172.21.15.3:6826/1684554681,v1:172.21.15.3:6827/1684554681]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi003", "root=default"]}]': finished 2023-12-08T22:33:05.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:05 smithi076 conmon[89100]: cluster 2023-12-08T22:33:04.678590+0000 mon.smithi003 (mon.0) 547 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-12-08T22:33:05.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:05 smithi076 conmon[89100]: audit 2023-12-08T22:33:04.678982+0000 mon.smithi003 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:33:05.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:05 smithi076 conmon[89100]: audit 2023-12-08T22:33:04.683222+0000 mon.smithi003 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:33:05.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:05 smithi076 conmon[89100]: audit 2023-12-08T22:33:05.017061+0000 mon.smithi003 (mon.0) 550 : audit [DBG] from='client.? 172.21.15.3:0/54187428' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:33:06.017 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":37,"num_osds":8,"num_up_osds":7,"osd_up_since":1702074777,"num_in_osds":8,"osd_in_since":1702074740,"num_remapped_pgs":0} 2023-12-08T22:33:06.815 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:06 smithi076 conmon[89100]: cluster 2023-12-08T22:33:03.819734+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:33:06.815 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:06 smithi076 conmon[89100]: cluster 2023-12-08T22:33:03.819802+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:33:06.815 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:06 smithi076 conmon[89100]: cluster 2023-12-08T22:33:05.536910+0000 mgr.smithi003.nmmruw (mgr.14180) 111 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T22:33:06.815 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:06 smithi076 conmon[89100]: audit 2023-12-08T22:33:05.683607+0000 mon.smithi003 (mon.0) 551 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:33:06.815 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:06 smithi076 conmon[89100]: cluster 2023-12-08T22:33:05.691371+0000 mon.smithi003 (mon.0) 552 : cluster [INF] osd.7 [v2:172.21.15.3:6826/1684554681,v1:172.21.15.3:6827/1684554681] boot 2023-12-08T22:33:06.815 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:06 smithi076 conmon[89100]: cluster 2023-12-08T22:33:05.691399+0000 mon.smithi003 (mon.0) 553 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-08T22:33:06.815 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:06 smithi076 conmon[89100]: audit 2023-12-08T22:33:05. 2023-12-08T22:33:06.815 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:06 smithi076 conmon[89100]: 691977+0000 mon.smithi003 (mon.0) 554 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:33:06.816 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:06 smithi076 conmon[89100]: audit 2023-12-08T22:33:05.877433+0000 mon.smithi003 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:33:06.966 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:06 smithi003 conmon[83845]: cluster 2023-12-08T22:33:03.819734+0000 2023-12-08T22:33:06.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:06 smithi003 conmon[83845]: osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-08T22:33:06.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:06 smithi003 conmon[83845]: cluster 2023-12-08T22:33:03.819802+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-08T22:33:06.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:06 smithi003 conmon[83845]: cluster 2023-12-08T22:33:05.536910+0000 mgr.smithi003.nmmruw (mgr.14180) 111 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-08T22:33:06.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:06 smithi003 conmon[83845]: audit 2023-12-08T22:33:05.683607+0000 mon.smithi003 (mon.0) 551 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:33:06.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:06 smithi003 conmon[83845]: cluster 2023-12-08T22:33:05.691371+0000 mon.smithi003 (mon.0) 552 : cluster [INF] osd.7 [v2:172.21.15.3:6826/1684554681,v1:172.21.15.3:6827/1684554681] boot 2023-12-08T22:33:06.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:06 smithi003 conmon[83845]: cluster 2023-12-08T22:33:05.691399+0000 mon.smithi003 (mon.0) 553 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-08T22:33:06.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:06 smithi003 conmon[83845]: audit 2023-12-08T22:33:05.691977+0000 mon.smithi003 (mon.0) 554 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-08T22:33:06.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:06 smithi003 conmon[83845]: audit 2023-12-08T22:33:05.877433+0000 mon.smithi003 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:33:07.018 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd stat -f json 2023-12-08T22:33:07.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:07 smithi003 conmon[83845]: cluster 2023-12-08T22: 2023-12-08T22:33:07.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:07 smithi003 conmon[83845]: 33:06.689633+0000 mon.smithi003 (mon.0) 556 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-08T22:33:07.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:07 smithi076 conmon[89100]: cluster 2023-12-08T22:33:06 2023-12-08T22:33:07.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:07 smithi076 conmon[89100]: .689633+0000 mon.smithi003 (mon.0) 556 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-08T22:33:08.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:08 smithi003 conmon[83845]: cluster 2023-12-08T22:33:07.537200+0000 mgr.smithi003.nmmruw (mgr.14180) 112 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:08.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:08 smithi003 conmon[83845]: cluster 2023-12-08T22:33:07.699587+0000 mon.smithi003 (mon.0) 557 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-08T22:33:08.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:08 smithi076 conmon[89100]: cluster 2023-12-08T22:33:07.537200+0000 mgr.smithi003.nmmruw (mgr.14180) 112 2023-12-08T22:33:08.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:08 smithi076 conmon[89100]: : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:08.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:08 smithi076 conmon[89100]: cluster 2023-12-08T22:33:07.699587+0000 mon.smithi003 (mon.0) 557 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-08T22:33:09.549 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:33:10.308 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":40,"num_osds":8,"num_up_osds":8,"osd_up_since":1702074785,"num_in_osds":8,"osd_in_since":1702074740,"num_remapped_pgs":0} 2023-12-08T22:33:10.309 INFO:tasks.cephadm:Setting up client nodes... 2023-12-08T22:33:10.309 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-08T22:33:10.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:10 smithi003 conmon[83845]: cephadm 2023-12-08T22:33:09.249814+0000 mgr.smithi003.nmmruw (mgr.14180 2023-12-08T22:33:10.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:10 smithi003 conmon[83845]: ) 113 : cephadm [INF] Detected new or changed devices on smithi076 2023-12-08T22:33:10.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:10 smithi003 conmon[83845]: audit 2023-12-08T22:33:09.255038+0000 mon.smithi003 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:33:10.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:10 smithi003 conmon[83845]: cluster 2023-12-08T22:33:09.537498+0000 mgr.smithi003.nmmruw (mgr.14180) 114 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:10.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:10 smithi003 conmon[83845]: audit 2023-12-08T22:33:09.547175+0000 mon.smithi003 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.3:0/3094604073' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:33:10.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:10 smithi003 conmon[83845]: audit 2023-12-08T22:33:09.569011+0000 mon.smithi003 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:33:10.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:10 smithi003 conmon[83845]: audit 2023-12-08T22:33:09.569719+0000 mon.smithi003 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:33:10.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:10 smithi003 conmon[83845]: audit 2023-12-08T22:33:09.570306+0000 mon.smithi003 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:33:10.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:10 smithi003 conmon[83845]: audit 2023-12-08T22:33:09.570967+0000 mon.smithi003 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:33:10.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:10 smithi003 conmon[83845]: cephadm 2023-12-08T22:33:09.571481+0000 mgr.smithi003.nmmruw (mgr.14180) 115 : cephadm [INF] Adjusting osd_memory_target on smithi076 to 4004M 2023-12-08T22:33:10.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:10 smithi003 conmon[83845]: audit 2023-12-08T22:33:09.576603+0000 mon.smithi003 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:33:10.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:10 smithi076 conmon[89100]: cephadm 2023-12-08T22:33:09.249814+0000 mgr.smithi003.nmmruw (mgr.14180) 113 : cephadm [INF] Detected new or changed devices on smithi076 2023-12-08T22:33:10.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:10 smithi076 conmon[89100]: audit 2023-12-08T22:33:09.255038+0000 mon.smithi003 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:33:10.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:10 smithi076 conmon[89100]: cluster 2023-12-08T22:33:09.537498+0000 mgr.smithi003.nmmruw (mgr.14180) 114 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:10.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:10 smithi076 conmon[89100]: audit 2023-12-08T22:33:09.547175+0000 mon.smithi003 (mon.0) 559 : audit [DBG] from='client.? 172.21.15.3:0/3094604073' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-08T22:33:10.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:10 smithi076 conmon[89100]: audit 2023-12-08T22:33:09.569011+0000 mon.smithi003 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:33:10.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:10 smithi076 conmon[89100]: audit 2023-12-08T22:33:09.569719+0000 mon.smithi003 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:33:10.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:10 smithi076 conmon[89100]: audit 2023-12-08T22:33:09.570306+0000 mon.smithi003 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:33:10.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:10 smithi076 conmon[89100]: audit 2023-12-08T22:33:09.570967+0000 mon.smithi003 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:33:10.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:10 smithi076 conmon[89100]: cephadm 2023-12-08T22:33:09.571481+0000 mgr.smithi003.nmmruw (mgr.14180) 115 : cephadm [INF] Adjusting osd_memory_target on smithi076 to 4004M 2023-12-08T22:33:10.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:10 smithi076 conmon[89100]: audit 2023-12-08T22:33:09.576603+0000 mon.smithi003 (mon.0) 564 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:33:11.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:11 smithi003 conmon[83845]: audit 2023-12-08T22:33:10.365023+0000 mon.smithi003 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:33:11.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:11 smithi076 conmon[89100]: audit 2023-12-08T22:33:10.365023+0000 mon.smithi003 (mon.0) 565 : audit [INF] 2023-12-08T22:33:11.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:11 smithi076 conmon[89100]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:33:12.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:12 smithi003 conmon[83845]: cluster 2023-12-08T22:33:11.537808+0000 mgr.smithi003.nmmruw (mgr.14180 2023-12-08T22:33:12.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:12 smithi003 conmon[83845]: ) 116 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:12.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:12 smithi076 conmon[89100]: cluster 2023-12-08T22:33:11.537808+0000 mgr.smithi003.nmmruw (mgr.14180) 116 : cluster 2023-12-08T22:33:12.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:12 smithi076 conmon[89100]: [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:13.286 INFO:teuthology.orchestra.run.smithi003.stdout:[client.0] 2023-12-08T22:33:13.286 INFO:teuthology.orchestra.run.smithi003.stdout: key = AQCpmXNl+jjIEBAAIxbZGXDVGmnDMHb0RRAIOQ== 2023-12-08T22:33:13.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:13 smithi003 conmon[83845]: audit 2023-12-08T22:33:13.281383 2023-12-08T22:33:13.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:13 smithi003 conmon[83845]: +0000 mon.smithi003 (mon.0) 566 : audit [INF] from='client.? 172.21.15.3:0/2146872053' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T22:33:13.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:13 smithi003 conmon[83845]: audit 2023-12-08T22:33:13.284497+0000 mon.smithi003 (mon.0) 567 : audit [INF] from='client.? 172.21.15.3:0/2146872053' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T22:33:13.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:13 smithi076 conmon[89100]: audit 2023-12-08T22:33:13.281383+0000 mon.smithi003 (mon.0) 566 : audit [INF] from='client.? 172.21.15.3:0/2146872053' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T22:33:13.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:13 smithi076 conmon[89100]: audit 2023-12-08T22:33:13.284497+0000 mon.smithi003 (mon.0) 567 : audit [INF] from='client.? 172.21.15.3:0/2146872053' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T22:33:14.251 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-12-08T22:33:14.251 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-08T22:33:14.251 DEBUG:teuthology.orchestra.run.smithi003:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-08T22:33:14.294 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-08T22:33:14.687 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:14 smithi003 conmon[83845]: cluster 2023-12-08T22:33:13.538113+0000 mgr.smithi003.nmmruw (mgr.14180) 117 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:14.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:14 smithi076 conmon[89100]: cluster 2023-12-08T22:33:13.538113+0000 mgr.smithi003.nmmruw (mgr.14180) 117 : cluster 2023-12-08T22:33:14.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:14 smithi076 conmon[89100]: [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:16.263 INFO:teuthology.orchestra.run.smithi076.stdout:[client.1] 2023-12-08T22:33:16.263 INFO:teuthology.orchestra.run.smithi076.stdout: key = AQCsmXNlm1ljDxAAsWFT75UKCIupvwYMtudycQ== 2023-12-08T22:33:16.800 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2023-12-08T22:33:16.800 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-08T22:33:16.800 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-08T22:33:16.845 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T22:33:16.872 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:16 smithi003 conmon[83845]: cluster 2023-12-08T22:33:15.538425+0000 mgr.smithi003.nmmruw (mgr.14180) 118 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:16.873 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:16 smithi003 conmon[83845]: cephadm 2023-12-08T22:33:15.668573+0000 mgr.smithi003.nmmruw (mgr.14180) 119 : cephadm [INF] Detected new or changed devices on smithi003 2023-12-08T22:33:16.873 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:16 smithi003 conmon[83845]: audit 2023-12-08T22:33:15.674114+0000 mon.smithi003 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:33:16.873 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:16 smithi003 conmon[83845]: audit 2023-12-08T22:33:16.004579+0000 mon.smithi003 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:33:16.873 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:16 smithi003 conmon[83845]: audit 2023-12-08T22:33:16.005217+0000 mon.smithi003 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:33:16.873 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:16 smithi003 conmon[83845]: audit 2023-12-08T22:33:16.005801+0000 mon.smithi003 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:33:16.873 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:16 smithi003 conmon[83845]: audit 2023-12-08T22:33:16.006353+0000 mon.smithi003 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:33:16.873 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:16 smithi003 conmon[83845]: audit 2023-12-08T22:33:16.010693+0000 mon.smithi003 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:33:16.873 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:16 smithi003 conmon[83845]: audit 2023-12-08T22:33:16.012324+0000 mon.smithi003 (mon.0) 574 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:33:16.873 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:16 smithi003 conmon[83845]: audit 2023-12-08T22:33:16.012951+0000 mon.smithi003 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:33:16.873 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:16 smithi003 conmon[83845]: audit 2023-12-08T22:33:16.016767+0000 mon.smithi003 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:33:16.873 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:16 smithi003 conmon[83845]: audit 2023-12-08T22:33:16.020297+0000 mon.smithi003 (mon.0) 577 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T22:33:16.873 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:16 smithi003 conmon[83845]: audit 2023-12-08T22:33:16.023092+0000 mon.smithi003 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T22:33:16.874 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:16 smithi003 conmon[83845]: audit 2023-12-08T22:33:16.023959+0000 mon.smithi003 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T22:33:16.874 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:16 smithi003 conmon[83845]: audit 2023-12-08T22:33:16.024195+0000 mon.smithi003 (mon.0) 580 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:33:16.874 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:16 smithi003 conmon[83845]: audit 2023-12-08T22:33:16.024634+0000 mon.smithi003 (mon.0) 581 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:33:16.874 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:16 smithi003 conmon[83845]: audit 2023-12-08T22:33:16.257540+0000 mon.smithi076 (mon.1) 20 : audit [INF] from='client.? 172.21.15.76:0/2898802246' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T22:33:16.874 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:16 smithi003 conmon[83845]: audit 2023-12-08T22:33:16.258008+0000 mon.smithi003 (mon.0) 2023-12-08T22:33:16.874 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:16 smithi003 conmon[83845]: 582 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T22:33:16.874 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:16 smithi003 conmon[83845]: audit 2023-12-08T22:33:16.261215+0000 mon.smithi003 (mon.0) 583 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T22:33:16.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: cluster 2023-12-08T22:33:15.538425+0000 mgr.smithi003.nmmruw (mgr.14180 2023-12-08T22:33:16.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: ) 118 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:16.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: cephadm 2023-12-08T22:33:15.668573+0000 mgr.smithi003.nmmruw (mgr.14180) 119 2023-12-08T22:33:16.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: : cephadm [INF] Detected new or changed devices on smithi003 2023-12-08T22:33:16.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: audit 2023-12-08T22: 2023-12-08T22:33:16.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: 33:15.674114+0000 mon.smithi003 (mon.0 2023-12-08T22:33:16.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: ) 568 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:33:16.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: audit 2023 2023-12-08T22:33:16.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: -12-08T22:33:16 2023-12-08T22:33:16.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: .004579+0000 mon.smithi003 (mon.0) 569 : audit 2023-12-08T22:33:16.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:33:16.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: audit 2023-12-08T22:33: 2023-12-08T22:33:16.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: 16.005217+0000 mon.smithi003 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:33:16.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: audit 2023 2023-12-08T22:33:16.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: -12-08T22:33:16 2023-12-08T22:33:16.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: .005801+0000 mon.smithi003 (mon.0) 571 : audit 2023-12-08T22:33:16.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:33:16.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: audit 2023-12-08T 2023-12-08T22:33:16.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: 22:33:16.006353+0000 mon.smithi003 (mon 2023-12-08T22:33:16.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: .0) 572 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-08T22:33:16.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: audit 2023- 2023-12-08T22:33:16.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: 12-08T22:33:16.010693 2023-12-08T22:33:16.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: +0000 mon.smithi003 (mon.0) 573 : audit [INF] 2023-12-08T22:33:16.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:33:16.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: audit 2023-12-08T22 2023-12-08T22:33:16.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: :33:16.012324+0000 mon.smithi003 (mon.0 2023-12-08T22:33:16.972 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: ) 574 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:33:16.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: audit 2023- 2023-12-08T22:33:16.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: 12-08T22:33:16.012951 2023-12-08T22:33:16.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: +0000 mon.smithi003 (mon.0) 575 : audit [INF] 2023-12-08T22:33:16.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:33:16.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: audit 2023-12-08T22:33:16.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: 2023-12-08T22:33:16.016767 2023-12-08T22:33:16.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: +0000 mon.smithi003 (mon.0) 576 : audit [INF] 2023-12-08T22:33:16.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:33:16.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: audit 2023-12-08T22:33:16.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: 2023-12-08T22:33:16.020297 2023-12-08T22:33:16.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: +0000 mon.smithi003 (mon.0) 577 2023-12-08T22:33:16.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T22:33:16.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: audit 2023-12 2023-12-08T22:33:16.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: -08T22:33:16.023092 2023-12-08T22:33:16.973 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: +0000 mon.smithi003 (mon.0) 578 : audit [INF] 2023-12-08T22:33:16.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T22:33:16.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: audit 2023-12-08T 2023-12-08T22:33:16.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: 22:33:16.023959+0000 mon.smithi003 (mon 2023-12-08T22:33:16.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: .0) 579 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-08T22:33:16.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: audit 2023 2023-12-08T22:33:16.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: -12-08T22:33:16 2023-12-08T22:33:16.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: .024195+0000 mon.smithi003 (mon.0) 580 : audit 2023-12-08T22:33:16.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:33:16.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: audit 2023-12-08T22 2023-12-08T22:33:16.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: :33:16.024634+0000 mon.smithi003 (mon.0 2023-12-08T22:33:16.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: ) 581 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:33:16.974 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: audit 2023- 2023-12-08T22:33:16.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: 12-08T22:33:16.257540 2023-12-08T22:33:16.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: +0000 mon.smithi076 (mon.1) 20 : audit [INF] 2023-12-08T22:33:16.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: from='client.? 172.21.15.76:0/2898802246' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T22:33:16.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: audit 2023-12-08T22 2023-12-08T22:33:16.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: :33:16.258008+0000 mon.smithi003 (mon. 2023-12-08T22:33:16.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: 0) 582 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-08T22:33:16.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: audit 2023 2023-12-08T22:33:16.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: -12-08T22:33:16 2023-12-08T22:33:16.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: .261215+0000 mon.smithi003 (mon.0) 583 : audit 2023-12-08T22:33:16.975 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:16 smithi076 conmon[89100]: [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-08T22:33:17.583 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/mon.smithi003/config 2023-12-08T22:33:17.788 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:17 smithi003 conmon[83845]: cephadm 2023-12-08T22:33:16. 2023-12-08T22:33:17.788 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:17 smithi003 conmon[83845]: 006840+0000 mgr.smithi003.nmmruw (mgr.14180) 120 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 3237M 2023-12-08T22:33:17.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:17 smithi076 conmon[89100]: cephadm 2023-12-08T22:33:16.006840+0000 mgr.smithi003.nmmruw (mgr.14180) 120 : cephadm [INF] Adjusting osd_memory_target on smithi003 to 3237M 2023-12-08T22:33:18.966 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:18 smithi003 conmon[83845]: cluster 2023-12-08T22:33:17.538749+0000 mgr.smithi003.nmmruw (mgr.14180) 121 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:18.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:18 smithi076 conmon[89100]: cluster 2023-12-08T22:33:17.538749+0000 mgr.smithi003.nmmruw (mgr.14180) 121 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:20.283 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:33:20.283 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":40,"fsid":"1165b6ce-9619-11ee-95a3-87774f69a715","created":"2023-12-08T22:28:58.759183+0000","modified":"2023-12-08T22:33:07.691247+0000","last_up_change":"2023-12-08T22:33:05.680129+0000","last_in_change":"2023-12-08T22:32:20.995411+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-08T22:32:42.595517+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"077d72cc-c414-4b7f-9b55-fc0e46f35598","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6800","nonce":204841706},{"type":"v1","addr":"172.21.15.76:6801","nonce":204841706}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6802","nonce":204841706},{"type":"v1","addr":"172.21.15.76:6803","nonce":204841706}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6806","nonce":204841706},{"type":"v1","addr":"172.21.15.76:6807","nonce":204841706}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6804","nonce":204841706},{"type":"v1","addr":"172.21.15.76:6805","nonce":204841706}]},"public_addr":"172.21.15.76:6801/204841706","cluster_addr":"172.21.15.76:6803/204841706","heartbeat_back_addr":"172.21.15.76:6807/204841706","heartbeat_front_addr":"172.21.15.76:6805/204841706","state":["exists","up"]},{"osd":1,"uuid":"a948a266-9bab-4757-8840-ca33efc5702d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6802","nonce":3891992156},{"type":"v1","addr":"172.21.15.3:6803","nonce":3891992156}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6804","nonce":3891992156},{"type":"v1","addr":"172.21.15.3:6805","nonce":3891992156}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6808","nonce":3891992156},{"type":"v1","addr":"172.21.15.3:6809","nonce":3891992156}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6806","nonce":3891992156},{"type":"v1","addr":"172.21.15.3:6807","nonce":3891992156}]},"public_addr":"172.21.15.3:6803/3891992156","cluster_addr":"172.21.15.3:6805/3891992156","heartbeat_back_addr":"172.21.15.3:6809/3891992156","heartbeat_front_addr":"172.21.15.3:6807/3891992156","state":["exists","up"]},{"osd":2,"uuid":"8dd2b21e-85bd-4968-9772-d4f20a67a61d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6808","nonce":1568576425},{"type":"v1","addr":"172.21.15.76:6809","nonce":1568576425}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6810","nonce":1568576425},{"type":"v1","addr":"172.21.15.76:6811","nonce":1568576425}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6814","nonce":1568576425},{"type":"v1","addr":"172.21.15.76:6815","nonce":1568576425}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6812","nonce":1568576425},{"type":"v1","addr":"172.21.15.76:6813","nonce":1568576425}]},"public_addr":"172.21.15.76:6809/1568576425","cluster_addr":"172.21.15.76:6811/1568576425","heartbeat_back_addr":"172.21.15.76:6815/1568576425","heartbeat_front_addr":"172.21.15.76:6813/1568576425","state":["exists","up"]},{"osd":3,"uuid":"bae65dd5-d702-49f2-90e3-8fa19e0aee9f","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.3:6810","nonce":541644926},{"type":"v1","addr":"172.21.15.3:6811","nonce":541644926}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6812","nonce":541644926},{"type":"v1","addr":"172.21.15.3:6813","nonce":541644926}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6816","nonce":541644926},{"type":"v1","addr":"172.21.15.3:6817","nonce":541644926}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6814","nonce":541644926},{"type":"v1","addr":"172.21.15.3:6815","nonce":541644926}]},"public_addr":"172.21.15.3:6811/541644926","cluster_addr":"172.21.15.3:6813/541644926","heartbeat_back_addr":"172.21.15.3:6817/541644926","heartbeat_front_addr":"172.21.15.3:6815/541644926","state":["exists","up"]},{"osd":4,"uuid":"11334f70-073a-495c-aefd-308989ac266a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6816","nonce":1948354814},{"type":"v1","addr":"172.21.15.76:6817","nonce":1948354814}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6818","nonce":1948354814},{"type":"v1","addr":"172.21.15.76:6819","nonce":1948354814}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6822","nonce":1948354814},{"type":"v1","addr":"172.21.15.76:6823","nonce":1948354814}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6820","nonce":1948354814},{"type":"v1","addr":"172.21.15.76:6821","nonce":1948354814}]},"public_addr":"172.21.15.76:6817/1948354814","cluster_addr":"172.21.15.76:6819/1948354814","heartbeat_back_addr":"172.21.15.76:6823/1948354814","heartbeat_front_addr":"172.21.15.76:6821/1948354814","state":["exists","up"]},{"osd":5,"uuid":"4e32aeb8-ada2-411a-924e-82c21e44c2fc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6818","nonce":1356210358},{"type":"v1","addr":"172.21.15.3:6819","nonce":1356210358}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6820","nonce":1356210358},{"type":"v1","addr":"172.21.15.3:6821","nonce":1356210358}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6824","nonce":1356210358},{"type":"v1","addr":"172.21.15.3:6825","nonce":1356210358}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6822","nonce":1356210358},{"type":"v1","addr":"172.21.15.3:6823","nonce":1356210358}]},"public_addr":"172.21.15.3:6819/1356210358","cluster_addr":"172.21.15.3:6821/1356210358","heartbeat_back_addr":"172.21.15.3:6825/1356210358","heartbeat_front_addr":"172.21.15.3:6823/1356210358","state":["exists","up"]},{"osd":6,"uuid":"ac643b45-1951-4fda-b3f9-4f398571b203","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6824","nonce":2240753450},{"type":"v1","addr":"172.21.15.76:6825","nonce":2240753450}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6826","nonce":2240753450},{"type":"v1","addr":"172.21.15.76:6827","nonce":2240753450}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6830","nonce":2240753450},{"type":"v1","addr":"172.21.15.76:6831","nonce":2240753450}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6828","nonce":2240753450},{"type":"v1","addr":"172.21.15.76:6829","nonce":2240753450}]},"public_addr":"172.21.15.76:6825/2240753450","cluster_addr":"172.21.15.76:6827/2240753450","heartbeat_back_addr":"172.21.15.76:6831/2240753450","heartbeat_front_addr":"172.21.15.76:6829/2240753450","state":["exists","up"]},{"osd":7,"uuid":"a35423d0-6a17-4431-bfbe-498f2b42d776","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6826","nonce":1684554681},{"type":"v1","addr":"172.21.15.3:6827","nonce":1684554681}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6828","nonce":1684554681},{"type":"v1","addr":"172.21.15.3:6829","nonce":1684554681}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6832","nonce":1684554681},{"type":"v1","addr":"172.21.15.3:6833","nonce":1684554681}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6830","nonce":1684554681},{"type":"v1","addr":"172.21.15.3:6831","nonce":1684554681}]},"public_addr":"172.21.15.3:6827/1684554681","cluster_addr":"172.21.15.3:6829/1684554681","heartbeat_back_addr":"172.21.15.3:6833/1684554681","heartbeat_front_addr":"172.21.15.3:6831/1684554681","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T22:32:35.448545+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T22:32:40.733078+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T22:32:40.450948+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T22:32:48.388793+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T22:32:45.711629+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T22:32:56.032859+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T22:32:50.937809+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T22:33:03.819806+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.3:0/1917559212":"2023-12-09T22:30:49.511674+0000","172.21.15.3:0/1171303538":"2023-12-09T22:30:49.511674+0000","172.21.15.3:6801/2008735267":"2023-12-09T22:30:49.511674+0000","172.21.15.3:6800/2008735267":"2023-12-09T22:30:49.511674+0000","172.21.15.3:0/1112525255":"2023-12-09T22:29:50.796719+0000","172.21.15.3:6801/77211187":"2023-12-09T22:29:50.796719+0000","172.21.15.3:6800/77211187":"2023-12-09T22:29:50.796719+0000","172.21.15.3:0/483675916":"2023-12-09T22:29:21.717447+0000","172.21.15.3:0/2593082749":"2023-12-09T22:29:50.796719+0000","172.21.15.3:6800/1819724322":"2023-12-09T22:29:21.717447+0000","172.21.15.3:6801/1819724322":"2023-12-09T22:29:21.717447+0000","172.21.15.3:0/3910841046":"2023-12-09T22:29:21.717447+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","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}} 2023-12-08T22:33:20.437 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:20 smithi003 conmon[83845]: cluster 2023-12-08T22:33:19.539019+0000 mgr.smithi003.nmmruw (mgr.14180) 122 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:20.446 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:20 smithi076 conmon[89100]: cluster 2023-12-08T22:33:19.539019+0000 mgr.smithi003.nmmruw (mgr.14180) 122 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:21.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:21 smithi003 conmon[83845]: audit 2023-12-08T22:33:20.280959+0000 mon.smithi003 (mon.0) 584 2023-12-08T22:33:21.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:21 smithi003 conmon[83845]: : audit [DBG] from='client.? 172.21.15.3:0/2670170240' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T22:33:21.459 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:21 smithi076 conmon[89100]: audit 2023-12-08T22:33:20.280959+0000 mon.smithi003 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.3:0/2670170240' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T22:33:21.560 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-08T22:32:42.595517+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '23', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2023-12-08T22:33:21.561 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-08T22:33:22.228 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/mon.smithi003/config 2023-12-08T22:33:22.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:22 smithi003 conmon[83845]: cluster 2023-12-08T22:33:21.539376+0000 mgr.smithi003.nmmruw (mgr.14180) 123 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:22.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:22 smithi076 conmon[89100]: cluster 2023-12-08T22:33:21.539376+0000 mgr.smithi003.nmmruw (mgr.14180) 123 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:22.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:22 smithi076 conmon[89100]: 2023-12-08T22:33:24.581 INFO:teuthology.orchestra.run.smithi003.stdout:pg_num: 1 2023-12-08T22:33:24.897 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:24 smithi003 conmon[83845]: cluster 2023-12-08T22:33:23.539769+0000 mgr.smithi003.nmmruw (mgr.14180) 124 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:24.897 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:24 smithi003 conmon[83845]: audit 2023-12-08T22:33:24.579213+0000 mon.smithi003 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.3:0/284070694' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-08T22:33:24.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:24 smithi076 conmon[89100]: cluster 2023-12-08T22:33:23.539769+0000 mgr.smithi003.nmmruw (mgr.14180) 124 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:24.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:24 smithi076 conmon[89100]: audit 2023-12-08T22:33:24.579213+0000 mon.smithi003 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.3:0/284070694' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-08T22:33:25.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:25 smithi003 conmon[83845]: audit 2023-12-08T22:33:24.731427+0000 mon.smithi003 (mon.0) 586 : 2023-12-08T22:33:25.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:25 smithi003 conmon[83845]: audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:33:26.133 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-08T22:33:26.133 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-08T22:33:26.133 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph mgr dump --format=json 2023-12-08T22:33:26.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:25 smithi076 conmon[89100]: audit 2023-12-08T22:33:24.731427+0000 mon.smithi003 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:33:26.626 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/mon.smithi003/config 2023-12-08T22:33:27.053 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:26 smithi003 conmon[83845]: cluster 2023-12-08T22:33:25.540115+0000 mgr.smithi003.nmmruw (mgr.14180) 125 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:27.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:26 smithi076 conmon[89100]: cluster 2023-12-08T22:33:25.540115+0000 mgr.smithi003.nmmruw (mgr.14180) 125 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:28.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:28 smithi003 conmon[83845]: cluster 2023-12-08T22:33:27.540439+0000 mgr.smithi003.nmmruw 2023-12-08T22:33:28.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:28 smithi003 conmon[83845]: (mgr.14180) 126 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:28.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:28 smithi003 conmon[83845]: audit 2023-12-08T22:33:28.232924+0000 mon.smithi003 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:33:28.971 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:33:29.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:28 smithi076 conmon[89100]: cluster 2023-12-08T22:33:27.540439+0000 mgr.smithi003.nmmruw (mgr.14180) 126 : cluster [DBG] 2023-12-08T22:33:29.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:28 smithi076 conmon[89100]: pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:29.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:28 smithi076 conmon[89100]: audit 2023-12-08T22:33:28.232924+0000 mon.smithi003 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:33:29.740 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi003.nmmruw","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6800","nonce":69898179},{"type":"v1","addr":"172.21.15.3:6801","nonce":69898179}]},"active_addr":"172.21.15.3:6801/69898179","active_change":"2023-12-08T22:30:49.511788+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14202,"name":"smithi076.cmgkdi","mgr_features":4540138314316775423,"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":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = 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":"2400","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":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = 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","upmap"],"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":{"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":[]},"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.23.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_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","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":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived 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.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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_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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","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":[]},"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":[]},"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_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_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":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","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":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","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":"","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":"","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":"","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":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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_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":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","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":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":"","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":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"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":[]},"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":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","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":[]},"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":"str","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":"None","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":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = 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":"2400","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":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = 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","upmap"],"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":{"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":[]},"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.23.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_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","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":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived 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.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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_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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","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":[]},"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":[]},"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_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_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":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","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":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","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":"","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":"","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":"","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":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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_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":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","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":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":"","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":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"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":[]},"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":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","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":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_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":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","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":[]},"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":"str","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":"None","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.3:8443/","prometheus":"http://172.21.15.3:9283/"},"always_on_modules":{"nautilus":["balancer","crash","devicehealth","orchestrator_cli","progress","rbd_support","status","volumes"],"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"]},"last_failure_osd_epoch":4,"active_clients":[{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.3:0","nonce":2065314150}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.3:0","nonce":1098445935}]}]} 2023-12-08T22:33:29.746 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-08T22:33:29.746 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-08T22:33:29.746 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T22:33:30.128 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/mon.smithi003/config 2023-12-08T22:33:30.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:29 smithi003 conmon[83845]: audit 2023-12-08T22:33:28.963948+0000 mon.smithi003 ( 2023-12-08T22:33:30.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:29 smithi003 conmon[83845]: mon.0) 588 : audit [DBG] from='client.? 172.21.15.3:0/29081450' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-08T22:33:30.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:29 smithi076 conmon[89100]: audit 2023-12-08T22:33:28.963948+0000 mon.smithi003 (mon 2023-12-08T22:33:30.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:29 smithi076 conmon[89100]: .0) 588 : audit [DBG] from='client.? 172.21.15.3:0/29081450' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-08T22:33:31.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:30 smithi003 conmon[83845]: cluster 2023-12-08T22:33:29.540773+0000 mgr.smithi003.nmmruw (mgr.14180) 127 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:31.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:30 smithi076 conmon[89100]: cluster 2023-12-08T22:33:29.540773+0000 mgr.smithi003.nmmruw (mgr.14180) 2023-12-08T22:33:31.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:30 smithi076 conmon[89100]: 127 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:31.993 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:33:31.993 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":40,"fsid":"1165b6ce-9619-11ee-95a3-87774f69a715","created":"2023-12-08T22:28:58.759183+0000","modified":"2023-12-08T22:33:07.691247+0000","last_up_change":"2023-12-08T22:33:05.680129+0000","last_in_change":"2023-12-08T22:32:20.995411+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-08T22:32:42.595517+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"077d72cc-c414-4b7f-9b55-fc0e46f35598","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6800","nonce":204841706},{"type":"v1","addr":"172.21.15.76:6801","nonce":204841706}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6802","nonce":204841706},{"type":"v1","addr":"172.21.15.76:6803","nonce":204841706}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6806","nonce":204841706},{"type":"v1","addr":"172.21.15.76:6807","nonce":204841706}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6804","nonce":204841706},{"type":"v1","addr":"172.21.15.76:6805","nonce":204841706}]},"public_addr":"172.21.15.76:6801/204841706","cluster_addr":"172.21.15.76:6803/204841706","heartbeat_back_addr":"172.21.15.76:6807/204841706","heartbeat_front_addr":"172.21.15.76:6805/204841706","state":["exists","up"]},{"osd":1,"uuid":"a948a266-9bab-4757-8840-ca33efc5702d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6802","nonce":3891992156},{"type":"v1","addr":"172.21.15.3:6803","nonce":3891992156}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6804","nonce":3891992156},{"type":"v1","addr":"172.21.15.3:6805","nonce":3891992156}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6808","nonce":3891992156},{"type":"v1","addr":"172.21.15.3:6809","nonce":3891992156}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6806","nonce":3891992156},{"type":"v1","addr":"172.21.15.3:6807","nonce":3891992156}]},"public_addr":"172.21.15.3:6803/3891992156","cluster_addr":"172.21.15.3:6805/3891992156","heartbeat_back_addr":"172.21.15.3:6809/3891992156","heartbeat_front_addr":"172.21.15.3:6807/3891992156","state":["exists","up"]},{"osd":2,"uuid":"8dd2b21e-85bd-4968-9772-d4f20a67a61d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6808","nonce":1568576425},{"type":"v1","addr":"172.21.15.76:6809","nonce":1568576425}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6810","nonce":1568576425},{"type":"v1","addr":"172.21.15.76:6811","nonce":1568576425}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6814","nonce":1568576425},{"type":"v1","addr":"172.21.15.76:6815","nonce":1568576425}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6812","nonce":1568576425},{"type":"v1","addr":"172.21.15.76:6813","nonce":1568576425}]},"public_addr":"172.21.15.76:6809/1568576425","cluster_addr":"172.21.15.76:6811/1568576425","heartbeat_back_addr":"172.21.15.76:6815/1568576425","heartbeat_front_addr":"172.21.15.76:6813/1568576425","state":["exists","up"]},{"osd":3,"uuid":"bae65dd5-d702-49f2-90e3-8fa19e0aee9f","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.3:6810","nonce":541644926},{"type":"v1","addr":"172.21.15.3:6811","nonce":541644926}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6812","nonce":541644926},{"type":"v1","addr":"172.21.15.3:6813","nonce":541644926}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6816","nonce":541644926},{"type":"v1","addr":"172.21.15.3:6817","nonce":541644926}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6814","nonce":541644926},{"type":"v1","addr":"172.21.15.3:6815","nonce":541644926}]},"public_addr":"172.21.15.3:6811/541644926","cluster_addr":"172.21.15.3:6813/541644926","heartbeat_back_addr":"172.21.15.3:6817/541644926","heartbeat_front_addr":"172.21.15.3:6815/541644926","state":["exists","up"]},{"osd":4,"uuid":"11334f70-073a-495c-aefd-308989ac266a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6816","nonce":1948354814},{"type":"v1","addr":"172.21.15.76:6817","nonce":1948354814}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6818","nonce":1948354814},{"type":"v1","addr":"172.21.15.76:6819","nonce":1948354814}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6822","nonce":1948354814},{"type":"v1","addr":"172.21.15.76:6823","nonce":1948354814}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6820","nonce":1948354814},{"type":"v1","addr":"172.21.15.76:6821","nonce":1948354814}]},"public_addr":"172.21.15.76:6817/1948354814","cluster_addr":"172.21.15.76:6819/1948354814","heartbeat_back_addr":"172.21.15.76:6823/1948354814","heartbeat_front_addr":"172.21.15.76:6821/1948354814","state":["exists","up"]},{"osd":5,"uuid":"4e32aeb8-ada2-411a-924e-82c21e44c2fc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6818","nonce":1356210358},{"type":"v1","addr":"172.21.15.3:6819","nonce":1356210358}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6820","nonce":1356210358},{"type":"v1","addr":"172.21.15.3:6821","nonce":1356210358}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6824","nonce":1356210358},{"type":"v1","addr":"172.21.15.3:6825","nonce":1356210358}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6822","nonce":1356210358},{"type":"v1","addr":"172.21.15.3:6823","nonce":1356210358}]},"public_addr":"172.21.15.3:6819/1356210358","cluster_addr":"172.21.15.3:6821/1356210358","heartbeat_back_addr":"172.21.15.3:6825/1356210358","heartbeat_front_addr":"172.21.15.3:6823/1356210358","state":["exists","up"]},{"osd":6,"uuid":"ac643b45-1951-4fda-b3f9-4f398571b203","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6824","nonce":2240753450},{"type":"v1","addr":"172.21.15.76:6825","nonce":2240753450}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6826","nonce":2240753450},{"type":"v1","addr":"172.21.15.76:6827","nonce":2240753450}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6830","nonce":2240753450},{"type":"v1","addr":"172.21.15.76:6831","nonce":2240753450}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6828","nonce":2240753450},{"type":"v1","addr":"172.21.15.76:6829","nonce":2240753450}]},"public_addr":"172.21.15.76:6825/2240753450","cluster_addr":"172.21.15.76:6827/2240753450","heartbeat_back_addr":"172.21.15.76:6831/2240753450","heartbeat_front_addr":"172.21.15.76:6829/2240753450","state":["exists","up"]},{"osd":7,"uuid":"a35423d0-6a17-4431-bfbe-498f2b42d776","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6826","nonce":1684554681},{"type":"v1","addr":"172.21.15.3:6827","nonce":1684554681}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6828","nonce":1684554681},{"type":"v1","addr":"172.21.15.3:6829","nonce":1684554681}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6832","nonce":1684554681},{"type":"v1","addr":"172.21.15.3:6833","nonce":1684554681}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6830","nonce":1684554681},{"type":"v1","addr":"172.21.15.3:6831","nonce":1684554681}]},"public_addr":"172.21.15.3:6827/1684554681","cluster_addr":"172.21.15.3:6829/1684554681","heartbeat_back_addr":"172.21.15.3:6833/1684554681","heartbeat_front_addr":"172.21.15.3:6831/1684554681","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T22:32:35.448545+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T22:32:40.733078+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T22:32:40.450948+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T22:32:48.388793+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T22:32:45.711629+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T22:32:56.032859+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T22:32:50.937809+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T22:33:03.819806+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.3:0/1917559212":"2023-12-09T22:30:49.511674+0000","172.21.15.3:0/1171303538":"2023-12-09T22:30:49.511674+0000","172.21.15.3:6801/2008735267":"2023-12-09T22:30:49.511674+0000","172.21.15.3:6800/2008735267":"2023-12-09T22:30:49.511674+0000","172.21.15.3:0/1112525255":"2023-12-09T22:29:50.796719+0000","172.21.15.3:6801/77211187":"2023-12-09T22:29:50.796719+0000","172.21.15.3:6800/77211187":"2023-12-09T22:29:50.796719+0000","172.21.15.3:0/483675916":"2023-12-09T22:29:21.717447+0000","172.21.15.3:0/2593082749":"2023-12-09T22:29:50.796719+0000","172.21.15.3:6800/1819724322":"2023-12-09T22:29:21.717447+0000","172.21.15.3:6801/1819724322":"2023-12-09T22:29:21.717447+0000","172.21.15.3:0/3910841046":"2023-12-09T22:29:21.717447+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","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}} 2023-12-08T22:33:32.681 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-08T22:33:32.681 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd dump --format=json 2023-12-08T22:33:32.966 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:32 smithi003 conmon[83845]: cluster 2023-12-08T22:33:31.541056+0000 mgr.smithi003.nmmruw (mgr. 2023-12-08T22:33:32.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:32 smithi003 conmon[83845]: 14180) 128 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:32.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:32 smithi003 conmon[83845]: audit 2023-12-08T22:33:31.990418+0000 mon.smithi003 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.3:0/1251887618' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T22:33:33.061 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/mon.smithi003/config 2023-12-08T22:33:33.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:32 smithi076 conmon[89100]: cluster 2023-12-08T22:33:31.541056+0000 mgr.smithi003.nmmruw ( 2023-12-08T22:33:33.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:32 smithi076 conmon[89100]: mgr.14180) 128 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:33.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:32 smithi076 conmon[89100]: audit 2023-12-08T22:33:31.990418+0000 mon.smithi003 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.3:0/1251887618' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T22:33:34.908 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:33:34.908 INFO:teuthology.orchestra.run.smithi003.stdout:{"epoch":40,"fsid":"1165b6ce-9619-11ee-95a3-87774f69a715","created":"2023-12-08T22:28:58.759183+0000","modified":"2023-12-08T22:33:07.691247+0000","last_up_change":"2023-12-08T22:33:05.680129+0000","last_in_change":"2023-12-08T22:32:20.995411+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-12-08T22:32:42.595517+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"077d72cc-c414-4b7f-9b55-fc0e46f35598","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6800","nonce":204841706},{"type":"v1","addr":"172.21.15.76:6801","nonce":204841706}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6802","nonce":204841706},{"type":"v1","addr":"172.21.15.76:6803","nonce":204841706}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6806","nonce":204841706},{"type":"v1","addr":"172.21.15.76:6807","nonce":204841706}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6804","nonce":204841706},{"type":"v1","addr":"172.21.15.76:6805","nonce":204841706}]},"public_addr":"172.21.15.76:6801/204841706","cluster_addr":"172.21.15.76:6803/204841706","heartbeat_back_addr":"172.21.15.76:6807/204841706","heartbeat_front_addr":"172.21.15.76:6805/204841706","state":["exists","up"]},{"osd":1,"uuid":"a948a266-9bab-4757-8840-ca33efc5702d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6802","nonce":3891992156},{"type":"v1","addr":"172.21.15.3:6803","nonce":3891992156}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6804","nonce":3891992156},{"type":"v1","addr":"172.21.15.3:6805","nonce":3891992156}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6808","nonce":3891992156},{"type":"v1","addr":"172.21.15.3:6809","nonce":3891992156}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6806","nonce":3891992156},{"type":"v1","addr":"172.21.15.3:6807","nonce":3891992156}]},"public_addr":"172.21.15.3:6803/3891992156","cluster_addr":"172.21.15.3:6805/3891992156","heartbeat_back_addr":"172.21.15.3:6809/3891992156","heartbeat_front_addr":"172.21.15.3:6807/3891992156","state":["exists","up"]},{"osd":2,"uuid":"8dd2b21e-85bd-4968-9772-d4f20a67a61d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6808","nonce":1568576425},{"type":"v1","addr":"172.21.15.76:6809","nonce":1568576425}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6810","nonce":1568576425},{"type":"v1","addr":"172.21.15.76:6811","nonce":1568576425}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6814","nonce":1568576425},{"type":"v1","addr":"172.21.15.76:6815","nonce":1568576425}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6812","nonce":1568576425},{"type":"v1","addr":"172.21.15.76:6813","nonce":1568576425}]},"public_addr":"172.21.15.76:6809/1568576425","cluster_addr":"172.21.15.76:6811/1568576425","heartbeat_back_addr":"172.21.15.76:6815/1568576425","heartbeat_front_addr":"172.21.15.76:6813/1568576425","state":["exists","up"]},{"osd":3,"uuid":"bae65dd5-d702-49f2-90e3-8fa19e0aee9f","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.3:6810","nonce":541644926},{"type":"v1","addr":"172.21.15.3:6811","nonce":541644926}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6812","nonce":541644926},{"type":"v1","addr":"172.21.15.3:6813","nonce":541644926}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6816","nonce":541644926},{"type":"v1","addr":"172.21.15.3:6817","nonce":541644926}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6814","nonce":541644926},{"type":"v1","addr":"172.21.15.3:6815","nonce":541644926}]},"public_addr":"172.21.15.3:6811/541644926","cluster_addr":"172.21.15.3:6813/541644926","heartbeat_back_addr":"172.21.15.3:6817/541644926","heartbeat_front_addr":"172.21.15.3:6815/541644926","state":["exists","up"]},{"osd":4,"uuid":"11334f70-073a-495c-aefd-308989ac266a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6816","nonce":1948354814},{"type":"v1","addr":"172.21.15.76:6817","nonce":1948354814}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6818","nonce":1948354814},{"type":"v1","addr":"172.21.15.76:6819","nonce":1948354814}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6822","nonce":1948354814},{"type":"v1","addr":"172.21.15.76:6823","nonce":1948354814}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6820","nonce":1948354814},{"type":"v1","addr":"172.21.15.76:6821","nonce":1948354814}]},"public_addr":"172.21.15.76:6817/1948354814","cluster_addr":"172.21.15.76:6819/1948354814","heartbeat_back_addr":"172.21.15.76:6823/1948354814","heartbeat_front_addr":"172.21.15.76:6821/1948354814","state":["exists","up"]},{"osd":5,"uuid":"4e32aeb8-ada2-411a-924e-82c21e44c2fc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6818","nonce":1356210358},{"type":"v1","addr":"172.21.15.3:6819","nonce":1356210358}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6820","nonce":1356210358},{"type":"v1","addr":"172.21.15.3:6821","nonce":1356210358}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6824","nonce":1356210358},{"type":"v1","addr":"172.21.15.3:6825","nonce":1356210358}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6822","nonce":1356210358},{"type":"v1","addr":"172.21.15.3:6823","nonce":1356210358}]},"public_addr":"172.21.15.3:6819/1356210358","cluster_addr":"172.21.15.3:6821/1356210358","heartbeat_back_addr":"172.21.15.3:6825/1356210358","heartbeat_front_addr":"172.21.15.3:6823/1356210358","state":["exists","up"]},{"osd":6,"uuid":"ac643b45-1951-4fda-b3f9-4f398571b203","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6824","nonce":2240753450},{"type":"v1","addr":"172.21.15.76:6825","nonce":2240753450}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6826","nonce":2240753450},{"type":"v1","addr":"172.21.15.76:6827","nonce":2240753450}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6830","nonce":2240753450},{"type":"v1","addr":"172.21.15.76:6831","nonce":2240753450}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6828","nonce":2240753450},{"type":"v1","addr":"172.21.15.76:6829","nonce":2240753450}]},"public_addr":"172.21.15.76:6825/2240753450","cluster_addr":"172.21.15.76:6827/2240753450","heartbeat_back_addr":"172.21.15.76:6831/2240753450","heartbeat_front_addr":"172.21.15.76:6829/2240753450","state":["exists","up"]},{"osd":7,"uuid":"a35423d0-6a17-4431-bfbe-498f2b42d776","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6826","nonce":1684554681},{"type":"v1","addr":"172.21.15.3:6827","nonce":1684554681}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6828","nonce":1684554681},{"type":"v1","addr":"172.21.15.3:6829","nonce":1684554681}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6832","nonce":1684554681},{"type":"v1","addr":"172.21.15.3:6833","nonce":1684554681}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.3:6830","nonce":1684554681},{"type":"v1","addr":"172.21.15.3:6831","nonce":1684554681}]},"public_addr":"172.21.15.3:6827/1684554681","cluster_addr":"172.21.15.3:6829/1684554681","heartbeat_back_addr":"172.21.15.3:6833/1684554681","heartbeat_front_addr":"172.21.15.3:6831/1684554681","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T22:32:35.448545+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T22:32:40.733078+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T22:32:40.450948+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T22:32:48.388793+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T22:32:45.711629+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T22:32:56.032859+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T22:32:50.937809+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-12-08T22:33:03.819806+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.3:0/1917559212":"2023-12-09T22:30:49.511674+0000","172.21.15.3:0/1171303538":"2023-12-09T22:30:49.511674+0000","172.21.15.3:6801/2008735267":"2023-12-09T22:30:49.511674+0000","172.21.15.3:6800/2008735267":"2023-12-09T22:30:49.511674+0000","172.21.15.3:0/1112525255":"2023-12-09T22:29:50.796719+0000","172.21.15.3:6801/77211187":"2023-12-09T22:29:50.796719+0000","172.21.15.3:6800/77211187":"2023-12-09T22:29:50.796719+0000","172.21.15.3:0/483675916":"2023-12-09T22:29:21.717447+0000","172.21.15.3:0/2593082749":"2023-12-09T22:29:50.796719+0000","172.21.15.3:6800/1819724322":"2023-12-09T22:29:21.717447+0000","172.21.15.3:6801/1819724322":"2023-12-09T22:29:21.717447+0000","172.21.15.3:0/3910841046":"2023-12-09T22:29:21.717447+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","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}} 2023-12-08T22:33:34.933 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:34 smithi003 conmon[83845]: cluster 2023-12-08T22:33:33.541472+0000 mgr.smithi003.nmmruw (mgr.14180) 129 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:35.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:34 smithi076 conmon[89100]: cluster 2023-12-08T22:33:33.541472+0000 mgr.smithi003.nmmruw (mgr.14180) 2023-12-08T22:33:35.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:34 smithi076 conmon[89100]: 129 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:35.539 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-08T22:33:35.922 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/mon.smithi003/config 2023-12-08T22:33:35.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:35 smithi003 conmon[83845]: audit 2023-12-08T22:33: 2023-12-08T22:33:35.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:35 smithi003 conmon[83845]: 34.905397+0000 mon.smithi003 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.3:0/1083238612' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T22:33:36.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:35 smithi076 conmon[89100]: audit 2023-12-08T22:33:34.905397+0000 mon.smithi003 (mon.0) 590 2023-12-08T22:33:36.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:35 smithi076 conmon[89100]: : audit [DBG] from='client.? 172.21.15.3:0/1083238612' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-08T22:33:36.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:36 smithi003 conmon[83845]: cluster 2023-12-08T22:33:35.541945+0000 mgr.smithi003.nmmruw (mgr.14180) 130 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:37.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:36 smithi076 conmon[89100]: cluster 2023-12-08T22:33:35.541945+0000 mgr.smithi003.nmmruw (mgr 2023-12-08T22:33:37.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:36 smithi076 conmon[89100]: .14180) 130 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:38.222 INFO:teuthology.orchestra.run.smithi003.stdout:68719476751 2023-12-08T22:33:38.223 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-08T22:33:38.605 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/mon.smithi003/config 2023-12-08T22:33:39.030 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:38 smithi003 conmon[83845]: cluster 2023-12-08T22:33:37.542398 2023-12-08T22:33:39.030 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:38 smithi003 conmon[83845]: +0000 mgr.smithi003.nmmruw (mgr.14180) 131 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:39.220 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:38 smithi076 conmon[89100]: cluster 2023-12-08T22:33:37.542398+0000 mgr.smithi003.nmmruw (mgr.14180) 131 : cluster 2023-12-08T22:33:39.221 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:38 smithi076 conmon[89100]: [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:40.359 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:40 smithi003 conmon[83845]: cluster 2023-12-08T22:33:39.542738+0000 mgr.smithi003.nmmruw (mgr.14180) 132 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:40.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:40 smithi076 conmon[89100]: cluster 2023-12-08T22:33:39.542738+0000 mgr.smithi003.nmmruw (mgr.14180 2023-12-08T22:33:40.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:40 smithi076 conmon[89100]: ) 132 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:41.056 INFO:teuthology.orchestra.run.smithi003.stdout:85899345935 2023-12-08T22:33:41.056 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-08T22:33:41.440 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/mon.smithi003/config 2023-12-08T22:33:42.854 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:42 smithi003 conmon[83845]: cluster 2023-12-08T22:33:41.543174+0000 mgr.smithi003.nmmruw (mgr.14180) 133 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:42.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:42 smithi076 conmon[89100]: cluster 2023-12-08T22:33:41.543174+0000 mgr.smithi003.nmmruw (mgr.14180) 2023-12-08T22:33:42.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:42 smithi076 conmon[89100]: 133 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:43.772 INFO:teuthology.orchestra.run.smithi003.stdout:85899345934 2023-12-08T22:33:43.772 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-08T22:33:44.151 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/mon.smithi003/config 2023-12-08T22:33:44.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:44 smithi003 conmon[83845]: cluster 2023-12-08T22:33:43.543627+0000 mgr.smithi003.nmmruw (mgr.14180) 134 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:44.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:44 smithi076 conmon[89100]: cluster 2023-12-08T22:33:43.543627+0000 mgr.smithi003.nmmruw (mgr.14180) 134 : cluster 2023-12-08T22:33:44.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:44 smithi076 conmon[89100]: [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:46.481 INFO:teuthology.orchestra.run.smithi003.stdout:120259084302 2023-12-08T22:33:46.481 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-08T22:33:46.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:46 smithi003 conmon[83845]: cluster 2023-12-08T22:33:45.543907+0000 mgr.smithi003.nmmruw (mgr.14180) 135 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:46.863 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/mon.smithi003/config 2023-12-08T22:33:46.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:46 smithi076 conmon[89100]: cluster 2023-12-08T22:33:45.543907+0000 mgr.smithi003.nmmruw (mgr. 2023-12-08T22:33:46.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:46 smithi076 conmon[89100]: 14180) 135 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:48.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:48 smithi003 conmon[83845]: cluster 2023-12-08T22:33:47.544258+0000 mgr.smithi003.nmmruw (mgr.14180) 136 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:48.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:48 smithi076 conmon[89100]: cluster 2023-12-08T22:33:47.544258+0000 mgr.smithi003.nmmruw (mgr.14180) 136 : 2023-12-08T22:33:48.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:48 smithi076 conmon[89100]: cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:49.195 INFO:teuthology.orchestra.run.smithi003.stdout:107374182415 2023-12-08T22:33:49.195 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-08T22:33:49.573 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/mon.smithi003/config 2023-12-08T22:33:50.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:50 smithi003 conmon[83845]: cluster 2023-12-08T22:33:49.544564+0000 mgr.smithi003.nmmruw ( 2023-12-08T22:33:50.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:50 smithi003 conmon[83845]: mgr.14180) 137 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:50.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:50 smithi076 conmon[89100]: cluster 2023-12-08T22:33:49.544564+0000 mgr.smithi003.nmmruw (mgr.14180) 137 : 2023-12-08T22:33:50.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:50 smithi076 conmon[89100]: cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:51.962 INFO:teuthology.orchestra.run.smithi003.stdout:146028888077 2023-12-08T22:33:51.962 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-08T22:33:52.344 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/mon.smithi003/config 2023-12-08T22:33:52.966 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:52 smithi003 conmon[83845]: cluster 2023-12-08T22:33:51.544964+0000 mgr.smithi003.nmmruw (mgr.14180) 138 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:52.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:52 smithi076 conmon[89100]: cluster 2023-12-08T22:33:51.544964+0000 mgr.smithi003.nmmruw (mgr.14180) 138 : cluster [DBG] 2023-12-08T22:33:52.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:52 smithi076 conmon[89100]: pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:54.694 INFO:teuthology.orchestra.run.smithi003.stdout:128849018894 2023-12-08T22:33:54.694 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-08T22:33:54.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:54 smithi003 conmon[83845]: cluster 2023-12-08T22:33:53.545311+0000 mgr.smithi003.nmmruw (mgr.14180) 139 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:54.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:54 smithi076 conmon[89100]: cluster 2023-12-08T22:33:53.545311+0000 mgr.smithi003.nmmruw (mgr.14180) 139 : cluster [DBG] 2023-12-08T22:33:54.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:54 smithi076 conmon[89100]: pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:55.076 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/mon.smithi003/config 2023-12-08T22:33:56.885 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:56 smithi003 conmon[83845]: cluster 2023-12-08T22:33:55.545738+0000 mgr.smithi003.nmmruw (mgr.14180) 140 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:56.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:56 smithi076 conmon[89100]: cluster 2023-12-08T22:33:55.545738+0000 mgr.smithi003.nmmruw (mgr.14180) 140 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:57.370 INFO:teuthology.orchestra.run.smithi003.stdout:163208757261 2023-12-08T22:33:57.371 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-08T22:33:57.748 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/mon.smithi003/config 2023-12-08T22:33:58.716 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:58 smithi003 conmon[83845]: cluster 2023-12-08T22:33:57.546068+0000 mgr.smithi003.nmmruw 2023-12-08T22:33:58.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:33:58 smithi003 conmon[83845]: (mgr.14180) 141 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:58.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:33:58 smithi076 conmon[89100]: cluster 2023-12-08T22:33:57.546068+0000 mgr.smithi003.nmmruw (mgr.14180) 141 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:33:59.534 INFO:teuthology.orchestra.run.smithi003.stdout:68719476755 2023-12-08T22:34:00.164 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476751 got 68719476755 for osd.0 2023-12-08T22:34:00.165 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-08T22:34:00.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:00 smithi003 conmon[83845]: audit 2023-12-08T22:33:59.533058+0000 mon.smithi003 (mon.0 2023-12-08T22:34:00.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:00 smithi003 conmon[83845]: ) 591 : audit [DBG] from='client.? 172.21.15.3:0/1398796935' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-08T22:34:00.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:00 smithi003 conmon[83845]: cluster 2023-12-08T22:33:59.546508+0000 mgr.smithi003.nmmruw (mgr.14180) 142 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:00.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:00 smithi076 conmon[89100]: audit 2023-12-08T22:33:59.533058+0000 mon.smithi003 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.3:0/1398796935' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-08T22:34:00.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:00 smithi076 conmon[89100]: cluster 2023-12-08T22: 2023-12-08T22:34:00.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:00 smithi076 conmon[89100]: 33:59.546508+0000 mgr.smithi003.nmmruw (mgr.14180) 142 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:00.544 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/mon.smithi003/config 2023-12-08T22:34:02.253 INFO:teuthology.orchestra.run.smithi003.stdout:85899345939 2023-12-08T22:34:02.962 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:02 smithi003 conmon[83845]: cluster 2023-12-08T22:34:01.546844+0000 mgr.smithi003.nmmruw (mgr.14180) 143 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:02.962 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:02 smithi003 conmon[83845]: audit 2023-12-08T22:34:02.250727+0000 mon.smithi003 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.3:0/774690645' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-08T22:34:02.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:02 smithi076 conmon[89100]: cluster 2023-12-08T22:34:01.546844+0000 mgr.smithi003.nmmruw (mgr.14180) 143 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:02.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:02 smithi076 conmon[89100]: audit 2023-12-08T22:34: 2023-12-08T22:34:02.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:02 smithi076 conmon[89100]: 02.250727+0000 mon.smithi003 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.3:0/774690645' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-08T22:34:02.977 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345935 got 85899345939 for osd.1 2023-12-08T22:34:02.977 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-08T22:34:03.352 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/mon.smithi003/config 2023-12-08T22:34:04.696 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:04 smithi003 conmon[83845]: cluster 2023-12-08T22:34:03.547178 2023-12-08T22:34:04.696 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:04 smithi003 conmon[83845]: +0000 mgr.smithi003.nmmruw (mgr.14180) 144 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:04.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:04 smithi076 conmon[89100]: cluster 2023-12-08T22:34:03.547178+0000 mgr.smithi003.nmmruw (mgr.14180) 144 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:05.102 INFO:teuthology.orchestra.run.smithi003.stdout:85899345939 2023-12-08T22:34:05.759 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345934 got 85899345939 for osd.2 2023-12-08T22:34:05.760 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-08T22:34:05.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:05 smithi003 conmon[83845]: audit 2023-12-08T22:34:05.100661+0000 mon.smithi003 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.3:0/4287594898' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-08T22:34:05.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:05 smithi076 conmon[89100]: audit 2023-12-08T22:34:05.100661+0000 mon.smithi003 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.3:0/4287594898' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-08T22:34:06.137 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/mon.smithi003/config 2023-12-08T22:34:06.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:06 smithi003 conmon[83845]: cluster 2023-12-08T22:34:05.547626+0000 2023-12-08T22:34:06.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:06 smithi003 conmon[83845]: mgr.smithi003.nmmruw (mgr.14180) 145 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:06.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:06 smithi076 conmon[89100]: cluster 2023-12-08T22:34:05.547626+0000 mgr.smithi003.nmmruw (mgr.14180) 145 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:08.042 INFO:teuthology.orchestra.run.smithi003.stdout:120259084307 2023-12-08T22:34:08.777 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084302 got 120259084307 for osd.3 2023-12-08T22:34:08.778 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-08T22:34:08.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:08 smithi003 conmon[83845]: cluster 2023-12-08T22:34:07.548163+0000 mgr.smithi003.nmmruw (mgr.14180) 146 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:08.969 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:08 smithi003 conmon[83845]: audit 2023-12-08T22:34:08.040718+0000 mon.smithi003 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.3:0/3142821167' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-08T22:34:08.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:08 smithi076 conmon[89100]: cluster 2023-12-08T22:34:07.548163+0000 mgr.smithi003.nmmruw (mgr.14180) 146 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:08.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:08 smithi076 conmon[89100]: audit 2023-12-08T22:34:08.040718+0000 mon.smithi003 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.3:0/3142821167' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-08T22:34:09.160 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/mon.smithi003/config 2023-12-08T22:34:10.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:10 smithi003 conmon[83845]: cluster 2023-12-08T22:34:09.548558+0000 mgr.smithi003.nmmruw (mgr.14180) 147 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:10.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:10 smithi076 conmon[89100]: cluster 2023-12-08T22:34:09.548558+0000 mgr.smithi003.nmmruw (mgr.14180) 147 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:10.979 INFO:teuthology.orchestra.run.smithi003.stdout:107374182419 2023-12-08T22:34:11.466 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:11 smithi003 conmon[83845]: audit 2023-12-08T22:34:10.976941+0000 mon.smithi003 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.3:0/1028318536' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-08T22:34:11.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:11 smithi076 conmon[89100]: audit 2023-12-08T22:34:10.976941+0000 mon.smithi003 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.3:0/1028318536' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-08T22:34:11.651 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182415 got 107374182419 for osd.4 2023-12-08T22:34:11.651 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-08T22:34:12.029 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/mon.smithi003/config 2023-12-08T22:34:12.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:12 smithi003 conmon[83845]: cluster 2023-12-08T22:34:11.548974+0000 2023-12-08T22:34:12.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:12 smithi003 conmon[83845]: mgr.smithi003.nmmruw (mgr.14180) 148 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:12.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:12 smithi076 conmon[89100]: cluster 2023-12-08T22:34:11.548974+0000 mgr.smithi003.nmmruw (mgr.14180) 148 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:13.900 INFO:teuthology.orchestra.run.smithi003.stdout:146028888082 2023-12-08T22:34:14.591 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888077 got 146028888082 for osd.5 2023-12-08T22:34:14.592 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-08T22:34:14.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:14 smithi003 conmon[83845]: cluster 2023-12-08T22:34:13.549287+0000 2023-12-08T22:34:14.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:14 smithi003 conmon[83845]: mgr.smithi003.nmmruw (mgr.14180) 149 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:14.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:14 smithi003 conmon[83845]: audit 2023-12-08T22:34:13.898693+0000 mon.smithi003 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.3:0/4100202670' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-08T22:34:14.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:14 smithi076 conmon[89100]: cluster 2023-12-08T22:34:13.549287+0000 mgr.smithi003.nmmruw (mgr.14180) 149 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:14.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:14 smithi076 conmon[89100]: audit 2023-12-08T22:34:14.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:14 smithi076 conmon[89100]: 2023-12-08T22:34:13.898693+0000 mon.smithi003 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.3:0/4100202670' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-08T22:34:14.971 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/mon.smithi003/config 2023-12-08T22:34:16.726 INFO:teuthology.orchestra.run.smithi003.stdout:128849018898 2023-12-08T22:34:16.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:16 smithi003 conmon[83845]: cluster 2023-12-08T22:34:15.549599+0000 mgr.smithi003.nmmruw (mgr.14180) 150 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:16.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:16 smithi076 conmon[89100]: cluster 2023-12-08T22:34:15.549599+0000 mgr.smithi003.nmmruw (mgr.14180) 150 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:17.484 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018894 got 128849018898 for osd.6 2023-12-08T22:34:17.485 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-08T22:34:17.863 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/mon.smithi003/config 2023-12-08T22:34:17.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:17 smithi003 conmon[83845]: audit 2023-12-08T22:34:16.724588+0000 mon.smithi003 ( 2023-12-08T22:34:17.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:17 smithi003 conmon[83845]: mon.0) 597 : audit [DBG] from='client.? 172.21.15.3:0/163780906' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-08T22:34:17.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:17 smithi076 conmon[89100]: audit 2023-12-08T22:34:16.724588+0000 mon.smithi003 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.3:0/163780906' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-08T22:34:18.957 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:18 smithi003 conmon[83845]: cluster 2023-12-08T22:34:17.549903+0000 2023-12-08T22:34:18.957 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:18 smithi003 conmon[83845]: mgr.smithi003.nmmruw (mgr.14180) 151 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:18.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:18 smithi076 conmon[89100]: cluster 2023-12-08T22:34:17.549903+0000 mgr.smithi003.nmmruw (mgr.14180) 151 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:19.678 INFO:teuthology.orchestra.run.smithi003.stdout:163208757265 2023-12-08T22:34:20.291 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757261 got 163208757265 for osd.7 2023-12-08T22:34:20.291 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-08T22:34:20.292 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph pg dump --format=json 2023-12-08T22:34:20.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:20 smithi003 conmon[83845]: cluster 2023-12-08T22:34:19.550180+0000 mgr.smithi003.nmmruw (mgr.14180) 152 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:20.467 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:20 smithi003 conmon[83845]: audit 2023-12-08T22:34:19.676344+0000 mon.smithi003 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.3:0/3235363106' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-08T22:34:20.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:20 smithi076 conmon[89100]: cluster 2023-12-08T22:34:19.550180+0000 mgr.smithi003.nmmruw (mgr.14180) 152 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:20.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:20 smithi076 conmon[89100]: audit 2023-12-08T22:34:19.676344+0000 mon.smithi003 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.3:0/3235363106' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-08T22:34:20.668 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/mon.smithi003/config 2023-12-08T22:34:22.639 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:34:22.640 INFO:teuthology.orchestra.run.smithi003.stderr:dumped all 2023-12-08T22:34:22.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:22 smithi003 conmon[83845]: cluster 2023-12-08T22:34:21. 2023-12-08T22:34:22.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:22 smithi003 conmon[83845]: 550675+0000 mgr.smithi003.nmmruw (mgr.14180) 153 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:22.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:22 smithi076 conmon[89100]: cluster 2023-12-08T22:34:21.550675+0000 mgr.smithi003.nmmruw (mgr.14180) 153 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:23.223 INFO:teuthology.orchestra.run.smithi003.stdout:{"pg_ready":true,"pg_map":{"version":135,"stamp":"2023-12-08T22:34:21.550413+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"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":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":2379892,"kb_used_data":3124,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548556,"statfs":{"total":767926730752,"available":765489721344,"internally_reserved":0,"allocated":3198976,"data_stored":1260498,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"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":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":40,"state":"active+clean","last_fresh":"2023-12-08T22:33:08.392148+0000","last_change":"2023-12-08T22:33:08.392148+0000","last_active":"2023-12-08T22:33:08.392148+0000","last_peered":"2023-12-08T22:33:08.392148+0000","last_clean":"2023-12-08T22:33:08.392148+0000","last_became_active":"2023-12-08T22:33:08.391810+0000","last_became_peered":"2023-12-08T22:33:08.391810+0000","last_unstale":"2023-12-08T22:33:08.392148+0000","last_undegraded":"2023-12-08T22:33:08.392148+0000","last_fullsized":"2023-12-08T22:33:08.392148+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-08T22:32:43.135239+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-08T22:32:43.135239+0000","last_clean_scrub_stamp":"2023-12-08T22:32:43.135239+0000","log_size":0,"ondisk_log_size":0,"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,"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},"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":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":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757265,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":157417,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Fri Dec 8 22:34:06 2023","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.53300000000000003},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.623}]},{"osd":1,"last update":"Fri Dec 8 22:34:06 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":1.0660000000000001,"5min":1.0660000000000001,"15min":1.0660000000000001},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"last":0.37}]},{"osd":2,"last update":"Fri Dec 8 22:34:06 2023","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.66800000000000004},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.59499999999999997}]},{"osd":3,"last update":"Fri Dec 8 22:34:06 2023","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.42399999999999999},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.40400000000000003}]},{"osd":4,"last update":"Fri Dec 8 22:34:06 2023","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.56499999999999995}]},{"osd":5,"last update":"Fri Dec 8 22:34:06 2023","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.1359999999999999,"5min":1.1359999999999999,"15min":1.1359999999999999},"last":0.45800000000000002},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.44600000000000001}]},{"osd":6,"last update":"Fri Dec 8 22:34:06 2023","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.57699999999999996}]}]},{"osd":5,"up_from":34,"seq":146028888083,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Fri Dec 8 22:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.56399999999999995}]},{"osd":1,"last update":"Fri Dec 8 22:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"last":0.35599999999999998},{"interface":"front","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.30299999999999999}]},{"osd":2,"last update":"Fri Dec 8 22:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.497},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.59199999999999997}]},{"osd":3,"last update":"Fri Dec 8 22:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.31900000000000001}]},{"osd":4,"last update":"Fri Dec 8 22:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.64900000000000002}]},{"osd":6,"last update":"Fri Dec 8 22:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.87,"5min":0.87,"15min":0.87},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.63200000000000001}]},{"osd":7,"last update":"Fri Dec 8 22:34:08 2023","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.373},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.38700000000000001}]}]},{"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":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":157417,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Fri Dec 8 22:33:44 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":1.0469999999999999,"5min":1.0469999999999999,"15min":1.0469999999999999},"last":0.502},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.61799999999999999}]},{"osd":2,"last update":"Fri Dec 8 22:33:44 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"last":0.69599999999999995},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.133,"5min":1.133,"15min":1.133},"last":0.53500000000000003}]},{"osd":3,"last update":"Fri Dec 8 22:33:52 2023","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.23000000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":1.0009999999999999,"5min":1.0009999999999999,"15min":1.0009999999999999},"last":0.30099999999999999},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.28699999999999998}]},{"osd":4,"last update":"Fri Dec 8 22:33:49 2023","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.101,"5min":1.101,"15min":1.101},"last":0.70899999999999996},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.54300000000000004}]},{"osd":5,"last update":"Fri Dec 8 22:34:02 2023","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.34499999999999997},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.32000000000000001}]},{"osd":6,"last update":"Fri Dec 8 22:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.72899999999999998},{"interface":"front","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":1.1659999999999999,"5min":1.1659999999999999,"15min":1.1659999999999999},"last":0.56799999999999995}]},{"osd":7,"last update":"Fri Dec 8 22:34:06 2023","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":1.075,"5min":1.075,"15min":1.075},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.371}]}]},{"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":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Fri Dec 8 22:33:47 2023","interfaces":[{"interface":"back","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.39400000000000002},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.371}]},{"osd":2,"last update":"Fri Dec 8 22:33:47 2023","interfaces":[{"interface":"back","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.35499999999999998}]},{"osd":3,"last update":"Fri Dec 8 22:33:53 2023","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.47099999999999997}]},{"osd":4,"last update":"Fri Dec 8 22:33:53 2023","interfaces":[{"interface":"back","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.438},{"interface":"front","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.48999999999999999}]},{"osd":5,"last update":"Fri Dec 8 22:34:00 2023","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.58199999999999996}]},{"osd":6,"last update":"Fri Dec 8 22:33:53 2023","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.52600000000000002},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.626}]},{"osd":7,"last update":"Fri Dec 8 22:34:06 2023","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.54400000000000004},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.79900000000000004}]}]},{"osd":2,"up_from":20,"seq":85899345942,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":157004,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Fri Dec 8 22:33:46 2023","interfaces":[{"interface":"back","average":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.502,"5min":0.502,"15min":0.502},"last":0.34899999999999998},{"interface":"front","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.36799999999999999}]},{"osd":1,"last update":"Fri Dec 8 22:33:46 2023","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.72899999999999998},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.76100000000000001}]},{"osd":3,"last update":"Fri Dec 8 22:33:50 2023","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.70999999999999996}]},{"osd":4,"last update":"Fri Dec 8 22:33:49 2023","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.41199999999999998}]},{"osd":5,"last update":"Fri Dec 8 22:34:01 2023","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":1.173,"5min":1.173,"15min":1.173},"last":0.61799999999999999},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.69199999999999995}]},{"osd":6,"last update":"Fri Dec 8 22:33:53 2023","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.54900000000000004}]},{"osd":7,"last update":"Fri Dec 8 22:34:07 2023","interfaces":[{"interface":"back","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.1539999999999999,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":0.73999999999999999},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.68300000000000005}]}]},{"osd":4,"up_from":25,"seq":107374182421,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Fri Dec 8 22:33:49 2023","interfaces":[{"interface":"back","average":{"1min":0.378,"5min":0.378,"15min":0.378},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.34399999999999997},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"last":0.36199999999999999}]},{"osd":1,"last update":"Fri Dec 8 22:33:49 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.59799999999999998},{"interface":"front","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.72299999999999998}]},{"osd":2,"last update":"Fri Dec 8 22:33:49 2023","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.497,"5min":0.497,"15min":0.497},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.42899999999999999}]},{"osd":3,"last update":"Fri Dec 8 22:33:52 2023","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.70799999999999996},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.746}]},{"osd":5,"last update":"Fri Dec 8 22:34:00 2023","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.65400000000000003},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.68600000000000005}]},{"osd":6,"last update":"Fri Dec 8 22:33:56 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.54200000000000004},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.38700000000000001}]},{"osd":7,"last update":"Fri Dec 8 22:34:06 2023","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.63800000000000001},{"interface":"front","average":{"1min":1.0629999999999999,"5min":1.0629999999999999,"15min":1.0629999999999999},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":7.9550000000000001,"5min":7.9550000000000001,"15min":7.9550000000000001},"last":0.67200000000000004}]}]},{"osd":3,"up_from":28,"seq":120259084310,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Fri Dec 8 22:33:52 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.48499999999999999}]},{"osd":1,"last update":"Fri Dec 8 22:33:52 2023","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.23000000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.41299999999999998}]},{"osd":2,"last update":"Fri Dec 8 22:33:52 2023","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.59199999999999997}]},{"osd":4,"last update":"Fri Dec 8 22:33:52 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.57199999999999995}]},{"osd":5,"last update":"Fri Dec 8 22:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.53900000000000003},{"interface":"front","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.51700000000000002}]},{"osd":6,"last update":"Fri Dec 8 22:33:52 2023","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.59899999999999998}]},{"osd":7,"last update":"Fri Dec 8 22:34:09 2023","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.95199999999999996,"5min":0.95199999999999996,"15min":0.95199999999999996},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.61799999999999999}]}]},{"osd":6,"up_from":30,"seq":128849018899,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Fri Dec 8 22:33:54 2023","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.33600000000000002},{"interface":"front","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.311}]},{"osd":1,"last update":"Fri Dec 8 22:33:54 2023","interfaces":[{"interface":"back","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.40000000000000002}]},{"osd":2,"last update":"Fri Dec 8 22:33:54 2023","interfaces":[{"interface":"back","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.375},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.36099999999999999}]},{"osd":3,"last update":"Fri Dec 8 22:33:54 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.38700000000000001},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.42199999999999999}]},{"osd":4,"last update":"Fri Dec 8 22:33:54 2023","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.34899999999999998}]},{"osd":5,"last update":"Fri Dec 8 22:33:59 2023","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.54600000000000004},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.53800000000000003}]},{"osd":7,"last update":"Fri Dec 8 22:34:07 2023","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.60599999999999998},{"interface":"front","average":{"1min":0.626,"5min":0.626,"15min":0.626},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.60099999999999998}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"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":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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-08T22:34:23.225 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph pg dump --format=json 2023-12-08T22:34:23.605 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/mon.smithi003/config 2023-12-08T22:34:23.881 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:23 smithi003 conmon[83845]: audit 2023-12-08T22:34:22.633807+0000 mgr.smithi003.nmmruw (mgr.14180) 154 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:34:23.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:23 smithi076 conmon[89100]: audit 2023-12-08T22:34:22.633807+0000 mgr.smithi003.nmmruw (mgr.14180) 154 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:34:24.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:24 smithi003 conmon[83845]: cluster 2023-12-08T22:34:23.551018+0000 mgr.smithi003.nmmruw (mgr.14180) 155 : cluster 2023-12-08T22:34:24.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:24 smithi003 conmon[83845]: [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:24.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:24 smithi076 conmon[89100]: cluster 2023-12-08T22:34:23.551018+0000 mgr.smithi003.nmmruw (mgr.14180) 155 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:25.372 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:34:25.373 INFO:teuthology.orchestra.run.smithi003.stderr:dumped all 2023-12-08T22:34:26.099 INFO:teuthology.orchestra.run.smithi003.stdout:{"pg_ready":true,"pg_map":{"version":136,"stamp":"2023-12-08T22:34:23.550840+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"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":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":2379892,"kb_used_data":3124,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548556,"statfs":{"total":767926730752,"available":765489721344,"internally_reserved":0,"allocated":3198976,"data_stored":1260498,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"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":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":40,"state":"active+clean","last_fresh":"2023-12-08T22:33:08.392148+0000","last_change":"2023-12-08T22:33:08.392148+0000","last_active":"2023-12-08T22:33:08.392148+0000","last_peered":"2023-12-08T22:33:08.392148+0000","last_clean":"2023-12-08T22:33:08.392148+0000","last_became_active":"2023-12-08T22:33:08.391810+0000","last_became_peered":"2023-12-08T22:33:08.391810+0000","last_unstale":"2023-12-08T22:33:08.392148+0000","last_undegraded":"2023-12-08T22:33:08.392148+0000","last_fullsized":"2023-12-08T22:33:08.392148+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-08T22:32:43.135239+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-08T22:32:43.135239+0000","last_clean_scrub_stamp":"2023-12-08T22:32:43.135239+0000","log_size":0,"ondisk_log_size":0,"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,"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},"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":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":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757266,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":157417,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Fri Dec 8 22:34:06 2023","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.33200000000000002},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.42499999999999999}]},{"osd":1,"last update":"Fri Dec 8 22:34:06 2023","interfaces":[{"interface":"back","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.217,"5min":0.217,"15min":0.217},"max":{"1min":1.0660000000000001,"5min":1.0660000000000001,"15min":1.0660000000000001},"last":0.28599999999999998},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"last":0.35299999999999998}]},{"osd":2,"last update":"Fri Dec 8 22:34:06 2023","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.438},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"last":0.44800000000000001}]},{"osd":3,"last update":"Fri Dec 8 22:34:06 2023","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"last":0.29699999999999999},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.40100000000000002}]},{"osd":4,"last update":"Fri Dec 8 22:34:06 2023","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.34100000000000003},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.41399999999999998}]},{"osd":5,"last update":"Fri Dec 8 22:34:06 2023","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.1359999999999999,"5min":1.1359999999999999,"15min":1.1359999999999999},"last":0.377},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.47799999999999998}]},{"osd":6,"last update":"Fri Dec 8 22:34:06 2023","interfaces":[{"interface":"back","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.45900000000000002},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.51900000000000002}]}]},{"osd":5,"up_from":34,"seq":146028888084,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Fri Dec 8 22:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.73699999999999999},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.72299999999999998}]},{"osd":1,"last update":"Fri Dec 8 22:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.498}]},{"osd":2,"last update":"Fri Dec 8 22:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.69799999999999995},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.78300000000000003}]},{"osd":3,"last update":"Fri Dec 8 22:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.435},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.309,"5min":0.309,"15min":0.309},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.56299999999999994}]},{"osd":4,"last update":"Fri Dec 8 22:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.76100000000000001},{"interface":"front","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.57999999999999996}]},{"osd":6,"last update":"Fri Dec 8 22:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.87,"5min":0.87,"15min":0.87},"last":0.59199999999999997},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.71099999999999997}]},{"osd":7,"last update":"Fri Dec 8 22:34:08 2023","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.60399999999999998}]}]},{"osd":1,"up_from":20,"seq":85899345944,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":157417,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Fri Dec 8 22:33:44 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":1.0469999999999999,"5min":1.0469999999999999,"15min":1.0469999999999999},"last":0.67700000000000005},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.64200000000000002}]},{"osd":2,"last update":"Fri Dec 8 22:33:44 2023","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.88700000000000001,"5min":0.88700000000000001,"15min":0.88700000000000001},"last":0.73199999999999998},{"interface":"front","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.133,"5min":1.133,"15min":1.133},"last":0.71699999999999997}]},{"osd":3,"last update":"Fri Dec 8 22:33:52 2023","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.23000000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":1.0009999999999999,"5min":1.0009999999999999,"15min":1.0009999999999999},"last":0.61699999999999999},{"interface":"front","average":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"min":{"1min":0.25,"5min":0.25,"15min":0.25},"max":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"last":0.54400000000000004}]},{"osd":4,"last update":"Fri Dec 8 22:33:49 2023","interfaces":[{"interface":"back","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.101,"5min":1.101,"15min":1.101},"last":0.752},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.68600000000000005}]},{"osd":5,"last update":"Fri Dec 8 22:34:02 2023","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.58599999999999997},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.65300000000000002}]},{"osd":6,"last update":"Fri Dec 8 22:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"last":0.69499999999999995},{"interface":"front","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":1.1659999999999999,"5min":1.1659999999999999,"15min":1.1659999999999999},"last":0.78000000000000003}]},{"osd":7,"last update":"Fri Dec 8 22:34:06 2023","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":1.075,"5min":1.075,"15min":1.075},"last":0.80000000000000004},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.77100000000000002}]}]},{"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":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Fri Dec 8 22:33:47 2023","interfaces":[{"interface":"back","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.68000000000000005},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.60399999999999998}]},{"osd":2,"last update":"Fri Dec 8 22:33:47 2023","interfaces":[{"interface":"back","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.24199999999999999,"5min":0.24199999999999999,"15min":0.24199999999999999},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.39700000000000002},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.36399999999999999}]},{"osd":3,"last update":"Fri Dec 8 22:33:53 2023","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.71299999999999997},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.61399999999999999}]},{"osd":4,"last update":"Fri Dec 8 22:33:53 2023","interfaces":[{"interface":"back","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.504}]},{"osd":5,"last update":"Fri Dec 8 22:34:00 2023","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.58299999999999996},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.66300000000000003}]},{"osd":6,"last update":"Fri Dec 8 22:33:53 2023","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.44800000000000001}]},{"osd":7,"last update":"Fri Dec 8 22:34:06 2023","interfaces":[{"interface":"back","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.69599999999999995},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.44,"5min":0.44,"15min":0.44},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.623}]}]},{"osd":2,"up_from":20,"seq":85899345943,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":157004,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Fri Dec 8 22:33:46 2023","interfaces":[{"interface":"back","average":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.502,"5min":0.502,"15min":0.502},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.33500000000000002}]},{"osd":1,"last update":"Fri Dec 8 22:33:46 2023","interfaces":[{"interface":"back","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.64200000000000002},{"interface":"front","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"last":0.51700000000000002}]},{"osd":3,"last update":"Fri Dec 8 22:33:50 2023","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.46800000000000003}]},{"osd":4,"last update":"Fri Dec 8 22:33:49 2023","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.40300000000000002}]},{"osd":5,"last update":"Fri Dec 8 22:34:01 2023","interfaces":[{"interface":"back","average":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":1.173,"5min":1.173,"15min":1.173},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.65400000000000003}]},{"osd":6,"last update":"Fri Dec 8 22:33:53 2023","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.497}]},{"osd":7,"last update":"Fri Dec 8 22:34:07 2023","interfaces":[{"interface":"back","average":{"1min":0.624,"5min":0.624,"15min":0.624},"min":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"max":{"1min":1.1539999999999999,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":0.69899999999999995},{"interface":"front","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.68899999999999995}]}]},{"osd":4,"up_from":25,"seq":107374182422,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Fri Dec 8 22:33:49 2023","interfaces":[{"interface":"back","average":{"1min":0.378,"5min":0.378,"15min":0.378},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.32900000000000001},{"interface":"front","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"last":0.34699999999999998}]},{"osd":1,"last update":"Fri Dec 8 22:33:49 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.77300000000000002},{"interface":"front","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.504}]},{"osd":2,"last update":"Fri Dec 8 22:33:49 2023","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.497,"5min":0.497,"15min":0.497},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.40000000000000002}]},{"osd":3,"last update":"Fri Dec 8 22:33:52 2023","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.39500000000000002,"5min":0.39500000000000002,"15min":0.39500000000000002},"max":{"1min":0.86799999999999999,"5min":0.86799999999999999,"15min":0.86799999999999999},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.71499999999999997}]},{"osd":5,"last update":"Fri Dec 8 22:34:00 2023","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.626},{"interface":"front","average":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.69499999999999995}]},{"osd":6,"last update":"Fri Dec 8 22:33:56 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.43099999999999999}]},{"osd":7,"last update":"Fri Dec 8 22:34:06 2023","interfaces":[{"interface":"back","average":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.66300000000000003},{"interface":"front","average":{"1min":1.0629999999999999,"5min":1.0629999999999999,"15min":1.0629999999999999},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":7.9550000000000001,"5min":7.9550000000000001,"15min":7.9550000000000001},"last":0.60499999999999998}]}]},{"osd":3,"up_from":28,"seq":120259084310,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Fri Dec 8 22:33:52 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.48499999999999999}]},{"osd":1,"last update":"Fri Dec 8 22:33:52 2023","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.23000000000000001,"5min":0.23000000000000001,"15min":0.23000000000000001},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.41299999999999998}]},{"osd":2,"last update":"Fri Dec 8 22:33:52 2023","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.77800000000000002,"5min":0.77800000000000002,"15min":0.77800000000000002},"last":0.59199999999999997}]},{"osd":4,"last update":"Fri Dec 8 22:33:52 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.57199999999999995}]},{"osd":5,"last update":"Fri Dec 8 22:33:57 2023","interfaces":[{"interface":"back","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.53900000000000003},{"interface":"front","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.88900000000000001,"5min":0.88900000000000001,"15min":0.88900000000000001},"last":0.51700000000000002}]},{"osd":6,"last update":"Fri Dec 8 22:33:52 2023","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"last":0.54900000000000004},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.76000000000000001,"5min":0.76000000000000001,"15min":0.76000000000000001},"last":0.59899999999999998}]},{"osd":7,"last update":"Fri Dec 8 22:34:09 2023","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.95199999999999996,"5min":0.95199999999999996,"15min":0.95199999999999996},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.76400000000000001},"last":0.61799999999999999}]}]},{"osd":6,"up_from":30,"seq":128849018900,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157732,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Fri Dec 8 22:33:54 2023","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.46100000000000002}]},{"osd":1,"last update":"Fri Dec 8 22:33:54 2023","interfaces":[{"interface":"back","average":{"1min":0.499,"5min":0.499,"15min":0.499},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.67600000000000005},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.58599999999999997}]},{"osd":2,"last update":"Fri Dec 8 22:33:54 2023","interfaces":[{"interface":"back","average":{"1min":0.434,"5min":0.434,"15min":0.434},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.497},{"interface":"front","average":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.52000000000000002}]},{"osd":3,"last update":"Fri Dec 8 22:33:54 2023","interfaces":[{"interface":"back","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.76800000000000002,"5min":0.76800000000000002,"15min":0.76800000000000002},"last":0.63700000000000001}]},{"osd":4,"last update":"Fri Dec 8 22:33:54 2023","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.50600000000000001}]},{"osd":5,"last update":"Fri Dec 8 22:33:59 2023","interfaces":[{"interface":"back","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"last":0.61699999999999999},{"interface":"front","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.74199999999999999}]},{"osd":7,"last update":"Fri Dec 8 22:34:07 2023","interfaces":[{"interface":"back","average":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.626,"5min":0.626,"15min":0.626},"min":{"1min":0.45800000000000002,"5min":0.45800000000000002,"15min":0.45800000000000002},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.71799999999999997}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"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":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":0,"data_stored":0,"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":0,"data_stored":0,"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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-12-08T22:34:26.100 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-08T22:34:26.100 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-08T22:34:26.101 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-08T22:34:26.101 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph health --format=json 2023-12-08T22:34:26.483 INFO:teuthology.orchestra.run.smithi003.stderr:Inferring config /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/mon.smithi003/config 2023-12-08T22:34:26.929 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:26 smithi003 conmon[83845]: audit 2023-12-08T22:34:25.366984+0000 mgr.smithi003.nmmruw (mgr.14180) 156 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:34:26.929 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:26 smithi003 conmon[83845]: cluster 2023-12-08T22:34:25.551372+0000 mgr.smithi003.nmmruw (mgr.14180) 157 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:26.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:26 smithi076 conmon[89100]: audit 2023-12-08T22:34:25.366984+0000 mgr.smithi003.nmmruw (mgr. 2023-12-08T22:34:26.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:26 smithi076 conmon[89100]: 14180) 156 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:34:26.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:26 smithi076 conmon[89100]: cluster 2023-12-08T22:34:25.551372+0000 mgr.smithi003.nmmruw (mgr.14180) 157 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:28.311 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:34:28.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:28 smithi003 conmon[83845]: cluster 2023-12-08T22:34:27.551706+0000 mgr.smithi003.nmmruw (mgr.14180) 158 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:28.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:28 smithi003 conmon[83845]: audit 2023-12-08T22:34:28.235268+0000 mon.smithi003 (mon.0) 599 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:34:28.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:28 smithi003 conmon[83845]: audit 2023-12-08T22:34:28.309337+0000 mon.smithi003 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.3:0/2312265263' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T22:34:28.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:28 smithi076 conmon[89100]: cluster 2023-12-08T22:34:27.551706+0000 mgr.smithi003.nmmruw (mgr.14180 2023-12-08T22:34:28.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:28 smithi076 conmon[89100]: ) 158 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:28.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:28 smithi076 conmon[89100]: audit 2023-12-08T22:34:28.235268+0000 mon.smithi003 (mon.0) 599 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:34:28.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:28 smithi076 conmon[89100]: audit 2023-12-08T22:34:28.309337+0000 mon.smithi003 (mon.0) 600 : audit [DBG] from='client.? 172.21.15.3:0/2312265263' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-08T22:34:29.046 INFO:teuthology.orchestra.run.smithi003.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-08T22:34:29.046 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-08T22:34:29.047 INFO:tasks.cephadm:Setup complete, yielding 2023-12-08T22:34:29.047 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-08T22:34:29.065 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi003.front.sepia.ceph.com 2023-12-08T22:34:29.065 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- bash -c 'ceph orch status' 2023-12-08T22:34:30.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:30 smithi003 conmon[83845]: cluster 2023-12-08T22:34:29.552013 2023-12-08T22:34:30.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:30 smithi003 conmon[83845]: +0000 mgr.smithi003.nmmruw (mgr.14180) 159 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:30.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:30 smithi003 conmon[83845]: audit 2023-12-08T22:34:30.043414+0000 mon.smithi003 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:34:30.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:30 smithi076 conmon[89100]: cluster 2023-12-08T22:34:29.552013+0000 mgr.smithi003.nmmruw (mgr.14180) 159 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:30.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:30 smithi076 conmon[89100]: audit 2023-12-08T22:34:30.043414+0000 mon.smithi003 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:34:31.885 INFO:teuthology.orchestra.run.smithi003.stdout:Backend: cephadm 2023-12-08T22:34:31.885 INFO:teuthology.orchestra.run.smithi003.stdout:Available: Yes 2023-12-08T22:34:31.886 INFO:teuthology.orchestra.run.smithi003.stdout:Paused: No 2023-12-08T22:34:32.546 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-08T22:34:32.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:32 smithi003 conmon[83845]: cluster 2023-12-08T22:34:31.552297+0000 mgr.smithi003.nmmruw (mgr.14180) 160 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:32.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:32 smithi003 conmon[83845]: audit 2023-12-08T22:34:31.883461+0000 mgr.smithi003.nmmruw (mgr.14180) 161 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:34:32.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:32 smithi076 conmon[89100]: cluster 2023-12-08T22:34:31.552297+0000 mgr.smithi003.nmmruw (mgr.14180) 160 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:32.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:32 smithi076 conmon[89100]: 2023-12-08T22:34:32.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:32 smithi076 conmon[89100]: audit 2023-12-08T22:34:31.883461+0000 mgr.smithi003.nmmruw (mgr.14180) 161 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:34:34.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:34 smithi003 conmon[83845]: cluster 2023-12-08T22: 2023-12-08T22:34:34.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:34 smithi003 conmon[83845]: 34:33.552798+0000 mgr.smithi003.nmmruw (mgr.14180) 162 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:34.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:34 smithi076 conmon[89100]: cluster 2023-12-08T22:34:33.552798+0000 mgr.smithi003.nmmruw (mgr.14180) 162 : cluster 2023-12-08T22:34:34.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:34 smithi076 conmon[89100]: [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:35.203 INFO:teuthology.orchestra.run.smithi003.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-08T22:34:35.204 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager.smithi003 smithi003 *:9093,9094 running (2m) 0s ago 4m 25.4M - 0.23.0 ba2b418f427c 83935c4fd6f1 2023-12-08T22:34:35.204 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi003 smithi003 running (4m) 0s ago 4m 7302k - 16.2.14-365-g451ceae1 03b62e1f94c4 a4e55ff41c94 2023-12-08T22:34:35.204 INFO:teuthology.orchestra.run.smithi003.stdout:crash.smithi076 smithi076 running (3m) 5s ago 3m 7448k - 16.2.14-365-g451ceae1 03b62e1f94c4 6373af5826cb 2023-12-08T22:34:35.204 INFO:teuthology.orchestra.run.smithi003.stdout:grafana.smithi003 smithi003 *:3000 running (2m) 0s ago 3m 54.1M - 8.3.5 dad864ee21e9 e7b6b79e5530 2023-12-08T22:34:35.204 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi003.nmmruw smithi003 *:9283 running (5m) 0s ago 5m 451M - 16.2.14-365-g451ceae1 03b62e1f94c4 1bdc35d5bd33 2023-12-08T22:34:35.204 INFO:teuthology.orchestra.run.smithi003.stdout:mgr.smithi076.cmgkdi smithi076 *:8443,9283 running (3m) 5s ago 3m 393M - 16.2.14-365-g451ceae1 03b62e1f94c4 6d22f0967f56 2023-12-08T22:34:35.204 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi003 smithi003 running (5m) 0s ago 5m 91.2M 2048M 16.2.14-365-g451ceae1 03b62e1f94c4 40f2d2161fce 2023-12-08T22:34:35.204 INFO:teuthology.orchestra.run.smithi003.stdout:mon.smithi076 smithi076 running (3m) 5s ago 3m 81.7M 2048M 16.2.14-365-g451ceae1 03b62e1f94c4 2b3bda70de42 2023-12-08T22:34:35.204 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi003 smithi003 *:9100 running (3m) 0s ago 3m 26.1M - 1.3.1 1dbe0e931976 a1baca12a490 2023-12-08T22:34:35.204 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter.smithi076 smithi076 *:9100 running (3m) 5s ago 3m 24.7M - 1.3.1 1dbe0e931976 2eccb9b943d9 2023-12-08T22:34:35.204 INFO:teuthology.orchestra.run.smithi003.stdout:osd.0 smithi076 running (2m) 5s ago 2m 38.2M 4004M 16.2.14-365-g451ceae1 03b62e1f94c4 b78190f1b235 2023-12-08T22:34:35.204 INFO:teuthology.orchestra.run.smithi003.stdout:osd.1 smithi003 running (118s) 0s ago 118s 40.8M 3237M 16.2.14-365-g451ceae1 03b62e1f94c4 d2b1dd85043a 2023-12-08T22:34:35.205 INFO:teuthology.orchestra.run.smithi003.stdout:osd.2 smithi076 running (119s) 5s ago 118s 38.1M 4004M 16.2.14-365-g451ceae1 03b62e1f94c4 3b592dadc9f6 2023-12-08T22:34:35.205 INFO:teuthology.orchestra.run.smithi003.stdout:osd.3 smithi003 running (111s) 0s ago 111s 36.0M 3237M 16.2.14-365-g451ceae1 03b62e1f94c4 60f065e3c3c3 2023-12-08T22:34:35.205 INFO:teuthology.orchestra.run.smithi003.stdout:osd.4 smithi076 running (113s) 5s ago 113s 34.7M 4004M 16.2.14-365-g451ceae1 03b62e1f94c4 92ed725afbab 2023-12-08T22:34:35.205 INFO:teuthology.orchestra.run.smithi003.stdout:osd.5 smithi003 running (103s) 0s ago 103s 36.8M 3237M 16.2.14-365-g451ceae1 03b62e1f94c4 827b570bd456 2023-12-08T22:34:35.205 INFO:teuthology.orchestra.run.smithi003.stdout:osd.6 smithi076 running (108s) 5s ago 108s 36.5M 4004M 16.2.14-365-g451ceae1 03b62e1f94c4 06f8151171b4 2023-12-08T22:34:35.205 INFO:teuthology.orchestra.run.smithi003.stdout:osd.7 smithi003 running (96s) 0s ago 95s 35.5M 3237M 16.2.14-365-g451ceae1 03b62e1f94c4 00f24cfe3a92 2023-12-08T22:34:35.205 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus.smithi003 smithi003 *:9095 running (2m) 0s ago 3m 54.6M - 2.33.4 514e6a882f6e 53acc4e7280d 2023-12-08T22:34:35.870 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-08T22:34:35.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:35 smithi003 conmon[83845]: audit 2023-12-08T22:34:34.678307+0000 mon.smithi003 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:34:35.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:35 smithi003 conmon[83845]: audit 2023-12-08T22:34:35.022561+0000 mon.smithi003 (mon.0) 603 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:34:35.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:35 smithi003 conmon[83845]: audit 2023-12-08T22:34:35.023364+0000 mon.smithi003 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:34:35.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:35 smithi003 conmon[83845]: audit 2023-12-08T22:34:35.027880+0000 mon.smithi003 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:34:35.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:35 smithi003 conmon[83845]: audit 2023-12-08T22:34:35.032064+0000 mon.smithi003 (mon.0) 606 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T22:34:35.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:35 smithi076 conmon[89100]: audit 2023-12-08T22:34:34.678307+0000 mon.smithi003 (mon.0) 602 : audit 2023-12-08T22:34:35.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:35 smithi076 conmon[89100]: [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:34:35.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:35 smithi076 conmon[89100]: audit 2023-12-08T22:34:35.022561+0000 mon.smithi003 (mon.0) 603 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:34:35.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:35 smithi076 conmon[89100]: audit 2023-12-08T22: 2023-12-08T22:34:35.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:35 smithi076 conmon[89100]: 34:35.023364+0000 mon.smithi003 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:34:35.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:35 smithi076 conmon[89100]: audit 2023-12-08T22:34: 2023-12-08T22:34:35.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:35 smithi076 conmon[89100]: 35.027880+0000 mon.smithi003 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:34:35.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:35 smithi076 conmon[89100]: audit 2023-12-08T22:34:35.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:35 smithi076 conmon[89100]: 2023-12-08T22:34:35.032064+0000 mon.smithi003 (mon.0 2023-12-08T22:34:35.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:35 smithi076 conmon[89100]: ) 606 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T22:34:36.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:36 smithi003 conmon[83845]: audit 2023-12-08T22:34:35.194127+0000 mgr.smithi003.nmmruw 2023-12-08T22:34:36.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:36 smithi003 conmon[83845]: (mgr.14180) 163 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:34:36.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:36 smithi003 conmon[83845]: cluster 2023-12-08T22:34:35.553207+0000 mgr.smithi003.nmmruw (mgr.14180) 164 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:36.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:36 smithi076 conmon[89100]: audit 2023-12-08T22:34:35.194127+0000 mgr.smithi003.nmmruw (mgr.14180) 163 : audit 2023-12-08T22:34:36.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:36 smithi076 conmon[89100]: [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:34:36.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:36 smithi076 conmon[89100]: cluster 2023-12-08T22:34:35.553207+0000 mgr.smithi003.nmmruw (mgr.14180) 164 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:37.964 INFO:teuthology.orchestra.run.smithi003.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-08T22:34:37.964 INFO:teuthology.orchestra.run.smithi003.stdout:alertmanager ?:9093,9094 1/1 3s ago 4m count:1 2023-12-08T22:34:37.964 INFO:teuthology.orchestra.run.smithi003.stdout:crash 2/2 7s ago 5m * 2023-12-08T22:34:37.964 INFO:teuthology.orchestra.run.smithi003.stdout:grafana ?:3000 1/1 3s ago 4m count:1 2023-12-08T22:34:37.964 INFO:teuthology.orchestra.run.smithi003.stdout:mgr 2/2 7s ago 5m count:2 2023-12-08T22:34:37.964 INFO:teuthology.orchestra.run.smithi003.stdout:mon 2/2 7s ago 3m smithi003:172.21.15.3=smithi003;smithi076:172.21.15.76=smithi076;count:2 2023-12-08T22:34:37.965 INFO:teuthology.orchestra.run.smithi003.stdout:node-exporter ?:9100 2/2 7s ago 4m * 2023-12-08T22:34:37.965 INFO:teuthology.orchestra.run.smithi003.stdout:osd.all-available-devices 8 7s ago 3m * 2023-12-08T22:34:37.965 INFO:teuthology.orchestra.run.smithi003.stdout:prometheus ?:9095 1/1 3s ago 5m count:1 2023-12-08T22:34:38.691 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-08T22:34:38.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:38 smithi003 conmon[83845]: cluster 2023-12-08T22:34:37.553597+0000 mgr.smithi003.nmmruw (mgr.14180) 165 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:38.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:38 smithi076 conmon[89100]: cluster 2023-12-08T22:34:37.553597+0000 mgr.smithi003.nmmruw (mgr.14180) 165 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:39.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:39 smithi003 conmon[83845]: audit 2023-12-08T22:34:37. 2023-12-08T22:34:39.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:39 smithi003 conmon[83845]: 958346+0000 mgr.smithi003.nmmruw (mgr.14180) 166 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:34:39.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:39 smithi076 conmon[89100]: audit 2023-12-08T22:34:37.958346+0000 mgr.smithi003.nmmruw (mgr.14180) 166 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:34:40.786 INFO:teuthology.orchestra.run.smithi003.stdout:HOST ADDR LABELS STATUS 2023-12-08T22:34:40.786 INFO:teuthology.orchestra.run.smithi003.stdout:smithi003 172.21.15.3 2023-12-08T22:34:40.786 INFO:teuthology.orchestra.run.smithi003.stdout:smithi076 172.21.15.76 2023-12-08T22:34:40.786 INFO:teuthology.orchestra.run.smithi003.stdout:2 hosts in cluster 2023-12-08T22:34:40.953 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:40 smithi003 conmon[83845]: cluster 2023-12-08T22:34:39.554054+0000 mgr.smithi003.nmmruw (mgr.14180) 167 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:40.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:40 smithi076 conmon[89100]: cluster 2023-12-08T22:34:39.554054+0000 mgr.smithi003.nmmruw (mgr.14180) 167 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:41.395 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-08T22:34:41.949 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:41 smithi003 conmon[83845]: audit 2023-12-08T22:34:40.783565 2023-12-08T22:34:41.949 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:41 smithi003 conmon[83845]: +0000 mgr.smithi003.nmmruw (mgr.14180) 168 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:34:41.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:41 smithi076 conmon[89100]: audit 2023-12-08T22:34:40.783565+0000 mgr.smithi003.nmmruw (mgr.14180) 168 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:34:42.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:42 smithi003 conmon[83845]: cluster 2023-12-08T22:34:41.554408+0000 mgr.smithi003.nmmruw (mgr.14180 2023-12-08T22:34:42.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:42 smithi003 conmon[83845]: ) 169 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:42.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:42 smithi076 conmon[89100]: cluster 2023-12-08T22:34:41.554408+0000 mgr.smithi003.nmmruw (mgr.14180) 169 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:43.390 INFO:teuthology.orchestra.run.smithi003.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-08T22:34:43.390 INFO:teuthology.orchestra.run.smithi003.stdout:smithi003 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT5330009Z400BGN 372G 87s ago LVM detected, locked 2023-12-08T22:34:43.391 INFO:teuthology.orchestra.run.smithi003.stdout:smithi003 /dev/nvme1n1 ssd Linux_7596221bf3da60055265 89.4G 87s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:34:43.391 INFO:teuthology.orchestra.run.smithi003.stdout:smithi003 /dev/nvme2n1 ssd Linux_5d2db38dfd483c005358 89.4G 87s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:34:43.391 INFO:teuthology.orchestra.run.smithi003.stdout:smithi003 /dev/nvme3n1 ssd Linux_4af2aed0aa97fd7a76ec 89.4G 87s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:34:43.391 INFO:teuthology.orchestra.run.smithi003.stdout:smithi003 /dev/nvme4n1 ssd Linux_1da328c8e0aac220fbd2 89.4G 87s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:34:43.391 INFO:teuthology.orchestra.run.smithi003.stdout:smithi076 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400U4400BGN 372G 94s ago LVM detected, locked 2023-12-08T22:34:43.391 INFO:teuthology.orchestra.run.smithi003.stdout:smithi076 /dev/nvme1n1 ssd Linux_f883963a2c482bc974d3 89.4G 94s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:34:43.391 INFO:teuthology.orchestra.run.smithi003.stdout:smithi076 /dev/nvme2n1 ssd Linux_1e32f61cffae746a77a1 89.4G 94s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:34:43.391 INFO:teuthology.orchestra.run.smithi003.stdout:smithi076 /dev/nvme3n1 ssd Linux_24d9d62cf7fec2787a86 89.4G 94s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:34:43.391 INFO:teuthology.orchestra.run.smithi003.stdout:smithi076 /dev/nvme4n1 ssd Linux_1f01c4b8d42686c82361 89.4G 94s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:34:44.095 INFO:teuthology.run_tasks:Running task vip... 2023-12-08T22:34:44.105 INFO:tasks.vip:Allocating static IPs for each host... 2023-12-08T22:34:44.105 INFO:tasks.vip:peername 172.21.15.3 2023-12-08T22:34:44.108 INFO:tasks.vip:172.21.15.3 in 172.21.0.0/20, pos 3842 2023-12-08T22:34:44.112 INFO:tasks.vip:smithi003.front.sepia.ceph.com static 10.0.15.3, vnet 10.0.0.0/16 2023-12-08T22:34:44.112 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-12-08T22:34:44.112 DEBUG:teuthology.orchestra.run.smithi003:> sudo ip route ls 2023-12-08T22:34:44.141 INFO:teuthology.orchestra.run.smithi003.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2023-12-08T22:34:44.141 INFO:teuthology.orchestra.run.smithi003.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.3 metric 100 2023-12-08T22:34:44.143 INFO:tasks.vip:Configuring 10.0.15.3 on smithi003.front.sepia.ceph.com iface ens1f0... 2023-12-08T22:34:44.143 DEBUG:teuthology.orchestra.run.smithi003:> sudo ip addr add 10.0.15.3/16 dev ens1f0 2023-12-08T22:34:44.209 INFO:tasks.vip:peername 172.21.15.76 2023-12-08T22:34:44.212 INFO:tasks.vip:172.21.15.76 in 172.21.0.0/20, pos 3915 2023-12-08T22:34:44.216 INFO:tasks.vip:smithi076.front.sepia.ceph.com static 10.0.15.76, vnet 10.0.0.0/16 2023-12-08T22:34:44.216 DEBUG:teuthology.orchestra.run.smithi076:> sudo ip route ls 2023-12-08T22:34:44.250 INFO:teuthology.orchestra.run.smithi076.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-12-08T22:34:44.250 INFO:teuthology.orchestra.run.smithi076.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.76 metric 100 2023-12-08T22:34:44.251 INFO:tasks.vip:Configuring 10.0.15.76 on smithi076.front.sepia.ceph.com iface enp3s0f1... 2023-12-08T22:34:44.251 DEBUG:teuthology.orchestra.run.smithi076:> sudo ip addr add 10.0.15.76/16 dev enp3s0f1 2023-12-08T22:34:44.322 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-08T22:34:44.331 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi003.front.sepia.ceph.com 2023-12-08T22:34:44.331 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2023-12-08T22:34:44.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:44 smithi003 conmon[83845]: audit 2023-12-08T22:34:43.386378+0000 mgr.smithi003.nmmruw (mgr.14180) 170 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:34:44.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:44 smithi003 conmon[83845]: cluster 2023-12-08T22:34:43.554700+0000 mgr.smithi003.nmmruw (mgr.14180) 171 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:44.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:44 smithi076 conmon[89100]: audit 2023-12-08T22:34:43.386378+0000 mgr.smithi003.nmmruw (mgr.14180) 170 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:34:44.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:44 smithi076 conmon[89100]: cluster 2023-12-08T22:34:43.554700+0000 mgr.smithi003.nmmruw (mgr.14180) 171 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:46.361 INFO:teuthology.orchestra.run.smithi003.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-08T22:34:46.362 INFO:teuthology.orchestra.run.smithi003.stdout:smithi003 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT5330009Z400BGN 372G 90s ago LVM detected, locked 2023-12-08T22:34:46.362 INFO:teuthology.orchestra.run.smithi003.stdout:smithi003 /dev/nvme1n1 ssd Linux_7596221bf3da60055265 89.4G 90s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:34:46.362 INFO:teuthology.orchestra.run.smithi003.stdout:smithi003 /dev/nvme2n1 ssd Linux_5d2db38dfd483c005358 89.4G 90s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:34:46.362 INFO:teuthology.orchestra.run.smithi003.stdout:smithi003 /dev/nvme3n1 ssd Linux_4af2aed0aa97fd7a76ec 89.4G 90s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:34:46.362 INFO:teuthology.orchestra.run.smithi003.stdout:smithi003 /dev/nvme4n1 ssd Linux_1da328c8e0aac220fbd2 89.4G 90s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:34:46.362 INFO:teuthology.orchestra.run.smithi003.stdout:smithi076 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400U4400BGN 372G 97s ago LVM detected, locked 2023-12-08T22:34:46.362 INFO:teuthology.orchestra.run.smithi003.stdout:smithi076 /dev/nvme1n1 ssd Linux_f883963a2c482bc974d3 89.4G 97s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:34:46.362 INFO:teuthology.orchestra.run.smithi003.stdout:smithi076 /dev/nvme2n1 ssd Linux_1e32f61cffae746a77a1 89.4G 97s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:34:46.362 INFO:teuthology.orchestra.run.smithi003.stdout:smithi076 /dev/nvme3n1 ssd Linux_24d9d62cf7fec2787a86 89.4G 97s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:34:46.362 INFO:teuthology.orchestra.run.smithi003.stdout:smithi076 /dev/nvme4n1 ssd Linux_1f01c4b8d42686c82361 89.4G 97s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-08T22:34:46.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:46 smithi003 conmon[83845]: cluster 2023-12-08T22:34:45.555082+0000 mgr.smithi003.nmmruw (mgr.14180) 172 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:46.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:46 smithi003 conmon[83845]: audit 2023-12-08T22:34:46.373962+0000 mon.smithi003 (mon.0) 607 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:34:46.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:46 smithi076 conmon[89100]: cluster 2023-12-08T22:34:45.555082+0000 mgr.smithi003.nmmruw (mgr.14180) 172 : 2023-12-08T22:34:46.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:46 smithi076 conmon[89100]: cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:46.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:46 smithi076 conmon[89100]: audit 2023-12-08T22:34:46.373962+0000 mon.smithi003 (mon.0) 607 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-08T22:34:47.009 INFO:teuthology.run_tasks:Running task cephadm.apply... 2023-12-08T22:34:47.021 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.3/16' 2023-12-08T22:34:47.021 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph orch apply -i - 2023-12-08T22:34:47.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:47 smithi003 conmon[83845]: audit 2023-12-08T22:34:46.357600+0000 mgr.smithi003.nmmruw (mgr.14180) 173 : audit 2023-12-08T22:34:47.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:47 smithi003 conmon[83845]: [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:34:47.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:47 smithi076 conmon[89100]: audit 2023-12-08T22:34:46.357600+0000 mgr.smithi003.nmmruw (mgr. 2023-12-08T22:34:47.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:47 smithi076 conmon[89100]: 14180) 173 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:34:48.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:48 smithi003 conmon[83845]: cluster 2023-12-08T22:34:47.555589+0000 mgr.smithi003.nmmruw 2023-12-08T22:34:48.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:48 smithi003 conmon[83845]: (mgr.14180) 174 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:48.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:48 smithi003 conmon[83845]: audit 2023-12-08T22:34:48.200450+0000 mon.smithi003 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:34:48.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:48 smithi076 conmon[89100]: cluster 2023-12-08T22:34:47.555589+0000 mgr.smithi003.nmmruw (mgr.14180) 174 : cluster [DBG] 2023-12-08T22:34:48.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:48 smithi076 conmon[89100]: pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:48.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:48 smithi076 conmon[89100]: audit 2023-12-08T22:34:48.200450+0000 mon.smithi003 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:34:49.725 INFO:teuthology.orchestra.run.smithi003.stdout:Scheduled rgw.foo update... 2023-12-08T22:34:49.726 INFO:teuthology.orchestra.run.smithi003.stdout:Scheduled ingress.rgw.foo update... 2023-12-08T22:34:50.901 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-08T22:34:50.917 INFO:tasks.cephadm:Waiting for ceph service rgw.foo to start (timeout 300)... 2023-12-08T22:34:50.918 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:34:50.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:50 smithi076 conmon[89100]: cluster 2023-12-08T22:34:49.555886+0000 mgr.smithi003.nmmruw (mgr.14180) 175 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:50.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:50 smithi076 conmon[89100]: audit 2023-12-08T22:34:49.708326+0000 mgr.smithi003.nmmruw (mgr.14180) 176 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:34:50.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:50 smithi076 conmon[89100]: cephadm 2023-12-08T22:34:49.712376+0000 mgr.smithi003.nmmruw (mgr.14180) 177 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-12-08T22:34:50.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:50 smithi076 conmon[89100]: audit 2023-12-08T22:34:49.717133+0000 mon.smithi003 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:34:50.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:50 smithi076 conmon[89100]: cephadm 2023-12-08T22:34:49.718101+0000 mgr.smithi003.nmmruw (mgr.14180) 178 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2023-12-08T22:34:50.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:50 smithi076 conmon[89100]: audit 2023-12-08T22:34:49.723653+0000 mon.smithi003 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:34:51.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:50 smithi003 conmon[83845]: cluster 2023-12-08T22:34:49.555886+0000 mgr.smithi003.nmmruw 2023-12-08T22:34:51.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:50 smithi003 conmon[83845]: (mgr.14180) 175 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:51.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:50 smithi003 conmon[83845]: audit 2023-12-08T22:34:49.708326+0000 mgr.smithi003.nmmruw (mgr.14180) 176 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-12-08T22:34:51.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:50 smithi003 conmon[83845]: cephadm 2023-12-08T22:34:49.712376+0000 mgr.smithi003.nmmruw (mgr.14180) 177 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-12-08T22:34:51.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:50 smithi003 conmon[83845]: audit 2023-12-08T22:34:49.717133+0000 mon.smithi003 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:34:51.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:50 smithi003 conmon[83845]: cephadm 2023-12-08T22:34:49.718101+0000 mgr.smithi003.nmmruw (mgr.14180) 178 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2023-12-08T22:34:51.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:50 smithi003 conmon[83845]: audit 2023-12-08T22:34:49.723653+0000 mon.smithi003 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:34:52.913 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:52 smithi003 conmon[83845]: audit 2023-12-08T22:34:51.483962+0000 mon.smithi003 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:34:52.913 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:52 smithi003 conmon[83845]: cluster 2023-12-08T22:34:51.556261+0000 mgr.smithi003.nmmruw (mgr.14180) 179 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:52.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:52 smithi076 conmon[89100]: audit 2023-12-08T22:34:51.483962+0000 mon.smithi003 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:34:52.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:52 smithi076 conmon[89100]: cluster 2023-12-08T22:34:51.556261+0000 mgr.smithi003.nmmruw (mgr.14180) 179 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:53.374 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:34:53.374 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:29:40.613763Z", "last_refresh": "2023-12-08T22:34:52.980863Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:29:34.527828Z", "last_refresh": "2023-12-08T22:34:48.194922Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:29:37.975964Z", "last_refresh": "2023-12-08T22:34:52.981002Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:34:49.723869Z 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", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.3/16"}, "status": {"created": "2023-12-08T22:34:49.718111Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.3/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:29:33.068852Z", "last_refresh": "2023-12-08T22:34:48.195067Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:31:04.115160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:31:04.112503Z", "last_refresh": "2023-12-08T22:34:48.195142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:29:39.304675Z", "last_refresh": "2023-12-08T22:34:48.195210Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:31:35.820436Z 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": "2023-12-08T22:31:35.817191Z", "last_refresh": "2023-12-08T22:34:48.195275Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:29:36.311900Z", "last_refresh": "2023-12-08T22:34:52.981125Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:34:49.717747Z 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": "2023-12-08T22:34:49.713803Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T22:34:54.261 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:53 smithi003 conmon[83845]: audit 2023-12-08T22:34:52.986595+0000 mon.smithi003 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:34:54.261 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:53 smithi003 conmon[83845]: audit 2023-12-08T22:34:53.366078+0000 mgr.smithi003.nmmruw (mgr.14180) 180 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:34:54.261 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:53 smithi003 conmon[83845]: cluster 2023-12-08T22:34:53.556706+0000 mgr.smithi003.nmmruw (mgr.14180) 181 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:54.287 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T22:34:54.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:53 smithi076 conmon[89100]: audit 2023-12-08T22:34:52.986595+0000 mon.smithi003 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:34:54.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:53 smithi076 conmon[89100]: audit 2023-12-08T22:34:53.366078+0000 mgr.smithi003.nmmruw (mgr.14180) 180 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:34:54.470 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:53 smithi076 conmon[89100]: cluster 2023-12-08T22:34:53.556706+0000 mgr.smithi003.nmmruw (mgr.14180) 181 2023-12-08T22:34:54.471 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:53 smithi076 conmon[89100]: : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:55.287 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:34:56.793 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:56 smithi003 conmon[83845]: cluster 2023-12-08T22:34:55.557049+0000 mgr.smithi003.nmmruw (mgr.14180) 182 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:56.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:56 smithi076 conmon[89100]: cluster 2023-12-08T22:34:55.557049+0000 mgr.smithi003.nmmruw (mgr.14180) 182 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:57.942 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:34:57.942 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:29:40.613763Z", "last_refresh": "2023-12-08T22:34:52.980863Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:29:34.527828Z", "last_refresh": "2023-12-08T22:34:48.194922Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:29:37.975964Z", "last_refresh": "2023-12-08T22:34:52.981002Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:34:49.723869Z 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", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.3/16"}, "status": {"created": "2023-12-08T22:34:49.718111Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.3/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:29:33.068852Z", "last_refresh": "2023-12-08T22:34:48.195067Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:31:04.115160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:31:04.112503Z", "last_refresh": "2023-12-08T22:34:48.195142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:29:39.304675Z", "last_refresh": "2023-12-08T22:34:48.195210Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:31:35.820436Z 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": "2023-12-08T22:31:35.817191Z", "last_refresh": "2023-12-08T22:34:48.195275Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:29:36.311900Z", "last_refresh": "2023-12-08T22:34:52.981125Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:34:49.717747Z 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": "2023-12-08T22:34:57.628331Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T22:34:58.671 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T22:34:58.944 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:58 smithi076 conmon[89100]: cluster 2023-12-08T22:34:57.557399+0000 mgr.smithi003.nmmruw (mgr.14180 2023-12-08T22:34:58.944 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:58 smithi076 conmon[89100]: ) 183 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:58.944 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:58 smithi076 conmon[89100]: audit 2023-12-08T22:34:57.611335+0000 mon.smithi003 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:34:58.944 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:58 smithi076 conmon[89100]: audit 2023-12-08T22:34:57.612180+0000 mon.smithi003 (mon.0) 614 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:34:58.944 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:58 smithi076 conmon[89100]: audit 2023-12-08T22:34:57.612851+0000 mon.smithi003 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:34:58.944 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:58 smithi076 conmon[89100]: audit 2023-12-08T22:34:57.620822+0000 mon.smithi003 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:34:58.945 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:58 smithi076 conmon[89100]: audit 2023-12-08T22:34:57.624355+0000 mon.smithi003 (mon.0) 617 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T22:34:58.945 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:58 smithi076 conmon[89100]: cephadm 2023-12-08T22:34:57.628319+0000 mgr.smithi003.nmmruw (mgr.14180) 184 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-12-08T22:34:58.945 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:58 smithi076 conmon[89100]: audit 2023-12-08T22:34:57.633009+0000 mon.smithi003 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:34:58.945 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:58 smithi076 conmon[89100]: audit 2023-12-08T22:34:57.633655+0000 mon.smithi003 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi076.iawkny", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T22:34:58.945 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:58 smithi076 conmon[89100]: audit 2023-12-08T22:34:57.639302+0000 mon.smithi003 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi076.iawkny", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T22:34:58.945 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:58 smithi076 conmon[89100]: audit 2023-12-08T22:34:57.643053+0000 mon.smithi003 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:34:58.945 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:58 smithi076 conmon[89100]: audit 2023-12-08T22:34:57.643733+0000 mon.smithi003 (mon.0) 622 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:34:58.945 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:58 smithi076 conmon[89100]: cephadm 2023-12-08T22:34:57.644299+0000 mgr.smithi003.nmmruw (mgr.14180) 185 : cephadm [INF] Deploying daemon rgw.foo.smithi076.iawkny on smithi076 2023-12-08T22:34:58.945 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:34:58 smithi076 conmon[89100]: audit 2023-12-08T22:34:57.937206+0000 mgr.smithi003.nmmruw (mgr.14180) 186 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:34:58.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:58 smithi003 conmon[83845]: cluster 2023-12-08T22:34:57.557399+0000 2023-12-08T22:34:58.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:58 smithi003 conmon[83845]: mgr.smithi003.nmmruw (mgr.14180) 183 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:34:58.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:58 smithi003 conmon[83845]: audit 2023-12-08T22:34:57.611335+0000 mon.smithi003 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:34:58.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:58 smithi003 conmon[83845]: audit 2023-12-08T22:34:57.612180+0000 mon.smithi003 (mon.0) 614 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:34:58.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:58 smithi003 conmon[83845]: audit 2023-12-08T22:34:57.612851+0000 mon.smithi003 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-08T22:34:58.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:58 smithi003 conmon[83845]: audit 2023-12-08T22:34:57.620822+0000 mon.smithi003 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:34:58.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:58 smithi003 conmon[83845]: audit 2023-12-08T22:34:57.624355+0000 mon.smithi003 (mon.0) 617 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-08T22:34:58.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:58 smithi003 conmon[83845]: cephadm 2023-12-08T22:34:57.628319+0000 mgr.smithi003.nmmruw (mgr.14180) 184 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-12-08T22:34:58.967 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:58 smithi003 conmon[83845]: audit 2023-12-08T22:34:57.633009+0000 mon.smithi003 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:34:58.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:58 smithi003 conmon[83845]: audit 2023-12-08T22:34:57.633655+0000 mon.smithi003 (mon.0) 619 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi076.iawkny", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T22:34:58.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:58 smithi003 conmon[83845]: audit 2023-12-08T22:34:57.639302+0000 mon.smithi003 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi076.iawkny", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T22:34:58.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:58 smithi003 conmon[83845]: audit 2023-12-08T22:34:57.643053+0000 mon.smithi003 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:34:58.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:58 smithi003 conmon[83845]: audit 2023-12-08T22:34:57.643733+0000 mon.smithi003 (mon.0) 622 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:34:58.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:58 smithi003 conmon[83845]: cephadm 2023-12-08T22:34:57.644299+0000 mgr.smithi003.nmmruw (mgr.14180) 185 : cephadm [INF] Deploying daemon rgw.foo.smithi076.iawkny on smithi076 2023-12-08T22:34:58.968 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:34:58 smithi003 conmon[83845]: audit 2023-12-08T22:34:57.937206+0000 mgr.smithi003.nmmruw (mgr.14180) 186 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:34:59.672 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:35:00.440 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:00 smithi003 conmon[83845]: cluster 2023-12-08T22:34:59.557830+0000 mgr.smithi003.nmmruw (mgr.14180) 187 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:35:00.440 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:00 smithi003 conmon[83845]: audit 2023-12-08T22:35:00.258773+0000 mon.smithi003 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:35:00.440 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:00 smithi003 conmon[83845]: audit 2023-12-08T22:35:00.260050+0000 mon.smithi003 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi003.ffkauz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T22:35:00.440 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:00 smithi003 conmon[83845]: audit 2023-12-08T22:35:00.262669+0000 mon.smithi003 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi003.ffkauz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T22:35:00.440 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:00 smithi003 conmon[83845]: audit 2023-12-08T22:35:00.266013+0000 mon.smithi003 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:35:00.440 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:00 smithi003 conmon[83845]: audit 2023-12-08T22:35:00.266611+0000 mon.smithi003 (mon.0) 627 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:35:00.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:00 smithi076 conmon[89100]: cluster 2023-12-08T22:34:59.557830+0000 mgr.smithi003.nmmruw (mgr.14180) 187 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:35:00.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:00 smithi076 conmon[89100]: audit 2023-12-08T22:35:00.258773+0000 mon.smithi003 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:35:00.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:00 smithi076 conmon[89100]: audit 2023-12-08T22:35:00.260050+0000 mon.smithi003 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi003.ffkauz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T22:35:00.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:00 smithi076 conmon[89100]: audit 2023-12-08T22:35:00.262669+0000 mon.smithi003 (mon.0) 625 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi003.ffkauz", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T22:35:00.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:00 smithi076 conmon[89100]: audit 2023-12-08T22:35:00.266013+0000 mon.smithi003 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:35:00.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:00 smithi076 conmon[89100]: audit 2023-12-08T22:35:00.266611+0000 mon.smithi003 (mon.0) 627 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:35:01.379 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:01 smithi003 conmon[83845]: cephadm 2023-12-08T22:35:00.267178+0000 mgr.smithi003.nmmruw ( 2023-12-08T22:35:01.379 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:01 smithi003 conmon[83845]: mgr.14180) 188 : cephadm [INF] Deploying daemon rgw.foo.smithi003.ffkauz on smithi003 2023-12-08T22:35:01.379 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:01 smithi003 conmon[83845]: cluster 2023-12-08T22:35:00.306811+0000 mon.smithi003 (mon.0) 628 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-08T22:35:01.379 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:01 smithi003 conmon[83845]: audit 2023-12-08T22:35:00.309468+0000 mon.smithi076 (mon.1) 21 : audit [INF] from='client.? 172.21.15.76:0/3026991634' entity='client.rgw.foo.smithi076.iawkny' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-08T22:35:01.379 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:01 smithi003 conmon[83845]: audit 2023-12-08T22:35:00.317821+0000 mon.smithi003 (mon.0) 629 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.iawkny' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-08T22:35:01.379 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:01 smithi003 conmon[83845]: audit 2023-12-08T22:35:01.309146+0000 mon.smithi003 (mon.0) 630 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.iawkny' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-08T22:35:01.380 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:01 smithi003 conmon[83845]: cluster 2023-12-08T22:35:01.309279+0000 mon.smithi003 (mon.0) 631 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-08T22:35:01.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:01 smithi076 conmon[89100]: cephadm 2023-12-08T22:35:00.267178+0000 mgr.smithi003.nmmruw 2023-12-08T22:35:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:01 smithi076 conmon[89100]: (mgr.14180) 188 : cephadm [INF] Deploying daemon rgw.foo.smithi003.ffkauz on smithi003 2023-12-08T22:35:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:01 smithi076 conmon[89100]: cluster 2023-12-08T22:35:00. 2023-12-08T22:35:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:01 smithi076 conmon[89100]: 306811+0000 mon.smithi003 (mon.0) 628 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-08T22:35:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:01 smithi076 conmon[89100]: audit 2023-12 2023-12-08T22:35:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:01 smithi076 conmon[89100]: -08T22:35:00.309468+0000 mon.smithi076 (mon.1) 21 2023-12-08T22:35:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:01 smithi076 conmon[89100]: : audit [INF] from='client.? 172.21.15.76:0/3026991634' entity='client.rgw.foo.smithi076.iawkny' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-08T22:35:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:01 smithi076 conmon[89100]: audit 2023-12-08T22:35:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:01 smithi076 conmon[89100]: 2023-12-08T22:35:00.317821+0000 2023-12-08T22:35:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:01 smithi076 conmon[89100]: mon.smithi003 (mon.0) 629 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.iawkny' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-08T22:35:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:01 smithi076 conmon[89100]: audit 2023-12 2023-12-08T22:35:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:01 smithi076 conmon[89100]: -08T22:35:01.309146+0000 mon.smithi003 (mon.0) 630 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.iawkny' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-08T22:35:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:01 smithi076 conmon[89100]: 2023-12-08T22:35:01.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:01 smithi076 conmon[89100]: cluster 2023-12-08T22:35:01.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:01 smithi076 conmon[89100]: 2023-12-08T22:35:01.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:01 smithi076 conmon[89100]: 2023-12-08T22:35:01.309279+0000 2023-12-08T22:35:01.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:01 smithi076 conmon[89100]: mon.smithi003 (mon.0) 631 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-08T22:35:02.002 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:35:02.003 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:29:40.613763Z", "last_refresh": "2023-12-08T22:34:52.980863Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:29:34.527828Z", "last_refresh": "2023-12-08T22:34:48.194922Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:29:37.975964Z", "last_refresh": "2023-12-08T22:34:52.981002Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:34:49.723869Z 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", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.3/16"}, "status": {"created": "2023-12-08T22:34:49.718111Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.3/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:29:33.068852Z", "last_refresh": "2023-12-08T22:34:48.195067Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:31:04.115160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:31:04.112503Z", "last_refresh": "2023-12-08T22:34:48.195142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:29:39.304675Z", "last_refresh": "2023-12-08T22:34:48.195210Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:31:35.820436Z 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": "2023-12-08T22:31:35.817191Z", "last_refresh": "2023-12-08T22:34:48.195275Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:29:36.311900Z", "last_refresh": "2023-12-08T22:34:52.981125Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:34:49.717747Z 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": "2023-12-08T22:34:57.628331Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T22:35:02.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:02 smithi003 conmon[83845]: cluster 2023-12-08T22:35: 2023-12-08T22:35:02.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:02 smithi003 conmon[83845]: 01.558149+0000 mgr.smithi003.nmmruw (mgr.14180) 189 : cluster [DBG] pgmap v157: 33 pgs: 7 creating+peering, 1 active+clean, 25 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:35:02.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:02 smithi003 conmon[83845]: cluster 2023-12-08T22:35:02.311099+0000 mon.smithi003 (mon.0) 632 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-08T22:35:02.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:02 smithi003 conmon[83845]: audit 2023-12-08T22:35:02.314433+0000 mon.smithi076 (mon.1) 22 : audit [INF] from='client.? 172.21.15.76:0/3026991634' entity='client.rgw.foo.smithi076.iawkny' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-08T22:35:02.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:02 smithi003 conmon[83845]: audit 2023-12-08T22:35:02.317321+0000 mon.smithi003 (mon.0) 633 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.iawkny' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-08T22:35:02.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:02 smithi076 conmon[89100]: cluster 2023-12-08T22:35:01.558149+0000 mgr.smithi003.nmmruw (mgr.14180) 189 : cluster [DBG] 2023-12-08T22:35:02.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:02 smithi076 conmon[89100]: pgmap v157: 33 pgs: 7 creating+peering, 1 active+clean, 25 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-08T22:35:02.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:02 smithi076 conmon[89100]: cluster 2023-12-08T22:35:02.311099+0000 mon.smithi003 (mon.0) 632 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-08T22:35:02.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:02 smithi076 conmon[89100]: audit 2023-12-08T22:35:02.314433+0000 mon.smithi076 (mon.1) 22 : audit [INF] from='client.? 172.21.15.76:0/3026991634' entity='client.rgw.foo.smithi076.iawkny' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-08T22:35:02.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:02 smithi076 conmon[89100]: audit 2023-12-08T22:35:02.317321+0000 mon.smithi003 (mon.0) 633 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.iawkny' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-08T22:35:03.107 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T22:35:03.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:03 smithi003 conmon[83845]: audit 2023-12-08T22:35:01.997815+0000 mgr.smithi003.nmmruw (mgr.14180) 190 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:35:03.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:03 smithi003 conmon[83845]: audit 2023-12-08T22:35:03.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:03 smithi003 conmon[83845]: 2023-12-08T22:35:03.314697+0000 mon.smithi003 (mon.0) 634 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.iawkny' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-12-08T22:35:03.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:03 smithi003 conmon[83845]: cluster 2023-12-08T22:35:03.314894+0000 mon.smithi003 (mon.0) 635 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-08T22:35:03.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:03 smithi076 conmon[89100]: audit 2023-12-08T22:35:01.997815+0000 mgr.smithi003.nmmruw (mgr. 2023-12-08T22:35:03.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:03 smithi076 conmon[89100]: 14180) 190 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:35:03.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:03 smithi076 conmon[89100]: audit 2023-12-08T22:35:03.314697+0000 mon.smithi003 (mon.0) 634 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.iawkny' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-12-08T22:35:03.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:03 smithi076 conmon[89100]: 2023-12-08T22:35:03.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:03 smithi076 conmon[89100]: cluster 2023-12-08T22:35:03.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:03 smithi076 conmon[89100]: 2023-12-08T22:35:03.314894+0000 mon.smithi003 (mon.0) 635 : cluster 2023-12-08T22:35:03.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:03 smithi076 conmon[89100]: [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-08T22:35:04.108 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:35:04.777 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:04 smithi003 conmon[83845]: cluster 2023-12-08T22:35:03.558555+0000 mgr.smithi003.nmmruw (mgr.14180) 191 : cluster [DBG] pgmap v160: 65 pgs: 26 active+clean, 22 creating+peering, 17 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 2.4 KiB/s wr, 4 op/s 2023-12-08T22:35:04.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:04 smithi076 conmon[89100]: cluster 2023-12-08T22:35:03.558555+0000 mgr.smithi003.nmmruw (mgr.14180) 191 : cluster [DBG] pgmap v160: 65 pgs: 26 active+clean, 22 creating+peering, 17 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 2.4 KiB/s wr, 4 op/s 2023-12-08T22:35:05.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:05 smithi076 conmon[89100]: cluster 2023-12-08T22:35:04.496625+0000 mon.smithi003 (mon.0) 636 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-08T22:35:05.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:05 smithi076 conmon[89100]: audit 2023-12-08T22:35:04.497156+0000 mon.smithi003 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:35:05.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:05 smithi076 conmon[89100]: audit 2023-12-08T22:35:04.500450+0000 mon.smithi003 (mon.0) 638 : audit [INF] from='client.? 172.21.15.3:0/3401132361' entity='client.rgw.foo.smithi003.ffkauz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-08T22:35:05.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:05 smithi076 conmon[89100]: audit 2023-12-08T22:35:04.500853+0000 mon.smithi003 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi076.qimeqb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T22:35:05.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:05 smithi076 conmon[89100]: audit 2023-12-08T22:35:04.503386+0000 mon.smithi076 (mon.1) 23 : audit [INF] from='client.? 172.21.15.76:0/3026991634' entity='client.rgw.foo.smithi076.iawkny' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-08T22:35:05.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:05 smithi076 conmon[89100]: audit 2023-12-08T22:35:04.505614+0000 mon.smithi003 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi076.qimeqb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T22:35:05.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:05 smithi076 conmon[89100]: audit 2023-12-08T22:35:04.506939+0000 mon.smithi003 (mon.0) 641 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.iawkny' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-08T22:35:05.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:05 smithi076 conmon[89100]: audit 2023-12-08T22:35:04.509827+0000 mon.smithi003 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:35:05.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:05 smithi076 conmon[89100]: audit 2023-12-08T22:35:04.510611+0000 mon.smithi003 (mon.0) 643 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:35:05.722 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:05 smithi076 conmon[89100]: cephadm 2023-12-08T22:35:04.511198+0000 mgr.smithi003.nmmruw (mgr.14180) 192 : cephadm [INF] Deploying daemon rgw.foo.smithi076.qimeqb on smithi076 2023-12-08T22:35:05.902 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:05 smithi003 conmon[83845]: cluster 2023-12-08T22:35:04.496625+0000 mon.smithi003 (mon.0) 636 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-08T22:35:05.902 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:05 smithi003 conmon[83845]: audit 2023-12-08T22:35:04.497156+0000 mon.smithi003 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:35:05.902 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:05 smithi003 conmon[83845]: audit 2023-12-08T22:35:04.500450+0000 mon.smithi003 (mon.0) 638 : audit [INF] from='client.? 172.21.15.3:0/3401132361' entity='client.rgw.foo.smithi003.ffkauz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-08T22:35:05.902 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:05 smithi003 conmon[83845]: audit 2023-12-08T22:35:04.500853+0000 mon.smithi003 (mon.0) 639 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi076.qimeqb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T22:35:05.902 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:05 smithi003 conmon[83845]: audit 2023-12-08T22:35:04.503386+0000 mon.smithi076 (mon.1) 23 : audit [INF] from='client.? 172.21.15.76:0/3026991634' entity='client.rgw.foo.smithi076.iawkny' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-08T22:35:05.903 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:05 smithi003 conmon[83845]: audit 2023-12-08T22:35:04.505614+0000 mon.smithi003 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi076.qimeqb", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T22:35:05.903 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:05 smithi003 conmon[83845]: audit 2023-12-08T22:35:04.506939+0000 mon.smithi003 (mon.0) 641 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.iawkny' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-08T22:35:05.903 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:05 smithi003 conmon[83845]: audit 2023-12-08T22:35:04.509827+0000 mon.smithi003 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:35:05.903 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:05 smithi003 conmon[83845]: audit 2023-12-08T22:35:04.510611+0000 mon.smithi003 (mon.0) 643 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:35:05.903 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:05 smithi003 conmon[83845]: cephadm 2023-12-08T22:35:04.511198+0000 mgr.smithi003.nmmruw (mgr.14180) 192 : cephadm [INF] Deploying daemon rgw.foo.smithi076.qimeqb on smithi076 2023-12-08T22:35:06.289 INFO:teuthology.orchestra.run.smithi003.stdout: 2023-12-08T22:35:06.289 INFO:teuthology.orchestra.run.smithi003.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-08T22:29:40.613763Z", "last_refresh": "2023-12-08T22:34:52.980863Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-08T22:29:34.527828Z", "last_refresh": "2023-12-08T22:34:48.194922Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-08T22:29:37.975964Z", "last_refresh": "2023-12-08T22:34:52.981002Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:34:49.723869Z 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", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.3/16"}, "status": {"created": "2023-12-08T22:34:49.718111Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.3/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-08T22:29:33.068852Z", "last_refresh": "2023-12-08T22:34:48.195067Z", "running": 2, "size": 2}}, {"events": ["2023-12-08T22:31:04.115160Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi003:172.21.15.3=smithi003", "smithi076:172.21.15.76=smithi076"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-08T22:31:04.112503Z", "last_refresh": "2023-12-08T22:34:48.195142Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-08T22:29:39.304675Z", "last_refresh": "2023-12-08T22:34:48.195210Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-08T22:31:35.820436Z 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": "2023-12-08T22:31:35.817191Z", "last_refresh": "2023-12-08T22:34:48.195275Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-08T22:29:36.311900Z", "last_refresh": "2023-12-08T22:34:52.981125Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-08T22:34:49.717747Z 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": "2023-12-08T22:34:57.628331Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-08T22:35:06.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:06 smithi003 conmon[83845]: audit 2023-12-08T22:35:05.498223+0000 mon.smithi003 (mon.0) 644 : audit [INF] from='client.? 172.21.15.3:0/3401132361' entity='client.rgw.foo.smithi003.ffkauz' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-08T22:35:06.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:06 smithi003 conmon[83845]: audit 2023-12-08T22:35:05.498361+0000 mon.smithi003 (mon.0) 645 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.iawkny' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-08T22:35:06.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:06 smithi003 conmon[83845]: cluster 2023-12-08T22:35:05.498429+0000 mon.smithi003 (mon.0) 646 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-08T22:35:06.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:06 smithi003 conmon[83845]: cluster 2023-12-08T22:35:05.558887+0000 mgr.smithi003.nmmruw (mgr.14180) 193 : cluster [DBG] pgmap v163: 97 pgs: 26 active+clean, 22 creating+peering, 49 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 630 B/s rd, 945 B/s wr, 1 op/s 2023-12-08T22:35:06.864 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:06 smithi076 conmon[89100]: audit 2023-12-08T22:35:05.498223+0000 mon.smithi003 (mon.0 2023-12-08T22:35:06.864 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:06 smithi076 conmon[89100]: ) 644 : audit [INF] from='client.? 172.21.15.3:0/3401132361' entity='client.rgw.foo.smithi003.ffkauz' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-08T22:35:06.864 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:06 smithi076 conmon[89100]: audit 2023-12-08T22:35:05.498361+0000 mon.smithi003 (mon.0) 645 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.iawkny' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-08T22:35:06.865 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:06 smithi076 conmon[89100]: cluster 2023-12-08T22:35:05.498429+0000 mon.smithi003 (mon.0) 646 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-08T22:35:06.865 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:06 smithi076 conmon[89100]: cluster 2023-12-08T22:35:05.558887+0000 mgr.smithi003.nmmruw (mgr.14180) 193 : cluster [DBG] pgmap v163: 97 pgs: 26 active+clean, 22 creating+peering, 49 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 630 B/s rd, 945 B/s wr, 1 op/s 2023-12-08T22:35:07.028 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-08T22:35:07.873 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:07 smithi003 conmon[83845]: audit 2023-12-08T22:35:06.284161+0000 mgr.smithi003.nmmruw (mgr.14180) 194 : audit [DBG] from='client.24411 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:35:07.873 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:07 smithi003 conmon[83845]: cluster 2023-12-08T22:35:06.508008+0000 mon.smithi003 (mon.0) 647 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-08T22:35:07.873 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:07 smithi003 conmon[83845]: audit 2023-12-08T22:35:06.508863+0000 mon.smithi003 (mon.0) 648 : audit [INF] from='client.? 172.21.15.3:0/2510633846' entity='client.rgw.foo.smithi003.ffkauz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T22:35:07.873 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:07 smithi003 conmon[83845]: audit 2023-12-08T22:35:06.514133+0000 mon.smithi076 (mon.1) 24 : audit [INF] from='client.? 172.21.15.76:0/4056213398' entity='client.rgw.foo.smithi076.iawkny' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T22:35:07.873 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:07 smithi003 conmon[83845]: audit 2023-12-08T22:35:06.515094+0000 mon.smithi003 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.iawkny' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T22:35:07.873 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:07 smithi003 conmon[83845]: audit 2023-12-08T22:35:06.934343+0000 mon.smithi003 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:35:07.873 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:07 smithi003 conmon[83845]: audit 2023-12-08T22:35:06.935730+0000 mon.smithi003 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi003.wixzal", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T22:35:07.873 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:07 smithi003 conmon[83845]: audit 2023-12-08T22:35:06.938880+0000 mon.smithi003 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi003.wixzal", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T22:35:07.873 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:07 smithi003 conmon[83845]: audit 2023-12-08T22:35:06.943372+0000 mon.smithi003 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:35:07.873 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:07 smithi003 conmon[83845]: audit 2023-12-08T22:35:06.944159+0000 mon.smithi003 (mon.0) 654 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:35:07.874 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:07 smithi003 conmon[83845]: cephadm 2023-12-08T22:35:06.944839+0000 mgr.smithi003.nmmruw (mgr.14180) 195 : cephadm [INF] Deploying daemon rgw.foo.smithi003.wixzal on smithi003 2023-12-08T22:35:07.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:07 smithi076 conmon[89100]: audit 2023-12-08T22:35:06.284161+0000 2023-12-08T22:35:07.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:07 smithi076 conmon[89100]: mgr.smithi003.nmmruw (mgr.14180) 194 : audit [DBG] from='client.24411 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-08T22:35:07.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:07 smithi076 conmon[89100]: cluster 2023-12-08T22:35:06.508008+0000 mon.smithi003 (mon.0) 647 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-08T22:35:07.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:07 smithi076 conmon[89100]: audit 2023-12-08T22:35:06.508863+0000 mon.smithi003 (mon.0) 648 : audit [INF] from='client.? 172.21.15.3:0/2510633846' entity='client.rgw.foo.smithi003.ffkauz' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T22:35:07.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:07 smithi076 conmon[89100]: audit 2023-12-08T22:35:06.514133+0000 mon.smithi076 (mon.1) 24 : audit [INF] from='client.? 172.21.15.76:0/4056213398' entity='client.rgw.foo.smithi076.iawkny' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T22:35:07.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:07 smithi076 conmon[89100]: audit 2023-12-08T22:35:06.515094+0000 mon.smithi003 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.iawkny' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-08T22:35:07.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:07 smithi076 conmon[89100]: audit 2023-12-08T22:35:06.934343+0000 mon.smithi003 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:35:07.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:07 smithi076 conmon[89100]: audit 2023-12-08T22:35:06.935730+0000 mon.smithi003 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi003.wixzal", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-08T22:35:07.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:07 smithi076 conmon[89100]: audit 2023-12-08T22:35:06.938880+0000 mon.smithi003 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi003.wixzal", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-08T22:35:07.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:07 smithi076 conmon[89100]: audit 2023-12-08T22:35:06.943372+0000 mon.smithi003 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:35:07.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:07 smithi076 conmon[89100]: audit 2023-12-08T22:35:06.944159+0000 mon.smithi003 (mon.0) 654 : audit [DBG] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-08T22:35:07.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:07 smithi076 conmon[89100]: cephadm 2023-12-08T22:35:06.944839+0000 mgr.smithi003.nmmruw (mgr.14180) 195 : cephadm [INF] Deploying daemon rgw.foo.smithi003.wixzal on smithi003 2023-12-08T22:35:08.029 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph orch ls -f json 2023-12-08T22:35:08.957 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:08 smithi003 conmon[83845]: audit 2023-12-08T22:35:07.509132 2023-12-08T22:35:08.957 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:08 smithi003 conmon[83845]: +0000 mon.smithi003 (mon.0) 655 : audit [INF] from='client.? 172.21.15.3:0/2510633846' entity='client.rgw.foo.smithi003.ffkauz' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-08T22:35:08.957 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:08 smithi003 conmon[83845]: audit 2023-12-08T22:35:07.509377+0000 mon.smithi003 (mon.0) 656 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.iawkny' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-08T22:35:08.957 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:08 smithi003 conmon[83845]: cluster 2023-12-08T22:35:07.509473+0000 mon.smithi003 (mon.0) 657 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-08T22:35:08.957 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:08 smithi003 conmon[83845]: audit 2023-12-08T22:35:07.515169+0000 mon.smithi003 (mon.0) 658 : audit [INF] from='client.? 172.21.15.3:0/2510633846' entity='client.rgw.foo.smithi003.ffkauz' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T22:35:08.957 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:08 smithi003 conmon[83845]: 2023-12-08T22:35:08.957 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:08 smithi003 conmon[83845]: audit 2023 2023-12-08T22:35:08.958 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:08 smithi003 conmon[83845]: -12-08T22:35:07.516230+0000 mon.smithi076 (mon.1) 25 : audit [INF] from='client.? 172.21.15.76:0/4056213398' entity='client.rgw.foo.smithi076.iawkny' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T22:35:08.958 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:08 smithi003 conmon[83845]: audit 2023-12-08T22:35:07 2023-12-08T22:35:08.958 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:08 smithi003 conmon[83845]: .517178+0000 mon.smithi003 (mon.0) 659 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.iawkny' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T22:35:08.958 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:08 smithi003 conmon[83845]: cluster 2023-12-08T22:35:07.559308+0000 mgr.smithi003.nmmruw (mgr.14180) 2023-12-08T22:35:08.958 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:08 smithi003 conmon[83845]: 196 : cluster [DBG] pgmap v166: 129 pgs: 65 active+clean, 23 creating+peering, 41 unknown; 2.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 2.7 KiB/s wr, 72 op/s 2023-12-08T22:35:08.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:08 smithi076 conmon[89100]: audit 2023-12-08T22:35:07.509132+0000 mon.smithi003 (mon.0) 655 : audit [INF] from='client.? 172.21.15.3:0/2510633846' entity='client.rgw.foo.smithi003.ffkauz' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-08T22:35:08.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:08 smithi076 conmon[89100]: audit 2023-12-08T22:35:07.509377+0000 mon.smithi003 (mon.0) 656 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.iawkny' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-08T22:35:08.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:08 smithi076 conmon[89100]: cluster 2023-12-08T22:35:07.509473+0000 mon.smithi003 (mon.0) 657 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-08T22:35:08.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:08 smithi076 conmon[89100]: audit 2023-12-08T22:35:07.515169+0000 mon.smithi003 (mon.0) 658 : audit [INF] from='client.? 172.21.15.3:0/2510633846' entity='client.rgw.foo.smithi003.ffkauz' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T22:35:08.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:08 smithi076 conmon[89100]: audit 2023-12-08T22:35:07.516230+0000 mon.smithi076 (mon.1) 25 : audit [INF] from='client.? 172.21.15.76:0/4056213398' entity='client.rgw.foo.smithi076.iawkny' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T22:35:08.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:08 smithi076 conmon[89100]: audit 2023-12-08T22:35:07.517178+0000 mon.smithi003 (mon.0) 659 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.iawkny' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-08T22:35:08.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:08 smithi076 conmon[89100]: cluster 2023-12-08T22:35:07.559308+0000 mgr.smithi003.nmmruw (mgr.14180) 196 : cluster [DBG] pgmap v166: 129 pgs: 65 active+clean, 23 creating+peering, 41 unknown; 2.4 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 31 KiB/s rd, 2.7 KiB/s wr, 72 op/s 2023-12-08T22:35:09.717 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:09 smithi003 conmon[83845]: audit 2023-12-08T22:35:08. 2023-12-08T22:35:09.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:09 smithi003 conmon[83845]: 518398+0000 mon.smithi003 (mon.0) 660 : audit [INF] from='client.? 172.21.15.3:0/2510633846' entity='client.rgw.foo.smithi003.ffkauz' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-08T22:35:09.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:09 smithi003 conmon[83845]: audit 2023-12-08T22:35:08.518454+0000 mon.smithi003 (mon.0) 661 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.iawkny' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-08T22:35:09.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:09 smithi003 conmon[83845]: cluster 2023-12-08T22: 2023-12-08T22:35:09.718 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:09 smithi003 conmon[83845]: 35:08.518503+0000 mon.smithi003 (mon.0) 662 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-08T22:35:09.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:09 smithi076 conmon[89100]: audit 2023-12-08T22:35:08.518398+0000 mon.smithi003 (mon.0) 660 : audit [INF] from='client.? 172.21.15.3:0/2510633846' entity='client.rgw.foo.smithi003.ffkauz' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-08T22:35:09.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:09 smithi076 conmon[89100]: audit 2023-12-08T22 2023-12-08T22:35:09.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:09 smithi076 conmon[89100]: :35:08.518454+0000 mon.smithi003 (mon.0) 661 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi076.iawkny' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-08T22:35:09.971 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:09 smithi076 conmon[89100]: cluster 2023-12-08T22:35:08.518503+0000 mon.smithi003 (mon.0) 662 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-08T22:35:09.999 INFO:teuthology.orchestra.run.smithi003.stderr:Non-zero exit code 127 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 -c %u %g /var/lib/ceph 2023-12-08T22:35:10.000 INFO:teuthology.orchestra.run.smithi003.stderr:stat: stderr Error: OCI runtime error: container_linux.go:370: starting container process caused: process_linux.go:459: container init caused: process_linux.go:422: setting cgroup config for procHooks process caused: Unit libpod-c5b41577be2578649a91d1d0c6592e834807bfedebe293b163bbeb7a6190c6d1.scope not found. 2023-12-08T22:35:10.000 INFO:teuthology.orchestra.run.smithi003.stderr:ERROR: Failed to extract uid/gid for path /var/lib/ceph: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 -e NODE_NAME=smithi003 -e CEPH_USE_RANDOM_NONCE=1 quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 -c %u %g /var/lib/ceph: Error: OCI runtime error: container_linux.go:370: starting container process caused: process_linux.go:459: container init caused: process_linux.go:422: setting cgroup config for procHooks process caused: Unit libpod-c5b41577be2578649a91d1d0c6592e834807bfedebe293b163bbeb7a6190c6d1.scope not found. 2023-12-08T22:35:10.000 INFO:teuthology.orchestra.run.smithi003.stderr: 2023-12-08T22:35:10.020 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T22:35:10.021 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 1120, in wait_for_service r = _shell( File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi003 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph orch ls -f json' 2023-12-08T22:35:10.150 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=b09e1cb7c8a84b409102cde9902319ab Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 1120, in wait_for_service r = _shell( File "/home/teuthworker/src/github.com_ceph_ceph-c_451ceae11b5d4caee05e94372fe658621eefc0b1/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi003 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph orch ls -f json' 2023-12-08T22:35:10.154 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-12-08T22:35:10.163 INFO:tasks.vip:Removing 10.0.15.3 (and any VIPs) on smithi003.front.sepia.ceph.com iface ens1f0... 2023-12-08T22:35:10.164 DEBUG:teuthology.orchestra.run.smithi003:> sudo ip addr del 10.0.15.3/16 dev ens1f0 2023-12-08T22:35:10.201 DEBUG:teuthology.orchestra.run.smithi003:> sudo ip addr del 10.0.31.3/16 dev ens1f0 2023-12-08T22:35:10.266 INFO:teuthology.orchestra.run.smithi003.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-08T22:35:10.267 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-08T22:35:10.268 INFO:tasks.vip:Removing 10.0.15.76 (and any VIPs) on smithi076.front.sepia.ceph.com iface enp3s0f1... 2023-12-08T22:35:10.268 DEBUG:teuthology.orchestra.run.smithi076:> sudo ip addr del 10.0.15.76/16 dev enp3s0f1 2023-12-08T22:35:10.305 DEBUG:teuthology.orchestra.run.smithi076:> sudo ip addr del 10.0.31.3/16 dev enp3s0f1 2023-12-08T22:35:10.372 INFO:teuthology.orchestra.run.smithi076.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-08T22:35:10.373 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-08T22:35:10.374 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-08T22:35:10.382 INFO:tasks.cephadm:Teardown begin 2023-12-08T22:35:10.383 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T22:35:10.413 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T22:35:10.440 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-08T22:35:10.441 DEBUG:teuthology.orchestra.run.smithi003:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-08T22:35:10.472 DEBUG:teuthology.orchestra.run.smithi076:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-08T22:35:10.503 INFO:tasks.cephadm:Stopping all daemons... 2023-12-08T22:35:10.504 INFO:tasks.cephadm.mon.smithi003:Stopping mon.smithi003... 2023-12-08T22:35:10.504 DEBUG:teuthology.orchestra.run.smithi003:> sudo systemctl stop ceph-1165b6ce-9619-11ee-95a3-87774f69a715@mon.smithi003 2023-12-08T22:35:10.623 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:10 smithi003 conmon[83845]: cluster 2023-12-08T22:35:09. 2023-12-08T22:35:10.623 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:10 smithi003 conmon[83845]: 559817+0000 mgr.smithi003.nmmruw (mgr.14180) 197 : cluster [DBG] pgmap v168: 129 pgs: 116 active+clean, 8 creating+peering, 5 unknown; 4.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 KiB/s rd, 6.6 KiB/s wr, 201 op/s 2023-12-08T22:35:10.623 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:10 smithi003 conmon[83845]: audit 2023-12-08T22:35:10.440686+0000 mon.smithi003 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:35:10.623 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:10 smithi003 conmon[83845]: audit 2023-12-08T22:35:10.446154+0000 mon.smithi003 (mon.0) 664 : 2023-12-08T22:35:10.623 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:10 smithi003 conmon[83845]: audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:35:10.623 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:10 smithi003 systemd[1]: Stopping Ceph mon.smithi003 for 1165b6ce-9619-11ee-95a3-87774f69a715... 2023-12-08T22:35:10.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:10 smithi076 conmon[89100]: cluster 2023-12-08T22:35:09.559817+0000 mgr.smithi003.nmmruw ( 2023-12-08T22:35:10.720 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:10 smithi076 conmon[89100]: mgr.14180) 197 : cluster [DBG] pgmap v168: 129 pgs: 116 active+clean, 8 creating+peering, 5 unknown; 4.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 KiB/s rd, 6.6 KiB/s wr, 201 op/s 2023-12-08T22:35:10.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:10 smithi076 conmon[89100]: audit 2023-12-08T22:35:10.440686+0000 mon.smithi003 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:35:10.721 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:10 smithi076 conmon[89100]: audit 2023-12-08T22:35:10.446154+0000 mon.smithi003 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.3:0/843397057' entity='mgr.smithi003.nmmruw' 2023-12-08T22:35:10.928 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:10 smithi003 bash[151855]: Error: no container with name or ID ceph-1165b6ce-9619-11ee-95a3-87774f69a715-mon.smithi003 found: no such container 2023-12-08T22:35:11.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:10 smithi003 conmon[83845]: debug 2023-12-08T22:35:10.925+0000 7f361b7cd700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi003 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-08T22:35:11.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:10 smithi003 conmon[83845]: debug 2023-12-08T22:35:10.925+0000 7f361b7cd700 -1 mon.smithi003@0(leader) e2 *** Got Signal Terminated *** 2023-12-08T22:35:11.217 INFO:journalctl@ceph.mon.smithi003.smithi003.stdout:Dec 08 22:35:11 smithi003 bash[151971]: 40f2d2161fce1400d0665121776e93d4f7d4c7fb1ca9ebffd3cf35683bbc3f65 2023-12-08T22:35:11.902 DEBUG:teuthology.orchestra.run.smithi003:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1165b6ce-9619-11ee-95a3-87774f69a715@mon.smithi003.service' 2023-12-08T22:35:11.949 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T22:35:11.949 INFO:tasks.cephadm.mon.smithi003:Stopped mon.smithi003 2023-12-08T22:35:11.950 INFO:tasks.cephadm.mon.smithi076:Stopping mon.smithi076... 2023-12-08T22:35:11.950 DEBUG:teuthology.orchestra.run.smithi076:> sudo systemctl stop ceph-1165b6ce-9619-11ee-95a3-87774f69a715@mon.smithi076 2023-12-08T22:35:12.274 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:11 smithi076 systemd[1]: Stopping Ceph mon.smithi076 for 1165b6ce-9619-11ee-95a3-87774f69a715... 2023-12-08T22:35:12.274 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:12 smithi076 bash[116366]: Error: no container with name or ID ceph-1165b6ce-9619-11ee-95a3-87774f69a715-mon.smithi076 found: no such container 2023-12-08T22:35:12.550 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:12 smithi076 conmon[89100]: debug 2023-12-08T22:35:12.271+0000 7ffa76870700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi076 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-08T22:35:12.551 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:12 smithi076 conmon[89100]: debug 2023-12-08T22:35:12.271+0000 7ffa76870700 -1 mon.smithi076@1(peon) e2 *** Got Signal Terminated *** 2023-12-08T22:35:12.970 INFO:journalctl@ceph.mon.smithi076.smithi076.stdout:Dec 08 22:35:12 smithi076 bash[116482]: 2b3bda70de42217e86ba7ab72fc053e10ddf103783ad186a3b31fba48030b779 2023-12-08T22:35:13.498 DEBUG:teuthology.orchestra.run.smithi076:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1165b6ce-9619-11ee-95a3-87774f69a715@mon.smithi076.service' 2023-12-08T22:35:13.554 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-08T22:35:13.554 INFO:tasks.cephadm.mon.smithi076:Stopped mon.smithi076 2023-12-08T22:35:13.555 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 --force --keep-logs 2023-12-08T22:36:15.341 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 --force --keep-logs 2023-12-08T22:37:12.467 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T22:37:12.517 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-08T22:37:12.544 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-08T22:37:12.546 DEBUG:teuthology.misc:Transferring archived files from smithi003:/var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485097/remote/ubuntu@smithi003.front.sepia.ceph.com/crash 2023-12-08T22:37:12.547 DEBUG:teuthology.orchestra.run.smithi003:> sudo tar c -f - -C /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/crash -- . 2023-12-08T22:37:12.592 INFO:teuthology.orchestra.run.smithi003.stderr:tar: /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/crash: Cannot open: No such file or directory 2023-12-08T22:37:12.593 INFO:teuthology.orchestra.run.smithi003.stderr:tar: Error is not recoverable: exiting now 2023-12-08T22:37:12.594 DEBUG:teuthology.misc:Transferring archived files from smithi076:/var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485097/remote/ubuntu@smithi076.front.sepia.ceph.com/crash 2023-12-08T22:37:12.595 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/crash -- . 2023-12-08T22:37:12.637 INFO:teuthology.orchestra.run.smithi076.stderr:tar: /var/lib/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/crash: Cannot open: No such file or directory 2023-12-08T22:37:12.638 INFO:teuthology.orchestra.run.smithi076.stderr:tar: Error is not recoverable: exiting now 2023-12-08T22:37:12.641 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-08T22:37:12.642 DEBUG:teuthology.orchestra.run.smithi003:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-08T22:37:12.670 INFO:teuthology.orchestra.run.smithi003.stderr:grep: /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph.log: No such file or directory 2023-12-08T22:37:12.671 INFO:tasks.cephadm:Compressing logs... 2023-12-08T22:37:12.672 DEBUG:teuthology.orchestra.run.smithi003:> 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 -- 2023-12-08T22:37:12.714 DEBUG:teuthology.orchestra.run.smithi076:> 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 -- 2023-12-08T22:37:12.739 INFO:teuthology.orchestra.run.smithi076.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-08T22:37:12.739 INFO:teuthology.orchestra.run.smithi076.stderr:: No such file or directory 2023-12-08T22:37:12.739 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-volume.log 2023-12-08T22:37:12.739 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-mgr.smithi076.cmgkdi.log 2023-12-08T22:37:12.740 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-osd.4.log 2023-12-08T22:37:12.740 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-mgr.smithi076.cmgkdi.log: gzip -5 --verbose -- /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-osd.6.log 2023-12-08T22:37:12.740 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi076.iawkny.log 2023-12-08T22:37:12.742 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-mon.smithi076.log 2023-12-08T22:37:12.742 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi076.iawkny.log: /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-mon.smithi076.log: 89.5% -- replaced with /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi076.iawkny.log.gz 2023-12-08T22:37:12.742 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-osd.0.log 2023-12-08T22:37:12.742 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi076.qimeqb.log 2023-12-08T22:37:12.743 INFO:teuthology.orchestra.run.smithi003.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-08T22:37:12.743 INFO:teuthology.orchestra.run.smithi003.stderr:: No such file or directory 2023-12-08T22:37:12.743 INFO:teuthology.orchestra.run.smithi003.stderr:gzip -5 --verbose -- /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-volume.log 2023-12-08T22:37:12.744 INFO:teuthology.orchestra.run.smithi003.stderr:gzip -5 --verbose -- /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi003.wixzal.log 2023-12-08T22:37:12.744 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-mon.smithi003.log 2023-12-08T22:37:12.744 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-volume.log: /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi003.wixzal.log: gzip -5 --verbose -- /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-osd.7.log 2023-12-08T22:37:12.744 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-mon.smithi003.log: 83.4% -- replaced with /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi003.wixzal.log.gz 2023-12-08T22:37:12.744 INFO:teuthology.orchestra.run.smithi003.stderr:gzip -5 --verbose -- /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi003.ffkauz.log 2023-12-08T22:37:12.744 INFO:teuthology.orchestra.run.smithi003.stderr:gzip -5 --verbose /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-osd.7.log: -- /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-osd.3.log 2023-12-08T22:37:12.745 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi003.ffkauz.log: gzip -5 --verbose -- /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-osd.1.log 2023-12-08T22:37:12.745 INFO:teuthology.orchestra.run.smithi003.stderr: 81.9% -- replaced with /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi003.ffkauz.log.gz 2023-12-08T22:37:12.745 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-osd.5.log 2023-12-08T22:37:12.749 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-mgr.smithi003.nmmruw.log 2023-12-08T22:37:12.749 INFO:teuthology.orchestra.run.smithi003.stderr:/var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-osd.5.log: /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-mgr.smithi003.nmmruw.log: 92.6% -- replaced with /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-volume.log.gz 2023-12-08T22:37:12.751 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-osd.0.log: /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi076.qimeqb.log: 90.0% -- replaced with /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-client.rgw.foo.smithi076.qimeqb.log.gz 2023-12-08T22:37:12.751 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-osd.2.log 2023-12-08T22:37:12.751 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-osd.2.log: 91.5% -- replaced with /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-mgr.smithi076.cmgkdi.log.gz 2023-12-08T22:37:12.752 INFO:teuthology.orchestra.run.smithi076.stderr: 90.2% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-08T22:37:12.752 INFO:teuthology.orchestra.run.smithi076.stderr: 92.5% -- replaced with /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-volume.log.gz 2023-12-08T22:37:12.752 INFO:teuthology.orchestra.run.smithi003.stderr: 91.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-08T22:37:12.796 INFO:teuthology.orchestra.run.smithi076.stderr: 92.6% -- replaced with /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-mon.smithi076.log.gz 2023-12-08T22:37:12.816 INFO:teuthology.orchestra.run.smithi003.stderr: 88.3% -- replaced with /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-mgr.smithi003.nmmruw.log.gz 2023-12-08T22:37:12.858 INFO:teuthology.orchestra.run.smithi076.stderr: 93.4% -- replaced with /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-osd.2.log.gz 2023-12-08T22:37:12.885 INFO:teuthology.orchestra.run.smithi003.stderr: 93.6% -- replaced with /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-osd.7.log.gz 2023-12-08T22:37:12.900 INFO:teuthology.orchestra.run.smithi076.stderr: 93.4% -- replaced with /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-osd.4.log.gz 2023-12-08T22:37:12.901 INFO:teuthology.orchestra.run.smithi003.stderr: 93.7% -- replaced with /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-osd.1.log.gz 2023-12-08T22:37:12.916 INFO:teuthology.orchestra.run.smithi076.stderr: 93.4% -- replaced with /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-osd.6.log.gz 2023-12-08T22:37:12.919 INFO:teuthology.orchestra.run.smithi076.stderr: 93.3% -- replaced with /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-osd.0.log.gz 2023-12-08T22:37:12.921 INFO:teuthology.orchestra.run.smithi076.stderr: 2023-12-08T22:37:12.921 INFO:teuthology.orchestra.run.smithi076.stderr:real 0m0.193s 2023-12-08T22:37:12.921 INFO:teuthology.orchestra.run.smithi076.stderr:user 0m0.690s 2023-12-08T22:37:12.921 INFO:teuthology.orchestra.run.smithi076.stderr:sys 0m0.039s 2023-12-08T22:37:12.953 INFO:teuthology.orchestra.run.smithi003.stderr: 91.1% -- replaced with /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-mon.smithi003.log.gz 2023-12-08T22:37:12.965 INFO:teuthology.orchestra.run.smithi003.stderr: 93.8% -- replaced with /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-osd.5.log.gz 2023-12-08T22:37:12.976 INFO:teuthology.orchestra.run.smithi003.stderr: 93.7% -- replaced with /var/log/ceph/1165b6ce-9619-11ee-95a3-87774f69a715/ceph-osd.3.log.gz 2023-12-08T22:37:12.978 INFO:teuthology.orchestra.run.smithi003.stderr: 2023-12-08T22:37:12.978 INFO:teuthology.orchestra.run.smithi003.stderr:real 0m0.251s 2023-12-08T22:37:12.978 INFO:teuthology.orchestra.run.smithi003.stderr:user 0m1.038s 2023-12-08T22:37:12.978 INFO:teuthology.orchestra.run.smithi003.stderr:sys 0m0.055s 2023-12-08T22:37:12.979 INFO:tasks.cephadm:Archiving logs... 2023-12-08T22:37:12.979 DEBUG:teuthology.misc:Transferring archived files from smithi003:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485097/remote/ubuntu@smithi003.front.sepia.ceph.com/log 2023-12-08T22:37:12.980 DEBUG:teuthology.orchestra.run.smithi003:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-08T22:37:13.179 DEBUG:teuthology.misc:Transferring archived files from smithi076:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485097/remote/ubuntu@smithi076.front.sepia.ceph.com/log 2023-12-08T22:37:13.180 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-08T22:37:13.302 INFO:tasks.cephadm:Removing cluster... 2023-12-08T22:37:13.303 DEBUG:teuthology.orchestra.run.smithi003:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 --force 2023-12-08T22:37:13.793 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 --force 2023-12-08T22:37:14.250 INFO:tasks.cephadm:Removing cephadm ... 2023-12-08T22:37:14.250 DEBUG:teuthology.orchestra.run.smithi003:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-08T22:37:14.266 DEBUG:teuthology.orchestra.run.smithi076:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-08T22:37:14.281 INFO:tasks.cephadm:Teardown complete 2023-12-08T22:37:14.282 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-08T22:37:14.292 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi003:/dev/vg_nvme/lv_1... 2023-12-08T22:37:14.292 DEBUG:teuthology.orchestra.run.smithi003:> sudo nvme disconnect -n lv_1 2023-12-08T22:37:14.436 INFO:teuthology.orchestra.run.smithi003.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-08T22:37:14.438 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T22:37:14.438 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi003:/dev/vg_nvme/lv_2... 2023-12-08T22:37:14.439 DEBUG:teuthology.orchestra.run.smithi003:> sudo nvme disconnect -n lv_2 2023-12-08T22:37:14.578 INFO:teuthology.orchestra.run.smithi003.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-08T22:37:14.579 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T22:37:14.579 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi003:/dev/vg_nvme/lv_3... 2023-12-08T22:37:14.579 DEBUG:teuthology.orchestra.run.smithi003:> sudo nvme disconnect -n lv_3 2023-12-08T22:37:14.703 INFO:teuthology.orchestra.run.smithi003.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-08T22:37:14.705 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T22:37:14.705 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi003:/dev/vg_nvme/lv_4... 2023-12-08T22:37:14.705 DEBUG:teuthology.orchestra.run.smithi003:> sudo nvme disconnect -n lv_4 2023-12-08T22:37:14.838 INFO:teuthology.orchestra.run.smithi003.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-08T22:37:14.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T22:37:14.839 DEBUG:teuthology.orchestra.run.smithi003:> set -ex 2023-12-08T22:37:14.840 DEBUG:teuthology.orchestra.run.smithi003:> sudo dd of=/scratch_devs 2023-12-08T22:37:14.864 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi076:/dev/vg_nvme/lv_1... 2023-12-08T22:37:14.865 DEBUG:teuthology.orchestra.run.smithi076:> sudo nvme disconnect -n lv_1 2023-12-08T22:37:15.007 INFO:teuthology.orchestra.run.smithi076.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-08T22:37:15.008 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T22:37:15.008 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi076:/dev/vg_nvme/lv_2... 2023-12-08T22:37:15.009 DEBUG:teuthology.orchestra.run.smithi076:> sudo nvme disconnect -n lv_2 2023-12-08T22:37:15.139 INFO:teuthology.orchestra.run.smithi076.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-08T22:37:15.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T22:37:15.140 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi076:/dev/vg_nvme/lv_3... 2023-12-08T22:37:15.140 DEBUG:teuthology.orchestra.run.smithi076:> sudo nvme disconnect -n lv_3 2023-12-08T22:37:15.264 INFO:teuthology.orchestra.run.smithi076.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-08T22:37:15.265 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T22:37:15.265 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi076:/dev/vg_nvme/lv_4... 2023-12-08T22:37:15.266 DEBUG:teuthology.orchestra.run.smithi076:> sudo nvme disconnect -n lv_4 2023-12-08T22:37:15.397 INFO:teuthology.orchestra.run.smithi076.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-08T22:37:15.398 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T22:37:15.398 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2023-12-08T22:37:15.399 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/scratch_devs 2023-12-08T22:37:15.423 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-08T22:37:15.433 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-08T22:37:15.433 DEBUG:teuthology.orchestra.run.smithi003:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T22:37:15.435 DEBUG:teuthology.orchestra.run.smithi076:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-08T22:37:15.448 INFO:teuthology.orchestra.run.smithi003.stderr:bash: ntpq: command not found 2023-12-08T22:37:15.451 INFO:teuthology.orchestra.run.smithi003.stdout:210 Number of sources = 4 2023-12-08T22:37:15.452 INFO:teuthology.orchestra.run.smithi003.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T22:37:15.452 INFO:teuthology.orchestra.run.smithi003.stdout:=============================================================================== 2023-12-08T22:37:15.452 INFO:teuthology.orchestra.run.smithi003.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 8 +1351us[+1359us] +/- 100ms 2023-12-08T22:37:15.452 INFO:teuthology.orchestra.run.smithi003.stdout:^* hv02.front.sepia.ceph.com 3 6 377 8 -830us[ -822us] +/- 50ms 2023-12-08T22:37:15.452 INFO:teuthology.orchestra.run.smithi003.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 5 +176us[ +176us] +/- 82ms 2023-12-08T22:37:15.452 INFO:teuthology.orchestra.run.smithi003.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T22:37:15.476 INFO:teuthology.orchestra.run.smithi076.stderr:bash: ntpq: command not found 2023-12-08T22:37:15.480 INFO:teuthology.orchestra.run.smithi076.stdout:210 Number of sources = 4 2023-12-08T22:37:15.480 INFO:teuthology.orchestra.run.smithi076.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-08T22:37:15.480 INFO:teuthology.orchestra.run.smithi076.stdout:=============================================================================== 2023-12-08T22:37:15.480 INFO:teuthology.orchestra.run.smithi076.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 9 +1370us[+1363us] +/- 100ms 2023-12-08T22:37:15.480 INFO:teuthology.orchestra.run.smithi076.stdout:^* hv02.front.sepia.ceph.com 3 6 377 5 -808us[ -814us] +/- 50ms 2023-12-08T22:37:15.480 INFO:teuthology.orchestra.run.smithi076.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 6 +201us[ +194us] +/- 82ms 2023-12-08T22:37:15.480 INFO:teuthology.orchestra.run.smithi076.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-08T22:37:15.481 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-08T22:37:15.490 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-08T22:37:15.491 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-08T22:37:15.502 DEBUG:teuthology.orchestra.run.smithi003:> 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 2023-12-08T22:37:15.598 DEBUG:teuthology.orchestra.run.smithi076:> 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 2023-12-08T22:37:15.685 DEBUG:teuthology.orchestra.run.smithi003:> 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 2023-12-08T22:37:15.716 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T22:37:15.716 DEBUG:teuthology.orchestra.run.smithi076:> 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 2023-12-08T22:37:15.745 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T22:37:15.746 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-08T22:37:15.757 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-08T22:37:15.768 INFO:teuthology.task.internal:Duration was 1120.232944 seconds 2023-12-08T22:37:15.768 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-08T22:37:15.778 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-08T22:37:15.779 DEBUG:teuthology.orchestra.run.smithi003:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-08T22:37:15.781 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-08T22:37:15.825 INFO:teuthology.orchestra.run.smithi003.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T22:37:15.829 INFO:teuthology.orchestra.run.smithi076.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-08T22:37:16.232 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-08T22:37:16.232 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi003.front.sepia.ceph.com 2023-12-08T22:37:16.233 DEBUG:teuthology.orchestra.run.smithi003:> 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 2023-12-08T22:37:16.252 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi076.front.sepia.ceph.com 2023-12-08T22:37:16.253 DEBUG:teuthology.orchestra.run.smithi076:> 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 2023-12-08T22:37:16.271 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-08T22:37:16.272 DEBUG:teuthology.orchestra.run.smithi003:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-08T22:37:16.296 DEBUG:teuthology.orchestra.run.smithi076:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-08T22:37:16.356 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-08T22:37:16.356 DEBUG:teuthology.orchestra.run.smithi003:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-08T22:37:16.358 DEBUG:teuthology.orchestra.run.smithi076:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-08T22:37:16.485 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-08T22:37:16.496 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-08T22:37:16.496 DEBUG:teuthology.orchestra.run.smithi003:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-08T22:37:16.522 DEBUG:teuthology.orchestra.run.smithi076:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-08T22:37:16.547 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-08T22:37:16.564 DEBUG:teuthology.orchestra.run.smithi003:> 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 2023-12-08T22:37:16.567 DEBUG:teuthology.orchestra.run.smithi076:> 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 2023-12-08T22:37:16.589 INFO:teuthology.orchestra.run.smithi003.stdout:kernel.core_pattern = core 2023-12-08T22:37:16.611 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern = core 2023-12-08T22:37:16.625 DEBUG:teuthology.orchestra.run.smithi003:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-08T22:37:16.658 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T22:37:16.659 DEBUG:teuthology.orchestra.run.smithi076:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-08T22:37:16.679 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-08T22:37:16.680 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-08T22:37:16.693 INFO:teuthology.task.internal:Transferring archived files... 2023-12-08T22:37:16.694 DEBUG:teuthology.misc:Transferring archived files from smithi003:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485097/remote/smithi003 2023-12-08T22:37:16.695 DEBUG:teuthology.orchestra.run.smithi003:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-08T22:37:16.738 DEBUG:teuthology.misc:Transferring archived files from smithi076:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485097/remote/smithi076 2023-12-08T22:37:16.739 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-08T22:37:16.775 INFO:teuthology.task.internal:Removing archive directory... 2023-12-08T22:37:16.775 DEBUG:teuthology.orchestra.run.smithi003:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-08T22:37:16.777 DEBUG:teuthology.orchestra.run.smithi076:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-08T22:37:16.823 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-08T22:37:16.835 INFO:teuthology.task.internal:Not uploading archives. 2023-12-08T22:37:16.836 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-08T22:37:16.849 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-08T22:37:16.849 DEBUG:teuthology.orchestra.run.smithi003:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-08T22:37:16.852 DEBUG:teuthology.orchestra.run.smithi076:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-08T22:37:16.864 INFO:teuthology.orchestra.run.smithi003.stdout: 262153 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 8 22:37 /home/ubuntu/cephtest 2023-12-08T22:37:16.878 INFO:teuthology.orchestra.run.smithi076.stdout: 262176 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 8 22:37 /home/ubuntu/cephtest 2023-12-08T22:37:16.879 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-08T22:37:16.890 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-08T22:37:16.923 INFO:teuthology.nuke:Checking targets against current locks 2023-12-08T22:37:16.951 DEBUG:teuthology.nuke:shortname: smithi003 2023-12-08T22:37:16.951 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T22:37:16.977 DEBUG:teuthology.nuke:shortname: smithi076 2023-12-08T22:37:16.977 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-08T22:37:16.981 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi003.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485097', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-08 22:10:29.800825', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAuEIKnj5WDY697V6hqopnm6cUA1+B7SZ6hFIsu1Wq3iQCrdR2fGg4mneHPrWzkGbNT+oFeEuEPiknPlJsO7t5A='} 2023-12-08T22:37:17.005 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi076.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_21:24:43-rados-wip-yuri5-testing-2023-12-07-0740-pacific-distro-default-smithi/7485097', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-08 22:10:29.802108', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMYcbDeUtI3Dn/oByTDzJCpzkmDzBiw4UcxS1xb8Cm6MyW1uPXENuSanM4VAPR3bPjir9miP8oQw7uT7Jjtfuz0='} 2023-12-08T22:37:17.033 INFO:teuthology.orchestra.console.smithi003:Power off 2023-12-08T22:37:17.034 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-08T22:37:17.058 DEBUG:teuthology.orchestra.console.smithi003:power off output: Chassis Power Control: Down/Off 2023-12-08T22:37:17.058 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T22:37:17.075 INFO:teuthology.orchestra.console.smithi076:Power off 2023-12-08T22:37:17.075 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-08T22:37:17.085 DEBUG:teuthology.orchestra.console.smithi003:check power output: Chassis Power is on 2023-12-08T22:37:17.097 DEBUG:teuthology.orchestra.console.smithi076:power off output: Chassis Power Control: Down/Off 2023-12-08T22:37:17.098 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T22:37:17.121 DEBUG:teuthology.orchestra.console.smithi076:check power output: Chassis Power is on 2023-12-08T22:37:21.086 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T22:37:21.123 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T22:37:21.196 DEBUG:teuthology.orchestra.console.smithi003:check power output: Chassis Power is on 2023-12-08T22:37:21.233 DEBUG:teuthology.orchestra.console.smithi076:check power output: Chassis Power is on 2023-12-08T22:37:25.198 DEBUG:teuthology.orchestra.console.smithi003:pexpect command: ipmitool -H smithi003.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T22:37:25.234 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T22:37:25.309 DEBUG:teuthology.orchestra.console.smithi003:check power output: Chassis Power is off 2023-12-08T22:37:25.345 DEBUG:teuthology.orchestra.console.smithi076:check power output: Chassis Power is on 2023-12-08T22:37:25.410 INFO:teuthology.orchestra.console.smithi003:Power off completed 2023-12-08T22:37:29.350 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-08T22:37:29.463 DEBUG:teuthology.orchestra.console.smithi076:check power output: Chassis Power is off 2023-12-08T22:37:29.563 INFO:teuthology.orchestra.console.smithi076:Power off completed 2023-12-08T22:37:29.668 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} duration: 1120.2329437732697 failure_reason: 'Command failed on smithi003 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:451ceae11b5d4caee05e94372fe658621eefc0b1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1165b6ce-9619-11ee-95a3-87774f69a715 -- ceph orch ls -f json''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=b09e1cb7c8a84b409102cde9902319ab status: fail success: false 2023-12-08T22:37:29.669 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-08T22:37:29.746 INFO:teuthology.run:FAIL