2023-11-15T06:11:38.069 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-15T06:11:38.070 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} --archive /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458605 --verbose --owner scheduled_yuriw@teuthology --name yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458605/orig.config.yaml 2023-11-15T06:11:38.112 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-15T06:11:38.209 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458605 branch: wip-yuri4-testing-2023-11-13-0820-pacific description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} email: yweinste@redhat.com first_in_suite: false job_id: '7458605' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri4-testing-2023-11-13-0820-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: 620f25c1794f62207424fc9319427943fb8d1fae ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 620f25c1794f62207424fc9319427943fb8d1fae selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri4-testing-2023-11-13-0820-pacific sha1: 620f25c1794f62207424fc9319427943fb8d1fae owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 4886 sha1: 620f25c1794f62207424fc9319427943fb8d1fae sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2023-11-13-0820-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 620f25c1794f62207424fc9319427943fb8d1fae targets: smithi018.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGNBAXM4cGEZ8h3agLvOxHPFDP95fbCroNqLTZSxAo8j1bxl08u+Jjd7s3SbccjDVHG1Pmnd1gTrR9zfLMV02xA= smithi176.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIDcfuUSIfTYtNqxx+bCygcMW5cuJLW8BCVumEKlfUcQI5vA6+oBrDSZXJeaKyc4vaPQXXOZUqv1GYF8e49/vUw= 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 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - cephadm: cephadm_branch: v16.2.5 cephadm_git_url: https://github.com/ceph/ceph image: docker.io/ceph/ceph:v16.2.5 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - ceph config get mgr mgr/cephadm/migration_current | grep 5 teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-14_20:45:49 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3590714 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-11-15T06:11:38.210 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa; will attempt to use it 2023-11-15T06:11:38.210 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks 2023-11-15T06:11:38.211 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-15T06:11:38.213 INFO:teuthology.task.internal:Checking packages... 2023-11-15T06:11:38.238 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '620f25c1794f62207424fc9319427943fb8d1fae' 2023-11-15T06:11:38.239 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-15T06:11:38.239 INFO:teuthology.packaging:ref: None 2023-11-15T06:11:38.240 INFO:teuthology.packaging:tag: None 2023-11-15T06:11:38.240 INFO:teuthology.packaging:branch: wip-yuri4-testing-2023-11-13-0820-pacific 2023-11-15T06:11:38.240 INFO:teuthology.packaging:sha1: 620f25c1794f62207424fc9319427943fb8d1fae 2023-11-15T06:11:38.240 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri4-testing-2023-11-13-0820-pacific 2023-11-15T06:11:38.385 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-170.g620f25c1 2023-11-15T06:11:38.386 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-15T06:11:38.392 INFO:teuthology.task.internal:no buildpackages task found 2023-11-15T06:11:38.392 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-15T06:11:38.400 INFO:teuthology.task.internal:Saving configuration 2023-11-15T06:11:38.417 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-15T06:11:38.425 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T06:11:38.452 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi018.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458605', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 06:06:42.040899', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGNBAXM4cGEZ8h3agLvOxHPFDP95fbCroNqLTZSxAo8j1bxl08u+Jjd7s3SbccjDVHG1Pmnd1gTrR9zfLMV02xA='} 2023-11-15T06:11:38.476 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi176.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458605', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 06:06:42.039301', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIDcfuUSIfTYtNqxx+bCygcMW5cuJLW8BCVumEKlfUcQI5vA6+oBrDSZXJeaKyc4vaPQXXOZUqv1GYF8e49/vUw='} 2023-11-15T06:11:38.476 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-15T06:11:38.483 INFO:teuthology.task.internal:roles: ubuntu@smithi018.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-11-15T06:11:38.483 INFO:teuthology.task.internal:roles: ubuntu@smithi176.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-11-15T06:11:38.483 INFO:teuthology.run_tasks:Running task console_log... 2023-11-15T06:11:38.560 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f16f74d4b80>, signals=[15]) 2023-11-15T06:11:38.561 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-15T06:11:38.568 INFO:teuthology.task.internal:Opening connections... 2023-11-15T06:11:38.568 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi018.front.sepia.ceph.com 2023-11-15T06:11:38.572 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T06:11:38.642 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi176.front.sepia.ceph.com 2023-11-15T06:11:38.643 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T06:11:38.711 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-15T06:11:38.718 DEBUG:teuthology.orchestra.run.smithi018:> uname -m 2023-11-15T06:11:38.742 INFO:teuthology.orchestra.run.smithi018.stdout:x86_64 2023-11-15T06:11:38.742 DEBUG:teuthology.orchestra.run.smithi018:> cat /etc/os-release 2023-11-15T06:11:38.804 INFO:teuthology.orchestra.run.smithi018.stdout:NAME="CentOS Stream" 2023-11-15T06:11:38.804 INFO:teuthology.orchestra.run.smithi018.stdout:VERSION="8" 2023-11-15T06:11:38.805 INFO:teuthology.orchestra.run.smithi018.stdout:ID="centos" 2023-11-15T06:11:38.805 INFO:teuthology.orchestra.run.smithi018.stdout:ID_LIKE="rhel fedora" 2023-11-15T06:11:38.805 INFO:teuthology.orchestra.run.smithi018.stdout:VERSION_ID="8" 2023-11-15T06:11:38.805 INFO:teuthology.orchestra.run.smithi018.stdout:PLATFORM_ID="platform:el8" 2023-11-15T06:11:38.806 INFO:teuthology.orchestra.run.smithi018.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-15T06:11:38.806 INFO:teuthology.orchestra.run.smithi018.stdout:ANSI_COLOR="0;31" 2023-11-15T06:11:38.806 INFO:teuthology.orchestra.run.smithi018.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-15T06:11:38.806 INFO:teuthology.orchestra.run.smithi018.stdout:HOME_URL="https://centos.org/" 2023-11-15T06:11:38.806 INFO:teuthology.orchestra.run.smithi018.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-15T06:11:38.807 INFO:teuthology.orchestra.run.smithi018.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-15T06:11:38.807 INFO:teuthology.orchestra.run.smithi018.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-15T06:11:38.808 INFO:teuthology.lock.ops:Updating smithi018.front.sepia.ceph.com on lock server 2023-11-15T06:11:38.839 DEBUG:teuthology.orchestra.run.smithi176:> uname -m 2023-11-15T06:11:38.862 INFO:teuthology.orchestra.run.smithi176.stdout:x86_64 2023-11-15T06:11:38.862 DEBUG:teuthology.orchestra.run.smithi176:> cat /etc/os-release 2023-11-15T06:11:38.924 INFO:teuthology.orchestra.run.smithi176.stdout:NAME="CentOS Stream" 2023-11-15T06:11:38.924 INFO:teuthology.orchestra.run.smithi176.stdout:VERSION="8" 2023-11-15T06:11:38.924 INFO:teuthology.orchestra.run.smithi176.stdout:ID="centos" 2023-11-15T06:11:38.925 INFO:teuthology.orchestra.run.smithi176.stdout:ID_LIKE="rhel fedora" 2023-11-15T06:11:38.925 INFO:teuthology.orchestra.run.smithi176.stdout:VERSION_ID="8" 2023-11-15T06:11:38.925 INFO:teuthology.orchestra.run.smithi176.stdout:PLATFORM_ID="platform:el8" 2023-11-15T06:11:38.925 INFO:teuthology.orchestra.run.smithi176.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-15T06:11:38.925 INFO:teuthology.orchestra.run.smithi176.stdout:ANSI_COLOR="0;31" 2023-11-15T06:11:38.926 INFO:teuthology.orchestra.run.smithi176.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-15T06:11:38.926 INFO:teuthology.orchestra.run.smithi176.stdout:HOME_URL="https://centos.org/" 2023-11-15T06:11:38.926 INFO:teuthology.orchestra.run.smithi176.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-15T06:11:38.926 INFO:teuthology.orchestra.run.smithi176.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-15T06:11:38.926 INFO:teuthology.orchestra.run.smithi176.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-15T06:11:38.927 INFO:teuthology.lock.ops:Updating smithi176.front.sepia.ceph.com on lock server 2023-11-15T06:11:38.947 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-15T06:11:38.955 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-15T06:11:39.041 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-15T06:11:39.042 DEBUG:teuthology.orchestra.run.smithi018:> test '!' -e /home/ubuntu/cephtest 2023-11-15T06:11:39.045 DEBUG:teuthology.orchestra.run.smithi176:> test '!' -e /home/ubuntu/cephtest 2023-11-15T06:11:39.065 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-15T06:11:39.072 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-15T06:11:39.073 DEBUG:teuthology.orchestra.run.smithi018:> test -z $(ls -A /var/lib/ceph) 2023-11-15T06:11:39.108 DEBUG:teuthology.orchestra.run.smithi176:> test -z $(ls -A /var/lib/ceph) 2023-11-15T06:11:39.143 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-15T06:11:39.202 INFO:teuthology.run_tasks:Running task kernel... 2023-11-15T06:11:39.220 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-15T06:11:39.222 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-15T06:11:39.223 DEBUG:teuthology.orchestra.run.smithi018:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-15T06:11:39.224 DEBUG:teuthology.orchestra.run.smithi176:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-15T06:11:39.244 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:11:39.245 DEBUG:teuthology.orchestra.run.smithi176:> uname -r 2023-11-15T06:11:39.246 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:11:39.247 DEBUG:teuthology.orchestra.run.smithi018:> uname -r 2023-11-15T06:11:39.307 INFO:teuthology.orchestra.run.smithi176.stdout:4.18.0-489.el8.x86_64 2023-11-15T06:11:39.307 INFO:teuthology.task.kernel:Running kernel on smithi176: 4.18.0-489.el8.x86_64 2023-11-15T06:11:39.308 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum install -y kernel 2023-11-15T06:11:39.309 INFO:teuthology.orchestra.run.smithi018.stdout:4.18.0-489.el8.x86_64 2023-11-15T06:11:39.309 INFO:teuthology.task.kernel:Running kernel on smithi018: 4.18.0-489.el8.x86_64 2023-11-15T06:11:39.309 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum install -y kernel 2023-11-15T06:11:44.116 INFO:teuthology.orchestra.run.smithi018.stdout:CentOS Stream 8 - AppStream 15 MB/s | 34 MB 00:02 2023-11-15T06:11:44.636 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 8 - AppStream 12 MB/s | 34 MB 00:02 2023-11-15T06:11:53.860 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 8 - BaseOS 17 MB/s | 53 MB 00:03 2023-11-15T06:11:56.515 INFO:teuthology.orchestra.run.smithi018.stdout:CentOS Stream 8 - BaseOS 9.2 MB/s | 53 MB 00:05 2023-11-15T06:12:02.701 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 8 - Extras 14 kB/s | 18 kB 00:01 2023-11-15T06:12:05.260 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 8 - Extras common packages 2.9 kB/s | 6.9 kB 00:02 2023-11-15T06:12:05.544 INFO:teuthology.orchestra.run.smithi176.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-11-15T06:12:05.631 INFO:teuthology.orchestra.run.smithi018.stdout:CentOS Stream 8 - Extras 18 kB/s | 18 kB 00:00 2023-11-15T06:12:06.323 INFO:teuthology.orchestra.run.smithi018.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 6.9 kB 00:00 2023-11-15T06:12:06.608 INFO:teuthology.orchestra.run.smithi018.stdout:Copr repo for python3-asyncssh owned by ceph 29 kB/s | 3.5 kB 00:00 2023-11-15T06:12:07.725 INFO:teuthology.orchestra.run.smithi018.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-11-15T06:12:11.892 INFO:teuthology.orchestra.run.smithi018.stdout:lab-extras 315 kB/s | 24 kB 00:00 2023-11-15T06:12:15.775 INFO:teuthology.orchestra.run.smithi018.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-15T06:12:15.776 INFO:teuthology.orchestra.run.smithi018.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-15T06:12:16.063 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2023-11-15T06:12:16.064 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2023-11-15T06:12:16.064 INFO:teuthology.orchestra.run.smithi018.stdout: Package Architecture Version Repository Size 2023-11-15T06:12:16.064 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2023-11-15T06:12:16.064 INFO:teuthology.orchestra.run.smithi018.stdout:Installing: 2023-11-15T06:12:16.064 INFO:teuthology.orchestra.run.smithi018.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-15T06:12:16.065 INFO:teuthology.orchestra.run.smithi018.stdout:Installing dependencies: 2023-11-15T06:12:16.065 INFO:teuthology.orchestra.run.smithi018.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-15T06:12:16.065 INFO:teuthology.orchestra.run.smithi018.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-15T06:12:16.065 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-11-15T06:12:16.066 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction Summary 2023-11-15T06:12:16.066 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2023-11-15T06:12:16.066 INFO:teuthology.orchestra.run.smithi018.stdout:Install 3 Packages 2023-11-15T06:12:16.066 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-11-15T06:12:16.067 INFO:teuthology.orchestra.run.smithi018.stdout:Total download size: 89 M 2023-11-15T06:12:16.067 INFO:teuthology.orchestra.run.smithi018.stdout:Installed size: 96 M 2023-11-15T06:12:16.068 INFO:teuthology.orchestra.run.smithi018.stdout:Downloading Packages: 2023-11-15T06:12:17.318 INFO:teuthology.orchestra.run.smithi018.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 8.3 MB/s | 10 MB 00:01 2023-11-15T06:12:18.627 INFO:teuthology.orchestra.run.smithi018.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 14 MB/s | 36 MB 00:02 2023-11-15T06:12:19.136 INFO:teuthology.orchestra.run.smithi018.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 14 MB/s | 43 MB 00:03 2023-11-15T06:12:19.136 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2023-11-15T06:12:19.136 INFO:teuthology.orchestra.run.smithi018.stdout:Total 29 MB/s | 89 MB 00:03 2023-11-15T06:12:19.843 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction check 2023-11-15T06:12:20.272 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction check succeeded. 2023-11-15T06:12:20.272 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction test 2023-11-15T06:12:21.552 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction test succeeded. 2023-11-15T06:12:21.576 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction 2023-11-15T06:12:24.489 INFO:teuthology.orchestra.run.smithi018.stdout: Preparing : 1/1 2023-11-15T06:12:24.987 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-15T06:12:28.733 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-15T06:12:29.136 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-15T06:12:32.810 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-15T06:12:33.083 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-15T06:12:56.410 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-15T06:12:56.422 INFO:teuthology.orchestra.run.smithi176.stdout:Extra Packages for Enterprise Linux 322 kB/s | 16 MB 00:50 2023-11-15T06:12:56.435 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-15T06:12:56.788 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-15T06:12:56.788 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-15T06:12:56.788 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-15T06:12:57.664 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-15T06:12:57.665 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-11-15T06:12:57.665 INFO:teuthology.orchestra.run.smithi018.stdout:Installed: 2023-11-15T06:12:57.665 INFO:teuthology.orchestra.run.smithi018.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-15T06:12:57.665 INFO:teuthology.orchestra.run.smithi018.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-15T06:12:57.666 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-11-15T06:12:57.666 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2023-11-15T06:12:57.817 DEBUG:teuthology.orchestra.run.smithi018:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T06:12:58.043 INFO:teuthology.orchestra.run.smithi018.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-15T06:12:58.043 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-15T06:12:58.043 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-15T06:12:58.044 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-15T06:12:58.044 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-15T06:12:58.044 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-15T06:12:58.044 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi018.front.sepia.ceph.com, path=None, version=distro) 2023-11-15T06:12:58.045 DEBUG:teuthology.orchestra.run.smithi018:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T06:12:58.263 INFO:teuthology.orchestra.run.smithi018.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-15T06:12:58.263 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-15T06:12:58.264 DEBUG:teuthology.orchestra.run.smithi018:> sudo rpm -qi grub2-tools 2023-11-15T06:12:58.298 INFO:teuthology.orchestra.run.smithi018.stdout:Name : grub2-tools 2023-11-15T06:12:58.298 INFO:teuthology.orchestra.run.smithi018.stdout:Epoch : 1 2023-11-15T06:12:58.298 INFO:teuthology.orchestra.run.smithi018.stdout:Version : 2.02 2023-11-15T06:12:58.299 INFO:teuthology.orchestra.run.smithi018.stdout:Release : 129.el8 2023-11-15T06:12:58.299 INFO:teuthology.orchestra.run.smithi018.stdout:Architecture: x86_64 2023-11-15T06:12:58.299 INFO:teuthology.orchestra.run.smithi018.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-15T06:12:58.299 INFO:teuthology.orchestra.run.smithi018.stdout:Group : System Environment/Base 2023-11-15T06:12:58.299 INFO:teuthology.orchestra.run.smithi018.stdout:Size : 9265586 2023-11-15T06:12:58.300 INFO:teuthology.orchestra.run.smithi018.stdout:License : GPLv3+ 2023-11-15T06:12:58.300 INFO:teuthology.orchestra.run.smithi018.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-15T06:12:58.300 INFO:teuthology.orchestra.run.smithi018.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-15T06:12:58.300 INFO:teuthology.orchestra.run.smithi018.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-15T06:12:58.300 INFO:teuthology.orchestra.run.smithi018.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-15T06:12:58.301 INFO:teuthology.orchestra.run.smithi018.stdout:Relocations : (not relocatable) 2023-11-15T06:12:58.301 INFO:teuthology.orchestra.run.smithi018.stdout:Packager : CentOS BuildSystem 2023-11-15T06:12:58.301 INFO:teuthology.orchestra.run.smithi018.stdout:Vendor : CentOS 2023-11-15T06:12:58.301 INFO:teuthology.orchestra.run.smithi018.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-15T06:12:58.302 INFO:teuthology.orchestra.run.smithi018.stdout:Summary : Support tools for GRUB. 2023-11-15T06:12:58.302 INFO:teuthology.orchestra.run.smithi018.stdout:Description : 2023-11-15T06:12:58.302 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-11-15T06:12:58.302 INFO:teuthology.orchestra.run.smithi018.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-15T06:12:58.302 INFO:teuthology.orchestra.run.smithi018.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-15T06:12:58.303 INFO:teuthology.orchestra.run.smithi018.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-15T06:12:58.303 INFO:teuthology.orchestra.run.smithi018.stdout:hardware devices. 2023-11-15T06:12:58.303 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-11-15T06:12:58.303 INFO:teuthology.orchestra.run.smithi018.stdout:This subpackage provides tools for support of all platforms. 2023-11-15T06:12:58.304 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-15T06:12:58.305 INFO:teuthology.task.kernel:Updating grub on smithi018 to boot 4.18.0-521.el8.x86_64 2023-11-15T06:12:58.305 DEBUG:teuthology.orchestra.run.smithi018:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-15T06:12:59.915 INFO:teuthology.orchestra.run.smithi018.stderr:Generating grub configuration file ... 2023-11-15T06:13:00.222 INFO:teuthology.orchestra.run.smithi176.stdout:lab-extras 453 kB/s | 24 kB 00:00 2023-11-15T06:13:01.712 INFO:teuthology.orchestra.run.smithi018.stderr:done 2023-11-15T06:13:01.713 DEBUG:teuthology.orchestra.run.smithi018:> mktemp 2023-11-15T06:13:01.759 INFO:teuthology.orchestra.run.smithi018.stdout:/tmp/tmp.dt7RO2CCux 2023-11-15T06:13:01.759 DEBUG:teuthology.orchestra.run.smithi018:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.dt7RO2CCux 2023-11-15T06:13:01.793 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod 0666 /tmp/tmp.dt7RO2CCux 2023-11-15T06:13:01.955 DEBUG:teuthology.orchestra.remote:smithi018:/tmp/tmp.dt7RO2CCux is 6KB 2023-11-15T06:13:02.008 DEBUG:teuthology.orchestra.run.smithi018:> rm -fr /tmp/tmp.dt7RO2CCux 2023-11-15T06:13:02.027 DEBUG:teuthology.orchestra.run.smithi018:> sudo /bin/ls /boot/loader/entries || true 2023-11-15T06:13:02.101 INFO:teuthology.orchestra.run.smithi018.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-15T06:13:02.101 INFO:teuthology.orchestra.run.smithi018.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-15T06:13:02.101 INFO:teuthology.orchestra.run.smithi018.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-15T06:13:02.101 INFO:teuthology.orchestra.run.smithi018.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-15T06:13:02.103 DEBUG:teuthology.orchestra.run.smithi018:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-15T06:13:02.281 DEBUG:teuthology.orchestra.run.smithi018:> sudo shutdown -r now 2023-11-15T06:13:03.829 INFO:teuthology.orchestra.run.smithi176.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-15T06:13:03.829 INFO:teuthology.orchestra.run.smithi176.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-15T06:13:04.114 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2023-11-15T06:13:04.114 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-11-15T06:13:04.114 INFO:teuthology.orchestra.run.smithi176.stdout: Package Architecture Version Repository Size 2023-11-15T06:13:04.115 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-11-15T06:13:04.115 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2023-11-15T06:13:04.115 INFO:teuthology.orchestra.run.smithi176.stdout: kernel x86_64 4.18.0-521.el8 baseos 10 M 2023-11-15T06:13:04.115 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2023-11-15T06:13:04.115 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-core x86_64 4.18.0-521.el8 baseos 43 M 2023-11-15T06:13:04.116 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-modules x86_64 4.18.0-521.el8 baseos 36 M 2023-11-15T06:13:04.116 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:13:04.116 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2023-11-15T06:13:04.116 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-11-15T06:13:04.116 INFO:teuthology.orchestra.run.smithi176.stdout:Install 3 Packages 2023-11-15T06:13:04.117 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:13:04.117 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 89 M 2023-11-15T06:13:04.117 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 96 M 2023-11-15T06:13:04.118 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2023-11-15T06:13:05.365 INFO:teuthology.orchestra.run.smithi176.stdout:(1/3): kernel-4.18.0-521.el8.x86_64.rpm 8.3 MB/s | 10 MB 00:01 2023-11-15T06:13:06.506 INFO:teuthology.orchestra.run.smithi176.stdout:(2/3): kernel-modules-4.18.0-521.el8.x86_64.rpm 15 MB/s | 36 MB 00:02 2023-11-15T06:13:07.023 INFO:teuthology.orchestra.run.smithi176.stdout:(3/3): kernel-core-4.18.0-521.el8.x86_64.rpm 15 MB/s | 43 MB 00:02 2023-11-15T06:13:07.024 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2023-11-15T06:13:07.024 INFO:teuthology.orchestra.run.smithi176.stdout:Total 31 MB/s | 89 MB 00:02 2023-11-15T06:13:07.698 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2023-11-15T06:13:08.115 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2023-11-15T06:13:08.115 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2023-11-15T06:13:09.349 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2023-11-15T06:13:09.364 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2023-11-15T06:13:12.098 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2023-11-15T06:13:12.635 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-15T06:13:16.190 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 1/3 2023-11-15T06:13:16.584 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-15T06:13:20.008 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 2/3 2023-11-15T06:13:20.265 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : kernel-4.18.0-521.el8.x86_64 3/3 2023-11-15T06:13:32.284 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-15T06:13:32.285 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2023-11-15T06:13:32.286 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T06:13:41.984 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-core-4.18.0-521.el8.x86_64 3/3 2023-11-15T06:13:42.006 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-15T06:13:42.341 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-4.18.0-521.el8.x86_64 3/3 2023-11-15T06:13:42.341 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : kernel-4.18.0-521.el8.x86_64 1/3 2023-11-15T06:13:42.341 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : kernel-core-4.18.0-521.el8.x86_64 2/3 2023-11-15T06:13:43.093 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : kernel-modules-4.18.0-521.el8.x86_64 3/3 2023-11-15T06:13:43.093 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:13:43.094 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2023-11-15T06:13:43.094 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-4.18.0-521.el8.x86_64 kernel-core-4.18.0-521.el8.x86_64 2023-11-15T06:13:43.094 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-modules-4.18.0-521.el8.x86_64 2023-11-15T06:13:43.094 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:13:43.095 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2023-11-15T06:13:43.248 DEBUG:teuthology.orchestra.run.smithi176:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T06:13:43.464 INFO:teuthology.orchestra.run.smithi176.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-15T06:13:43.464 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-15T06:13:43.465 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-521.el8.x86_64 2023-11-15T06:13:43.465 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-15T06:13:43.465 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-15T06:13:43.465 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-15T06:13:43.466 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi176.front.sepia.ceph.com, path=None, version=distro) 2023-11-15T06:13:43.466 DEBUG:teuthology.orchestra.run.smithi176:> rpm -q kernel | sort -rV | head -n 1 2023-11-15T06:13:43.676 INFO:teuthology.orchestra.run.smithi176.stdout:kernel-4.18.0-521.el8.x86_64 2023-11-15T06:13:43.677 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-521.el8.x86_64 2023-11-15T06:13:43.677 DEBUG:teuthology.orchestra.run.smithi176:> sudo rpm -qi grub2-tools 2023-11-15T06:13:43.710 INFO:teuthology.orchestra.run.smithi176.stdout:Name : grub2-tools 2023-11-15T06:13:43.711 INFO:teuthology.orchestra.run.smithi176.stdout:Epoch : 1 2023-11-15T06:13:43.711 INFO:teuthology.orchestra.run.smithi176.stdout:Version : 2.02 2023-11-15T06:13:43.711 INFO:teuthology.orchestra.run.smithi176.stdout:Release : 129.el8 2023-11-15T06:13:43.711 INFO:teuthology.orchestra.run.smithi176.stdout:Architecture: x86_64 2023-11-15T06:13:43.712 INFO:teuthology.orchestra.run.smithi176.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-15T06:13:43.712 INFO:teuthology.orchestra.run.smithi176.stdout:Group : System Environment/Base 2023-11-15T06:13:43.712 INFO:teuthology.orchestra.run.smithi176.stdout:Size : 9265586 2023-11-15T06:13:43.712 INFO:teuthology.orchestra.run.smithi176.stdout:License : GPLv3+ 2023-11-15T06:13:43.712 INFO:teuthology.orchestra.run.smithi176.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-15T06:13:43.713 INFO:teuthology.orchestra.run.smithi176.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-15T06:13:43.713 INFO:teuthology.orchestra.run.smithi176.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-15T06:13:43.713 INFO:teuthology.orchestra.run.smithi176.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-15T06:13:43.713 INFO:teuthology.orchestra.run.smithi176.stdout:Relocations : (not relocatable) 2023-11-15T06:13:43.713 INFO:teuthology.orchestra.run.smithi176.stdout:Packager : CentOS BuildSystem 2023-11-15T06:13:43.713 INFO:teuthology.orchestra.run.smithi176.stdout:Vendor : CentOS 2023-11-15T06:13:43.714 INFO:teuthology.orchestra.run.smithi176.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-15T06:13:43.714 INFO:teuthology.orchestra.run.smithi176.stdout:Summary : Support tools for GRUB. 2023-11-15T06:13:43.714 INFO:teuthology.orchestra.run.smithi176.stdout:Description : 2023-11-15T06:13:43.714 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:13:43.714 INFO:teuthology.orchestra.run.smithi176.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-15T06:13:43.715 INFO:teuthology.orchestra.run.smithi176.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-15T06:13:43.715 INFO:teuthology.orchestra.run.smithi176.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-15T06:13:43.715 INFO:teuthology.orchestra.run.smithi176.stdout:hardware devices. 2023-11-15T06:13:43.715 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:13:43.715 INFO:teuthology.orchestra.run.smithi176.stdout:This subpackage provides tools for support of all platforms. 2023-11-15T06:13:43.716 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-15T06:13:43.717 INFO:teuthology.task.kernel:Updating grub on smithi176 to boot 4.18.0-521.el8.x86_64 2023-11-15T06:13:43.717 DEBUG:teuthology.orchestra.run.smithi176:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-15T06:13:45.260 INFO:teuthology.orchestra.run.smithi176.stderr:Generating grub configuration file ... 2023-11-15T06:13:47.034 INFO:teuthology.orchestra.run.smithi176.stderr:done 2023-11-15T06:13:47.036 DEBUG:teuthology.orchestra.run.smithi176:> mktemp 2023-11-15T06:13:47.075 INFO:teuthology.orchestra.run.smithi176.stdout:/tmp/tmp.YkJkXeD0y1 2023-11-15T06:13:47.075 DEBUG:teuthology.orchestra.run.smithi176:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.YkJkXeD0y1 2023-11-15T06:13:47.149 DEBUG:teuthology.orchestra.run.smithi176:> sudo chmod 0666 /tmp/tmp.YkJkXeD0y1 2023-11-15T06:13:47.290 DEBUG:teuthology.orchestra.remote:smithi176:/tmp/tmp.YkJkXeD0y1 is 6KB 2023-11-15T06:13:47.340 DEBUG:teuthology.orchestra.run.smithi176:> rm -fr /tmp/tmp.YkJkXeD0y1 2023-11-15T06:13:47.358 DEBUG:teuthology.orchestra.run.smithi176:> sudo /bin/ls /boot/loader/entries || true 2023-11-15T06:13:47.432 INFO:teuthology.orchestra.run.smithi176.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-15T06:13:47.432 INFO:teuthology.orchestra.run.smithi176.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-15T06:13:47.433 INFO:teuthology.orchestra.run.smithi176.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-15T06:13:47.433 INFO:teuthology.orchestra.run.smithi176.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64.conf 2023-11-15T06:13:47.434 DEBUG:teuthology.orchestra.run.smithi176:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-521.el8.x86_64 2023-11-15T06:13:47.580 DEBUG:teuthology.orchestra.run.smithi176:> sudo shutdown -r now 2023-11-15T06:13:50.842 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.18 2023-11-15T06:13:59.850 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2023-11-15T06:13:59.851 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T06:14:02.906 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.18 2023-11-15T06:14:14.918 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2023-11-15T06:14:14.919 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T06:14:17.585 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-15T06:14:17.586 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2023-11-15T06:14:17.586 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T06:14:36.158 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.176 2023-11-15T06:14:45.167 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2023-11-15T06:14:45.168 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T06:14:47.070 DEBUG:teuthology.orchestra.run.smithi018:> true 2023-11-15T06:14:48.218 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.176 2023-11-15T06:14:48.227 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi018.front.sepia.ceph.com' 2023-11-15T06:14:48.227 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-521.el8.x86_64"... 2023-11-15T06:14:48.228 DEBUG:teuthology.orchestra.run.smithi018:> uname -r 2023-11-15T06:14:48.248 INFO:teuthology.orchestra.run.smithi018.stdout:4.18.0-521.el8.x86_64 2023-11-15T06:14:48.249 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-15T06:14:48.249 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-15T06:14:48.249 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-15T06:14:49.250 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-15T06:14:49.251 DEBUG:teuthology.orchestra.run.smithi018:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-15T06:14:49.344 INFO:teuthology.orchestra.run.smithi018.stdout:ttyS1 2023-11-15T06:14:49.361 DEBUG:teuthology.parallel:result is None 2023-11-15T06:15:00.219 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2023-11-15T06:15:00.220 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T06:15:32.984 DEBUG:teuthology.orchestra.run.smithi176:> true 2023-11-15T06:15:33.635 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi176.front.sepia.ceph.com' 2023-11-15T06:15:33.636 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-521.el8.x86_64"... 2023-11-15T06:15:33.636 DEBUG:teuthology.orchestra.run.smithi176:> uname -r 2023-11-15T06:15:33.653 INFO:teuthology.orchestra.run.smithi176.stdout:4.18.0-521.el8.x86_64 2023-11-15T06:15:33.653 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-521.el8.x86_64 vs 4.18.0-521.el8.x86_64 2023-11-15T06:15:33.653 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-15T06:15:33.654 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-15T06:15:34.655 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-15T06:15:34.656 DEBUG:teuthology.orchestra.run.smithi176:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-15T06:15:34.736 INFO:teuthology.orchestra.run.smithi176.stdout:ttyS1 2023-11-15T06:15:34.750 DEBUG:teuthology.parallel:result is None 2023-11-15T06:15:34.750 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-15T06:15:34.757 INFO:teuthology.task.internal:Creating test directory... 2023-11-15T06:15:34.757 DEBUG:teuthology.orchestra.run.smithi018:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-15T06:15:34.760 DEBUG:teuthology.orchestra.run.smithi176:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-15T06:15:34.781 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-15T06:15:34.788 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-15T06:15:34.795 INFO:teuthology.task.internal:Creating archive directory... 2023-11-15T06:15:34.796 DEBUG:teuthology.orchestra.run.smithi018:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-15T06:15:34.824 DEBUG:teuthology.orchestra.run.smithi176:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-15T06:15:34.860 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-15T06:15:34.867 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-15T06:15:34.867 DEBUG:teuthology.orchestra.run.smithi018:> 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-11-15T06:15:34.898 DEBUG:teuthology.orchestra.run.smithi176:> 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-11-15T06:15:34.932 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T06:15:34.936 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T06:15:34.944 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T06:15:34.946 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-15T06:15:34.947 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-15T06:15:34.956 INFO:teuthology.task.internal:Configuring sudo... 2023-11-15T06:15:34.956 DEBUG:teuthology.orchestra.run.smithi018:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-15T06:15:34.989 DEBUG:teuthology.orchestra.run.smithi176:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-15T06:15:35.022 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-15T06:15:35.038 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-15T06:15:35.038 DEBUG:teuthology.orchestra.run.smithi018:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-15T06:15:35.065 DEBUG:teuthology.orchestra.run.smithi176:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-15T06:15:35.085 DEBUG:teuthology.orchestra.run.smithi018:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T06:15:35.176 DEBUG:teuthology.orchestra.run.smithi018:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T06:15:35.230 DEBUG:teuthology.orchestra.run.smithi018:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T06:15:35.319 DEBUG:teuthology.orchestra.run.smithi018:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T06:15:35.371 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2023-11-15T06:15:35.372 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-15T06:15:35.446 DEBUG:teuthology.orchestra.run.smithi176:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T06:15:35.492 DEBUG:teuthology.orchestra.run.smithi176:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-15T06:15:35.546 DEBUG:teuthology.orchestra.run.smithi176:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T06:15:35.631 DEBUG:teuthology.orchestra.run.smithi176:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-15T06:15:35.673 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2023-11-15T06:15:35.674 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-15T06:15:35.740 DEBUG:teuthology.orchestra.run.smithi018:> sudo service rsyslog restart 2023-11-15T06:15:35.742 DEBUG:teuthology.orchestra.run.smithi176:> sudo service rsyslog restart 2023-11-15T06:15:35.822 INFO:teuthology.orchestra.run.smithi018.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T06:15:35.838 INFO:teuthology.orchestra.run.smithi176.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T06:15:36.057 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-15T06:15:36.065 INFO:teuthology.task.internal:Starting timer... 2023-11-15T06:15:36.065 INFO:teuthology.run_tasks:Running task pcp... 2023-11-15T06:15:36.076 INFO:teuthology.run_tasks:Running task selinux... 2023-11-15T06:15:36.087 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-15T06:15:36.087 DEBUG:teuthology.orchestra.run.smithi018:> sudo service auditd rotate 2023-11-15T06:15:36.220 INFO:teuthology.orchestra.run.smithi018.stdout:Rotating logs: 2023-11-15T06:15:36.222 DEBUG:teuthology.orchestra.run.smithi176:> sudo service auditd rotate 2023-11-15T06:15:36.304 INFO:teuthology.orchestra.run.smithi176.stdout:Rotating logs: 2023-11-15T06:15:36.305 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-15T06:15:36.306 DEBUG:teuthology.orchestra.run.smithi018:> /usr/sbin/getenforce 2023-11-15T06:15:36.345 INFO:teuthology.orchestra.run.smithi018.stdout:Permissive 2023-11-15T06:15:36.346 DEBUG:teuthology.orchestra.run.smithi176:> /usr/sbin/getenforce 2023-11-15T06:15:36.407 INFO:teuthology.orchestra.run.smithi176.stdout:Permissive 2023-11-15T06:15:36.407 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi018.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi176.front.sepia.ceph.com': 'permissive'} 2023-11-15T06:15:36.408 DEBUG:teuthology.orchestra.run.smithi018:> 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-11-15T06:15:36.443 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:15:36.444 DEBUG:teuthology.orchestra.run.smithi176:> 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-11-15T06:15:36.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:15:36.472 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-15T06:15:36.472 DEBUG:teuthology.orchestra.run.smithi018:> sudo /usr/sbin/setenforce permissive 2023-11-15T06:15:36.530 DEBUG:teuthology.orchestra.run.smithi176:> sudo /usr/sbin/setenforce permissive 2023-11-15T06:15:36.556 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-15T06:15:36.566 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-11-15T06:15:36.567 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-15T06:15:36.586 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-11-15T06:15:36.588 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi018.front.sepia.ceph.com,smithi176.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-15T06:23:48.011 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi018.front.sepia.ceph.com'), Remote(name='ubuntu@smithi176.front.sepia.ceph.com')] 2023-11-15T06:23:48.012 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2023-11-15T06:23:48.013 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T06:23:48.084 DEBUG:teuthology.orchestra.run.smithi018:> true 2023-11-15T06:23:48.158 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi018.front.sepia.ceph.com' 2023-11-15T06:23:48.158 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2023-11-15T06:23:48.159 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-15T06:23:48.228 DEBUG:teuthology.orchestra.run.smithi176:> true 2023-11-15T06:23:48.297 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi176.front.sepia.ceph.com' 2023-11-15T06:23:48.298 INFO:teuthology.run_tasks:Running task clock... 2023-11-15T06:23:48.309 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-15T06:23:48.309 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-15T06:23:48.310 DEBUG:teuthology.orchestra.run.smithi018:> 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-11-15T06:23:48.313 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-15T06:23:48.313 DEBUG:teuthology.orchestra.run.smithi176:> 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-11-15T06:23:48.350 INFO:teuthology.orchestra.run.smithi018.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-15T06:23:48.367 INFO:teuthology.orchestra.run.smithi018.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-15T06:23:48.370 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-15T06:23:48.384 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-15T06:23:48.451 INFO:teuthology.orchestra.run.smithi018.stderr:sudo: ntpd: command not found 2023-11-15T06:23:48.460 INFO:teuthology.orchestra.run.smithi176.stderr:sudo: ntpd: command not found 2023-11-15T06:23:48.464 INFO:teuthology.orchestra.run.smithi018.stdout:506 Cannot talk to daemon 2023-11-15T06:23:48.471 INFO:teuthology.orchestra.run.smithi176.stdout:506 Cannot talk to daemon 2023-11-15T06:23:48.480 INFO:teuthology.orchestra.run.smithi018.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-15T06:23:48.485 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-15T06:23:48.496 INFO:teuthology.orchestra.run.smithi018.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-15T06:23:48.498 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-15T06:23:48.567 INFO:teuthology.orchestra.run.smithi018.stderr:bash: ntpq: command not found 2023-11-15T06:23:48.570 INFO:teuthology.orchestra.run.smithi176.stderr:bash: ntpq: command not found 2023-11-15T06:23:48.571 INFO:teuthology.orchestra.run.smithi018.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T06:23:48.571 INFO:teuthology.orchestra.run.smithi018.stdout:=============================================================================== 2023-11-15T06:23:48.571 INFO:teuthology.orchestra.run.smithi018.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T06:23:48.572 INFO:teuthology.orchestra.run.smithi018.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T06:23:48.572 INFO:teuthology.orchestra.run.smithi018.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T06:23:48.572 INFO:teuthology.orchestra.run.smithi018.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T06:23:48.573 INFO:teuthology.orchestra.run.smithi176.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T06:23:48.574 INFO:teuthology.orchestra.run.smithi176.stdout:=============================================================================== 2023-11-15T06:23:48.574 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T06:23:48.574 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T06:23:48.574 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T06:23:48.575 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T06:23:48.576 INFO:teuthology.run_tasks:Running task pexec... 2023-11-15T06:23:48.585 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-15T06:23:48.586 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi018.front.sepia.ceph.com 2023-11-15T06:23:48.586 DEBUG:teuthology.orchestra.run.smithi018:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-15T06:23:48.586 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi176.front.sepia.ceph.com 2023-11-15T06:23:48.587 DEBUG:teuthology.orchestra.run.smithi176:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-15T06:23:49.492 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:02:22 ago on Wed 15 Nov 2023 06:21:27 AM UTC. 2023-11-15T06:23:49.629 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:01:41 ago on Wed 15 Nov 2023 06:22:08 AM UTC. 2023-11-15T06:23:51.607 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2023-11-15T06:23:51.608 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-11-15T06:23:51.608 INFO:teuthology.orchestra.run.smithi176.stdout: Package Architecture Version Repository Size 2023-11-15T06:23:51.608 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-11-15T06:23:51.608 INFO:teuthology.orchestra.run.smithi176.stdout:Resetting modules: 2023-11-15T06:23:51.609 INFO:teuthology.orchestra.run.smithi176.stdout: container-tools 2023-11-15T06:23:51.609 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:23:51.609 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2023-11-15T06:23:51.609 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-11-15T06:23:51.609 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:23:51.869 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2023-11-15T06:23:52.013 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2023-11-15T06:23:52.014 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2023-11-15T06:23:52.015 INFO:teuthology.orchestra.run.smithi018.stdout: Package Architecture Version Repository Size 2023-11-15T06:23:52.015 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2023-11-15T06:23:52.015 INFO:teuthology.orchestra.run.smithi018.stdout:Resetting modules: 2023-11-15T06:23:52.015 INFO:teuthology.orchestra.run.smithi018.stdout: container-tools 2023-11-15T06:23:52.015 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-11-15T06:23:52.016 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction Summary 2023-11-15T06:23:52.016 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2023-11-15T06:23:52.016 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-11-15T06:23:52.293 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2023-11-15T06:23:52.817 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:02:25 ago on Wed 15 Nov 2023 06:21:27 AM UTC. 2023-11-15T06:23:53.392 INFO:teuthology.orchestra.run.smithi018.stdout:Last metadata expiration check: 0:01:45 ago on Wed 15 Nov 2023 06:22:08 AM UTC. 2023-11-15T06:23:54.920 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2023-11-15T06:23:55.097 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-11-15T06:23:55.097 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2023-11-15T06:23:55.097 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-11-15T06:23:55.098 INFO:teuthology.orchestra.run.smithi176.stdout:Installing group/module packages: 2023-11-15T06:23:55.098 INFO:teuthology.orchestra.run.smithi176.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-15T06:23:55.098 INFO:teuthology.orchestra.run.smithi176.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-15T06:23:55.098 INFO:teuthology.orchestra.run.smithi176.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-15T06:23:55.098 INFO:teuthology.orchestra.run.smithi176.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-15T06:23:55.099 INFO:teuthology.orchestra.run.smithi176.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-15T06:23:55.099 INFO:teuthology.orchestra.run.smithi176.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-15T06:23:55.099 INFO:teuthology.orchestra.run.smithi176.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-15T06:23:55.099 INFO:teuthology.orchestra.run.smithi176.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-15T06:23:55.099 INFO:teuthology.orchestra.run.smithi176.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-15T06:23:55.100 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2023-11-15T06:23:55.100 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-15T06:23:55.100 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-15T06:23:55.100 INFO:teuthology.orchestra.run.smithi176.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-15T06:23:55.100 INFO:teuthology.orchestra.run.smithi176.stdout:Installing weak dependencies: 2023-11-15T06:23:55.101 INFO:teuthology.orchestra.run.smithi176.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-15T06:23:55.101 INFO:teuthology.orchestra.run.smithi176.stdout:Installing module profiles: 2023-11-15T06:23:55.101 INFO:teuthology.orchestra.run.smithi176.stdout: container-tools/common 2023-11-15T06:23:55.101 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:23:55.101 INFO:teuthology.orchestra.run.smithi176.stdout:Enabling module streams: 2023-11-15T06:23:55.101 INFO:teuthology.orchestra.run.smithi176.stdout: container-tools rhel8 2023-11-15T06:23:55.102 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:23:55.102 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2023-11-15T06:23:55.102 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-11-15T06:23:55.102 INFO:teuthology.orchestra.run.smithi176.stdout:Install 13 Packages 2023-11-15T06:23:55.102 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:23:55.103 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 27 M 2023-11-15T06:23:55.103 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 89 M 2023-11-15T06:23:55.104 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2023-11-15T06:23:55.740 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2023-11-15T06:23:55.940 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2023-11-15T06:23:55.941 INFO:teuthology.orchestra.run.smithi018.stdout: Package Arch Version Repository Size 2023-11-15T06:23:55.941 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2023-11-15T06:23:55.941 INFO:teuthology.orchestra.run.smithi018.stdout:Installing group/module packages: 2023-11-15T06:23:55.941 INFO:teuthology.orchestra.run.smithi018.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-15T06:23:55.941 INFO:teuthology.orchestra.run.smithi018.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-15T06:23:55.942 INFO:teuthology.orchestra.run.smithi018.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-15T06:23:55.942 INFO:teuthology.orchestra.run.smithi018.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-15T06:23:55.942 INFO:teuthology.orchestra.run.smithi018.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-15T06:23:55.942 INFO:teuthology.orchestra.run.smithi018.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-15T06:23:55.943 INFO:teuthology.orchestra.run.smithi018.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-15T06:23:55.943 INFO:teuthology.orchestra.run.smithi018.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-15T06:23:55.943 INFO:teuthology.orchestra.run.smithi018.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-15T06:23:55.943 INFO:teuthology.orchestra.run.smithi018.stdout:Installing dependencies: 2023-11-15T06:23:55.943 INFO:teuthology.orchestra.run.smithi018.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-15T06:23:55.944 INFO:teuthology.orchestra.run.smithi018.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-15T06:23:55.944 INFO:teuthology.orchestra.run.smithi018.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-15T06:23:55.944 INFO:teuthology.orchestra.run.smithi018.stdout:Installing weak dependencies: 2023-11-15T06:23:55.944 INFO:teuthology.orchestra.run.smithi018.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-15T06:23:55.945 INFO:teuthology.orchestra.run.smithi018.stdout:Installing module profiles: 2023-11-15T06:23:55.945 INFO:teuthology.orchestra.run.smithi018.stdout: container-tools/common 2023-11-15T06:23:55.945 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-11-15T06:23:55.945 INFO:teuthology.orchestra.run.smithi018.stdout:Enabling module streams: 2023-11-15T06:23:55.945 INFO:teuthology.orchestra.run.smithi018.stdout: container-tools rhel8 2023-11-15T06:23:55.946 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-11-15T06:23:55.946 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction Summary 2023-11-15T06:23:55.946 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2023-11-15T06:23:55.948 INFO:teuthology.orchestra.run.smithi018.stdout:Install 13 Packages 2023-11-15T06:23:55.948 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-11-15T06:23:55.949 INFO:teuthology.orchestra.run.smithi018.stdout:Total download size: 27 M 2023-11-15T06:23:55.949 INFO:teuthology.orchestra.run.smithi018.stdout:Installed size: 89 M 2023-11-15T06:23:55.949 INFO:teuthology.orchestra.run.smithi018.stdout:Downloading Packages: 2023-11-15T06:23:56.598 INFO:teuthology.orchestra.run.smithi176.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.5 MB/s | 750 kB 00:00 2023-11-15T06:23:56.638 INFO:teuthology.orchestra.run.smithi176.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 3.0 MB/s | 1.0 MB 00:00 2023-11-15T06:23:56.663 INFO:teuthology.orchestra.run.smithi176.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 587 kB/s | 38 kB 00:00 2023-11-15T06:23:56.697 INFO:teuthology.orchestra.run.smithi176.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.0 MB/s | 241 kB 00:00 2023-11-15T06:23:56.755 INFO:teuthology.orchestra.run.smithi176.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.0 MB/s | 178 kB 00:00 2023-11-15T06:23:56.814 INFO:teuthology.orchestra.run.smithi176.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 425 kB/s | 25 kB 00:00 2023-11-15T06:23:56.873 INFO:teuthology.orchestra.run.smithi176.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2023-11-15T06:23:57.006 INFO:teuthology.orchestra.run.smithi176.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 11 MB/s | 3.9 MB 00:00 2023-11-15T06:23:57.116 INFO:teuthology.orchestra.run.smithi176.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 12 MB/s | 9.6 MB 00:00 2023-11-15T06:23:57.182 INFO:teuthology.orchestra.run.smithi176.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 794 kB/s | 53 kB 00:00 2023-11-15T06:23:57.249 INFO:teuthology.orchestra.run.smithi176.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 617 kB/s | 41 kB 00:00 2023-11-15T06:23:57.374 INFO:teuthology.orchestra.run.smithi176.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 16 MB/s | 8.1 MB 00:00 2023-11-15T06:23:57.396 INFO:teuthology.orchestra.run.smithi018.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 2.9 MB/s | 750 kB 00:00 2023-11-15T06:23:57.430 INFO:teuthology.orchestra.run.smithi018.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 3.5 MB/s | 1.0 MB 00:00 2023-11-15T06:23:57.455 INFO:teuthology.orchestra.run.smithi018.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 646 kB/s | 38 kB 00:00 2023-11-15T06:23:57.458 INFO:teuthology.orchestra.run.smithi176.stdout:(13/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 5.6 MB/s | 2.5 MB 00:00 2023-11-15T06:23:57.459 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2023-11-15T06:23:57.459 INFO:teuthology.orchestra.run.smithi176.stdout:Total 11 MB/s | 27 MB 00:02 2023-11-15T06:23:57.489 INFO:teuthology.orchestra.run.smithi018.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.0 MB/s | 241 kB 00:00 2023-11-15T06:23:57.547 INFO:teuthology.orchestra.run.smithi018.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 3.0 MB/s | 178 kB 00:00 2023-11-15T06:23:57.606 INFO:teuthology.orchestra.run.smithi018.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 426 kB/s | 25 kB 00:00 2023-11-15T06:23:57.731 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2023-11-15T06:23:57.752 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2023-11-15T06:23:57.753 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2023-11-15T06:23:57.923 INFO:teuthology.orchestra.run.smithi018.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 296 kB/s | 94 kB 00:00 2023-11-15T06:23:58.012 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2023-11-15T06:23:58.015 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2023-11-15T06:23:58.023 INFO:teuthology.orchestra.run.smithi018.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 6.9 MB/s | 3.9 MB 00:00 2023-11-15T06:23:58.140 INFO:teuthology.orchestra.run.smithi018.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 9.7 MB/s | 9.6 MB 00:00 2023-11-15T06:23:58.199 INFO:teuthology.orchestra.run.smithi018.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 909 kB/s | 53 kB 00:00 2023-11-15T06:23:58.258 INFO:teuthology.orchestra.run.smithi018.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 699 kB/s | 41 kB 00:00 2023-11-15T06:23:58.308 INFO:teuthology.orchestra.run.smithi018.stdout:(12/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 8.9 MB/s | 2.5 MB 00:00 2023-11-15T06:23:58.458 INFO:teuthology.orchestra.run.smithi018.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 15 MB/s | 8.1 MB 00:00 2023-11-15T06:23:58.459 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2023-11-15T06:23:58.459 INFO:teuthology.orchestra.run.smithi018.stdout:Total 11 MB/s | 27 MB 00:02 2023-11-15T06:23:58.724 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2023-11-15T06:23:58.754 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction check 2023-11-15T06:23:58.778 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction check succeeded. 2023-11-15T06:23:58.778 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction test 2023-11-15T06:23:58.950 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-15T06:23:59.048 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction test succeeded. 2023-11-15T06:23:59.052 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction 2023-11-15T06:23:59.137 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-15T06:23:59.290 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-15T06:23:59.530 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-15T06:23:59.728 INFO:teuthology.orchestra.run.smithi018.stdout: Preparing : 1/1 2023-11-15T06:23:59.931 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-15T06:24:00.108 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-15T06:24:00.115 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-15T06:24:00.332 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-15T06:24:00.566 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-15T06:24:01.122 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-15T06:24:01.139 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-15T06:24:01.413 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-15T06:24:01.639 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-15T06:24:01.916 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-15T06:24:02.179 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-15T06:24:02.298 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-15T06:24:02.396 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-15T06:24:02.649 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-15T06:24:02.896 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-15T06:24:03.185 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-15T06:24:03.352 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-15T06:24:03.433 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-15T06:24:03.602 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-15T06:24:04.003 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-15T06:24:04.003 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-15T06:24:04.003 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-15T06:24:04.003 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-15T06:24:04.004 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-15T06:24:04.004 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-15T06:24:04.004 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-15T06:24:04.004 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-15T06:24:04.004 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-15T06:24:04.005 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-15T06:24:04.005 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-15T06:24:04.005 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-15T06:24:04.005 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-15T06:24:04.337 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-15T06:24:04.674 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-15T06:24:04.847 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-15T06:24:04.851 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-15T06:24:04.852 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:24:04.852 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2023-11-15T06:24:04.852 INFO:teuthology.orchestra.run.smithi176.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T06:24:04.852 INFO:teuthology.orchestra.run.smithi176.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T06:24:04.852 INFO:teuthology.orchestra.run.smithi176.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-15T06:24:04.853 INFO:teuthology.orchestra.run.smithi176.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-15T06:24:04.853 INFO:teuthology.orchestra.run.smithi176.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T06:24:04.853 INFO:teuthology.orchestra.run.smithi176.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-15T06:24:04.853 INFO:teuthology.orchestra.run.smithi176.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-15T06:24:04.853 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-15T06:24:04.854 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-15T06:24:04.854 INFO:teuthology.orchestra.run.smithi176.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T06:24:04.854 INFO:teuthology.orchestra.run.smithi176.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-15T06:24:04.854 INFO:teuthology.orchestra.run.smithi176.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-15T06:24:04.854 INFO:teuthology.orchestra.run.smithi176.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-15T06:24:04.855 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:24:04.855 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2023-11-15T06:24:05.264 DEBUG:teuthology.parallel:result is None 2023-11-15T06:24:05.334 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-15T06:24:05.334 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-15T06:24:05.334 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-15T06:24:05.335 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-15T06:24:05.335 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-15T06:24:05.335 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-15T06:24:05.335 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-15T06:24:05.335 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-15T06:24:05.336 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-15T06:24:05.336 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-15T06:24:05.336 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-15T06:24:05.336 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-15T06:24:05.336 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-15T06:24:06.245 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-15T06:24:06.246 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-11-15T06:24:06.246 INFO:teuthology.orchestra.run.smithi018.stdout:Installed: 2023-11-15T06:24:06.246 INFO:teuthology.orchestra.run.smithi018.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T06:24:06.246 INFO:teuthology.orchestra.run.smithi018.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T06:24:06.247 INFO:teuthology.orchestra.run.smithi018.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-15T06:24:06.247 INFO:teuthology.orchestra.run.smithi018.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-15T06:24:06.247 INFO:teuthology.orchestra.run.smithi018.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T06:24:06.247 INFO:teuthology.orchestra.run.smithi018.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-15T06:24:06.247 INFO:teuthology.orchestra.run.smithi018.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-15T06:24:06.248 INFO:teuthology.orchestra.run.smithi018.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-15T06:24:06.248 INFO:teuthology.orchestra.run.smithi018.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-15T06:24:06.248 INFO:teuthology.orchestra.run.smithi018.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-15T06:24:06.248 INFO:teuthology.orchestra.run.smithi018.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-15T06:24:06.248 INFO:teuthology.orchestra.run.smithi018.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-15T06:24:06.249 INFO:teuthology.orchestra.run.smithi018.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-15T06:24:06.249 INFO:teuthology.orchestra.run.smithi018.stdout: 2023-11-15T06:24:06.249 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2023-11-15T06:24:06.510 DEBUG:teuthology.parallel:result is None 2023-11-15T06:24:06.511 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-15T06:24:06.588 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v16.2.5', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'docker.io/ceph/ceph:v16.2.5', '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': '620f25c1794f62207424fc9319427943fb8d1fae'} 2023-11-15T06:24:06.588 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v16.2.5 2023-11-15T06:24:06.589 INFO:tasks.cephadm:Cluster fsid is 9438bb84-837f-11ee-8dbe-212e2dc638e7 2023-11-15T06:24:06.590 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-15T06:24:06.590 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-15T06:24:06.590 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi018': '172.21.15.18', 'mon.smithi176': '172.21.15.176'} 2023-11-15T06:24:06.591 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-15T06:24:06.591 DEBUG:teuthology.orchestra.run.smithi018:> sudo hostname $(hostname -s) 2023-11-15T06:24:06.625 DEBUG:teuthology.orchestra.run.smithi176:> sudo hostname $(hostname -s) 2023-11-15T06:24:06.660 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v16.2.5)... 2023-11-15T06:24:06.661 DEBUG:teuthology.orchestra.run.smithi018:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-15T06:24:06.969 INFO:teuthology.orchestra.run.smithi018.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Nov 15 06:24 /home/ubuntu/cephtest/cephadm 2023-11-15T06:24:06.970 DEBUG:teuthology.orchestra.run.smithi176:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v16.2.5/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-15T06:24:07.160 INFO:teuthology.orchestra.run.smithi176.stdout:-rw-rw-r--. 1 ubuntu ubuntu 298325 Nov 15 06:24 /home/ubuntu/cephtest/cephadm 2023-11-15T06:24:07.160 DEBUG:teuthology.orchestra.run.smithi018:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-15T06:24:07.185 DEBUG:teuthology.orchestra.run.smithi176:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-15T06:24:07.218 DEBUG:teuthology.orchestra.run.smithi018:> sudo mkdir -p /etc/ceph 2023-11-15T06:24:07.260 DEBUG:teuthology.orchestra.run.smithi176:> sudo mkdir -p /etc/ceph 2023-11-15T06:24:07.292 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod 777 /etc/ceph 2023-11-15T06:24:07.334 DEBUG:teuthology.orchestra.run.smithi176:> sudo chmod 777 /etc/ceph 2023-11-15T06:24:07.366 INFO:tasks.cephadm:Writing seed config... 2023-11-15T06:24:07.367 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-15T06:24:07.367 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-15T06:24:07.367 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-15T06:24:07.368 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-15T06:24:07.368 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-15T06:24:07.368 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-15T06:24:07.369 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-15T06:24:07.369 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-15T06:24:07.370 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2023-11-15T06:24:07.370 DEBUG:teuthology.orchestra.run.smithi018:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-15T06:24:07.398 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 = 9438bb84-837f-11ee-8dbe-212e2dc638e7 [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-11-15T06:24:07.398 DEBUG:teuthology.orchestra.run.smithi018:mon.smithi018> sudo journalctl -f -n 0 -u ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mon.smithi018.service 2023-11-15T06:24:07.440 INFO:tasks.cephadm:Bootstrapping... 2023-11-15T06:24:07.440 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 -v bootstrap --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 --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.18 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-15T06:24:07.474 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:-- Logs begin at Wed 2023-11-15 06:14:24 UTC. -- 2023-11-15T06:24:07.733 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-11-15T06:24:09.199 INFO:teuthology.orchestra.run.smithi018.stderr:/bin/podman: 4.6.1 2023-11-15T06:24:09.214 INFO:teuthology.orchestra.run.smithi018.stderr:Verifying podman|docker is present... 2023-11-15T06:24:09.214 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-11-15T06:24:09.239 INFO:teuthology.orchestra.run.smithi018.stderr:/bin/podman: 4.6.1 2023-11-15T06:24:09.248 INFO:teuthology.orchestra.run.smithi018.stderr:Verifying lvm2 is present... 2023-11-15T06:24:09.249 INFO:teuthology.orchestra.run.smithi018.stderr:Verifying time synchronization is in place... 2023-11-15T06:24:09.249 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl is-enabled chrony.service 2023-11-15T06:24:09.256 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-15T06:24:09.257 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl is-active chrony.service 2023-11-15T06:24:09.263 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: inactive 2023-11-15T06:24:09.264 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl is-enabled chronyd.service 2023-11-15T06:24:09.270 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: enabled 2023-11-15T06:24:09.271 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl is-active chronyd.service 2023-11-15T06:24:09.277 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: active 2023-11-15T06:24:09.279 INFO:teuthology.orchestra.run.smithi018.stderr:Unit chronyd.service is enabled and running 2023-11-15T06:24:09.279 INFO:teuthology.orchestra.run.smithi018.stderr:Repeating the final host check... 2023-11-15T06:24:09.279 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman version --format {{.Client.Version}} 2023-11-15T06:24:09.300 INFO:teuthology.orchestra.run.smithi018.stderr:/bin/podman: 4.6.1 2023-11-15T06:24:09.313 INFO:teuthology.orchestra.run.smithi018.stderr:podman|docker (/bin/podman) is present 2023-11-15T06:24:09.314 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl is present 2023-11-15T06:24:09.314 INFO:teuthology.orchestra.run.smithi018.stderr:lvcreate is present 2023-11-15T06:24:09.314 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl is-enabled chrony.service 2023-11-15T06:24:09.320 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-15T06:24:09.320 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl is-active chrony.service 2023-11-15T06:24:09.326 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: inactive 2023-11-15T06:24:09.327 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl is-enabled chronyd.service 2023-11-15T06:24:09.333 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: enabled 2023-11-15T06:24:09.334 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl is-active chronyd.service 2023-11-15T06:24:09.340 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: active 2023-11-15T06:24:09.342 INFO:teuthology.orchestra.run.smithi018.stderr:Unit chronyd.service is enabled and running 2023-11-15T06:24:09.342 INFO:teuthology.orchestra.run.smithi018.stderr:Host looks OK 2023-11-15T06:24:09.342 INFO:teuthology.orchestra.run.smithi018.stderr:Cluster fsid: 9438bb84-837f-11ee-8dbe-212e2dc638e7 2023-11-15T06:24:09.343 INFO:teuthology.orchestra.run.smithi018.stderr:Acquiring lock 140671449854080 on /run/cephadm/9438bb84-837f-11ee-8dbe-212e2dc638e7.lock 2023-11-15T06:24:09.343 INFO:teuthology.orchestra.run.smithi018.stderr:Lock 140671449854080 acquired on /run/cephadm/9438bb84-837f-11ee-8dbe-212e2dc638e7.lock 2023-11-15T06:24:09.343 INFO:teuthology.orchestra.run.smithi018.stderr:Verifying IP 172.21.15.18 port 3300 ... 2023-11-15T06:24:09.344 INFO:teuthology.orchestra.run.smithi018.stderr:Verifying IP 172.21.15.18 port 6789 ... 2023-11-15T06:24:09.345 INFO:teuthology.orchestra.run.smithi018.stderr:Base mon IP is 172.21.15.18, final addrv is [v2:172.21.15.18:3300,v1:172.21.15.18:6789] 2023-11-15T06:24:09.345 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /sbin/ip route ls 2023-11-15T06:24:09.345 INFO:teuthology.orchestra.run.smithi018.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.18 metric 100 2023-11-15T06:24:09.346 INFO:teuthology.orchestra.run.smithi018.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.18 metric 100 2023-11-15T06:24:09.346 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /sbin/ip -6 route ls 2023-11-15T06:24:09.348 INFO:teuthology.orchestra.run.smithi018.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-15T06:24:09.349 INFO:teuthology.orchestra.run.smithi018.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-11-15T06:24:09.349 INFO:teuthology.orchestra.run.smithi018.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2023-11-15T06:24:09.350 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /sbin/ip -6 addr ls 2023-11-15T06:24:09.352 INFO:teuthology.orchestra.run.smithi018.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-15T06:24:09.352 INFO:teuthology.orchestra.run.smithi018.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-11-15T06:24:09.352 INFO:teuthology.orchestra.run.smithi018.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-15T06:24:09.353 INFO:teuthology.orchestra.run.smithi018.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-11-15T06:24:09.353 INFO:teuthology.orchestra.run.smithi018.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:1362/64 scope link 2023-11-15T06:24:09.353 INFO:teuthology.orchestra.run.smithi018.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-11-15T06:24:09.354 INFO:teuthology.orchestra.run.smithi018.stderr:Mon IP `172.21.15.18` is in CIDR network `172.21.0.0/20` 2023-11-15T06:24:09.355 INFO:teuthology.orchestra.run.smithi018.stderr:- internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-15T06:24:09.355 INFO:teuthology.orchestra.run.smithi018.stderr:Pulling container image docker.io/ceph/ceph:v16.2.5... 2023-11-15T06:24:09.355 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman pull docker.io/ceph/ceph:v16.2.5 2023-11-15T06:24:09.449 INFO:teuthology.orchestra.run.smithi018.stderr:/bin/podman: Trying to pull docker.io/ceph/ceph:v16.2.5... 2023-11-15T06:24:15.922 INFO:teuthology.orchestra.run.smithi018.stderr:/bin/podman: Getting image source signatures 2023-11-15T06:24:15.930 INFO:teuthology.orchestra.run.smithi018.stderr:/bin/podman: Copying blob sha256:7a0437f04f83f084b7ed68ad9c4a4947e12fc4e1b006b38129bac89114ec3621 2023-11-15T06:24:15.931 INFO:teuthology.orchestra.run.smithi018.stderr:/bin/podman: Copying blob sha256:77890c5669f6b6c6924b8fca572f4f533c69239091810f2d2495b0df611f7263 2023-11-15T06:24:30.870 INFO:teuthology.orchestra.run.smithi018.stderr:/bin/podman: Copying config sha256:6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-11-15T06:24:30.936 INFO:teuthology.orchestra.run.smithi018.stderr:/bin/podman: Writing manifest to image destination 2023-11-15T06:24:31.214 INFO:teuthology.orchestra.run.smithi018.stderr:/bin/podman: 6933c2a0b7ddc222e77dc8d9dc471a0c639a1c0bded5077be53ad3a9557b4355 2023-11-15T06:24:31.227 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --version 2023-11-15T06:24:31.788 INFO:teuthology.orchestra.run.smithi018.stderr:ceph: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-11-15T06:24:32.090 INFO:teuthology.orchestra.run.smithi018.stderr:Ceph version: ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2023-11-15T06:24:32.090 INFO:teuthology.orchestra.run.smithi018.stderr:Extracting ceph user uid/gid from container image... 2023-11-15T06:24:32.091 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 -c %u %g /var/lib/ceph 2023-11-15T06:24:32.369 INFO:teuthology.orchestra.run.smithi018.stderr:stat: 167 167 2023-11-15T06:24:32.698 INFO:teuthology.orchestra.run.smithi018.stderr:Creating initial keys... 2023-11-15T06:24:32.698 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-11-15T06:24:32.952 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-authtool: AQAgZFRlC2ykOBAAJy2J+bvXENrhb2G5bdi54g== 2023-11-15T06:24:33.290 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-11-15T06:24:33.569 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-authtool: AQAhZFRlRuZTIRAAl2SaSVnWBDEQolPcJ3RV0g== 2023-11-15T06:24:33.889 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-authtool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/ceph/ceph:v16.2.5 --gen-print-key 2023-11-15T06:24:34.161 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-authtool: AQAiZFRl8vI7CRAAUOVdAHARD5luF7Fqc/RCrA== 2023-11-15T06:24:34.603 INFO:teuthology.orchestra.run.smithi018.stderr:Creating initial monmap... 2023-11-15T06:24:34.603 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/monmaptool --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /tmp/ceph-tmpl8nvu3p1:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --create --clobber --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 --addv smithi018 [v2:172.21.15.18:3300,v1:172.21.15.18:6789] /tmp/monmap 2023-11-15T06:24:34.869 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-15T06:24:34.869 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 9438bb84-837f-11ee-8dbe-212e2dc638e7 2023-11-15T06:24:34.869 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-15T06:24:35.265 INFO:teuthology.orchestra.run.smithi018.stderr:monmaptool for smithi018 [v2:172.21.15.18:3300,v1:172.21.15.18:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-15T06:24:35.265 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/monmaptool: set fsid to 9438bb84-837f-11ee-8dbe-212e2dc638e7 2023-11-15T06:24:35.265 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-15T06:24:35.265 INFO:teuthology.orchestra.run.smithi018.stderr: 2023-11-15T06:24:35.266 INFO:teuthology.orchestra.run.smithi018.stderr:Creating mon... 2023-11-15T06:24:35.266 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph-mon --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/mon.smithi018:/var/lib/ceph/mon/ceph-smithi018:z -v /tmp/ceph-tmptt26yvcc:/tmp/keyring:z -v /tmp/ceph-tmpl8nvu3p1:/tmp/monmap:z docker.io/ceph/ceph:v16.2.5 --mkfs -i smithi018 --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --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 2023-11-15T06:24:35.536 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.530+0000 7f9c20085700 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T06:24:35.537 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.530+0000 7f9c20085700 1 imported monmap: 2023-11-15T06:24:35.537 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-15T06:24:35.538 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 2023-11-15T06:24:35.538 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: last_changed 2023-11-15T06:24:34.868099+0000 2023-11-15T06:24:35.538 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: created 2023-11-15T06:24:34.868099+0000 2023-11-15T06:24:35.539 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-15T06:24:35.539 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-15T06:24:35.539 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon.smithi018 2023-11-15T06:24:35.539 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2023-11-15T06:24:35.540 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.530+0000 7f9c20085700 0 /usr/bin/ceph-mon: set fsid to 9438bb84-837f-11ee-8dbe-212e2dc638e7 2023-11-15T06:24:35.540 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T06:24:35.540 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2023-11-15T06:24:35.540 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T06:24:35.541 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Compile date Jul 8 2021 2023-11-15T06:24:35.541 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: DB SUMMARY 2023-11-15T06:24:35.541 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2023-11-15T06:24:35.541 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi018/store.db dir, Total Num: 0, files: 2023-11-15T06:24:35.541 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2023-11-15T06:24:35.542 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi018/store.db: 2023-11-15T06:24:35.542 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2023-11-15T06:24:35.542 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.error_if_exists: 0 2023-11-15T06:24:35.542 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.create_if_missing: 1 2023-11-15T06:24:35.542 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T06:24:35.543 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.env: 0x55f82a7221c0 2023-11-15T06:24:35.543 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.fs: Posix File System 2023-11-15T06:24:35.543 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.info_log: 0x55f82cb6d000 2023-11-15T06:24:35.543 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T06:24:35.543 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.statistics: (nil) 2023-11-15T06:24:35.544 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.use_fsync: 0 2023-11-15T06:24:35.544 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T06:24:35.544 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T06:24:35.544 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T06:24:35.544 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T06:24:35.544 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T06:24:35.545 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T06:24:35.545 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T06:24:35.545 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T06:24:35.569 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T06:24:35.570 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T06:24:35.570 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T06:24:35.570 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.db_log_dir: 2023-11-15T06:24:35.570 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi018/store.db 2023-11-15T06:24:35.570 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T06:24:35.571 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T06:24:35.571 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T06:24:35.571 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T06:24:35.571 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T06:24:35.571 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T06:24:35.572 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T06:24:35.572 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T06:24:35.572 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T06:24:35.572 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T06:24:35.572 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.write_buffer_manager: 0x55f82cb75530 2023-11-15T06:24:35.573 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T06:24:35.573 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T06:24:35.573 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T06:24:35.573 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T06:24:35.573 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T06:24:35.573 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T06:24:35.574 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T06:24:35.574 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T06:24:35.574 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T06:24:35.574 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.unordered_write: 0 2023-11-15T06:24:35.574 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T06:24:35.575 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T06:24:35.575 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T06:24:35.575 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T06:24:35.575 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.row_cache: None 2023-11-15T06:24:35.575 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.wal_filter: None 2023-11-15T06:24:35.576 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T06:24:35.576 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T06:24:35.576 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T06:24:35.576 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.two_write_queues: 0 2023-11-15T06:24:35.576 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T06:24:35.577 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.atomic_flush: 0 2023-11-15T06:24:35.577 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T06:24:35.577 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T06:24:35.577 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T06:24:35.577 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T06:24:35.577 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T06:24:35.578 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T06:24:35.578 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T06:24:35.579 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T06:24:35.579 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T06:24:35.579 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T06:24:35.579 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T06:24:35.580 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T06:24:35.580 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T06:24:35.580 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T06:24:35.580 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T06:24:35.580 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.max_open_files: -1 2023-11-15T06:24:35.581 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T06:24:35.581 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T06:24:35.581 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T06:24:35.581 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T06:24:35.581 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Compression algorithms supported: 2023-11-15T06:24:35.582 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T06:24:35.582 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: kZSTD supported: 0 2023-11-15T06:24:35.582 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: kXpressCompression supported: 0 2023-11-15T06:24:35.582 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T06:24:35.582 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T06:24:35.582 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T06:24:35.585 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: kZlibCompression supported: 1 2023-11-15T06:24:35.585 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T06:24:35.586 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.531+0000 7f9c20085700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T06:24:35.586 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.532+0000 7f9c20085700 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-15T06:24:35.586 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2023-11-15T06:24:35.586 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi018/store.db/MANIFEST-000001 2023-11-15T06:24:35.586 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2023-11-15T06:24:35.587 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T06:24:35.587 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2023-11-15T06:24:35.587 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T06:24:35.587 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.merge_operator: 2023-11-15T06:24:35.588 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.compaction_filter: None 2023-11-15T06:24:35.588 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T06:24:35.588 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T06:24:35.588 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T06:24:35.589 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f82ca86160) 2023-11-15T06:24:35.589 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-15T06:24:35.589 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T06:24:35.589 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T06:24:35.590 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-15T06:24:35.590 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-15T06:24:35.590 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-15T06:24:35.590 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-15T06:24:35.591 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-15T06:24:35.591 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-15T06:24:35.591 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-15T06:24:35.591 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-15T06:24:35.591 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: block_cache: 0x55f82cabcd10 2023-11-15T06:24:35.592 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-15T06:24:35.592 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-15T06:24:35.592 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-15T06:24:35.592 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-15T06:24:35.592 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-15T06:24:35.593 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-15T06:24:35.593 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-15T06:24:35.593 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-15T06:24:35.593 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-15T06:24:35.593 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-15T06:24:35.593 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-15T06:24:35.594 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-15T06:24:35.594 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-15T06:24:35.594 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-15T06:24:35.594 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-15T06:24:35.594 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T06:24:35.595 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-15T06:24:35.595 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-15T06:24:35.595 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-15T06:24:35.595 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-15T06:24:35.595 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-15T06:24:35.596 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-15T06:24:35.596 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2023-11-15T06:24:35.596 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T06:24:35.596 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T06:24:35.596 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.compression: NoCompression 2023-11-15T06:24:35.597 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T06:24:35.597 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T06:24:35.597 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T06:24:35.597 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.num_levels: 7 2023-11-15T06:24:35.597 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T06:24:35.597 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T06:24:35.598 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T06:24:35.598 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T06:24:35.598 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T06:24:35.598 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T06:24:35.598 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T06:24:35.599 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T06:24:35.599 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T06:24:35.600 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T06:24:35.600 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T06:24:35.600 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T06:24:35.601 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T06:24:35.601 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T06:24:35.601 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T06:24:35.601 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T06:24:35.602 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T06:24:35.602 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T06:24:35.602 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T06:24:35.602 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T06:24:35.602 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T06:24:35.603 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T06:24:35.603 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T06:24:35.603 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T06:24:35.603 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T06:24:35.603 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T06:24:35.604 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T06:24:35.604 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T06:24:35.604 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T06:24:35.604 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T06:24:35.604 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T06:24:35.605 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T06:24:35.605 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T06:24:35.606 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T06:24:35.606 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T06:24:35.606 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T06:24:35.606 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T06:24:35.607 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T06:24:35.607 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T06:24:35.607 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T06:24:35.607 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T06:24:35.607 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T06:24:35.607 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T06:24:35.608 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T06:24:35.608 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T06:24:35.608 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T06:24:35.608 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T06:24:35.608 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.table_properties_collectors: 2023-11-15T06:24:35.609 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T06:24:35.609 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T06:24:35.609 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T06:24:35.609 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T06:24:35.610 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T06:24:35.610 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.bloom_locality: 0 2023-11-15T06:24:35.610 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T06:24:35.610 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T06:24:35.610 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T06:24:35.611 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T06:24:35.611 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T06:24:35.611 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.ttl: 2592000 2023-11-15T06:24:35.611 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.533+0000 7f9c20085700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T06:24:35.611 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.534+0000 7f9c20085700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi018/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-11-15T06:24:35.612 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2023-11-15T06:24:35.612 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.534+0000 7f9c20085700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-15T06:24:35.612 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2023-11-15T06:24:35.612 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.535+0000 7f9c20085700 4 rocksdb: DB pointer 0x55f82cb81800 2023-11-15T06:24:35.613 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.535+0000 7f9c08f0e700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T06:24:35.613 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.535+0000 7f9c08f0e700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T06:24:35.613 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-15T06:24:35.613 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T06:24:35.613 INFO:teuthology.orchestra.run.smithi018.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-11-15T06:24:35.614 INFO:teuthology.orchestra.run.smithi018.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-11-15T06:24:35.614 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T06:24:35.614 INFO:teuthology.orchestra.run.smithi018.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-11-15T06:24:35.614 INFO:teuthology.orchestra.run.smithi018.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-11-15T06:24:35.614 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T06:24:35.615 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2023-11-15T06:24:35.615 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T06:24:35.615 INFO:teuthology.orchestra.run.smithi018.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-11-15T06:24:35.615 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:24:35.616 INFO:teuthology.orchestra.run.smithi018.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-11-15T06:24:35.616 INFO:teuthology.orchestra.run.smithi018.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-11-15T06:24:35.616 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2023-11-15T06:24:35.616 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T06:24:35.616 INFO:teuthology.orchestra.run.smithi018.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-11-15T06:24:35.617 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:24:35.617 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T06:24:35.617 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T06:24:35.618 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T06:24:35.618 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T06:24:35.618 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T06:24:35.618 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-15T06:24:35.619 INFO:teuthology.orchestra.run.smithi018.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-11-15T06:24:35.619 INFO:teuthology.orchestra.run.smithi018.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-11-15T06:24:35.619 INFO:teuthology.orchestra.run.smithi018.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-11-15T06:24:35.619 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2023-11-15T06:24:35.620 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-15T06:24:35.620 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2023-11-15T06:24:35.620 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T06:24:35.620 INFO:teuthology.orchestra.run.smithi018.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-11-15T06:24:35.621 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:24:35.621 INFO:teuthology.orchestra.run.smithi018.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-11-15T06:24:35.621 INFO:teuthology.orchestra.run.smithi018.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-11-15T06:24:35.621 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2023-11-15T06:24:35.621 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-15T06:24:35.622 INFO:teuthology.orchestra.run.smithi018.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-11-15T06:24:35.622 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:24:35.622 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T06:24:35.622 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T06:24:35.622 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T06:24:35.623 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T06:24:35.623 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T06:24:35.623 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-15T06:24:35.623 INFO:teuthology.orchestra.run.smithi018.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-11-15T06:24:35.623 INFO:teuthology.orchestra.run.smithi018.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-11-15T06:24:35.624 INFO:teuthology.orchestra.run.smithi018.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-11-15T06:24:35.624 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2023-11-15T06:24:35.624 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-15T06:24:35.624 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: 2023-11-15T06:24:35.624 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.537+0000 7f9c20085700 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-15T06:24:35.625 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.538+0000 7f9c20085700 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-15T06:24:35.625 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph-mon: debug 2023-11-15T06:24:35.538+0000 7f9c20085700 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi018 for mon.smithi018 2023-11-15T06:24:35.882 INFO:teuthology.orchestra.run.smithi018.stderr:create mon.smithi018 on 2023-11-15T06:24:35.882 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7 2023-11-15T06:24:35.889 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl disable ceph.target 2023-11-15T06:24:35.993 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl enable ceph.target 2023-11-15T06:24:35.999 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-11-15T06:24:36.085 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl start ceph.target 2023-11-15T06:24:36.095 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl enable ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7.target 2023-11-15T06:24:36.102 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7.target. 2023-11-15T06:24:36.102 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7.target → /etc/systemd/system/ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7.target. 2023-11-15T06:24:36.189 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl start ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7.target 2023-11-15T06:24:36.198 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl daemon-reload 2023-11-15T06:24:36.293 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl stop ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mon.smithi018 2023-11-15T06:24:36.321 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl reset-failed ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mon.smithi018 2023-11-15T06:24:36.327 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: Failed to reset failed state of unit ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mon.smithi018.service: Unit ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mon.smithi018.service not loaded. 2023-11-15T06:24:36.327 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl enable ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mon.smithi018 2023-11-15T06:24:36.334 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: Created symlink /etc/systemd/system/ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7.target.wants/ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mon.smithi018.service → /etc/systemd/system/ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@.service. 2023-11-15T06:24:36.429 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl start ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mon.smithi018 2023-11-15T06:24:36.749 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-15T06:24:36.760 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: disabled 2023-11-15T06:24:36.760 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl is-active firewalld.service 2023-11-15T06:24:36.768 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: inactive 2023-11-15T06:24:36.769 INFO:teuthology.orchestra.run.smithi018.stderr:firewalld.service is not enabled 2023-11-15T06:24:36.770 INFO:teuthology.orchestra.run.smithi018.stderr:Not possible to enable service . firewalld.service is not available 2023-11-15T06:24:36.771 INFO:teuthology.orchestra.run.smithi018.stderr:Waiting for mon to start... 2023-11-15T06:24:36.771 INFO:teuthology.orchestra.run.smithi018.stderr:Waiting for mon... 2023-11-15T06:24:36.772 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/mon.smithi018:/var/lib/ceph/mon/ceph-smithi018:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status 2023-11-15T06:24:37.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:36 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[107663]: cluster 2023-11-15T06:24:36.771740+0000 mon.smithi018 (mon.0) 1 : cluster [INF] mon.smithi018 is new leader, mons smithi018 in quorum (ranks 0) 2023-11-15T06:24:37.257 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: cluster: 2023-11-15T06:24:37.258 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: id: 9438bb84-837f-11ee-8dbe-212e2dc638e7 2023-11-15T06:24:37.258 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-15T06:24:37.258 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 2023-11-15T06:24:37.258 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: services: 2023-11-15T06:24:37.258 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi018 (age 0.479512s) 2023-11-15T06:24:37.259 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-15T06:24:37.259 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-15T06:24:37.259 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 2023-11-15T06:24:37.259 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: data: 2023-11-15T06:24:37.259 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-15T06:24:37.260 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-15T06:24:37.260 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-15T06:24:37.260 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: pgs: 2023-11-15T06:24:37.260 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 2023-11-15T06:24:37.613 INFO:teuthology.orchestra.run.smithi018.stderr:mon is available 2023-11-15T06:24:37.614 INFO:teuthology.orchestra.run.smithi018.stderr:Assimilating anything we can from ceph.conf... 2023-11-15T06:24:37.614 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z -v /var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/mon.smithi018:/var/lib/ceph/mon/ceph-smithi018:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/mon/ceph-smithi018/config 2023-11-15T06:24:37.792 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:37 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[107663]: cluster 2023-11-15T06:24:36.775691+0000 mon.smithi018 (mon.0) 2 : cluster [INF] mon.smithi018 is new leader, mons smithi018 in quorum (ranks 0) 2023-11-15T06:24:37.792 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:37 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[107663]: cluster 2023-11-15T06:24:36.775836+0000 mon.smithi018 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi018=[v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0]} 2023-11-15T06:24:37.793 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:37 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[107663]: cluster 2023-11-15T06:24:36.777759+0000 mon.smithi018 (mon.0) 4 : cluster [DBG] fsmap 2023-11-15T06:24:37.793 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:37 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[107663]: cluster 2023-11-15T06:24:36.780028+0000 mon.smithi018 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-15T06:24:37.793 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:37 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[107663]: cluster 2023-11-15T06:24:36.780703+0000 mon.smithi018 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-15T06:24:37.793 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:37 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[107663]: audit 2023-11-15T06:24:37.255165+0000 mon.smithi018 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.18:0/3384389718' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-15T06:24:38.102 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 2023-11-15T06:24:38.102 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: [global] 2023-11-15T06:24:38.103 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: fsid = 9438bb84-837f-11ee-8dbe-212e2dc638e7 2023-11-15T06:24:38.103 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.18:3300,v1:172.21.15.18:6789] 2023-11-15T06:24:38.104 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-15T06:24:38.104 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-15T06:24:38.104 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-15T06:24:38.105 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-15T06:24:38.105 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 2023-11-15T06:24:38.105 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: [mgr] 2023-11-15T06:24:38.106 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-15T06:24:38.106 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 2023-11-15T06:24:38.106 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: [osd] 2023-11-15T06:24:38.107 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-15T06:24:38.107 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-15T06:24:38.437 INFO:teuthology.orchestra.run.smithi018.stderr:Generating new minimal ceph.conf... 2023-11-15T06:24:38.438 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z -v /var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/mon.smithi018:/var/lib/ceph/mon/ceph-smithi018:z docker.io/ceph/ceph:v16.2.5 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-smithi018/config 2023-11-15T06:24:39.035 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:38 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[107663]: audit 2023-11-15T06:24:38.095753+0000 mon.smithi018 (mon.0) 8 : audit [INF] from='client.? 172.21.15.18:0/1861601697' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T06:24:39.036 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:38 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[107663]: audit 2023-11-15T06:24:38.098499+0000 mon.smithi018 (mon.0) 9 : audit [INF] from='client.? 172.21.15.18:0/1861601697' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-15T06:24:39.205 INFO:teuthology.orchestra.run.smithi018.stderr:Restarting the monitor... 2023-11-15T06:24:39.205 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl restart ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mon.smithi018 2023-11-15T06:24:39.286 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 systemd[1]: Stopping Ceph mon.smithi018 for 9438bb84-837f-11ee-8dbe-212e2dc638e7... 2023-11-15T06:24:39.542 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[107663]: debug 2023-11-15T06:24:39.285+0000 7f7fdbde9700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi018 -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-11-15T06:24:39.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[107663]: debug 2023-11-15T06:24:39.285+0000 7f7fdbde9700 -1 mon.smithi018@0(leader) e1 *** Got Signal Terminated *** 2023-11-15T06:24:39.912 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 podman[107987]: ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018 2023-11-15T06:24:39.913 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 systemd[1]: ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mon.smithi018.service: Succeeded. 2023-11-15T06:24:39.913 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 systemd[1]: Stopped Ceph mon.smithi018 for 9438bb84-837f-11ee-8dbe-212e2dc638e7. 2023-11-15T06:24:39.913 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 systemd[1]: Starting Ceph mon.smithi018 for 9438bb84-837f-11ee-8dbe-212e2dc638e7... 2023-11-15T06:24:39.963 INFO:teuthology.orchestra.run.smithi018.stderr:Setting mon public_network to 172.21.0.0/20 2023-11-15T06:24:39.964 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mon public_network 172.21.0.0/20 2023-11-15T06:24:40.296 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 bash[108058]: e29154a84cc7a7d5dca0c2f41302c19a9284a7b1e4cb044877092dafaf645379 2023-11-15T06:24:40.296 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 systemd[1]: Started Ceph mon.smithi018 for 9438bb84-837f-11ee-8dbe-212e2dc638e7. 2023-11-15T06:24:40.297 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.966+0000 7f9c7f637700 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-15T06:24:40.297 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.966+0000 7f9c7f637700 0 ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable), process ceph-mon, pid 7 2023-11-15T06:24:40.297 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.966+0000 7f9c7f637700 0 pidfile_write: ignore empty --pid-file 2023-11-15T06:24:40.297 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.971+0000 7f9c7f637700 0 load: jerasure load: lrc load: isa 2023-11-15T06:24:40.297 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.972+0000 7f9c7f637700 4 rocksdb: RocksDB version: 6.8.1 2023-11-15T06:24:40.298 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 2023-11-15T06:24:40.298 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.972+0000 7f9c7f637700 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-15T06:24:40.298 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.972+0000 7f9c7f637700 4 rocksdb: Compile date Jul 8 2021 2023-11-15T06:24:40.299 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.972+0000 7f9c7f637700 4 rocksdb: DB SUMMARY 2023-11-15T06:24:40.299 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 2023-11-15T06:24:40.299 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.972+0000 7f9c7f637700 4 rocksdb: CURRENT file: CURRENT 2023-11-15T06:24:40.300 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 2023-11-15T06:24:40.300 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.972+0000 7f9c7f637700 4 rocksdb: IDENTITY file: IDENTITY 2023-11-15T06:24:40.301 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 2023-11-15T06:24:40.301 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.972+0000 7f9c7f637700 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-15T06:24:40.302 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 2023-11-15T06:24:40.302 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.972+0000 7f9c7f637700 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi018/store.db dir, Total Num: 1, files: 000004.sst 2023-11-15T06:24:40.302 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 2023-11-15T06:24:40.303 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.972+0000 7f9c7f637700 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi018/store.db: 000006.log size: 80410 ; 2023-11-15T06:24:40.303 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 2023-11-15T06:24:40.304 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.972+0000 7f9c7f637700 4 rocksdb: Options.error_if_exists: 0 2023-11-15T06:24:40.304 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.972+0000 7f9c7f637700 4 rocksdb: Options.create_if_missing: 0 2023-11-15T06:24:40.304 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.972+0000 7f9c7f637700 4 rocksdb: Options.paranoid_checks: 1 2023-11-15T06:24:40.305 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.972+0000 7f9c7f637700 4 rocksdb: Options.env: 0x55e64a68e1c0 2023-11-15T06:24:40.305 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.972+0000 7f9c7f637700 4 rocksdb: Options.fs: Posix File System 2023-11-15T06:24:40.305 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.972+0000 7f9c7f637700 4 rocksdb: Options.info_log: 0x55e64b0b7a40 2023-11-15T06:24:40.306 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.972+0000 7f9c7f637700 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-15T06:24:40.306 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.972+0000 7f9c7f637700 4 rocksdb: Options.statistics: (nil) 2023-11-15T06:24:40.307 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.972+0000 7f9c7f637700 4 rocksdb: Options.use_fsync: 0 2023-11-15T06:24:40.307 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.972+0000 7f9c7f637700 4 rocksdb: Options.max_log_file_size: 0 2023-11-15T06:24:40.307 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.972+0000 7f9c7f637700 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-15T06:24:40.308 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.972+0000 7f9c7f637700 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-15T06:24:40.308 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-15T06:24:40.308 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-15T06:24:40.309 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.allow_fallocate: 1 2023-11-15T06:24:40.309 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-15T06:24:40.310 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-15T06:24:40.310 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.use_direct_reads: 0 2023-11-15T06:24:40.310 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-15T06:24:40.311 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.create_missing_column_families: 0 2023-11-15T06:24:40.311 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.db_log_dir: 2023-11-15T06:24:40.312 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi018/store.db 2023-11-15T06:24:40.312 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-15T06:24:40.312 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.max_subcompactions: 1 2023-11-15T06:24:40.313 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.max_background_flushes: -1 2023-11-15T06:24:40.313 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-15T06:24:40.313 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-15T06:24:40.314 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-15T06:24:40.314 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-15T06:24:40.315 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-15T06:24:40.315 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.advise_random_on_open: 1 2023-11-15T06:24:40.315 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-15T06:24:40.317 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.write_buffer_manager: 0x55e64bd2e030 2023-11-15T06:24:40.317 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-15T06:24:40.318 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-15T06:24:40.318 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-15T06:24:40.318 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-15T06:24:40.318 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.rate_limiter: (nil) 2023-11-15T06:24:40.319 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-15T06:24:40.319 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-15T06:24:40.319 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-15T06:24:40.319 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-15T06:24:40.319 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.unordered_write: 0 2023-11-15T06:24:40.320 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-15T06:24:40.320 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-15T06:24:40.320 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-15T06:24:40.320 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-15T06:24:40.320 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.row_cache: None 2023-11-15T06:24:40.321 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.wal_filter: None 2023-11-15T06:24:40.321 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-15T06:24:40.321 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-15T06:24:40.321 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.preserve_deletes: 0 2023-11-15T06:24:40.321 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.two_write_queues: 0 2023-11-15T06:24:40.322 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.manual_wal_flush: 0 2023-11-15T06:24:40.322 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.atomic_flush: 0 2023-11-15T06:24:40.322 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-15T06:24:40.323 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-15T06:24:40.323 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-15T06:24:40.323 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.log_readahead_size: 0 2023-11-15T06:24:40.324 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-15T06:24:40.324 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.max_background_jobs: 2 2023-11-15T06:24:40.324 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.max_background_compactions: -1 2023-11-15T06:24:40.325 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-15T06:24:40.325 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-15T06:24:40.325 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-15T06:24:40.326 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.max_total_wal_size: 0 2023-11-15T06:24:40.326 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-15T06:24:40.326 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-15T06:24:40.327 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-15T06:24:40.327 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-15T06:24:40.327 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.max_open_files: -1 2023-11-15T06:24:40.327 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.bytes_per_sync: 0 2023-11-15T06:24:40.328 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-15T06:24:40.328 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-15T06:24:40.328 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-15T06:24:40.329 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Compression algorithms supported: 2023-11-15T06:24:40.329 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-15T06:24:40.329 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: kZSTD supported: 0 2023-11-15T06:24:40.330 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: kXpressCompression supported: 0 2023-11-15T06:24:40.330 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-15T06:24:40.330 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: kLZ4Compression supported: 1 2023-11-15T06:24:40.330 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: kBZip2Compression supported: 0 2023-11-15T06:24:40.331 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: kZlibCompression supported: 1 2023-11-15T06:24:40.333 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: kSnappyCompression supported: 1 2023-11-15T06:24:40.334 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-15T06:24:40.334 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi018/store.db/MANIFEST-000005 2023-11-15T06:24:40.334 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 2023-11-15T06:24:40.335 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-15T06:24:40.335 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 2023-11-15T06:24:40.335 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-15T06:24:40.336 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.merge_operator: 2023-11-15T06:24:40.336 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.compaction_filter: None 2023-11-15T06:24:40.337 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.compaction_filter_factory: None 2023-11-15T06:24:40.337 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-15T06:24:40.337 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-15T06:24:40.338 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e64afd1cc0) 2023-11-15T06:24:40.338 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cache_index_and_filter_blocks: 1 2023-11-15T06:24:40.338 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-15T06:24:40.339 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-15T06:24:40.339 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: pin_top_level_index_and_filter: 1 2023-11-15T06:24:40.339 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: index_type: 0 2023-11-15T06:24:40.339 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: data_block_index_type: 0 2023-11-15T06:24:40.340 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: index_shortening: 1 2023-11-15T06:24:40.340 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: data_block_hash_table_util_ratio: 0.750000 2023-11-15T06:24:40.341 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: hash_index_allow_collision: 1 2023-11-15T06:24:40.341 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: checksum: 1 2023-11-15T06:24:40.341 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: no_block_cache: 0 2023-11-15T06:24:40.342 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: block_cache: 0x55e64b006f10 2023-11-15T06:24:40.342 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: block_cache_name: BinnedLRUCache 2023-11-15T06:24:40.342 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: block_cache_options: 2023-11-15T06:24:40.343 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: capacity : 536870912 2023-11-15T06:24:40.343 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: num_shard_bits : 4 2023-11-15T06:24:40.343 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: strict_capacity_limit : 0 2023-11-15T06:24:40.343 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: high_pri_pool_ratio: 0.000 2023-11-15T06:24:40.344 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: block_cache_compressed: (nil) 2023-11-15T06:24:40.344 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: persistent_cache: (nil) 2023-11-15T06:24:40.344 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: block_size: 4096 2023-11-15T06:24:40.344 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: block_size_deviation: 10 2023-11-15T06:24:40.344 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: block_restart_interval: 16 2023-11-15T06:24:40.344 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: index_block_restart_interval: 1 2023-11-15T06:24:40.345 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: metadata_block_size: 4096 2023-11-15T06:24:40.345 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: partition_filters: 0 2023-11-15T06:24:40.345 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: use_delta_encoding: 1 2023-11-15T06:24:40.345 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-15T06:24:40.345 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: whole_key_filtering: 1 2023-11-15T06:24:40.346 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: verify_compression: 0 2023-11-15T06:24:40.346 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: read_amp_bytes_per_bit: 0 2023-11-15T06:24:40.346 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: format_version: 2 2023-11-15T06:24:40.346 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: enable_index_compression: 1 2023-11-15T06:24:40.346 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: block_align: 0 2023-11-15T06:24:40.347 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 2023-11-15T06:24:40.347 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-15T06:24:40.347 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-15T06:24:40.347 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.compression: NoCompression 2023-11-15T06:24:40.347 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-15T06:24:40.347 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-15T06:24:40.348 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-15T06:24:40.348 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.num_levels: 7 2023-11-15T06:24:40.348 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-15T06:24:40.348 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-15T06:24:40.348 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-15T06:24:40.349 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-15T06:24:40.349 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-15T06:24:40.349 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-15T06:24:40.349 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-15T06:24:40.349 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-15T06:24:40.350 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-15T06:24:40.350 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-15T06:24:40.350 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.compression_opts.level: 32767 2023-11-15T06:24:40.350 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-15T06:24:40.350 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-15T06:24:40.351 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-15T06:24:40.351 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.compression_opts.enabled: false 2023-11-15T06:24:40.351 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-15T06:24:40.351 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-15T06:24:40.351 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-15T06:24:40.352 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-15T06:24:40.352 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-15T06:24:40.352 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-15T06:24:40.352 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-15T06:24:40.352 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-15T06:24:40.353 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-15T06:24:40.353 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-15T06:24:40.353 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-15T06:24:40.353 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-15T06:24:40.354 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-15T06:24:40.354 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-15T06:24:40.354 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-15T06:24:40.354 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-15T06:24:40.354 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-15T06:24:40.355 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.arena_block_size: 4194304 2023-11-15T06:24:40.355 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-15T06:24:40.355 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-15T06:24:40.355 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-15T06:24:40.355 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-15T06:24:40.356 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-15T06:24:40.356 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-15T06:24:40.356 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-15T06:24:40.356 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-15T06:24:40.356 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-15T06:24:40.356 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-15T06:24:40.357 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-15T06:24:40.357 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-15T06:24:40.357 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-15T06:24:40.357 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-15T06:24:40.357 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.table_properties_collectors: 2023-11-15T06:24:40.358 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.inplace_update_support: 0 2023-11-15T06:24:40.358 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-15T06:24:40.358 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-15T06:24:40.358 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-15T06:24:40.358 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-15T06:24:40.359 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.bloom_locality: 0 2023-11-15T06:24:40.359 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.max_successive_merges: 0 2023-11-15T06:24:40.359 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-15T06:24:40.359 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-15T06:24:40.359 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.force_consistency_checks: 0 2023-11-15T06:24:40.359 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-15T06:24:40.360 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.ttl: 2592000 2023-11-15T06:24:40.360 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.973+0000 7f9c7f637700 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-15T06:24:40.360 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.974+0000 7f9c7f637700 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi018/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-11-15T06:24:40.360 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 2023-11-15T06:24:40.360 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.974+0000 7f9c7f637700 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-15T06:24:40.361 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 2023-11-15T06:24:40.361 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.974+0000 7f9c7f637700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700029479975517, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-15T06:24:40.361 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.974+0000 7f9c7f637700 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-15T06:24:40.361 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.975+0000 7f9c7f637700 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-11-15T06:24:40.361 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.976+0000 7f9c7f637700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700029479976974, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 77333, "table_properties": {"data_size": 75630, "index_size": 308, "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": 9283, "raw_average_key_size": 47, "raw_value_size": 70277, "raw_average_value_size": 360, "num_data_blocks": 10, "num_entries": 195, "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": 1700029479, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-15T06:24:40.362 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.976+0000 7f9c7f637700 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-15T06:24:40.362 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 2023-11-15T06:24:40.362 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.976+0000 7f9c7f637700 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1700029479977668, "job": 1, "event": "recovery_finished"} 2023-11-15T06:24:40.362 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.977+0000 7f9c7f637700 4 rocksdb: DB pointer 0x55e64b0cb800 2023-11-15T06:24:40.362 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.978+0000 7f9c6643f700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-15T06:24:40.363 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.978+0000 7f9c6643f700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-15T06:24:40.363 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: ** DB Stats ** 2023-11-15T06:24:40.363 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T06:24:40.363 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-15T06:24:40.363 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-15T06:24:40.364 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T06:24:40.364 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-15T06:24:40.364 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-15T06:24:40.364 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-15T06:24:40.364 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 2023-11-15T06:24:40.364 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: ** Compaction Stats [default] ** 2023-11-15T06:24:40.365 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 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-11-15T06:24:40.365 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:24:40.365 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: L0 2/0 77.21 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 76.6 0.00 0.00 1 0.001 0 0 2023-11-15T06:24:40.365 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Sum 2/0 77.21 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 76.6 0.00 0.00 1 0.001 0 0 2023-11-15T06:24:40.365 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 76.6 0.00 0.00 1 0.001 0 0 2023-11-15T06:24:40.366 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 2023-11-15T06:24:40.366 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: ** Compaction Stats [default] ** 2023-11-15T06:24:40.366 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 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-11-15T06:24:40.366 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:24:40.366 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 76.6 0.00 0.00 1 0.001 0 0 2023-11-15T06:24:40.367 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T06:24:40.367 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T06:24:40.367 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T06:24:40.367 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T06:24:40.367 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T06:24:40.367 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T06:24:40.368 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Cumulative compaction: 0.00 GB write, 15.84 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T06:24:40.368 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Interval compaction: 0.00 GB write, 15.84 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T06:24:40.368 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 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-11-15T06:24:40.368 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 2023-11-15T06:24:40.368 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T06:24:40.369 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 2023-11-15T06:24:40.369 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: ** Compaction Stats [default] ** 2023-11-15T06:24:40.369 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 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-11-15T06:24:40.369 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:24:40.369 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: L0 2/0 77.21 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 76.6 0.00 0.00 1 0.001 0 0 2023-11-15T06:24:40.369 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Sum 2/0 77.21 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 76.6 0.00 0.00 1 0.001 0 0 2023-11-15T06:24:40.370 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 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-11-15T06:24:40.370 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 2023-11-15T06:24:40.370 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: ** Compaction Stats [default] ** 2023-11-15T06:24:40.370 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 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-11-15T06:24:40.370 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-15T06:24:40.371 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 76.6 0.00 0.00 1 0.001 0 0 2023-11-15T06:24:40.371 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-15T06:24:40.371 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-15T06:24:40.371 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-15T06:24:40.371 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: AddFile(Total Files): cumulative 0, interval 0 2023-11-15T06:24:40.372 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-15T06:24:40.372 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: AddFile(Keys): cumulative 0, interval 0 2023-11-15T06:24:40.372 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Cumulative compaction: 0.00 GB write, 15.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T06:24:40.372 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-15T06:24:40.372 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 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-11-15T06:24:40.372 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 2023-11-15T06:24:40.373 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: ** File Read Latency Histogram By Level [default] ** 2023-11-15T06:24:40.373 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 2023-11-15T06:24:40.373 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.979+0000 7f9c7f637700 0 starting mon.smithi018 rank 0 at public addrs [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] at bind addrs [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi018 fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 2023-11-15T06:24:40.373 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.980+0000 7f9c7f637700 1 mon.smithi018@-1(???) e1 preinit fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 2023-11-15T06:24:40.373 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.981+0000 7f9c7f637700 0 mon.smithi018@-1(???).mds e1 new map 2023-11-15T06:24:40.374 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.981+0000 7f9c7f637700 0 mon.smithi018@-1(???).mds e1 print_map 2023-11-15T06:24:40.374 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: e1 2023-11-15T06:24:40.374 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-15T06:24:40.374 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 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-11-15T06:24:40.374 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: legacy client fscid: -1 2023-11-15T06:24:40.374 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 2023-11-15T06:24:40.375 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: No filesystems configured 2023-11-15T06:24:40.375 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: 2023-11-15T06:24:40.375 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.981+0000 7f9c7f637700 0 mon.smithi018@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-15T06:24:40.375 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.981+0000 7f9c7f637700 0 mon.smithi018@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T06:24:40.375 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.981+0000 7f9c7f637700 0 mon.smithi018@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T06:24:40.376 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.981+0000 7f9c7f637700 0 mon.smithi018@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-15T06:24:40.376 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:38.095753+0000 mon.smithi018 (mon.0) 8 : audit [INF] from='client.? 172.21.15.18:0/1861601697' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T06:24:40.376 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:38.098499+0000 mon.smithi018 (mon.0) 9 : audit [INF] from='client.? 172.21.15.18:0/1861601697' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-15T06:24:40.376 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:24:39.981+0000 7f9c7f637700 1 mon.smithi018@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-15T06:24:40.376 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:40 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:24:39.999760+0000 mon.smithi018 (mon.0) 1 : cluster [INF] mon.smithi018 is new leader, mons smithi018 in quorum (ranks 0) 2023-11-15T06:24:40.377 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:40 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:24:39.999826+0000 mon.smithi018 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi018=[v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0]} 2023-11-15T06:24:40.377 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:40 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:24:39.999865+0000 mon.smithi018 (mon.0) 3 : cluster [DBG] fsmap 2023-11-15T06:24:40.377 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:40 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:24:39.999891+0000 mon.smithi018 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-15T06:24:40.377 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:40 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:24:40.000334+0000 mon.smithi018 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-15T06:24:40.938 INFO:teuthology.orchestra.run.smithi018.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-15T06:24:40.938 INFO:teuthology.orchestra.run.smithi018.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-15T06:24:40.938 INFO:teuthology.orchestra.run.smithi018.stderr:Creating mgr... 2023-11-15T06:24:40.939 INFO:teuthology.orchestra.run.smithi018.stderr:Verifying port 9283 ... 2023-11-15T06:24:40.942 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl daemon-reload 2023-11-15T06:24:41.054 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl stop ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mgr.smithi018.tmrmxf 2023-11-15T06:24:41.082 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl reset-failed ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mgr.smithi018.tmrmxf 2023-11-15T06:24:41.088 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: Failed to reset failed state of unit ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mgr.smithi018.tmrmxf.service: Unit ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mgr.smithi018.tmrmxf.service not loaded. 2023-11-15T06:24:41.089 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl enable ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mgr.smithi018.tmrmxf 2023-11-15T06:24:41.095 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: Created symlink /etc/systemd/system/ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7.target.wants/ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mgr.smithi018.tmrmxf.service → /etc/systemd/system/ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@.service. 2023-11-15T06:24:41.187 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl start ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mgr.smithi018.tmrmxf 2023-11-15T06:24:41.514 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-15T06:24:41.525 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: disabled 2023-11-15T06:24:41.526 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl is-active firewalld.service 2023-11-15T06:24:41.535 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: inactive 2023-11-15T06:24:41.536 INFO:teuthology.orchestra.run.smithi018.stderr:firewalld.service is not enabled 2023-11-15T06:24:41.536 INFO:teuthology.orchestra.run.smithi018.stderr:Not possible to enable service . firewalld.service is not available 2023-11-15T06:24:41.537 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-15T06:24:41.545 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: disabled 2023-11-15T06:24:41.546 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl is-active firewalld.service 2023-11-15T06:24:41.555 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: inactive 2023-11-15T06:24:41.556 INFO:teuthology.orchestra.run.smithi018.stderr:firewalld.service is not enabled 2023-11-15T06:24:41.557 INFO:teuthology.orchestra.run.smithi018.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-15T06:24:41.557 INFO:teuthology.orchestra.run.smithi018.stderr:Waiting for mgr to start... 2023-11-15T06:24:41.557 INFO:teuthology.orchestra.run.smithi018.stderr:Waiting for mgr... 2023-11-15T06:24:41.557 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-11-15T06:24:41.792 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:41 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:40.568640+0000 mon.smithi018 (mon.0) 6 : audit [INF] from='client.? 172.21.15.18:0/1402579701' entity='client.admin' 2023-11-15T06:24:42.019 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 2023-11-15T06:24:42.020 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: { 2023-11-15T06:24:42.020 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "fsid": "9438bb84-837f-11ee-8dbe-212e2dc638e7", 2023-11-15T06:24:42.020 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "health": { 2023-11-15T06:24:42.020 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T06:24:42.020 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T06:24:42.021 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T06:24:42.023 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:42.023 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T06:24:42.023 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T06:24:42.023 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 0 2023-11-15T06:24:42.024 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: ], 2023-11-15T06:24:42.024 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T06:24:42.024 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "smithi018" 2023-11-15T06:24:42.024 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: ], 2023-11-15T06:24:42.024 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-11-15T06:24:42.024 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T06:24:42.025 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:24:42.025 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T06:24:42.025 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T06:24:42.025 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:42.025 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T06:24:42.026 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:24:42.026 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T06:24:42.026 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T06:24:42.026 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T06:24:42.026 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T06:24:42.030 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T06:24:42.030 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T06:24:42.030 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:42.031 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T06:24:42.031 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T06:24:42.031 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T06:24:42.031 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T06:24:42.031 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T06:24:42.031 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T06:24:42.032 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T06:24:42.032 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T06:24:42.032 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T06:24:42.032 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:42.032 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T06:24:42.033 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:24:42.033 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T06:24:42.033 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T06:24:42.033 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:42.033 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T06:24:42.033 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "available": false, 2023-11-15T06:24:42.034 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T06:24:42.034 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T06:24:42.034 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "iostat", 2023-11-15T06:24:42.034 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "nfs", 2023-11-15T06:24:42.034 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "restful" 2023-11-15T06:24:42.035 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: ], 2023-11-15T06:24:42.035 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "services": {} 2023-11-15T06:24:42.035 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:42.035 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T06:24:42.035 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:24:42.035 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "modified": "2023-11-15T06:24:36.776733+0000", 2023-11-15T06:24:42.036 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "services": {} 2023-11-15T06:24:42.036 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:42.036 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T06:24:42.036 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: } 2023-11-15T06:24:42.403 INFO:teuthology.orchestra.run.smithi018.stderr:mgr not available, waiting (1/15)... 2023-11-15T06:24:42.792 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:42 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:42.017623+0000 mon.smithi018 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.18:0/999948070' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T06:24:44.405 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-11-15T06:24:44.849 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 2023-11-15T06:24:44.850 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: { 2023-11-15T06:24:44.850 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "fsid": "9438bb84-837f-11ee-8dbe-212e2dc638e7", 2023-11-15T06:24:44.850 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "health": { 2023-11-15T06:24:44.850 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T06:24:44.851 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T06:24:44.851 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T06:24:44.851 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:44.851 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T06:24:44.851 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T06:24:44.852 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 0 2023-11-15T06:24:44.852 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: ], 2023-11-15T06:24:44.852 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T06:24:44.852 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "smithi018" 2023-11-15T06:24:44.852 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: ], 2023-11-15T06:24:44.852 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "quorum_age": 4, 2023-11-15T06:24:44.853 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T06:24:44.853 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:24:44.853 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T06:24:44.853 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T06:24:44.853 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:44.854 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T06:24:44.854 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:24:44.854 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T06:24:44.854 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T06:24:44.855 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T06:24:44.855 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T06:24:44.855 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T06:24:44.855 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T06:24:44.856 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:44.856 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T06:24:44.856 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T06:24:44.856 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T06:24:44.856 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T06:24:44.857 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T06:24:44.857 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T06:24:44.857 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T06:24:44.857 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T06:24:44.857 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T06:24:44.857 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:44.858 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T06:24:44.858 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:24:44.858 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T06:24:44.858 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T06:24:44.859 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:44.859 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T06:24:44.859 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "available": false, 2023-11-15T06:24:44.859 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T06:24:44.859 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T06:24:44.859 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "iostat", 2023-11-15T06:24:44.860 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "nfs", 2023-11-15T06:24:44.860 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "restful" 2023-11-15T06:24:44.860 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: ], 2023-11-15T06:24:44.860 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "services": {} 2023-11-15T06:24:44.861 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:44.861 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T06:24:44.861 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:24:44.861 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "modified": "2023-11-15T06:24:36.776733+0000", 2023-11-15T06:24:44.861 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "services": {} 2023-11-15T06:24:44.862 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:44.862 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T06:24:44.862 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: } 2023-11-15T06:24:45.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:44 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:44.839935+0000 mon.smithi018 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.18:0/3137617407' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T06:24:45.186 INFO:teuthology.orchestra.run.smithi018.stderr:mgr not available, waiting (2/15)... 2023-11-15T06:24:47.188 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-11-15T06:24:47.542 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:47 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:24:47.329233+0000 mon.smithi018 (mon.0) 9 : cluster [INF] Activating manager daemon smithi018.tmrmxf 2023-11-15T06:24:47.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:47 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:24:47.332061+0000 mon.smithi018 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi018.tmrmxf(active, starting, since 0.00296698s) 2023-11-15T06:24:47.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:47 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:47.333032+0000 mon.smithi018 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.18:0/3378703902' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T06:24:47.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:47 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:47.333225+0000 mon.smithi018 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.18:0/3378703902' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T06:24:47.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:47 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:47.333435+0000 mon.smithi018 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.18:0/3378703902' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T06:24:47.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:47 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:47.333783+0000 mon.smithi018 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.18:0/3378703902' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "mon metadata", "id": "smithi018"}]: dispatch 2023-11-15T06:24:47.544 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:47 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:47.334621+0000 mon.smithi018 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.18:0/3378703902' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "mgr metadata", "who": "smithi018.tmrmxf", "id": "smithi018.tmrmxf"}]: dispatch 2023-11-15T06:24:47.544 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:47 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:24:47.336709+0000 mon.smithi018 (mon.0) 16 : cluster [INF] Manager daemon smithi018.tmrmxf is now available 2023-11-15T06:24:47.544 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:47 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:47.344802+0000 mon.smithi018 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.18:0/3378703902' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:24:47.544 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:47 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:47.351371+0000 mon.smithi018 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.18:0/3378703902' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/mirror_snapshot_schedule"}]: dispatch 2023-11-15T06:24:47.544 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:47 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:47.352826+0000 mon.smithi018 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.18:0/3378703902' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/trash_purge_schedule"}]: dispatch 2023-11-15T06:24:47.545 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:47 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:47.358158+0000 mon.smithi018 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.18:0/3378703902' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:24:47.545 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:47 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:47.360501+0000 mon.smithi018 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.18:0/3378703902' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:24:47.628 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 2023-11-15T06:24:47.628 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: { 2023-11-15T06:24:47.628 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "fsid": "9438bb84-837f-11ee-8dbe-212e2dc638e7", 2023-11-15T06:24:47.628 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "health": { 2023-11-15T06:24:47.629 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T06:24:47.629 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T06:24:47.629 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T06:24:47.629 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:47.629 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T06:24:47.629 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T06:24:47.630 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 0 2023-11-15T06:24:47.630 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: ], 2023-11-15T06:24:47.630 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T06:24:47.630 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "smithi018" 2023-11-15T06:24:47.630 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: ], 2023-11-15T06:24:47.631 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-11-15T06:24:47.631 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T06:24:47.631 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:24:47.631 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T06:24:47.631 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T06:24:47.632 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:47.632 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T06:24:47.632 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:24:47.632 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T06:24:47.632 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T06:24:47.632 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T06:24:47.633 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T06:24:47.633 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T06:24:47.633 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T06:24:47.633 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:47.633 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T06:24:47.634 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T06:24:47.634 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T06:24:47.634 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T06:24:47.634 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T06:24:47.634 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T06:24:47.635 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T06:24:47.635 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T06:24:47.635 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T06:24:47.635 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:47.636 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T06:24:47.636 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:24:47.636 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T06:24:47.636 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T06:24:47.636 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:47.637 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T06:24:47.637 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "available": false, 2023-11-15T06:24:47.637 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T06:24:47.637 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T06:24:47.637 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "iostat", 2023-11-15T06:24:47.637 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "nfs", 2023-11-15T06:24:47.638 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "restful" 2023-11-15T06:24:47.638 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: ], 2023-11-15T06:24:47.638 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "services": {} 2023-11-15T06:24:47.638 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:47.638 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T06:24:47.639 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:24:47.639 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "modified": "2023-11-15T06:24:36.776733+0000", 2023-11-15T06:24:47.639 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "services": {} 2023-11-15T06:24:47.639 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:47.639 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T06:24:47.640 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: } 2023-11-15T06:24:47.953 INFO:teuthology.orchestra.run.smithi018.stderr:mgr not available, waiting (3/15)... 2023-11-15T06:24:48.792 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:48 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:47.621391+0000 mon.smithi018 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.18:0/2391705815' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T06:24:48.793 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:48 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:24:48.335372+0000 mon.smithi018 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi018.tmrmxf(active, since 1.00626s) 2023-11-15T06:24:49.956 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 status -f json-pretty 2023-11-15T06:24:50.572 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 2023-11-15T06:24:50.573 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: { 2023-11-15T06:24:50.573 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "fsid": "9438bb84-837f-11ee-8dbe-212e2dc638e7", 2023-11-15T06:24:50.573 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "health": { 2023-11-15T06:24:50.573 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-15T06:24:50.573 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "checks": {}, 2023-11-15T06:24:50.574 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "mutes": [] 2023-11-15T06:24:50.574 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:50.574 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-15T06:24:50.574 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "quorum": [ 2023-11-15T06:24:50.575 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 0 2023-11-15T06:24:50.575 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: ], 2023-11-15T06:24:50.575 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-15T06:24:50.575 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "smithi018" 2023-11-15T06:24:50.575 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: ], 2023-11-15T06:24:50.576 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-11-15T06:24:50.576 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "monmap": { 2023-11-15T06:24:50.576 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:24:50.576 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-15T06:24:50.576 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-15T06:24:50.576 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:50.577 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "osdmap": { 2023-11-15T06:24:50.577 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:24:50.577 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-15T06:24:50.577 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-15T06:24:50.577 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-15T06:24:50.578 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-15T06:24:50.578 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-15T06:24:50.578 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-15T06:24:50.578 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:50.578 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "pgmap": { 2023-11-15T06:24:50.579 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-15T06:24:50.579 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-15T06:24:50.579 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-15T06:24:50.579 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-15T06:24:50.579 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-15T06:24:50.579 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-15T06:24:50.580 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-15T06:24:50.580 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-15T06:24:50.580 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:50.580 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "fsmap": { 2023-11-15T06:24:50.580 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:24:50.580 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-15T06:24:50.581 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-15T06:24:50.581 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:50.581 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-15T06:24:50.581 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "available": true, 2023-11-15T06:24:50.581 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-15T06:24:50.582 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "modules": [ 2023-11-15T06:24:50.582 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "iostat", 2023-11-15T06:24:50.582 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "nfs", 2023-11-15T06:24:50.582 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "restful" 2023-11-15T06:24:50.583 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: ], 2023-11-15T06:24:50.583 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "services": {} 2023-11-15T06:24:50.583 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:50.583 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "servicemap": { 2023-11-15T06:24:50.583 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-15T06:24:50.583 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "modified": "2023-11-15T06:24:36.776733+0000", 2023-11-15T06:24:50.584 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "services": {} 2023-11-15T06:24:50.584 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: }, 2023-11-15T06:24:50.584 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-15T06:24:50.584 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: } 2023-11-15T06:24:50.734 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:50 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:24:49.383964+0000 mon.smithi018 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi018.tmrmxf(active, since 2s) 2023-11-15T06:24:50.902 INFO:teuthology.orchestra.run.smithi018.stderr:mgr is available 2023-11-15T06:24:50.902 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z -v /tmp/tmpyn1susj9:/var/lib/ceph/user.conf:z docker.io/ceph/ceph:v16.2.5 config assimilate-conf -i /var/lib/ceph/user.conf 2023-11-15T06:24:51.542 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:51 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:50.565586+0000 mon.smithi018 (mon.0) 25 : audit [DBG] from='client.? 172.21.15.18:0/4068526397' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-15T06:24:52.292 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 2023-11-15T06:24:52.292 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: [global] 2023-11-15T06:24:52.292 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: fsid = 9438bb84-837f-11ee-8dbe-212e2dc638e7 2023-11-15T06:24:52.293 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-15T06:24:52.293 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-15T06:24:52.293 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-15T06:24:52.293 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-15T06:24:52.293 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 2023-11-15T06:24:52.294 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: [mgr] 2023-11-15T06:24:52.294 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-15T06:24:52.294 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 2023-11-15T06:24:52.294 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: [osd] 2023-11-15T06:24:52.295 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-15T06:24:52.295 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-15T06:24:52.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:52 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:52.289011+0000 mon.smithi018 (mon.0) 26 : audit [INF] from='client.? 172.21.15.18:0/3168755267' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-15T06:24:52.885 INFO:teuthology.orchestra.run.smithi018.stderr:Enabling cephadm module... 2023-11-15T06:24:52.886 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable cephadm 2023-11-15T06:24:53.794 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:53 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:53.463264+0000 mon.smithi018 (mon.0) 27 : audit [INF] from='client.? 172.21.15.18:0/4064801492' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-15T06:24:53.851 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2023-11-15T06:24:54.442 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: { 2023-11-15T06:24:54.442 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-15T06:24:54.442 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "available": true, 2023-11-15T06:24:54.443 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "active_name": "smithi018.tmrmxf", 2023-11-15T06:24:54.443 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-15T06:24:54.443 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: } 2023-11-15T06:24:54.777 INFO:teuthology.orchestra.run.smithi018.stderr:Waiting for the mgr to restart... 2023-11-15T06:24:54.777 INFO:teuthology.orchestra.run.smithi018.stderr:Waiting for mgr epoch 5... 2023-11-15T06:24:54.777 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-11-15T06:24:54.792 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:54 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:53.516665+0000 mon.smithi018 (mon.0) 28 : audit [INF] from='client.? 172.21.15.18:0/4064801492' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-15T06:24:54.792 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:54 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:24:53.516737+0000 mon.smithi018 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi018.tmrmxf(active, since 6s) 2023-11-15T06:24:54.792 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:24:54 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:54.439843+0000 mon.smithi018 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.18:0/2814141270' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-15T06:25:00.356 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: { 2023-11-15T06:25:00.356 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-15T06:25:00.356 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "initialized": true 2023-11-15T06:25:00.357 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: } 2023-11-15T06:25:00.792 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:24:59.291916+0000 mon.smithi018 (mon.0) 31 : cluster [INF] Active manager daemon smithi018.tmrmxf restarted 2023-11-15T06:25:00.793 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:24:59.292344+0000 mon.smithi018 (mon.0) 32 : cluster [INF] Activating manager daemon smithi018.tmrmxf 2023-11-15T06:25:00.793 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:24:59.294084+0000 mon.smithi018 (mon.0) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-15T06:25:00.793 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:24:59.345050+0000 mon.smithi018 (mon.0) 34 : cluster [DBG] mgrmap e6: smithi018.tmrmxf(active, starting, since 0.0527918s) 2023-11-15T06:25:00.793 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:59.346252+0000 mon.smithi018 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.18:0/938646300' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "mon metadata", "id": "smithi018"}]: dispatch 2023-11-15T06:25:00.794 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:59.346905+0000 mon.smithi018 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.18:0/938646300' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "mgr metadata", "who": "smithi018.tmrmxf", "id": "smithi018.tmrmxf"}]: dispatch 2023-11-15T06:25:00.794 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:59.347836+0000 mon.smithi018 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.18:0/938646300' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T06:25:00.794 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:59.348013+0000 mon.smithi018 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.18:0/938646300' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T06:25:00.794 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:59.348155+0000 mon.smithi018 (mon.0) 39 : audit [DBG] from='mgr.14118 172.21.15.18:0/938646300' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T06:25:00.795 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:24:59.361739+0000 mon.smithi018 (mon.0) 40 : cluster [INF] Manager daemon smithi018.tmrmxf is now available 2023-11-15T06:25:00.795 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:59.377591+0000 mon.smithi018 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.18:0/938646300' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:25:00.795 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:59.380540+0000 mon.smithi018 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.18:0/938646300' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:25:00.795 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:59.383174+0000 mon.smithi018 (mon.0) 43 : audit [INF] from='mgr.14118 172.21.15.18:0/938646300' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:25:00.796 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:59.486563+0000 mon.smithi018 (mon.0) 44 : audit [INF] from='mgr.14118 172.21.15.18:0/938646300' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:25:00.796 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:59.487339+0000 mon.smithi018 (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.18:0/938646300' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:25:00.796 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:59.488740+0000 mon.smithi018 (mon.0) 46 : audit [DBG] from='mgr.14118 172.21.15.18:0/938646300' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:25:00.796 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:59.491296+0000 mon.smithi018 (mon.0) 47 : audit [DBG] from='mgr.14118 172.21.15.18:0/938646300' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:25:00.796 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:59.501694+0000 mon.smithi018 (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.18:0/938646300' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/mirror_snapshot_schedule"}]: dispatch 2023-11-15T06:25:00.797 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:24:59.502998+0000 mon.smithi018 (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.18:0/938646300' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/trash_purge_schedule"}]: dispatch 2023-11-15T06:25:01.602 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:01 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:00.347037+0000 mgr.smithi018.tmrmxf (mgr.14118) 1 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-15T06:25:01.603 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:01 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:25:00.347603+0000 mon.smithi018 (mon.0) 50 : cluster [DBG] mgrmap e7: smithi018.tmrmxf(active, since 1.05534s) 2023-11-15T06:25:01.603 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:01 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:00.354479+0000 mgr.smithi018.tmrmxf (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-15T06:25:02.668 INFO:teuthology.orchestra.run.smithi018.stderr:mgr epoch 5 is available 2023-11-15T06:25:02.668 INFO:teuthology.orchestra.run.smithi018.stderr:Setting orchestrator backend to cephadm... 2023-11-15T06:25:02.669 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch set backend cephadm 2023-11-15T06:25:02.671 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:02 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:25:01.349541+0000 mon.smithi018 (mon.0) 51 : cluster [DBG] mgrmap e8: smithi018.tmrmxf(active, since 2s) 2023-11-15T06:25:05.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:04 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:03.972462+0000 mgr.smithi018.tmrmxf (mgr.14118) 3 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:25:05.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:04 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:03.976495+0000 mon.smithi018 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.18:0/938646300' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:25:05.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:04 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:03.981309+0000 mon.smithi018 (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.18:0/938646300' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:25:05.897 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm set-user root 2023-11-15T06:25:06.892 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: value unchanged 2023-11-15T06:25:07.258 INFO:teuthology.orchestra.run.smithi018.stderr:Generating ssh key... 2023-11-15T06:25:07.258 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm generate-key 2023-11-15T06:25:08.042 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:07 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:06.891207+0000 mgr.smithi018.tmrmxf (mgr.14118) 4 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:25:08.407 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 cephadm get-pub-key 2023-11-15T06:25:08.939 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCVTLvQFKUR39BxXd9AWusRD9nmzV1Pk6RVIeb5luqxzseP+ko4C2gQuzFfGvmOh92msvt1WzXZw5sWowjIwoyv/QkqeuS7dtwnwNQrm6CaTxGNKA2tcO2tAs0mjrUVPSHWVujgG6NZ1fpnXN7/GMrTMEaki7Jqb8vE8hgQHZt++BSvVz3jV3r+moXAJCBdStnIgstmv1hJ3NfFS0xPCsD5zrhYIuaHF7TD/m5jsgEF3bSFZnCcMJN7b69N644BMnxs7odyjLA/dXDgw4ejDR9vxCcJ8ih0WtLSCnHMpXcLLGcFPBCbM51+59f/HER7FD4/lYJkKUSFAreIi/Sl0jrDfbW/JEMFz6xeVkj45411Uu6uf+CUlBwSAf+EF1Qxz6SGvTshk6qQSUPWAMJ3z2gT3VpCQmXMvlIqUEoZUaMt8rEWDq+JWDGFhcP8yfranS9kgeQNr8I+5TWiTCQoYVbO8xn4k44WEryHMMpal7qxnCiMdscJ01TNnbsT+MzDGc= ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7 2023-11-15T06:25:09.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:09 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cephadm 2023-11-15T06:25:07.790387+0000 mgr.smithi018.tmrmxf (mgr.14118) 6 : cephadm [INF] Generating ssh key... 2023-11-15T06:25:09.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:09 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:08.082701+0000 mon.smithi018 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.18:0/938646300' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:25:09.227 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:09 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:08.084532+0000 mon.smithi018 (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.18:0/938646300' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:25:09.274 INFO:teuthology.orchestra.run.smithi018.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-15T06:25:09.274 INFO:teuthology.orchestra.run.smithi018.stderr:Adding key to root@localhost authorized_keys... 2023-11-15T06:25:09.275 INFO:teuthology.orchestra.run.smithi018.stderr:Adding host smithi018... 2023-11-15T06:25:09.275 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch host add smithi018 172.21.15.18 2023-11-15T06:25:10.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:10 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:08.937845+0000 mgr.smithi018.tmrmxf (mgr.14118) 7 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:25:10.481 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: Added host 'smithi018' with addr '172.21.15.18' 2023-11-15T06:25:10.776 INFO:teuthology.orchestra.run.smithi018.stderr:Deploying mon service with default placement... 2023-11-15T06:25:10.777 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mon 2023-11-15T06:25:11.344 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-15T06:25:11.673 INFO:teuthology.orchestra.run.smithi018.stderr:Deploying mgr service with default placement... 2023-11-15T06:25:11.674 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply mgr 2023-11-15T06:25:11.782 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:11 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:09.829936+0000 mgr.smithi018.tmrmxf (mgr.14118) 8 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi018", "addr": "172.21.15.18", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:25:11.782 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:11 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:10.474202+0000 mon.smithi018 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.18:0/938646300' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:25:11.782 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:11 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cephadm 2023-11-15T06:25:10.474534+0000 mgr.smithi018.tmrmxf (mgr.14118) 9 : cephadm [INF] Added host smithi018 2023-11-15T06:25:11.782 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:11 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:10.474836+0000 mon.smithi018 (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.18:0/938646300' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:25:11.783 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:11 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:11.342369+0000 mon.smithi018 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.18:0/938646300' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:25:12.532 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-15T06:25:12.792 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:12 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:11.339056+0000 mgr.smithi018.tmrmxf (mgr.14118) 10 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:25:12.792 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:12 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cephadm 2023-11-15T06:25:11.339906+0000 mgr.smithi018.tmrmxf (mgr.14118) 11 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-15T06:25:12.836 INFO:teuthology.orchestra.run.smithi018.stderr:Deploying crash service with default placement... 2023-11-15T06:25:12.837 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply crash 2023-11-15T06:25:13.390 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-15T06:25:13.692 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:13 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:12.527411+0000 mgr.smithi018.tmrmxf (mgr.14118) 12 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:25:13.693 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:13 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cephadm 2023-11-15T06:25:12.528017+0000 mgr.smithi018.tmrmxf (mgr.14118) 13 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-15T06:25:13.693 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:13 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:12.530141+0000 mon.smithi018 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.18:0/938646300' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:25:13.693 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:13 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:13.388430+0000 mon.smithi018 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.18:0/938646300' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:25:13.732 INFO:teuthology.orchestra.run.smithi018.stderr:Enabling mgr prometheus module... 2023-11-15T06:25:13.732 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable prometheus 2023-11-15T06:25:14.792 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:14 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:13.385344+0000 mgr.smithi018.tmrmxf (mgr.14118) 14 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:25:14.792 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:14 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cephadm 2023-11-15T06:25:13.386072+0000 mgr.smithi018.tmrmxf (mgr.14118) 15 : cephadm [INF] Saving service crash spec with placement * 2023-11-15T06:25:14.793 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:14 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:14.314233+0000 mon.smithi018 (mon.0) 61 : audit [INF] from='client.? 172.21.15.18:0/1337485945' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-15T06:25:14.874 INFO:teuthology.orchestra.run.smithi018.stderr:Deploying prometheus service with default placement... 2023-11-15T06:25:14.874 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply prometheus 2023-11-15T06:25:15.792 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:15 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:14.535348+0000 mon.smithi018 (mon.0) 62 : audit [INF] from='client.? 172.21.15.18:0/1337485945' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-15T06:25:15.792 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:15 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:25:14.535402+0000 mon.smithi018 (mon.0) 63 : cluster [DBG] mgrmap e9: smithi018.tmrmxf(active, since 15s) 2023-11-15T06:25:21.542 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:21 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:25:20.368177+0000 mon.smithi018 (mon.0) 64 : cluster [INF] Active manager daemon smithi018.tmrmxf restarted 2023-11-15T06:25:21.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:21 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:25:20.368602+0000 mon.smithi018 (mon.0) 65 : cluster [INF] Activating manager daemon smithi018.tmrmxf 2023-11-15T06:25:21.544 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:21 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:25:20.370346+0000 mon.smithi018 (mon.0) 66 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-15T06:25:21.544 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:21 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:25:20.995442+0000 mon.smithi018 (mon.0) 67 : cluster [DBG] mgrmap e10: smithi018.tmrmxf(active, starting, since 0.626931s) 2023-11-15T06:25:21.544 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:21 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:20.996781+0000 mon.smithi018 (mon.0) 68 : audit [DBG] from='mgr.14146 172.21.15.18:0/845430889' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "mon metadata", "id": "smithi018"}]: dispatch 2023-11-15T06:25:21.544 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:21 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:20.997956+0000 mon.smithi018 (mon.0) 69 : audit [DBG] from='mgr.14146 172.21.15.18:0/845430889' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "mgr metadata", "who": "smithi018.tmrmxf", "id": "smithi018.tmrmxf"}]: dispatch 2023-11-15T06:25:21.544 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:21 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:20.998825+0000 mon.smithi018 (mon.0) 70 : audit [DBG] from='mgr.14146 172.21.15.18:0/845430889' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T06:25:21.545 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:21 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:20.999030+0000 mon.smithi018 (mon.0) 71 : audit [DBG] from='mgr.14146 172.21.15.18:0/845430889' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T06:25:21.545 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:21 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:20.999297+0000 mon.smithi018 (mon.0) 72 : audit [DBG] from='mgr.14146 172.21.15.18:0/845430889' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T06:25:21.545 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:21 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:25:21.013893+0000 mon.smithi018 (mon.0) 73 : cluster [INF] Manager daemon smithi018.tmrmxf is now available 2023-11-15T06:25:21.545 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:21 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:21.136065+0000 mon.smithi018 (mon.0) 74 : audit [DBG] from='mgr.14146 172.21.15.18:0/845430889' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:25:21.545 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:21 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:21.137940+0000 mon.smithi018 (mon.0) 75 : audit [DBG] from='mgr.14146 172.21.15.18:0/845430889' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:25:21.546 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:21 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:21.156565+0000 mon.smithi018 (mon.0) 76 : audit [INF] from='mgr.14146 172.21.15.18:0/845430889' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/mirror_snapshot_schedule"}]: dispatch 2023-11-15T06:25:21.546 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:21 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:21.166131+0000 mon.smithi018 (mon.0) 77 : audit [INF] from='mgr.14146 172.21.15.18:0/845430889' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/trash_purge_schedule"}]: dispatch 2023-11-15T06:25:22.005 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-15T06:25:22.771 INFO:teuthology.orchestra.run.smithi018.stderr:Deploying grafana service with default placement... 2023-11-15T06:25:22.772 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply grafana 2023-11-15T06:25:23.042 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:22 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:25:21.998197+0000 mon.smithi018 (mon.0) 78 : cluster [DBG] mgrmap e11: smithi018.tmrmxf(active, since 1.62969s) 2023-11-15T06:25:23.042 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:22 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cephadm 2023-11-15T06:25:21.999851+0000 mgr.smithi018.tmrmxf (mgr.14146) 2 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-15T06:25:23.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:22 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:22.002199+0000 mon.smithi018 (mon.0) 79 : audit [INF] from='mgr.14146 172.21.15.18:0/845430889' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:25:23.331 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-15T06:25:23.680 INFO:teuthology.orchestra.run.smithi018.stderr:Deploying node-exporter service with default placement... 2023-11-15T06:25:23.680 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply node-exporter 2023-11-15T06:25:24.261 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-15T06:25:24.288 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:24 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:25:23.003834+0000 mon.smithi018 (mon.0) 80 : cluster [DBG] mgrmap e12: smithi018.tmrmxf(active, since 2s) 2023-11-15T06:25:24.288 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:24 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:23.326439+0000 mgr.smithi018.tmrmxf (mgr.14146) 3 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:25:24.288 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:24 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cephadm 2023-11-15T06:25:23.327047+0000 mgr.smithi018.tmrmxf (mgr.14146) 4 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-15T06:25:24.288 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:24 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:23.329470+0000 mon.smithi018 (mon.0) 81 : audit [INF] from='mgr.14146 172.21.15.18:0/845430889' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:25:24.604 INFO:teuthology.orchestra.run.smithi018.stderr:Deploying alertmanager service with default placement... 2023-11-15T06:25:24.604 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 orch apply alertmanager 2023-11-15T06:25:25.153 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-15T06:25:25.457 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:25 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:24.256888+0000 mgr.smithi018.tmrmxf (mgr.14146) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:25:25.458 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:25 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cephadm 2023-11-15T06:25:24.257637+0000 mgr.smithi018.tmrmxf (mgr.14146) 6 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-15T06:25:25.458 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:25 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:24.260028+0000 mon.smithi018 (mon.0) 82 : audit [INF] from='mgr.14146 172.21.15.18:0/845430889' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:25:25.458 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:25 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:25.151443+0000 mon.smithi018 (mon.0) 83 : audit [INF] from='mgr.14146 172.21.15.18:0/845430889' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:25:25.488 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/cephadm/container_init True --force 2023-11-15T06:25:26.349 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config set mgr mgr/dashboard/ssl_server_port 8443 2023-11-15T06:25:26.444 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:26 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:25.148620+0000 mgr.smithi018.tmrmxf (mgr.14146) 7 : audit [DBG] from='client.14158 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:25:26.444 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:26 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cephadm 2023-11-15T06:25:25.149215+0000 mgr.smithi018.tmrmxf (mgr.14146) 8 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-15T06:25:26.444 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:26 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:26.020797+0000 mon.smithi018 (mon.0) 84 : audit [INF] from='client.? 172.21.15.18:0/1021748178' entity='client.admin' 2023-11-15T06:25:27.213 INFO:teuthology.orchestra.run.smithi018.stderr:Enabling the dashboard module... 2023-11-15T06:25:27.213 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr module enable dashboard 2023-11-15T06:25:28.230 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 mgr stat 2023-11-15T06:25:28.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:27 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:26.869884+0000 mon.smithi018 (mon.0) 85 : audit [INF] from='client.? 172.21.15.18:0/414450152' entity='client.admin' 2023-11-15T06:25:28.233 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:27 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:27.831765+0000 mon.smithi018 (mon.0) 86 : audit [INF] from='client.? 172.21.15.18:0/1214984632' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-15T06:25:28.907 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: { 2023-11-15T06:25:28.908 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "epoch": 13, 2023-11-15T06:25:28.908 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "available": true, 2023-11-15T06:25:28.909 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "active_name": "smithi018.tmrmxf", 2023-11-15T06:25:28.909 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-15T06:25:28.909 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: } 2023-11-15T06:25:29.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:28 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:27.873746+0000 mon.smithi018 (mon.0) 87 : audit [INF] from='client.? 172.21.15.18:0/1214984632' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-15T06:25:29.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:28 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:25:27.873813+0000 mon.smithi018 (mon.0) 88 : cluster [DBG] mgrmap e13: smithi018.tmrmxf(active, since 7s) 2023-11-15T06:25:29.359 INFO:teuthology.orchestra.run.smithi018.stderr:Waiting for the mgr to restart... 2023-11-15T06:25:29.360 INFO:teuthology.orchestra.run.smithi018.stderr:Waiting for mgr epoch 13... 2023-11-15T06:25:29.360 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 tell mgr mgr_status 2023-11-15T06:25:30.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:29 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:28.905725+0000 mon.smithi018 (mon.0) 89 : audit [DBG] from='client.? 172.21.15.18:0/1813271783' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-15T06:25:34.037 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:33 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:25:33.731008+0000 mon.smithi018 (mon.0) 90 : cluster [INF] Active manager daemon smithi018.tmrmxf restarted 2023-11-15T06:25:34.037 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:33 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:25:33.731419+0000 mon.smithi018 (mon.0) 91 : cluster [INF] Activating manager daemon smithi018.tmrmxf 2023-11-15T06:25:34.037 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:33 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:25:33.733136+0000 mon.smithi018 (mon.0) 92 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-15T06:25:34.801 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: { 2023-11-15T06:25:34.801 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "mgrmap_epoch": 15, 2023-11-15T06:25:34.801 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: "initialized": true 2023-11-15T06:25:34.801 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: } 2023-11-15T06:25:35.042 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:25:33.784309+0000 mon.smithi018 (mon.0) 93 : cluster [DBG] mgrmap e14: smithi018.tmrmxf(active, starting, since 0.0529789s) 2023-11-15T06:25:35.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:33.787143+0000 mon.smithi018 (mon.0) 94 : audit [DBG] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "mon metadata", "id": "smithi018"}]: dispatch 2023-11-15T06:25:35.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:33.787926+0000 mon.smithi018 (mon.0) 95 : audit [DBG] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "mgr metadata", "who": "smithi018.tmrmxf", "id": "smithi018.tmrmxf"}]: dispatch 2023-11-15T06:25:35.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:33.788964+0000 mon.smithi018 (mon.0) 96 : audit [DBG] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-15T06:25:35.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:33.789193+0000 mon.smithi018 (mon.0) 97 : audit [DBG] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-15T06:25:35.044 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:33.789368+0000 mon.smithi018 (mon.0) 98 : audit [DBG] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-15T06:25:35.044 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:25:33.803484+0000 mon.smithi018 (mon.0) 99 : cluster [INF] Manager daemon smithi018.tmrmxf is now available 2023-11-15T06:25:35.044 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:33.918859+0000 mon.smithi018 (mon.0) 100 : audit [DBG] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:25:35.044 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:33.920543+0000 mon.smithi018 (mon.0) 101 : audit [DBG] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-15T06:25:35.045 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:33.947905+0000 mon.smithi018 (mon.0) 102 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/mirror_snapshot_schedule"}]: dispatch 2023-11-15T06:25:35.045 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:33.952523+0000 mon.smithi018 (mon.0) 103 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/trash_purge_schedule"}]: dispatch 2023-11-15T06:25:35.228 INFO:teuthology.orchestra.run.smithi018.stderr:mgr epoch 13 is available 2023-11-15T06:25:35.229 INFO:teuthology.orchestra.run.smithi018.stderr:Generating a dashboard self-signed certificate... 2023-11-15T06:25:35.229 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 dashboard create-self-signed-cert 2023-11-15T06:25:36.031 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-15T06:25:36.058 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:35 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:34.789683+0000 mgr.smithi018.tmrmxf (mgr.14166) 1 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-15T06:25:36.059 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:35 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:25:34.790190+0000 mon.smithi018 (mon.0) 104 : cluster [DBG] mgrmap e15: smithi018.tmrmxf(active, since 1.05886s) 2023-11-15T06:25:36.059 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:35 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:34.798647+0000 mgr.smithi018.tmrmxf (mgr.14166) 2 : audit [DBG] from='client.14170 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-15T06:25:36.411 INFO:teuthology.orchestra.run.smithi018.stderr:Creating initial admin user... 2023-11-15T06:25:36.412 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmpf2gm_718:/tmp/dashboard.pw:z docker.io/ceph/ceph:v16.2.5 dashboard ac-user-create admin -i /tmp/dashboard.pw administrator --force-password --pwd-update-required 2023-11-15T06:25:37.231 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$1LYCOb07YkhwGrwhNV92OeZwSnB3ZafDLHvaRF2CGr/ruMO8Hde..", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1700029537, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-15T06:25:37.257 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:36 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:35.802626+0000 mgr.smithi018.tmrmxf (mgr.14166) 3 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:25:37.257 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:36 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:25:35.998655+0000 mon.smithi018 (mon.0) 105 : cluster [DBG] mgrmap e16: smithi018.tmrmxf(active, since 2s) 2023-11-15T06:25:37.257 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:36 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:36.027670+0000 mon.smithi018 (mon.0) 106 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:25:37.258 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:36 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:36.029633+0000 mon.smithi018 (mon.0) 107 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:25:37.594 INFO:teuthology.orchestra.run.smithi018.stderr:Fetching dashboard port number... 2023-11-15T06:25:37.594 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint /usr/bin/ceph --init -e CONTAINER_IMAGE=docker.io/ceph/ceph:v16.2.5 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 -v /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7:/var/log/ceph:z -v /tmp/ceph-tmporwilibo:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp6ay4r1ye:/etc/ceph/ceph.conf:z docker.io/ceph/ceph:v16.2.5 config get mgr mgr/dashboard/ssl_server_port 2023-11-15T06:25:38.142 INFO:teuthology.orchestra.run.smithi018.stderr:/usr/bin/ceph: 8443 2023-11-15T06:25:38.477 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl is-enabled firewalld.service 2023-11-15T06:25:38.488 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: disabled 2023-11-15T06:25:38.488 INFO:teuthology.orchestra.run.smithi018.stderr:Running command: systemctl is-active firewalld.service 2023-11-15T06:25:38.497 INFO:teuthology.orchestra.run.smithi018.stderr:systemctl: inactive 2023-11-15T06:25:38.498 INFO:teuthology.orchestra.run.smithi018.stderr:firewalld.service is not enabled 2023-11-15T06:25:38.498 INFO:teuthology.orchestra.run.smithi018.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-15T06:25:38.501 INFO:teuthology.orchestra.run.smithi018.stderr:Ceph Dashboard is now available at: 2023-11-15T06:25:38.502 INFO:teuthology.orchestra.run.smithi018.stderr: 2023-11-15T06:25:38.502 INFO:teuthology.orchestra.run.smithi018.stderr: URL: https://smithi018.front.sepia.ceph.com:8443/ 2023-11-15T06:25:38.502 INFO:teuthology.orchestra.run.smithi018.stderr: User: admin 2023-11-15T06:25:38.502 INFO:teuthology.orchestra.run.smithi018.stderr: Password: 0y7a0yz437 2023-11-15T06:25:38.502 INFO:teuthology.orchestra.run.smithi018.stderr: 2023-11-15T06:25:38.503 INFO:teuthology.orchestra.run.smithi018.stderr:You can access the Ceph CLI with: 2023-11-15T06:25:38.503 INFO:teuthology.orchestra.run.smithi018.stderr: 2023-11-15T06:25:38.504 INFO:teuthology.orchestra.run.smithi018.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-15T06:25:38.504 INFO:teuthology.orchestra.run.smithi018.stderr: 2023-11-15T06:25:38.504 INFO:teuthology.orchestra.run.smithi018.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-15T06:25:38.504 INFO:teuthology.orchestra.run.smithi018.stderr: 2023-11-15T06:25:38.504 INFO:teuthology.orchestra.run.smithi018.stderr: ceph telemetry on 2023-11-15T06:25:38.505 INFO:teuthology.orchestra.run.smithi018.stderr: 2023-11-15T06:25:38.505 INFO:teuthology.orchestra.run.smithi018.stderr:For more information see: 2023-11-15T06:25:38.505 INFO:teuthology.orchestra.run.smithi018.stderr: 2023-11-15T06:25:38.505 INFO:teuthology.orchestra.run.smithi018.stderr: https://docs.ceph.com/docs/pacific/mgr/telemetry/ 2023-11-15T06:25:38.505 INFO:teuthology.orchestra.run.smithi018.stderr: 2023-11-15T06:25:38.505 INFO:teuthology.orchestra.run.smithi018.stderr:Bootstrap complete. 2023-11-15T06:25:38.506 INFO:teuthology.orchestra.run.smithi018.stderr:Releasing lock 140671449854080 on /run/cephadm/9438bb84-837f-11ee-8dbe-212e2dc638e7.lock 2023-11-15T06:25:38.506 INFO:teuthology.orchestra.run.smithi018.stderr:Lock 140671449854080 released on /run/cephadm/9438bb84-837f-11ee-8dbe-212e2dc638e7.lock 2023-11-15T06:25:38.525 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:38 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:36.978471+0000 mgr.smithi018.tmrmxf (mgr.14166) 4 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:25:38.526 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:38 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:37.230343+0000 mon.smithi018 (mon.0) 108 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:25:38.526 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:38 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:38.140473+0000 mon.smithi018 (mon.0) 109 : audit [DBG] from='client.? 172.21.15.18:0/3404785333' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-15T06:25:38.543 INFO:tasks.cephadm:Fetching config... 2023-11-15T06:25:38.543 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2023-11-15T06:25:38.544 DEBUG:teuthology.orchestra.run.smithi018:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-15T06:25:38.565 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-15T06:25:38.565 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2023-11-15T06:25:38.565 DEBUG:teuthology.orchestra.run.smithi018:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-15T06:25:38.627 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-15T06:25:38.627 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2023-11-15T06:25:38.627 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/mon.smithi018/keyring of=/dev/stdout 2023-11-15T06:25:38.702 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-15T06:25:38.703 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2023-11-15T06:25:38.703 DEBUG:teuthology.orchestra.run.smithi018:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-15T06:25:38.765 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-15T06:25:38.766 DEBUG:teuthology.orchestra.run.smithi018:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCVTLvQFKUR39BxXd9AWusRD9nmzV1Pk6RVIeb5luqxzseP+ko4C2gQuzFfGvmOh92msvt1WzXZw5sWowjIwoyv/QkqeuS7dtwnwNQrm6CaTxGNKA2tcO2tAs0mjrUVPSHWVujgG6NZ1fpnXN7/GMrTMEaki7Jqb8vE8hgQHZt++BSvVz3jV3r+moXAJCBdStnIgstmv1hJ3NfFS0xPCsD5zrhYIuaHF7TD/m5jsgEF3bSFZnCcMJN7b69N644BMnxs7odyjLA/dXDgw4ejDR9vxCcJ8ih0WtLSCnHMpXcLLGcFPBCbM51+59f/HER7FD4/lYJkKUSFAreIi/Sl0jrDfbW/JEMFz6xeVkj45411Uu6uf+CUlBwSAf+EF1Qxz6SGvTshk6qQSUPWAMJ3z2gT3VpCQmXMvlIqUEoZUaMt8rEWDq+JWDGFhcP8yfranS9kgeQNr8I+5TWiTCQoYVbO8xn4k44WEryHMMpal7qxnCiMdscJ01TNnbsT+MzDGc= ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-15T06:25:38.851 INFO:teuthology.orchestra.run.smithi018.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCVTLvQFKUR39BxXd9AWusRD9nmzV1Pk6RVIeb5luqxzseP+ko4C2gQuzFfGvmOh92msvt1WzXZw5sWowjIwoyv/QkqeuS7dtwnwNQrm6CaTxGNKA2tcO2tAs0mjrUVPSHWVujgG6NZ1fpnXN7/GMrTMEaki7Jqb8vE8hgQHZt++BSvVz3jV3r+moXAJCBdStnIgstmv1hJ3NfFS0xPCsD5zrhYIuaHF7TD/m5jsgEF3bSFZnCcMJN7b69N644BMnxs7odyjLA/dXDgw4ejDR9vxCcJ8ih0WtLSCnHMpXcLLGcFPBCbM51+59f/HER7FD4/lYJkKUSFAreIi/Sl0jrDfbW/JEMFz6xeVkj45411Uu6uf+CUlBwSAf+EF1Qxz6SGvTshk6qQSUPWAMJ3z2gT3VpCQmXMvlIqUEoZUaMt8rEWDq+JWDGFhcP8yfranS9kgeQNr8I+5TWiTCQoYVbO8xn4k44WEryHMMpal7qxnCiMdscJ01TNnbsT+MzDGc= ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7 2023-11-15T06:25:38.864 DEBUG:teuthology.orchestra.run.smithi176:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCVTLvQFKUR39BxXd9AWusRD9nmzV1Pk6RVIeb5luqxzseP+ko4C2gQuzFfGvmOh92msvt1WzXZw5sWowjIwoyv/QkqeuS7dtwnwNQrm6CaTxGNKA2tcO2tAs0mjrUVPSHWVujgG6NZ1fpnXN7/GMrTMEaki7Jqb8vE8hgQHZt++BSvVz3jV3r+moXAJCBdStnIgstmv1hJ3NfFS0xPCsD5zrhYIuaHF7TD/m5jsgEF3bSFZnCcMJN7b69N644BMnxs7odyjLA/dXDgw4ejDR9vxCcJ8ih0WtLSCnHMpXcLLGcFPBCbM51+59f/HER7FD4/lYJkKUSFAreIi/Sl0jrDfbW/JEMFz6xeVkj45411Uu6uf+CUlBwSAf+EF1Qxz6SGvTshk6qQSUPWAMJ3z2gT3VpCQmXMvlIqUEoZUaMt8rEWDq+JWDGFhcP8yfranS9kgeQNr8I+5TWiTCQoYVbO8xn4k44WEryHMMpal7qxnCiMdscJ01TNnbsT+MzDGc= ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-15T06:25:38.912 INFO:teuthology.orchestra.run.smithi176.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDCVTLvQFKUR39BxXd9AWusRD9nmzV1Pk6RVIeb5luqxzseP+ko4C2gQuzFfGvmOh92msvt1WzXZw5sWowjIwoyv/QkqeuS7dtwnwNQrm6CaTxGNKA2tcO2tAs0mjrUVPSHWVujgG6NZ1fpnXN7/GMrTMEaki7Jqb8vE8hgQHZt++BSvVz3jV3r+moXAJCBdStnIgstmv1hJ3NfFS0xPCsD5zrhYIuaHF7TD/m5jsgEF3bSFZnCcMJN7b69N644BMnxs7odyjLA/dXDgw4ejDR9vxCcJ8ih0WtLSCnHMpXcLLGcFPBCbM51+59f/HER7FD4/lYJkKUSFAreIi/Sl0jrDfbW/JEMFz6xeVkj45411Uu6uf+CUlBwSAf+EF1Qxz6SGvTshk6qQSUPWAMJ3z2gT3VpCQmXMvlIqUEoZUaMt8rEWDq+JWDGFhcP8yfranS9kgeQNr8I+5TWiTCQoYVbO8xn4k44WEryHMMpal7qxnCiMdscJ01TNnbsT+MzDGc= ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7 2023-11-15T06:25:38.923 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-15T06:25:40.596 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-15T06:25:40.597 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-15T06:25:40.925 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:40 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:25:39.821356+0000 mon.smithi018 (mon.0) 110 : cluster [DBG] mgrmap e17: smithi018.tmrmxf(active, since 6s) 2023-11-15T06:25:40.925 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:40 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:40.234832+0000 mon.smithi018 (mon.0) 111 : audit [INF] from='client.? 172.21.15.18:0/1563410389' entity='client.admin' 2023-11-15T06:25:42.519 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi176 2023-11-15T06:25:42.520 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2023-11-15T06:25:42.520 DEBUG:teuthology.orchestra.run.smithi176:> dd of=/etc/ceph/ceph.conf 2023-11-15T06:25:42.542 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2023-11-15T06:25:42.543 DEBUG:teuthology.orchestra.run.smithi176:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-15T06:25:42.603 INFO:tasks.cephadm:Adding host smithi176 to orchestrator... 2023-11-15T06:25:42.603 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph orch host add smithi176 2023-11-15T06:25:43.542 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:43 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:42.053582+0000 mon.smithi018 (mon.0) 112 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:25:43.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:43 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:42.463951+0000 mon.smithi018 (mon.0) 113 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:25:43.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:43 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:42.466131+0000 mon.smithi018 (mon.0) 114 : audit [DBG] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:25:43.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:43 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:42.467161+0000 mon.smithi018 (mon.0) 115 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-15T06:25:43.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:43 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cephadm 2023-11-15T06:25:42.468146+0000 mgr.smithi018.tmrmxf (mgr.14166) 6 : cephadm [WRN] unable to calc client keyring client.admin placement PlacementSpec(host_pattern='*'): Cannot place : No matching hosts 2023-11-15T06:25:43.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:43 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:42.713328+0000 mon.smithi018 (mon.0) 116 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:25:44.792 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:44 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:43.450838+0000 mon.smithi018 (mon.0) 117 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:25:47.042 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:45.779067+0000 mon.smithi018 (mon.0) 118 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:25:47.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:46.063247+0000 mon.smithi018 (mon.0) 119 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:25:47.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:46.063887+0000 mon.smithi018 (mon.0) 120 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "config rm", "who": "osd/host:smithi018", "name": "osd_memory_target"}]: dispatch 2023-11-15T06:25:47.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:25:46.066437+0000 mon.smithi018 (mon.0) 121 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:25:48.042 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:47 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cephadm 2023-11-15T06:25:46.073329+0000 mgr.smithi018.tmrmxf (mgr.14166) 7 : cephadm [INF] Deploying daemon alertmanager.smithi018 on smithi018 2023-11-15T06:25:55.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:54 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:25:53.790329+0000 mgr.smithi018.tmrmxf (mgr.14166) 8 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:25:56.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:56 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:25:55.790681+0000 mgr.smithi018.tmrmxf (mgr.14166) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:25:59.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:25:58 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:25:57.790939+0000 mgr.smithi018.tmrmxf (mgr.14166) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:01.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:25:59.791285+0000 mgr.smithi018.tmrmxf (mgr.14166) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:03.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:02 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:01.791715+0000 mgr.smithi018.tmrmxf (mgr.14166) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:05.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:04 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:03.792012+0000 mgr.smithi018.tmrmxf (mgr.14166) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:06.133 INFO:teuthology.orchestra.run.smithi176.stdout:Added host 'smithi176' with addr '172.21.15.176' 2023-11-15T06:26:06.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:06 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:26:05.532868+0000 mgr.smithi018.tmrmxf (mgr.14166) 14 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi176", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:26:06.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:06 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:05.792534+0000 mgr.smithi018.tmrmxf (mgr.14166) 15 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:06.476 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-15T06:26:07.542 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:07 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:26:06.130920+0000 mon.smithi018 (mon.0) 122 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:26:07.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:07 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cephadm 2023-11-15T06:26:06.131273+0000 mgr.smithi018.tmrmxf (mgr.14166) 16 : cephadm [INF] Added host smithi176 2023-11-15T06:26:07.801 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:26:07.802 INFO:teuthology.orchestra.run.smithi176.stdout:[{"addr": "172.21.15.18", "hostname": "smithi018", "labels": [], "status": ""}, {"addr": "172.21.15.176", "hostname": "smithi176", "labels": [], "status": ""}] 2023-11-15T06:26:08.172 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-15T06:26:08.173 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph osd crush tunables default 2023-11-15T06:26:08.506 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:08 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:07.792934+0000 mgr.smithi018.tmrmxf (mgr.14166) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:08.506 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:08 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:26:07.799224+0000 mgr.smithi018.tmrmxf (mgr.14166) 18 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-15T06:26:09.555 INFO:teuthology.orchestra.run.smithi018.stderr:adjusted tunables profile to default 2023-11-15T06:26:09.816 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:09 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:26:09.498560+0000 mon.smithi018 (mon.0) 123 : audit [INF] from='client.? 172.21.15.18:0/2862369957' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-15T06:26:09.915 INFO:tasks.cephadm:Adding mon.smithi018 on smithi018 2023-11-15T06:26:09.916 INFO:tasks.cephadm:Adding mon.smithi176 on smithi176 2023-11-15T06:26:09.916 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph orch apply mon '2;smithi018:172.21.15.18=smithi018;smithi176:172.21.15.176=smithi176' 2023-11-15T06:26:11.042 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:10 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:26:09.551421+0000 mon.smithi018 (mon.0) 124 : audit [INF] from='client.? 172.21.15.18:0/2862369957' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-15T06:26:11.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:10 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:09.551468+0000 mon.smithi018 (mon.0) 125 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-15T06:26:11.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:10 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:09.793271+0000 mgr.smithi018.tmrmxf (mgr.14166) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:11.262 INFO:teuthology.orchestra.run.smithi176.stdout:Scheduled mon update... 2023-11-15T06:26:11.653 DEBUG:teuthology.orchestra.run.smithi176:mon.smithi176> sudo journalctl -f -n 0 -u ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mon.smithi176.service 2023-11-15T06:26:11.656 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:26:11.656 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:26:11.684 INFO:journalctl@ceph.mon.smithi176.smithi176.stdout:-- Logs begin at Wed 2023-11-15 06:15:11 UTC. -- 2023-11-15T06:26:12.542 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:12 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:26:11.256072+0000 mgr.smithi018.tmrmxf (mgr.14166) 20 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi018:172.21.15.18=smithi018;smithi176:172.21.15.176=smithi176", "target": ["mon-mgr", ""]}]: dispatch 2023-11-15T06:26:12.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:12 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cephadm 2023-11-15T06:26:11.257616+0000 mgr.smithi018.tmrmxf (mgr.14166) 21 : cephadm [INF] Saving service mon spec with placement smithi018:172.21.15.18=smithi018;smithi176:172.21.15.176=smithi176;count:2 2023-11-15T06:26:12.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:12 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:26:11.260565+0000 mon.smithi018 (mon.0) 126 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:26:12.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:12 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:11.793610+0000 mgr.smithi018.tmrmxf (mgr.14166) 22 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:13.079 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:26:13.080 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:26:13.081 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:26:13.542 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:13 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:26:13.078455+0000 mon.smithi018 (mon.0) 127 : audit [DBG] from='client.? 172.21.15.176:0/2531614379' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:26:14.484 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:26:14.485 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:26:14.542 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:14 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:13.793962+0000 mgr.smithi018.tmrmxf (mgr.14166) 23 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:15.820 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:26:15.821 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:26:15.822 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:26:16.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:16 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:15.794324+0000 mgr.smithi018.tmrmxf (mgr.14166) 24 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:16.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:16 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:26:15.819216+0000 mon.smithi018 (mon.0) 128 : audit [DBG] from='client.? 172.21.15.176:0/2269103523' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:26:17.222 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:26:17.223 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:26:18.610 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:26:18.611 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:26:18.612 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:26:19.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:18 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:17.794682+0000 mgr.smithi018.tmrmxf (mgr.14166) 25 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:19.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:18 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:26:18.608867+0000 mon.smithi018 (mon.0) 129 : audit [DBG] from='client.? 172.21.15.176:0/239828589' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:26:20.014 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:26:20.014 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:26:21.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:20 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:19.795067+0000 mgr.smithi018.tmrmxf (mgr.14166) 26 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:21.398 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:26:21.398 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:26:21.400 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:26:22.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:21 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:26:21.396928+0000 mon.smithi018 (mon.0) 130 : audit [DBG] from='client.? 172.21.15.176:0/2812021943' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:26:22.798 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:26:22.799 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:26:23.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:22 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:21.795446+0000 mgr.smithi018.tmrmxf (mgr.14166) 27 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:24.167 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:26:24.168 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:26:24.169 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:26:25.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:24 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:23.795756+0000 mgr.smithi018.tmrmxf (mgr.14166) 28 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:25.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:24 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:26:24.166049+0000 mon.smithi018 (mon.0) 131 : audit [DBG] from='client.? 172.21.15.176:0/2612507164' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:26:25.568 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:26:25.569 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:26:26.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:26 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:25.796122+0000 mgr.smithi018.tmrmxf (mgr.14166) 29 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:26.950 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:26:26.950 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:26:26.952 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:26:27.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:27 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:26:26.948455+0000 mon.smithi018 (mon.0) 132 : audit [DBG] from='client.? 172.21.15.176:0/4214326474' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:26:28.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:28 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:27.796533+0000 mgr.smithi018.tmrmxf (mgr.14166) 30 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:28.344 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:26:28.344 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:26:31.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:30 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:29.796889+0000 mgr.smithi018.tmrmxf (mgr.14166) 31 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:33.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:32 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:31.797182+0000 mgr.smithi018.tmrmxf (mgr.14166) 32 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:33.564 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:26:33.565 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:26:33.566 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:26:34.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:33 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:26:33.562829+0000 mon.smithi018 (mon.0) 133 : audit [DBG] from='client.? 172.21.15.176:0/3097009428' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:26:34.918 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:26:34.918 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:26:35.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:33.797475+0000 mgr.smithi018.tmrmxf (mgr.14166) 33 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:35.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:26:33.950108+0000 mon.smithi018 (mon.0) 134 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/mirror_snapshot_schedule"}]: dispatch 2023-11-15T06:26:35.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:26:33.954476+0000 mon.smithi018 (mon.0) 135 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/trash_purge_schedule"}]: dispatch 2023-11-15T06:26:36.286 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:26:36.287 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:26:36.288 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:26:36.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:36 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:35.797847+0000 mgr.smithi018.tmrmxf (mgr.14166) 34 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:37.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:37 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:26:36.285587+0000 mon.smithi018 (mon.0) 136 : audit [DBG] from='client.? 172.21.15.176:0/1973284436' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:26:37.662 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:26:37.663 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:26:38.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:38 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:37.798205+0000 mgr.smithi018.tmrmxf (mgr.14166) 35 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:39.270 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:26:39.271 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:26:39.272 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:26:39.792 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:26:39.268971+0000 mon.smithi018 (mon.0) 137 : audit [DBG] from='client.? 172.21.15.176:0/3960134422' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:26:40.664 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:26:40.665 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:26:40.792 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:40 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:39.798446+0000 mgr.smithi018.tmrmxf (mgr.14166) 36 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:42.059 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:26:42.059 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:26:42.060 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:26:43.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:42 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:41.798761+0000 mgr.smithi018.tmrmxf (mgr.14166) 37 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:43.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:42 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:26:42.057250+0000 mon.smithi018 (mon.0) 138 : audit [DBG] from='client.? 172.21.15.176:0/3273405119' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:26:43.459 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:26:43.459 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:26:44.814 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:26:44.814 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:26:44.815 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:26:45.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:44 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:43.799126+0000 mgr.smithi018.tmrmxf (mgr.14166) 38 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:45.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:44 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:26:44.812473+0000 mon.smithi018 (mon.0) 139 : audit [DBG] from='client.? 172.21.15.176:0/4093867775' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:26:46.216 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:26:46.216 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:26:46.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:45.799530+0000 mgr.smithi018.tmrmxf (mgr.14166) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:47.562 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:26:47.563 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:26:47.563 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:26:48.042 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:47 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:26:47.560435+0000 mon.smithi018 (mon.0) 140 : audit [DBG] from='client.? 172.21.15.176:0/654634627' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:26:48.962 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:26:48.962 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:26:49.042 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:48 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:47.799956+0000 mgr.smithi018.tmrmxf (mgr.14166) 40 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:50.371 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:26:50.371 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:26:50.372 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:26:51.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:50 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:49.800351+0000 mgr.smithi018.tmrmxf (mgr.14166) 41 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:51.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:50 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:26:50.369176+0000 mon.smithi018 (mon.0) 141 : audit [DBG] from='client.? 172.21.15.176:0/2815785839' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:26:51.767 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:26:51.768 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:26:53.146 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:26:53.147 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:26:53.148 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:26:53.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:52 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:51.800720+0000 mgr.smithi018.tmrmxf (mgr.14166) 42 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:54.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:53 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:26:53.144617+0000 mon.smithi018 (mon.0) 142 : audit [DBG] from='client.? 172.21.15.176:0/3601966143' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:26:54.541 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:26:54.541 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:26:55.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:54 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:53.801032+0000 mgr.smithi018.tmrmxf (mgr.14166) 43 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:55.931 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:26:55.931 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:26:55.932 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:26:56.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:56 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:55.801416+0000 mgr.smithi018.tmrmxf (mgr.14166) 44 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:56.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:56 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:26:55.929366+0000 mon.smithi018 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.176:0/3669903495' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:26:57.307 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:26:57.307 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:26:58.657 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:26:58.658 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:26:58.658 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:26:59.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:58 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:57.801688+0000 mgr.smithi018.tmrmxf (mgr.14166) 45 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:26:59.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:26:58 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:26:58.653121+0000 mon.smithi018 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.176:0/2616181696' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:27:00.046 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:27:00.047 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:27:01.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:26:59.801911+0000 mgr.smithi018.tmrmxf (mgr.14166) 46 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:01.470 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:27:01.470 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:27:01.472 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:27:02.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:01 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:27:01.468556+0000 mon.smithi018 (mon.0) 145 : audit [DBG] from='client.? 172.21.15.176:0/4202411500' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:27:02.845 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:27:02.846 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:27:03.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:02 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:01.802259+0000 mgr.smithi018.tmrmxf (mgr.14166) 47 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:04.219 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:27:04.219 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:27:04.220 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:27:05.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:04 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:03.802660+0000 mgr.smithi018.tmrmxf (mgr.14166) 48 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:05.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:04 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:27:04.217680+0000 mon.smithi018 (mon.0) 146 : audit [DBG] from='client.? 172.21.15.176:0/3092776299' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:27:06.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:06 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:05.803067+0000 mgr.smithi018.tmrmxf (mgr.14166) 49 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:06.335 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:27:06.335 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:27:09.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:08 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:07.803367+0000 mgr.smithi018.tmrmxf (mgr.14166) 50 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:10.520 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:27:10.521 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:27:10.522 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:27:11.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:10 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:09.803648+0000 mgr.smithi018.tmrmxf (mgr.14166) 51 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:11.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:10 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:27:10.518957+0000 mon.smithi018 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.176:0/1371551343' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:27:11.898 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:27:11.899 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:27:13.224 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:27:13.224 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:27:13.226 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:27:13.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:12 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:11.804015+0000 mgr.smithi018.tmrmxf (mgr.14166) 52 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:14.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:13 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:27:13.222584+0000 mon.smithi018 (mon.0) 148 : audit [DBG] from='client.? 172.21.15.176:0/1820946981' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:27:14.614 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:27:14.618 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:27:15.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:14 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:13.804394+0000 mgr.smithi018.tmrmxf (mgr.14166) 53 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:15.950 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:27:15.951 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:27:15.952 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:27:16.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:16 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:15.804635+0000 mgr.smithi018.tmrmxf (mgr.14166) 54 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:16.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:16 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:27:15.949054+0000 mon.smithi018 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.176:0/1567262626' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:27:17.332 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:27:17.333 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:27:18.695 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:27:18.695 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:27:18.696 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:27:19.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:18 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:17.804885+0000 mgr.smithi018.tmrmxf (mgr.14166) 55 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:19.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:18 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:27:18.693297+0000 mon.smithi018 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.176:0/4235312316' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:27:20.080 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:27:20.081 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:27:21.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:20 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:19.805233+0000 mgr.smithi018.tmrmxf (mgr.14166) 56 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:21.431 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:27:21.431 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:27:21.433 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:27:22.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:21 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:27:21.429860+0000 mon.smithi018 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.176:0/1674239085' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:27:22.826 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:27:22.827 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:27:23.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:22 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:21.805515+0000 mgr.smithi018.tmrmxf (mgr.14166) 57 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:24.207 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:27:24.208 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:27:24.209 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:27:25.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:24 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:23.805888+0000 mgr.smithi018.tmrmxf (mgr.14166) 58 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:25.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:24 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:27:24.206164+0000 mon.smithi018 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.176:0/3693123135' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:27:25.602 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:27:25.603 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:27:26.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:26 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:25.806263+0000 mgr.smithi018.tmrmxf (mgr.14166) 59 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:26.920 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:27:26.920 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:27:26.921 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:27:27.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:27 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:27:26.918219+0000 mon.smithi018 (mon.0) 153 : audit [DBG] from='client.? 172.21.15.176:0/2765419593' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:27:28.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:28 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:27.806596+0000 mgr.smithi018.tmrmxf (mgr.14166) 60 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:28.307 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:27:28.307 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:27:29.643 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:27:29.643 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:27:29.645 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:27:30.042 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:29 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:27:29.641616+0000 mon.smithi018 (mon.0) 154 : audit [DBG] from='client.? 172.21.15.176:0/2032168796' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:27:31.025 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:27:31.026 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:27:31.042 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:30 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:29.806959+0000 mgr.smithi018.tmrmxf (mgr.14166) 61 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:32.405 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:27:32.405 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:27:32.407 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:27:33.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:32 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:31.807330+0000 mgr.smithi018.tmrmxf (mgr.14166) 62 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:33.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:32 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:27:32.403839+0000 mon.smithi018 (mon.0) 155 : audit [DBG] from='client.? 172.21.15.176:0/1310334623' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:27:33.792 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:27:33.792 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:27:35.135 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:27:35.135 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:27:35.137 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:27:35.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:33.807603+0000 mgr.smithi018.tmrmxf (mgr.14166) 63 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:35.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:27:33.951278+0000 mon.smithi018 (mon.0) 156 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/mirror_snapshot_schedule"}]: dispatch 2023-11-15T06:27:35.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:27:33.955637+0000 mon.smithi018 (mon.0) 157 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/trash_purge_schedule"}]: dispatch 2023-11-15T06:27:36.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:36 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:27:35.133630+0000 mon.smithi018 (mon.0) 158 : audit [DBG] from='client.? 172.21.15.176:0/4214360280' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:27:36.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:36 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:35.807893+0000 mgr.smithi018.tmrmxf (mgr.14166) 64 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:36.499 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:27:36.500 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:27:37.876 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:27:37.877 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:27:37.878 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:27:39.240 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:27:39.241 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:27:39.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:38 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:37.808164+0000 mgr.smithi018.tmrmxf (mgr.14166) 65 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:39.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:38 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:27:37.875136+0000 mon.smithi018 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.176:0/1774882134' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:27:40.637 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:27:40.637 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:27:40.641 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:27:41.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:40 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:39.808491+0000 mgr.smithi018.tmrmxf (mgr.14166) 66 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:41.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:40 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:27:40.635261+0000 mon.smithi018 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.176:0/2754335367' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:27:42.486 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:27:42.489 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:27:43.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:42 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:41.808836+0000 mgr.smithi018.tmrmxf (mgr.14166) 67 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:43.846 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:27:43.847 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:27:43.848 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:27:44.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:43 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:27:43.845414+0000 mon.smithi018 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.176:0/3952964864' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:27:45.214 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:27:45.214 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:27:45.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:44 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:43.809165+0000 mgr.smithi018.tmrmxf (mgr.14166) 68 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:46.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:45.809481+0000 mgr.smithi018.tmrmxf (mgr.14166) 69 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:46.645 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:27:46.646 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:27:46.647 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:27:47.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:47 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:27:46.644225+0000 mon.smithi018 (mon.0) 162 : audit [DBG] from='client.? 172.21.15.176:0/289691813' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:27:48.025 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:27:48.025 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:27:48.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:48 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:47.809765+0000 mgr.smithi018.tmrmxf (mgr.14166) 70 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:49.379 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:27:49.380 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:27:49.381 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:27:49.792 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:49 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:27:49.377714+0000 mon.smithi018 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.176:0/1194853843' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:27:50.759 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:27:50.759 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:27:50.792 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:50 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:49.810045+0000 mgr.smithi018.tmrmxf (mgr.14166) 71 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:52.145 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:27:52.145 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:27:52.146 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:27:53.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:52 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:51.810227+0000 mgr.smithi018.tmrmxf (mgr.14166) 72 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:53.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:52 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:27:52.142262+0000 mon.smithi018 (mon.0) 164 : audit [DBG] from='client.? 172.21.15.176:0/1845784240' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:27:53.527 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:27:53.528 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:27:54.883 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:27:54.884 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:27:54.885 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:27:55.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:54 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:53.810544+0000 mgr.smithi018.tmrmxf (mgr.14166) 73 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:56.276 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:27:56.276 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:27:56.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:55 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:27:54.882193+0000 mon.smithi018 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.176:0/1280678114' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:27:57.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:56 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:55.810826+0000 mgr.smithi018.tmrmxf (mgr.14166) 74 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:27:57.614 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:27:57.614 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:27:57.616 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:27:58.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:57 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:27:57.612101+0000 mon.smithi018 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.176:0/2886660544' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:27:58.982 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:27:58.983 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:27:59.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:27:58 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:57.811166+0000 mgr.smithi018.tmrmxf (mgr.14166) 75 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:00.341 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:28:00.341 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:28:00.342 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:28:01.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:27:59.811413+0000 mgr.smithi018.tmrmxf (mgr.14166) 76 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:01.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:28:00.339048+0000 mon.smithi018 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.176:0/3947132739' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:28:01.721 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:28:01.722 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:28:03.049 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:28:03.049 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:28:03.050 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:28:03.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:02 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:01.811744+0000 mgr.smithi018.tmrmxf (mgr.14166) 77 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:04.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:03 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:28:03.046908+0000 mon.smithi018 (mon.0) 168 : audit [DBG] from='client.? 172.21.15.176:0/1105239615' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:28:04.404 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:28:04.404 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:28:05.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:04 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:03.812098+0000 mgr.smithi018.tmrmxf (mgr.14166) 78 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:05.799 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:28:05.799 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:28:05.801 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:28:06.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:06 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:28:05.797941+0000 mon.smithi018 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.176:0/588574031' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:28:06.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:06 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:05.812381+0000 mgr.smithi018.tmrmxf (mgr.14166) 79 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:07.176 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:28:07.176 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:28:08.556 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:28:08.556 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:28:08.557 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:28:09.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:08 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:07.812694+0000 mgr.smithi018.tmrmxf (mgr.14166) 80 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:09.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:08 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:28:08.554378+0000 mon.smithi018 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.176:0/1263244228' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:28:09.932 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:28:09.933 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:28:11.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:10 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:09.813096+0000 mgr.smithi018.tmrmxf (mgr.14166) 81 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:11.301 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:28:11.302 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:28:11.303 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:28:12.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:11 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:28:11.300119+0000 mon.smithi018 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.176:0/550681418' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:28:12.691 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:28:12.691 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:28:13.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:12 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:11.813468+0000 mgr.smithi018.tmrmxf (mgr.14166) 82 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:14.064 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:28:14.064 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:28:14.066 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:28:15.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:14 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:13.813852+0000 mgr.smithi018.tmrmxf (mgr.14166) 83 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:15.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:14 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:28:14.062769+0000 mon.smithi018 (mon.0) 172 : audit [DBG] from='client.? 172.21.15.176:0/1239337041' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:28:15.445 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:28:15.445 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:28:16.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:16 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:15.814237+0000 mgr.smithi018.tmrmxf (mgr.14166) 84 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:16.841 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:28:16.841 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:28:16.842 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:28:17.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:17 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:28:16.839160+0000 mon.smithi018 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.176:0/1895206894' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:28:18.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:18 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:17.814573+0000 mgr.smithi018.tmrmxf (mgr.14166) 85 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:18.297 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:28:18.297 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:28:19.625 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:28:19.625 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:28:19.627 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:28:20.042 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:19 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:28:19.623522+0000 mon.smithi018 (mon.0) 174 : audit [DBG] from='client.? 172.21.15.176:0/121286397' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:28:21.027 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:28:21.028 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:28:21.042 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:20 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:19.814934+0000 mgr.smithi018.tmrmxf (mgr.14166) 86 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:22.415 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:28:22.416 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:28:22.417 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:28:23.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:22 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:21.815323+0000 mgr.smithi018.tmrmxf (mgr.14166) 87 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:23.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:22 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:28:22.413855+0000 mon.smithi018 (mon.0) 175 : audit [DBG] from='client.? 172.21.15.176:0/582581729' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:28:23.786 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:28:23.787 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:28:25.155 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:28:25.156 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:28:25.156 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:28:25.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:24 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:23.815645+0000 mgr.smithi018.tmrmxf (mgr.14166) 88 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:26.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:26 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:28:25.153515+0000 mon.smithi018 (mon.0) 176 : audit [DBG] from='client.? 172.21.15.176:0/182237043' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:28:26.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:26 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:25.815941+0000 mgr.smithi018.tmrmxf (mgr.14166) 89 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:26.529 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:28:26.529 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:28:27.978 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:28:27.979 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:28:27.980 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:28:29.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:28 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:27.816277+0000 mgr.smithi018.tmrmxf (mgr.14166) 90 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:29.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:28 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:28:27.976845+0000 mon.smithi018 (mon.0) 177 : audit [DBG] from='client.? 172.21.15.176:0/780292409' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:28:29.361 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:28:29.362 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:28:30.670 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:28:30.671 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:28:30.672 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:28:31.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:30 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:29.816497+0000 mgr.smithi018.tmrmxf (mgr.14166) 91 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:31.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:30 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:28:30.669442+0000 mon.smithi018 (mon.0) 178 : audit [DBG] from='client.? 172.21.15.176:0/1633259482' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:28:32.055 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:28:32.056 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:28:33.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:32 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:31.816763+0000 mgr.smithi018.tmrmxf (mgr.14166) 92 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:33.394 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:28:33.394 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:28:33.396 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:28:34.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:33 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:28:33.392450+0000 mon.smithi018 (mon.0) 179 : audit [DBG] from='client.? 172.21.15.176:0/2010486652' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:28:34.740 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:28:34.740 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:28:35.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:33.817115+0000 mgr.smithi018.tmrmxf (mgr.14166) 93 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:35.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:28:33.952363+0000 mon.smithi018 (mon.0) 180 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/mirror_snapshot_schedule"}]: dispatch 2023-11-15T06:28:35.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:28:33.956749+0000 mon.smithi018 (mon.0) 181 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/trash_purge_schedule"}]: dispatch 2023-11-15T06:28:36.097 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:28:36.098 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:28:36.099 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:28:36.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:36 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:35.817506+0000 mgr.smithi018.tmrmxf (mgr.14166) 94 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:37.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:37 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:28:36.096297+0000 mon.smithi018 (mon.0) 182 : audit [DBG] from='client.? 172.21.15.176:0/3684236446' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:28:37.469 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:28:37.470 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:28:38.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:38 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:37.817906+0000 mgr.smithi018.tmrmxf (mgr.14166) 95 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:38.885 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:28:38.885 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:28:38.886 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:28:39.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:28:38.883148+0000 mon.smithi018 (mon.0) 183 : audit [DBG] from='client.? 172.21.15.176:0/1457512428' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:28:40.264 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:28:40.264 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:28:40.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:40 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:39.818300+0000 mgr.smithi018.tmrmxf (mgr.14166) 96 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:41.620 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:28:41.620 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:28:41.621 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:28:42.042 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:41 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:28:41.618447+0000 mon.smithi018 (mon.0) 184 : audit [DBG] from='client.? 172.21.15.176:0/3593023794' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:28:43.001 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:28:43.001 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:28:43.042 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:42 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:41.818620+0000 mgr.smithi018.tmrmxf (mgr.14166) 97 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:44.392 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:28:44.392 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:28:44.394 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:28:45.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:44 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:43.818998+0000 mgr.smithi018.tmrmxf (mgr.14166) 98 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:45.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:44 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:28:44.390423+0000 mon.smithi018 (mon.0) 185 : audit [DBG] from='client.? 172.21.15.176:0/483045937' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:28:45.776 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:28:45.777 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:28:46.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:45.819255+0000 mgr.smithi018.tmrmxf (mgr.14166) 99 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:47.142 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:28:47.142 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:28:47.143 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:28:47.542 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:47 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:28:47.139521+0000 mon.smithi018 (mon.0) 186 : audit [DBG] from='client.? 172.21.15.176:0/76325650' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:28:48.531 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:28:48.532 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:28:48.542 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:48 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:47.819467+0000 mgr.smithi018.tmrmxf (mgr.14166) 100 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:49.895 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:28:49.895 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:28:49.896 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:28:51.279 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:28:51.279 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:28:51.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:50 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:49.819738+0000 mgr.smithi018.tmrmxf (mgr.14166) 101 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:51.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:50 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:28:49.893141+0000 mon.smithi018 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.176:0/548442396' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:28:52.635 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:28:52.635 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:28:52.637 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:28:53.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:52 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:51.820088+0000 mgr.smithi018.tmrmxf (mgr.14166) 102 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:53.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:52 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:28:52.632834+0000 mon.smithi018 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.176:0/736648421' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:28:54.093 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:28:54.093 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:28:55.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:54 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:53.820462+0000 mgr.smithi018.tmrmxf (mgr.14166) 103 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:55.505 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:28:55.505 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:28:55.507 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:28:56.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:56 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:28:55.503286+0000 mon.smithi018 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.176:0/2631892614' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:28:56.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:56 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:55.820833+0000 mgr.smithi018.tmrmxf (mgr.14166) 104 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:56.880 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:28:56.881 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:28:58.277 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:28:58.278 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:28:58.280 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:28:59.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:58 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:57.821202+0000 mgr.smithi018.tmrmxf (mgr.14166) 105 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:28:59.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:28:58 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:28:58.275960+0000 mon.smithi018 (mon.0) 190 : audit [DBG] from='client.? 172.21.15.176:0/1862575877' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:28:59.640 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:28:59.640 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:29:01.072 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:29:01.073 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:29:01.074 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:29:01.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:28:59.821564+0000 mgr.smithi018.tmrmxf (mgr.14166) 106 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:02.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:01 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:29:01.070622+0000 mon.smithi018 (mon.0) 191 : audit [DBG] from='client.? 172.21.15.176:0/3496489143' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:29:02.480 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:29:02.480 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:29:03.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:02 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:01.821936+0000 mgr.smithi018.tmrmxf (mgr.14166) 107 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:03.847 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:29:03.848 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:29:03.849 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:29:04.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:03 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:29:03.845593+0000 mon.smithi018 (mon.0) 192 : audit [DBG] from='client.? 172.21.15.176:0/486304438' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:29:05.247 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:29:05.247 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:29:05.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:04 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:03.822305+0000 mgr.smithi018.tmrmxf (mgr.14166) 108 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:06.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:06 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:05.822638+0000 mgr.smithi018.tmrmxf (mgr.14166) 109 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:06.668 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:29:06.668 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:29:06.669 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:29:07.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:07 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:29:06.666084+0000 mon.smithi018 (mon.0) 193 : audit [DBG] from='client.? 172.21.15.176:0/1304197510' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:29:08.042 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:29:08.043 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:29:08.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:08 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:07.823031+0000 mgr.smithi018.tmrmxf (mgr.14166) 110 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:09.454 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:29:09.454 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:29:09.456 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:29:09.792 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:09 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:29:09.452957+0000 mon.smithi018 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.176:0/2227001055' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:29:10.793 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:10 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:09.823429+0000 mgr.smithi018.tmrmxf (mgr.14166) 111 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:10.839 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:29:10.840 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:29:12.176 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:29:12.177 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:29:12.178 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:29:13.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:12 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:11.823789+0000 mgr.smithi018.tmrmxf (mgr.14166) 112 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:13.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:12 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:29:12.174550+0000 mon.smithi018 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.176:0/1992919036' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:29:13.563 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:29:13.564 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:29:14.927 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:29:14.927 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:29:14.929 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:29:15.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:14 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:13.824145+0000 mgr.smithi018.tmrmxf (mgr.14166) 113 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:16.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:15 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:29:14.925389+0000 mon.smithi018 (mon.0) 196 : audit [DBG] from='client.? 172.21.15.176:0/2585772233' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:29:16.295 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:29:16.295 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:29:17.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:16 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:15.824476+0000 mgr.smithi018.tmrmxf (mgr.14166) 114 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:17.697 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:29:17.697 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:29:17.698 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:29:18.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:17 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:29:17.695488+0000 mon.smithi018 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.176:0/704483405' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:29:19.080 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:29:19.081 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:29:19.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:18 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:17.824820+0000 mgr.smithi018.tmrmxf (mgr.14166) 115 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:20.459 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:29:20.460 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:29:20.461 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:29:21.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:20 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:19.825189+0000 mgr.smithi018.tmrmxf (mgr.14166) 116 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:21.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:20 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:29:20.457806+0000 mon.smithi018 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.176:0/2348473789' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:29:21.853 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:29:21.854 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:29:23.280 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:29:23.280 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:29:23.281 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:29:23.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:22 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:21.825558+0000 mgr.smithi018.tmrmxf (mgr.14166) 117 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:24.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:23 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:29:23.278285+0000 mon.smithi018 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.176:0/2742478146' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:29:24.661 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:29:24.662 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:29:25.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:24 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:23.825839+0000 mgr.smithi018.tmrmxf (mgr.14166) 118 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:26.082 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:29:26.082 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:29:26.083 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:29:26.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:26 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:25.826193+0000 mgr.smithi018.tmrmxf (mgr.14166) 119 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:27.295 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:27 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:29:26.080034+0000 mon.smithi018 (mon.0) 200 : audit [DBG] from='client.? 172.21.15.176:0/92937401' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:29:27.462 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:29:27.462 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:29:28.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:28 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:27.826529+0000 mgr.smithi018.tmrmxf (mgr.14166) 120 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:28.902 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:29:28.903 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:29:28.903 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:29:29.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:29 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:29:28.899929+0000 mon.smithi018 (mon.0) 201 : audit [DBG] from='client.? 172.21.15.176:0/1375529038' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:29:30.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:30 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:29.826936+0000 mgr.smithi018.tmrmxf (mgr.14166) 121 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:30.310 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:29:30.311 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:29:31.773 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:29:31.774 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:29:31.775 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:29:32.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:31 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:29:31.771182+0000 mon.smithi018 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.176:0/3986916786' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:29:33.145 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:29:33.145 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:29:33.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:32 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:31.827287+0000 mgr.smithi018.tmrmxf (mgr.14166) 122 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:34.583 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:29:34.583 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:29:34.584 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:29:35.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:33.827651+0000 mgr.smithi018.tmrmxf (mgr.14166) 123 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:35.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:29:33.953515+0000 mon.smithi018 (mon.0) 203 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/mirror_snapshot_schedule"}]: dispatch 2023-11-15T06:29:35.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:29:33.957719+0000 mon.smithi018 (mon.0) 204 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/trash_purge_schedule"}]: dispatch 2023-11-15T06:29:35.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:29:34.581384+0000 mon.smithi018 (mon.0) 205 : audit [DBG] from='client.? 172.21.15.176:0/484043352' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:29:35.961 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:29:35.962 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:29:36.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:36 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:35.828059+0000 mgr.smithi018.tmrmxf (mgr.14166) 124 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:37.342 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:29:37.343 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:29:37.344 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:29:37.794 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:37 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:29:37.340634+0000 mon.smithi018 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.176:0/3778623381' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:29:38.678 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:29:38.679 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:29:38.793 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:38 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:37.828384+0000 mgr.smithi018.tmrmxf (mgr.14166) 125 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:40.101 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:29:40.101 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:29:40.103 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:29:41.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:40 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:39.828698+0000 mgr.smithi018.tmrmxf (mgr.14166) 126 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:41.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:40 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:29:40.099500+0000 mon.smithi018 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.176:0/2767714786' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:29:41.480 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:29:41.481 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:29:42.867 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:29:42.867 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:29:42.869 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:29:43.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:42 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:41.829099+0000 mgr.smithi018.tmrmxf (mgr.14166) 127 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:43.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:42 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:29:42.865585+0000 mon.smithi018 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.176:0/4140979942' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:29:44.238 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:29:44.239 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:29:45.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:44 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:43.829406+0000 mgr.smithi018.tmrmxf (mgr.14166) 128 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:45.609 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:29:45.609 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:29:45.611 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:29:46.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:29:45.607699+0000 mon.smithi018 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.176:0/1405965687' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:29:46.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:45.829732+0000 mgr.smithi018.tmrmxf (mgr.14166) 129 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:46.982 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:29:46.983 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:29:48.406 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:29:48.407 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:29:48.407 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:29:49.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:48 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:47.830051+0000 mgr.smithi018.tmrmxf (mgr.14166) 130 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:49.853 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:48 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:29:48.404018+0000 mon.smithi018 (mon.0) 210 : audit [DBG] from='client.? 172.21.15.176:0/1519762715' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:29:49.853 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:29:49.854 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:29:51.265 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:29:51.265 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:29:51.267 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:29:51.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:50 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:49.830426+0000 mgr.smithi018.tmrmxf (mgr.14166) 131 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:52.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:51 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:29:51.263659+0000 mon.smithi018 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.176:0/1627334036' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:29:52.672 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:29:52.673 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:29:53.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:52 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:51.830701+0000 mgr.smithi018.tmrmxf (mgr.14166) 132 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:53.982 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:29:53.982 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:29:53.983 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:29:55.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:54 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:53.831042+0000 mgr.smithi018.tmrmxf (mgr.14166) 133 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:55.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:54 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:29:53.977795+0000 mon.smithi018 (mon.0) 212 : audit [DBG] from='client.? 172.21.15.176:0/3631096187' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:29:55.358 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:29:55.358 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:29:56.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:56 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:55.831393+0000 mgr.smithi018.tmrmxf (mgr.14166) 134 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:56.749 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:29:56.749 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:29:56.751 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:29:57.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:57 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:29:56.747311+0000 mon.smithi018 (mon.0) 213 : audit [DBG] from='client.? 172.21.15.176:0/4114680394' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:29:58.179 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:29:58.179 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:29:58.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:58 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:57.831751+0000 mgr.smithi018.tmrmxf (mgr.14166) 135 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:29:59.584 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:29:59.584 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:29:59.585 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:30:00.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:29:59 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:29:59.581729+0000 mon.smithi018 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.176:0/2139373547' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:30:00.950 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:30:00.950 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:30:01.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:29:59.832057+0000 mgr.smithi018.tmrmxf (mgr.14166) 136 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:02.402 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:30:02.402 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:30:02.403 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:30:03.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:02 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:01.832243+0000 mgr.smithi018.tmrmxf (mgr.14166) 137 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:03.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:02 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:02.400296+0000 mon.smithi018 (mon.0) 215 : audit [DBG] from='client.? 172.21.15.176:0/415560686' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:30:03.780 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:30:03.781 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:30:05.187 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:30:05.187 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:30:05.188 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:30:05.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:04 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:03.832575+0000 mgr.smithi018.tmrmxf (mgr.14166) 138 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:06.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:06 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:05.185102+0000 mon.smithi018 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.176:0/611261541' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:30:06.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:06 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:05.832950+0000 mgr.smithi018.tmrmxf (mgr.14166) 139 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:06.570 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:30:06.571 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:30:07.962 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:30:07.962 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:30:07.963 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:30:09.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:08 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:07.833329+0000 mgr.smithi018.tmrmxf (mgr.14166) 140 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:09.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:08 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:07.959806+0000 mon.smithi018 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.176:0/3970018689' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:30:09.350 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:30:09.350 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:30:10.750 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:30:10.750 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:30:10.752 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:30:11.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:10 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:09.833687+0000 mgr.smithi018.tmrmxf (mgr.14166) 141 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:11.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:10 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:10.748618+0000 mon.smithi018 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.176:0/751099256' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:30:12.136 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:30:12.137 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:30:13.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:12 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:11.834042+0000 mgr.smithi018.tmrmxf (mgr.14166) 142 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:13.448 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:30:13.449 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:30:13.450 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:30:14.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:13 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:13.446239+0000 mon.smithi018 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.176:0/255582412' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:30:14.827 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:30:14.827 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:30:15.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:14 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:13.834438+0000 mgr.smithi018.tmrmxf (mgr.14166) 143 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:16.168 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:30:16.168 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:30:16.169 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:30:16.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:16 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:15.834720+0000 mgr.smithi018.tmrmxf (mgr.14166) 144 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:17.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:17 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:16.166122+0000 mon.smithi018 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.176:0/1983454838' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:30:17.539 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:30:17.540 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:30:18.542 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:18 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:17.835111+0000 mgr.smithi018.tmrmxf (mgr.14166) 145 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:18.866 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:30:18.866 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:30:18.867 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:30:19.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:19 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:18.863488+0000 mon.smithi018 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.176:0/2340532052' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:30:20.256 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:30:20.257 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:30:20.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:20 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:19.835441+0000 mgr.smithi018.tmrmxf (mgr.14166) 146 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:21.702 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:30:21.703 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:30:21.704 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:30:22.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:21 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:21.701055+0000 mon.smithi018 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.176:0/3553112726' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:30:23.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:22 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:21.835828+0000 mgr.smithi018.tmrmxf (mgr.14166) 147 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:23.100 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:30:23.101 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:30:24.486 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:30:24.487 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:30:24.488 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:30:25.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:24 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:23.836174+0000 mgr.smithi018.tmrmxf (mgr.14166) 148 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:25.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:24 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:24.484545+0000 mon.smithi018 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.176:0/2494502244' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:30:25.859 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:30:25.860 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:30:26.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:26 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:25.836503+0000 mgr.smithi018.tmrmxf (mgr.14166) 149 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:27.222 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:30:27.222 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:30:27.223 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:30:27.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:27 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:27.220171+0000 mon.smithi018 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.176:0/1373805095' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:30:28.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:28 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:27.836771+0000 mgr.smithi018.tmrmxf (mgr.14166) 150 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:28.589 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:30:28.590 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:30:29.944 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:30:29.944 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:30:29.945 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:30:31.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:30 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:29.837134+0000 mgr.smithi018.tmrmxf (mgr.14166) 151 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:31.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:30 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:29.942084+0000 mon.smithi018 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.176:0/2974895817' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:30:31.384 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:30:31.384 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:30:32.757 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:30:32.757 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:30:32.758 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:30:33.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:32 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:31.837520+0000 mgr.smithi018.tmrmxf (mgr.14166) 152 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:33.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:32 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:32.754436+0000 mon.smithi018 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.176:0/2347801247' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:30:34.128 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:30:34.129 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:30:35.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:33.837899+0000 mgr.smithi018.tmrmxf (mgr.14166) 153 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:35.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:33.954543+0000 mon.smithi018 (mon.0) 227 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/mirror_snapshot_schedule"}]: dispatch 2023-11-15T06:30:35.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:33.958780+0000 mon.smithi018 (mon.0) 228 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/trash_purge_schedule"}]: dispatch 2023-11-15T06:30:35.545 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:30:35.545 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:30:35.546 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:30:36.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:36 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:35.543252+0000 mon.smithi018 (mon.0) 229 : audit [DBG] from='client.? 172.21.15.176:0/1617335423' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:30:36.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:36 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:35.838202+0000 mgr.smithi018.tmrmxf (mgr.14166) 154 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:36.931 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:30:36.932 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:30:38.253 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:30:38.253 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:30:38.255 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:30:39.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:38 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:37.838571+0000 mgr.smithi018.tmrmxf (mgr.14166) 155 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:39.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:38 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:38.251682+0000 mon.smithi018 (mon.0) 230 : audit [DBG] from='client.? 172.21.15.176:0/261269855' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:30:39.635 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:30:39.636 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:30:41.003 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:30:41.003 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:30:41.004 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:30:41.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:40 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:39.838890+0000 mgr.smithi018.tmrmxf (mgr.14166) 156 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:42.292 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:41 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:41.001519+0000 mon.smithi018 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.176:0/721860573' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:30:42.394 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:30:42.395 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:30:43.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:42 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:41.839226+0000 mgr.smithi018.tmrmxf (mgr.14166) 157 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:43.749 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:30:43.749 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:30:43.750 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:30:44.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:43 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:43.746822+0000 mon.smithi018 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.176:0/947147951' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:30:45.170 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:30:45.171 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:30:45.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:44 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:43.839659+0000 mgr.smithi018.tmrmxf (mgr.14166) 158 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:46.306 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cephadm 2023-11-15T06:30:45.730212+0000 mgr.smithi018.tmrmxf (mgr.14166) 159 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-alertmanager.smithi018 2023-11-15T06:30:46.306 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: /bin/podman: stderr Error: no such container ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-alertmanager.smithi018 2023-11-15T06:30:46.306 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Deploy daemon alertmanager.smithi018 ... 2023-11-15T06:30:46.307 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-11-15T06:30:46.307 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-15T06:30:46.307 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr time="2023-11-15T06:26:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:30:46.307 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr time="2023-11-15T06:27:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:30:46.308 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr time="2023-11-15T06:27:39Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:30:46.308 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:30:46.308 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-11-15T06:30:46.308 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-15T06:30:46.308 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr time="2023-11-15T06:28:53Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:30:46.309 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr time="2023-11-15T06:29:30Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:30:46.309 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr time="2023-11-15T06:30:08Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:30:46.309 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:30:46.309 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Traceback (most recent call last): 2023-11-15T06:30:46.309 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-15T06:30:46.310 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: main() 2023-11-15T06:30:46.311 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-15T06:30:46.311 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: r = ctx.func(ctx) 2023-11-15T06:30:46.312 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-15T06:30:46.312 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: return func(ctx) 2023-11-15T06:30:46.312 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-11-15T06:30:46.312 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-11-15T06:30:46.313 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-11-15T06:30:46.313 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-11-15T06:30:46.313 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-11-15T06:30:46.313 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: raise RuntimeError('uid/gid not found') 2023-11-15T06:30:46.313 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: RuntimeError: uid/gid not found 2023-11-15T06:30:46.314 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Traceback (most recent call last): 2023-11-15T06:30:46.314 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2023-11-15T06:30:46.314 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: yield (conn, connr) 2023-11-15T06:30:46.314 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2023-11-15T06:30:46.314 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: code, '\n'.join(err))) 2023-11-15T06:30:46.315 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-alertmanager.smithi018 2023-11-15T06:30:46.315 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: /bin/podman: stderr Error: no such container ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-alertmanager.smithi018 2023-11-15T06:30:46.315 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Deploy daemon alertmanager.smithi018 ... 2023-11-15T06:30:46.315 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-11-15T06:30:46.315 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-15T06:30:46.316 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr time="2023-11-15T06:26:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:30:46.316 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr time="2023-11-15T06:27:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:30:46.316 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr time="2023-11-15T06:27:39Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:30:46.316 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:30:46.316 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-11-15T06:30:46.317 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-15T06:30:46.317 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr time="2023-11-15T06:28:53Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:30:46.317 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr time="2023-11-15T06:29:30Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:30:46.317 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr time="2023-11-15T06:30:08Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:30:46.318 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:30:46.318 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Traceback (most recent call last): 2023-11-15T06:30:46.318 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-15T06:30:46.318 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: main() 2023-11-15T06:30:46.319 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-15T06:30:46.319 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: r = ctx.func(ctx) 2023-11-15T06:30:46.319 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-15T06:30:46.319 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: return func(ctx) 2023-11-15T06:30:46.319 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-11-15T06:30:46.319 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-11-15T06:30:46.320 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-11-15T06:30:46.320 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-11-15T06:30:46.320 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-11-15T06:30:46.320 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: raise RuntimeError('uid/gid not found') 2023-11-15T06:30:46.320 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: RuntimeError: uid/gid not found 2023-11-15T06:30:46.321 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cephadm 2023-11-15T06:30:45.730503+0000 mgr.smithi018.tmrmxf (mgr.14166) 160 : cephadm [ERR] Failed while placing alertmanager.smithi018 on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-alertmanager.smithi018 2023-11-15T06:30:46.321 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: /bin/podman: stderr Error: no such container ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-alertmanager.smithi018 2023-11-15T06:30:46.321 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Deploy daemon alertmanager.smithi018 ... 2023-11-15T06:30:46.321 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/alertmanager 2023-11-15T06:30:46.321 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-15T06:30:46.322 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr time="2023-11-15T06:26:22Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:30:46.322 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr time="2023-11-15T06:27:00Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:30:46.322 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr time="2023-11-15T06:27:39Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: copying system image from manifest list: determining manifest MIME type for docker://prom/alertmanager:v0.20.0: reading manifest sha256:b9323917a2eda265bec69e59a457f001c529facbbc8166df277f4850cdac61a0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:30:46.323 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:30:46.324 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/prom/alertmanager:v0.20.0 -e NODE_NAME=smithi018 -e CEPH_USE_RANDOM_NONCE=1 docker.io/prom/alertmanager:v0.20.0 -c %u %g /etc/prometheus 2023-11-15T06:30:46.324 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr Trying to pull docker.io/prom/alertmanager:v0.20.0... 2023-11-15T06:30:46.324 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr time="2023-11-15T06:28:53Z" level=warning msg="Failed, retrying in 1s ... (1/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:30:46.324 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr time="2023-11-15T06:29:30Z" level=warning msg="Failed, retrying in 1s ... (2/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:30:46.325 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr time="2023-11-15T06:30:08Z" level=warning msg="Failed, retrying in 1s ... (3/3). Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2023-11-15T06:30:46.325 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: stat: stderr Error: initializing source docker://prom/alertmanager:v0.20.0: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/prom/alertmanager:v0.20.0: pinging container registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/prom/alertmanager:v0.20.0: reading manifest v0.20.0 in docker.io/prom/alertmanager: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-11-15T06:30:46.325 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Traceback (most recent call last): 2023-11-15T06:30:46.325 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-15T06:30:46.325 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: main() 2023-11-15T06:30:46.326 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-15T06:30:46.326 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: r = ctx.func(ctx) 2023-11-15T06:30:46.326 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-15T06:30:46.327 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: return func(ctx) 2023-11-15T06:30:46.327 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4344, in command_deploy 2023-11-15T06:30:46.327 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: uid, gid = extract_uid_gid_monitoring(ctx, daemon_type) 2023-11-15T06:30:46.327 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4275, in extract_uid_gid_monitoring 2023-11-15T06:30:46.327 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: uid, gid = extract_uid_gid(ctx, file_path=['/etc/alertmanager', '/etc/prometheus']) 2023-11-15T06:30:46.328 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2548, in extract_uid_gid 2023-11-15T06:30:46.328 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: raise RuntimeError('uid/gid not found') 2023-11-15T06:30:46.328 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: RuntimeError: uid/gid not found 2023-11-15T06:30:46.328 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:45.732109+0000 mon.smithi018 (mon.0) 233 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi018", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-15T06:30:46.328 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:45.734753+0000 mon.smithi018 (mon.0) 234 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi018", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-15T06:30:46.329 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:45.735619+0000 mon.smithi018 (mon.0) 235 : audit [DBG] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-15T06:30:46.329 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cephadm 2023-11-15T06:30:45.736412+0000 mgr.smithi018.tmrmxf (mgr.14166) 161 : cephadm [INF] Deploying daemon crash.smithi018 on smithi018 2023-11-15T06:30:46.329 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:45.839900+0000 mgr.smithi018.tmrmxf (mgr.14166) 162 : cluster [DBG] pgmap v150: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:46.525 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:30:46.525 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:30:46.526 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:30:47.205 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:47 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:46.522660+0000 mon.smithi018 (mon.0) 236 : audit [DBG] from='client.? 172.21.15.176:0/1459849680' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:30:47.902 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:30:47.902 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:30:48.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:48 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:47.254710+0000 mon.smithi018 (mon.0) 237 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:30:48.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:48 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:47.475010+0000 mon.smithi018 (mon.0) 238 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:30:48.544 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:48 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:47.476994+0000 mon.smithi018 (mon.0) 239 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:30:48.544 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:48 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:47.477497+0000 mon.smithi018 (mon.0) 240 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-15T06:30:48.544 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:48 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:47.477850+0000 mgr.smithi018.tmrmxf (mgr.14166) 163 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-15T06:30:48.544 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:48 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:47.480186+0000 mon.smithi018 (mon.0) 241 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:30:48.545 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:48 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cephadm 2023-11-15T06:30:47.483017+0000 mgr.smithi018.tmrmxf (mgr.14166) 164 : cephadm [INF] Deploying daemon grafana.smithi018 on smithi018 2023-11-15T06:30:48.545 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:48 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:47.840194+0000 mgr.smithi018.tmrmxf (mgr.14166) 165 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:49.283 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:30:49.284 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:30:49.286 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:30:50.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:49 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:48.950467+0000 mon.smithi018 (mon.0) 242 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:30:50.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:49 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:49.281871+0000 mon.smithi018 (mon.0) 243 : audit [DBG] from='client.? 172.21.15.176:0/261634939' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:30:50.671 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:30:50.672 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:30:51.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:50 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:49.840521+0000 mgr.smithi018.tmrmxf (mgr.14166) 166 : cluster [DBG] pgmap v152: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:52.034 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:30:52.035 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:30:52.036 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:30:53.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:52 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:51.840817+0000 mgr.smithi018.tmrmxf (mgr.14166) 167 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:53.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:52 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:52.032393+0000 mon.smithi018 (mon.0) 244 : audit [DBG] from='client.? 172.21.15.176:0/2727923312' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:30:53.431 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:30:53.431 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:30:54.787 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:30:54.788 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:30:54.789 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:30:55.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:54 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:53.841088+0000 mgr.smithi018.tmrmxf (mgr.14166) 168 : cluster [DBG] pgmap v154: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:55.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:54 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:54.786056+0000 mon.smithi018 (mon.0) 245 : audit [DBG] from='client.? 172.21.15.176:0/2018635867' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:30:56.184 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:30:56.185 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:30:56.542 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:56 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:55.841331+0000 mgr.smithi018.tmrmxf (mgr.14166) 169 : cluster [DBG] pgmap v155: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:30:57.628 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:30:57.628 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:30:57.629 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:30:58.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:57 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:30:57.625926+0000 mon.smithi018 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.176:0/3426686250' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:30:59.011 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:30:59.012 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:30:59.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:30:58 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:57.841591+0000 mgr.smithi018.tmrmxf (mgr.14166) 170 : cluster [DBG] pgmap v156: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:00.370 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:31:00.370 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:31:00.370 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:31:01.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:30:59.841816+0000 mgr.smithi018.tmrmxf (mgr.14166) 171 : cluster [DBG] pgmap v157: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:01.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:00.366164+0000 mon.smithi018 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.176:0/1508967373' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:31:01.770 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:31:01.771 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:31:03.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:02 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:01.842168+0000 mgr.smithi018.tmrmxf (mgr.14166) 172 : cluster [DBG] pgmap v158: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:03.113 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:31:03.113 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:31:03.115 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:31:04.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:03 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:03.111275+0000 mon.smithi018 (mon.0) 248 : audit [DBG] from='client.? 172.21.15.176:0/2461859297' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:31:04.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:03 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:03.874837+0000 mon.smithi018 (mon.0) 249 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:31:04.489 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:31:04.489 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:31:05.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:04 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:03.842465+0000 mgr.smithi018.tmrmxf (mgr.14166) 173 : cluster [DBG] pgmap v159: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:05.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:04 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cephadm 2023-11-15T06:31:03.877093+0000 mgr.smithi018.tmrmxf (mgr.14166) 174 : cephadm [INF] Deploying daemon node-exporter.smithi018 on smithi018 2023-11-15T06:31:05.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:04 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:03.953747+0000 mon.smithi018 (mon.0) 250 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:31:05.821 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:31:05.821 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:31:05.823 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:31:06.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:06 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:05.819826+0000 mon.smithi018 (mon.0) 251 : audit [DBG] from='client.? 172.21.15.176:0/370027296' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:31:06.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:06 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:05.842760+0000 mgr.smithi018.tmrmxf (mgr.14166) 175 : cluster [DBG] pgmap v160: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:07.256 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:31:07.257 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:31:08.579 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:31:08.579 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:31:08.581 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:31:09.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:08 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:07.843035+0000 mgr.smithi018.tmrmxf (mgr.14166) 176 : cluster [DBG] pgmap v161: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:09.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:08 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:08.577323+0000 mon.smithi018 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.176:0/4289368623' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:31:09.951 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:31:09.951 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:31:11.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:10 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:09.843382+0000 mgr.smithi018.tmrmxf (mgr.14166) 177 : cluster [DBG] pgmap v162: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:11.340 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:31:11.340 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:31:11.341 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:31:12.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:11 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:11.337419+0000 mon.smithi018 (mon.0) 253 : audit [DBG] from='client.? 172.21.15.176:0/2251585713' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:31:12.701 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:31:12.702 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:31:13.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:12 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:11.843680+0000 mgr.smithi018.tmrmxf (mgr.14166) 178 : cluster [DBG] pgmap v163: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:14.072 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:31:14.072 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:31:14.073 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:31:15.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:14 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:13.844002+0000 mgr.smithi018.tmrmxf (mgr.14166) 179 : cluster [DBG] pgmap v164: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:15.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:14 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:14.070004+0000 mon.smithi018 (mon.0) 254 : audit [DBG] from='client.? 172.21.15.176:0/951876019' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:31:15.447 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:31:15.448 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:31:16.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:16 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:15.844340+0000 mgr.smithi018.tmrmxf (mgr.14166) 180 : cluster [DBG] pgmap v165: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:16.808 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:31:16.808 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:31:16.810 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:31:17.542 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:17 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:16.806117+0000 mon.smithi018 (mon.0) 255 : audit [DBG] from='client.? 172.21.15.176:0/4180238669' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:31:18.199 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:31:18.200 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:31:18.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:18 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:17.844665+0000 mgr.smithi018.tmrmxf (mgr.14166) 181 : cluster [DBG] pgmap v166: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:19.582 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:31:19.582 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:31:19.583 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:31:20.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:19 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:19.580237+0000 mon.smithi018 (mon.0) 256 : audit [DBG] from='client.? 172.21.15.176:0/3035012905' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:31:20.956 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:31:20.956 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:31:21.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:20 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:19.844935+0000 mgr.smithi018.tmrmxf (mgr.14166) 182 : cluster [DBG] pgmap v167: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:22.259 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:31:22.289 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:31:22.290 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:31:23.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:22 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:21.845280+0000 mgr.smithi018.tmrmxf (mgr.14166) 183 : cluster [DBG] pgmap v168: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:23.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:22 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:22.257184+0000 mon.smithi018 (mon.0) 257 : audit [DBG] from='client.? 172.21.15.176:0/2391854028' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:31:23.657 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:31:23.658 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:31:25.069 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:31:25.070 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:31:25.071 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:31:25.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:24 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:23.845639+0000 mgr.smithi018.tmrmxf (mgr.14166) 184 : cluster [DBG] pgmap v169: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:26.445 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:31:26.446 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:31:26.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:26 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:25.067675+0000 mon.smithi018 (mon.0) 258 : audit [DBG] from='client.? 172.21.15.176:0/1598499051' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:31:26.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:26 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:25.846011+0000 mgr.smithi018.tmrmxf (mgr.14166) 185 : cluster [DBG] pgmap v170: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:27.848 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:31:27.848 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:31:27.850 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:31:28.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:27 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:27.846413+0000 mon.smithi018 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.176:0/2564737792' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:31:29.233 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:31:29.233 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:31:29.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:28 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:27.846338+0000 mgr.smithi018.tmrmxf (mgr.14166) 186 : cluster [DBG] pgmap v171: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:30.598 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:31:30.599 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:31:30.600 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:31:31.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:30 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:29.846681+0000 mgr.smithi018.tmrmxf (mgr.14166) 187 : cluster [DBG] pgmap v172: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:31.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:30 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:30.596339+0000 mon.smithi018 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.176:0/3297329210' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:31:31.975 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:31:31.976 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:31:33.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:32 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:31.847068+0000 mgr.smithi018.tmrmxf (mgr.14166) 188 : cluster [DBG] pgmap v173: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:33.332 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:31:33.332 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:31:33.333 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:31:34.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:33 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:33.329932+0000 mon.smithi018 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.176:0/3454988978' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:31:34.719 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:31:34.719 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:31:35.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:33.847323+0000 mgr.smithi018.tmrmxf (mgr.14166) 189 : cluster [DBG] pgmap v174: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:35.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:33.955666+0000 mon.smithi018 (mon.0) 262 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/mirror_snapshot_schedule"}]: dispatch 2023-11-15T06:31:35.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:33.959827+0000 mon.smithi018 (mon.0) 263 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/trash_purge_schedule"}]: dispatch 2023-11-15T06:31:36.082 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:31:36.083 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:31:36.084 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:31:36.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:36 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:35.847702+0000 mgr.smithi018.tmrmxf (mgr.14166) 190 : cluster [DBG] pgmap v175: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:37.461 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:31:37.463 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:31:37.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:37 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:36.080625+0000 mon.smithi018 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.176:0/887649716' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:31:38.546 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:38 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:37.848019+0000 mgr.smithi018.tmrmxf (mgr.14166) 191 : cluster [DBG] pgmap v176: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:38.775 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:31:38.775 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:31:38.777 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:31:39.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:38.773522+0000 mon.smithi018 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.176:0/1902418654' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:31:40.146 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:31:40.147 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:31:40.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:40 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:39.848384+0000 mgr.smithi018.tmrmxf (mgr.14166) 192 : cluster [DBG] pgmap v177: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:41.490 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:31:41.490 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:31:41.491 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:31:41.793 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:41 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:41.488058+0000 mon.smithi018 (mon.0) 266 : audit [DBG] from='client.? 172.21.15.176:0/1720065951' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:31:42.899 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:31:42.900 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:31:43.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:42 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:41.848761+0000 mgr.smithi018.tmrmxf (mgr.14166) 193 : cluster [DBG] pgmap v178: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:44.303 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:31:44.303 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:31:44.304 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:31:45.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:44 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:43.849185+0000 mgr.smithi018.tmrmxf (mgr.14166) 194 : cluster [DBG] pgmap v179: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:45.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:44 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:44.301432+0000 mon.smithi018 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.176:0/662189557' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:31:45.687 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:31:45.688 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:31:46.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:45.849508+0000 mgr.smithi018.tmrmxf (mgr.14166) 195 : cluster [DBG] pgmap v180: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:47.024 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:31:47.024 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:31:47.026 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:31:47.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:47 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:47.022636+0000 mon.smithi018 (mon.0) 268 : audit [DBG] from='client.? 172.21.15.176:0/1230704072' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:31:48.427 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:31:48.427 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:31:48.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:48 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:47.849852+0000 mgr.smithi018.tmrmxf (mgr.14166) 196 : cluster [DBG] pgmap v181: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:49.781 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:31:49.782 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:31:49.782 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:31:50.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:49 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:49.779070+0000 mon.smithi018 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.176:0/4183913478' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:31:51.167 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:31:51.167 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:31:51.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:50 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:49.850143+0000 mgr.smithi018.tmrmxf (mgr.14166) 197 : cluster [DBG] pgmap v182: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:52.493 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:31:52.493 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:31:52.495 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:31:53.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:52 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:51.850401+0000 mgr.smithi018.tmrmxf (mgr.14166) 198 : cluster [DBG] pgmap v183: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:53.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:52 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:52.491352+0000 mon.smithi018 (mon.0) 270 : audit [DBG] from='client.? 172.21.15.176:0/553370046' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:31:53.908 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:31:53.908 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:31:55.246 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:31:55.247 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:31:55.248 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:31:55.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:54 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:53.850732+0000 mgr.smithi018.tmrmxf (mgr.14166) 199 : cluster [DBG] pgmap v184: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:56.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:56 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:55.244347+0000 mon.smithi018 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.176:0/1454014992' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:31:56.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:56 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:55.851060+0000 mgr.smithi018.tmrmxf (mgr.14166) 200 : cluster [DBG] pgmap v185: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:56.649 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:31:56.649 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:31:58.009 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:31:58.010 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:31:58.011 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:31:59.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:58 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:57.851404+0000 mgr.smithi018.tmrmxf (mgr.14166) 201 : cluster [DBG] pgmap v186: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:31:59.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:31:58 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:31:58.007739+0000 mon.smithi018 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.176:0/2461096124' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:31:59.406 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:31:59.406 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:32:00.758 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:32:00.759 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:32:00.760 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:32:01.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:31:59.851721+0000 mgr.smithi018.tmrmxf (mgr.14166) 202 : cluster [DBG] pgmap v187: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:01.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:32:00.756598+0000 mon.smithi018 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.176:0/2602876194' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:32:02.167 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:32:02.167 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:32:03.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:02 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:01.852134+0000 mgr.smithi018.tmrmxf (mgr.14166) 203 : cluster [DBG] pgmap v188: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:03.521 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:32:03.521 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:32:03.522 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:32:04.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:03 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:32:03.518968+0000 mon.smithi018 (mon.0) 274 : audit [DBG] from='client.? 172.21.15.176:0/819420564' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:32:04.930 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:32:04.930 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:32:05.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:04 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:03.852616+0000 mgr.smithi018.tmrmxf (mgr.14166) 204 : cluster [DBG] pgmap v189: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:06.296 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:32:06.297 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:32:06.298 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:32:06.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:06 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:05.853023+0000 mgr.smithi018.tmrmxf (mgr.14166) 205 : cluster [DBG] pgmap v190: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:07.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:07 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:32:06.294770+0000 mon.smithi018 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.176:0/2231650192' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:32:07.716 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:32:07.717 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:32:08.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:08 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:07.853353+0000 mgr.smithi018.tmrmxf (mgr.14166) 206 : cluster [DBG] pgmap v191: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:09.070 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:32:09.070 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:32:09.071 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:32:09.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:09 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:32:09.067953+0000 mon.smithi018 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.176:0/1199583205' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:32:10.483 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:32:10.483 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:32:10.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:10 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:09.853673+0000 mgr.smithi018.tmrmxf (mgr.14166) 207 : cluster [DBG] pgmap v192: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:11.827 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:32:11.828 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:32:11.829 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:32:12.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:11 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:32:11.825942+0000 mon.smithi018 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.176:0/2991311455' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:32:13.217 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:32:13.218 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:32:13.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:12 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:11.854026+0000 mgr.smithi018.tmrmxf (mgr.14166) 208 : cluster [DBG] pgmap v193: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:14.499 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:32:14.500 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:32:14.501 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:32:15.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:14 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:13.854377+0000 mgr.smithi018.tmrmxf (mgr.14166) 209 : cluster [DBG] pgmap v194: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:15.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:14 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:32:14.497776+0000 mon.smithi018 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.176:0/1943333504' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:32:15.876 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:32:15.876 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:32:16.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:16 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:15.854700+0000 mgr.smithi018.tmrmxf (mgr.14166) 210 : cluster [DBG] pgmap v195: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:17.266 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:32:17.266 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:32:17.267 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:32:17.793 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:17 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:32:17.263786+0000 mon.smithi018 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.176:0/2179382399' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:32:18.649 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:32:18.650 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:32:18.793 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:18 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:17.855008+0000 mgr.smithi018.tmrmxf (mgr.14166) 211 : cluster [DBG] pgmap v196: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:20.032 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:32:20.032 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:32:20.034 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:32:21.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:20 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:19.855364+0000 mgr.smithi018.tmrmxf (mgr.14166) 212 : cluster [DBG] pgmap v197: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:21.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:20 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:32:20.030277+0000 mon.smithi018 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.176:0/3370748896' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:32:21.424 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:32:21.425 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:32:22.786 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:32:22.786 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:32:22.787 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:32:23.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:22 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:21.855735+0000 mgr.smithi018.tmrmxf (mgr.14166) 213 : cluster [DBG] pgmap v198: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:23.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:22 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:32:22.782947+0000 mon.smithi018 (mon.0) 281 : audit [DBG] from='client.? 172.21.15.176:0/944538339' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:32:24.177 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:32:24.177 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:32:25.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:24 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:23.856067+0000 mgr.smithi018.tmrmxf (mgr.14166) 214 : cluster [DBG] pgmap v199: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:25.526 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:32:25.527 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:32:25.528 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:32:26.544 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:26 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:32:25.524436+0000 mon.smithi018 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.176:0/2640742955' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:32:26.545 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:26 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:25.856369+0000 mgr.smithi018.tmrmxf (mgr.14166) 215 : cluster [DBG] pgmap v200: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:26.955 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:32:26.955 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:32:28.320 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:32:28.321 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:32:28.322 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:32:29.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:28 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:27.856641+0000 mgr.smithi018.tmrmxf (mgr.14166) 216 : cluster [DBG] pgmap v201: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:29.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:28 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:32:28.318653+0000 mon.smithi018 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.176:0/2949285567' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:32:29.730 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:32:29.730 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:32:31.104 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:32:31.105 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:32:31.105 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:32:31.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:30 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:29.856917+0000 mgr.smithi018.tmrmxf (mgr.14166) 217 : cluster [DBG] pgmap v202: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:32.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:31 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:32:31.102123+0000 mon.smithi018 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.176:0/3343424754' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:32:32.500 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:32:32.501 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:32:33.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:32 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:31.857273+0000 mgr.smithi018.tmrmxf (mgr.14166) 218 : cluster [DBG] pgmap v203: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:33.852 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:32:33.852 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:32:33.854 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:32:34.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:33 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:32:33.850604+0000 mon.smithi018 (mon.0) 285 : audit [DBG] from='client.? 172.21.15.176:0/3290970344' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:32:35.239 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:32:35.239 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:32:35.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:33.857520+0000 mgr.smithi018.tmrmxf (mgr.14166) 219 : cluster [DBG] pgmap v204: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:35.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:32:33.956903+0000 mon.smithi018 (mon.0) 286 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/mirror_snapshot_schedule"}]: dispatch 2023-11-15T06:32:35.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:32:33.960753+0000 mon.smithi018 (mon.0) 287 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/trash_purge_schedule"}]: dispatch 2023-11-15T06:32:36.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:36 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:35.857861+0000 mgr.smithi018.tmrmxf (mgr.14166) 220 : cluster [DBG] pgmap v205: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:36.697 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:32:36.697 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:32:36.699 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:32:37.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:37 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:32:36.695271+0000 mon.smithi018 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.176:0/4275183930' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:32:38.085 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:32:38.086 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:32:38.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:38 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:37.858212+0000 mgr.smithi018.tmrmxf (mgr.14166) 221 : cluster [DBG] pgmap v206: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:39.457 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:32:39.457 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:32:39.459 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:32:39.793 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:39 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:32:39.455260+0000 mon.smithi018 (mon.0) 289 : audit [DBG] from='client.? 172.21.15.176:0/3026013136' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:32:40.793 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:40 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:39.858551+0000 mgr.smithi018.tmrmxf (mgr.14166) 222 : cluster [DBG] pgmap v207: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:40.827 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:32:40.828 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:32:42.165 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:32:42.165 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:32:42.166 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:32:43.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:42 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:41.858938+0000 mgr.smithi018.tmrmxf (mgr.14166) 223 : cluster [DBG] pgmap v208: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:43.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:42 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:32:42.162961+0000 mon.smithi018 (mon.0) 290 : audit [DBG] from='client.? 172.21.15.176:0/1426931962' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:32:43.551 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:32:43.551 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:32:44.918 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:32:44.919 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:32:44.920 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:32:45.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:44 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:43.859334+0000 mgr.smithi018.tmrmxf (mgr.14166) 224 : cluster [DBG] pgmap v209: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:46.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:45 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:32:44.916213+0000 mon.smithi018 (mon.0) 291 : audit [DBG] from='client.? 172.21.15.176:0/552551466' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:32:46.298 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:32:46.298 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:32:47.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:45.859739+0000 mgr.smithi018.tmrmxf (mgr.14166) 225 : cluster [DBG] pgmap v210: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:47.698 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:32:47.699 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:32:47.700 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:32:48.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:47 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:32:47.696712+0000 mon.smithi018 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.176:0/954909258' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:32:49.080 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:32:49.080 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:32:49.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:48 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:47.860103+0000 mgr.smithi018.tmrmxf (mgr.14166) 226 : cluster [DBG] pgmap v211: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:50.464 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:32:50.465 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:32:50.466 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:32:51.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:50 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:49.860483+0000 mgr.smithi018.tmrmxf (mgr.14166) 227 : cluster [DBG] pgmap v212: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:51.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:50 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:32:50.462728+0000 mon.smithi018 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.176:0/2411604457' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:32:51.840 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:32:51.841 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:32:53.200 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:32:53.200 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:32:53.202 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:32:53.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:52 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:51.860855+0000 mgr.smithi018.tmrmxf (mgr.14166) 228 : cluster [DBG] pgmap v213: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:54.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:53 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:32:53.197889+0000 mon.smithi018 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.176:0/2076514457' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:32:54.555 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:32:54.556 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:32:55.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:54 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:53.861237+0000 mgr.smithi018.tmrmxf (mgr.14166) 229 : cluster [DBG] pgmap v214: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:55.965 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:32:55.966 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:32:55.967 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:32:56.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:56 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:55.861530+0000 mgr.smithi018.tmrmxf (mgr.14166) 230 : cluster [DBG] pgmap v215: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:56.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:56 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:32:55.963680+0000 mon.smithi018 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.176:0/2433239488' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:32:57.334 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:32:57.335 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:32:58.659 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:32:58.659 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:32:58.660 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:32:59.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:58 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:57.861820+0000 mgr.smithi018.tmrmxf (mgr.14166) 231 : cluster [DBG] pgmap v216: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:32:59.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:32:58 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:32:58.656838+0000 mon.smithi018 (mon.0) 296 : audit [DBG] from='client.? 172.21.15.176:0/1271794029' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:33:00.041 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:33:00.042 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:33:01.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:32:59.862177+0000 mgr.smithi018.tmrmxf (mgr.14166) 232 : cluster [DBG] pgmap v217: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:01.396 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:33:01.397 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:33:01.398 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:33:02.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:01 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:33:01.394334+0000 mon.smithi018 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.176:0/817503296' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:33:02.794 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:33:02.795 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:33:03.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:02 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:01.862521+0000 mgr.smithi018.tmrmxf (mgr.14166) 233 : cluster [DBG] pgmap v218: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:04.174 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:33:04.175 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:33:04.176 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:33:04.922 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:04 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:03.862877+0000 mgr.smithi018.tmrmxf (mgr.14166) 234 : cluster [DBG] pgmap v219: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:04.923 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:04 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:33:04.172371+0000 mon.smithi018 (mon.0) 298 : audit [DBG] from='client.? 172.21.15.176:0/3915628058' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:33:05.554 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:33:05.554 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:33:06.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cephadm 2023-11-15T06:33:04.582969+0000 mgr.smithi018.tmrmxf (mgr.14166) 235 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-node-exporter.smithi018 2023-11-15T06:33:06.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: /bin/podman: stderr Error: no such container ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-node-exporter.smithi018 2023-11-15T06:33:06.295 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Deploy daemon node-exporter.smithi018 ... 2023-11-15T06:33:06.295 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Verifying port 9100 ... 2023-11-15T06:33:06.296 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Non-zero exit code 1 from systemctl start ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@node-exporter.smithi018 2023-11-15T06:33:06.296 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: systemctl: stderr Job for ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@node-exporter.smithi018.service failed because a timeout was exceeded. 2023-11-15T06:33:06.296 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: systemctl: stderr See "systemctl status ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@node-exporter.smithi018.service" and "journalctl -xe" for details. 2023-11-15T06:33:06.297 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Traceback (most recent call last): 2023-11-15T06:33:06.297 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-15T06:33:06.297 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: main() 2023-11-15T06:33:06.298 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-15T06:33:06.298 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: r = ctx.func(ctx) 2023-11-15T06:33:06.298 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-15T06:33:06.299 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: return func(ctx) 2023-11-15T06:33:06.299 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-11-15T06:33:06.299 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: ports=daemon_ports) 2023-11-15T06:33:06.300 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-11-15T06:33:06.300 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: c, osd_fsid=osd_fsid, ports=ports) 2023-11-15T06:33:06.300 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-11-15T06:33:06.301 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-11-15T06:33:06.301 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-11-15T06:33:06.302 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-11-15T06:33:06.302 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: RuntimeError: Failed command: systemctl start ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@node-exporter.smithi018 2023-11-15T06:33:06.302 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Traceback (most recent call last): 2023-11-15T06:33:06.303 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1347, in _remote_connection 2023-11-15T06:33:06.303 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: yield (conn, connr) 2023-11-15T06:33:06.303 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1244, in _run_cephadm 2023-11-15T06:33:06.304 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: code, '\n'.join(err))) 2023-11-15T06:33:06.304 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-node-exporter.smithi018 2023-11-15T06:33:06.304 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: /bin/podman: stderr Error: no such container ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-node-exporter.smithi018 2023-11-15T06:33:06.304 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Deploy daemon node-exporter.smithi018 ... 2023-11-15T06:33:06.305 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Verifying port 9100 ... 2023-11-15T06:33:06.305 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Non-zero exit code 1 from systemctl start ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@node-exporter.smithi018 2023-11-15T06:33:06.305 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: systemctl: stderr Job for ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@node-exporter.smithi018.service failed because a timeout was exceeded. 2023-11-15T06:33:06.305 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: systemctl: stderr See "systemctl status ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@node-exporter.smithi018.service" and "journalctl -xe" for details. 2023-11-15T06:33:06.306 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Traceback (most recent call last): 2023-11-15T06:33:06.306 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-15T06:33:06.306 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: main() 2023-11-15T06:33:06.307 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-15T06:33:06.307 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: r = ctx.func(ctx) 2023-11-15T06:33:06.307 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-15T06:33:06.308 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: return func(ctx) 2023-11-15T06:33:06.308 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-11-15T06:33:06.308 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: ports=daemon_ports) 2023-11-15T06:33:06.309 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-11-15T06:33:06.310 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: c, osd_fsid=osd_fsid, ports=ports) 2023-11-15T06:33:06.310 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-11-15T06:33:06.310 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-11-15T06:33:06.311 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-11-15T06:33:06.311 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-11-15T06:33:06.311 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: RuntimeError: Failed command: systemctl start ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@node-exporter.smithi018 2023-11-15T06:33:06.312 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cephadm 2023-11-15T06:33:04.583211+0000 mgr.smithi018.tmrmxf (mgr.14166) 236 : cephadm [ERR] Failed while placing node-exporter.smithi018 on smithi018: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-node-exporter.smithi018 2023-11-15T06:33:06.312 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: /bin/podman: stderr Error: no such container ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-node-exporter.smithi018 2023-11-15T06:33:06.312 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Deploy daemon node-exporter.smithi018 ... 2023-11-15T06:33:06.312 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Verifying port 9100 ... 2023-11-15T06:33:06.313 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Non-zero exit code 1 from systemctl start ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@node-exporter.smithi018 2023-11-15T06:33:06.313 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: systemctl: stderr Job for ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@node-exporter.smithi018.service failed because a timeout was exceeded. 2023-11-15T06:33:06.313 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: systemctl: stderr See "systemctl status ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@node-exporter.smithi018.service" and "journalctl -xe" for details. 2023-11-15T06:33:06.313 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: Traceback (most recent call last): 2023-11-15T06:33:06.313 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8230, in 2023-11-15T06:33:06.314 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: main() 2023-11-15T06:33:06.314 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 8218, in main 2023-11-15T06:33:06.314 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: r = ctx.func(ctx) 2023-11-15T06:33:06.314 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1759, in _default_image 2023-11-15T06:33:06.314 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: return func(ctx) 2023-11-15T06:33:06.315 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 4348, in command_deploy 2023-11-15T06:33:06.315 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: ports=daemon_ports) 2023-11-15T06:33:06.315 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2632, in deploy_daemon 2023-11-15T06:33:06.315 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: c, osd_fsid=osd_fsid, ports=ports) 2023-11-15T06:33:06.315 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 2821, in deploy_daemon_units 2023-11-15T06:33:06.316 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: call_throws(ctx, ['systemctl', 'start', unit_name]) 2023-11-15T06:33:06.316 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: File "/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/cephadm.d4237e4639c108308fe13147b1c08af93c3d5724d9ff21ae797eb4b78fea3931", line 1453, in call_throws 2023-11-15T06:33:06.316 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: raise RuntimeError('Failed command: %s' % ' '.join(command)) 2023-11-15T06:33:06.316 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: RuntimeError: Failed command: systemctl start ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@node-exporter.smithi018 2023-11-15T06:33:06.316 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:05 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cephadm 2023-11-15T06:33:04.589525+0000 mgr.smithi018.tmrmxf (mgr.14166) 237 : cephadm [INF] Deploying daemon prometheus.smithi018 on smithi018 2023-11-15T06:33:06.899 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:33:06.899 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:33:06.901 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:33:07.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:06 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:05.863219+0000 mgr.smithi018.tmrmxf (mgr.14166) 238 : cluster [DBG] pgmap v220: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:07.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:06 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:33:06.897429+0000 mon.smithi018 (mon.0) 299 : audit [DBG] from='client.? 172.21.15.176:0/646500052' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:33:08.321 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:33:08.321 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:33:09.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:08 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:07.863549+0000 mgr.smithi018.tmrmxf (mgr.14166) 239 : cluster [DBG] pgmap v221: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:09.685 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:33:09.685 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:33:09.686 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:33:10.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:09 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:33:08.960202+0000 mon.smithi018 (mon.0) 300 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' 2023-11-15T06:33:10.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:09 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:33:09.682910+0000 mon.smithi018 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.176:0/1018116170' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:33:11.072 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:33:11.073 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:33:11.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:10 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:09.863961+0000 mgr.smithi018.tmrmxf (mgr.14166) 240 : cluster [DBG] pgmap v222: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:12.487 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:33:12.488 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:33:12.489 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:33:13.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:12 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:11.864313+0000 mgr.smithi018.tmrmxf (mgr.14166) 241 : cluster [DBG] pgmap v223: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:13.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:12 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:33:12.485302+0000 mon.smithi018 (mon.0) 302 : audit [DBG] from='client.? 172.21.15.176:0/166169901' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:33:13.861 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:33:13.861 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:33:15.201 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:33:15.202 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:33:15.203 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:33:15.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:14 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:13.864719+0000 mgr.smithi018.tmrmxf (mgr.14166) 242 : cluster [DBG] pgmap v224: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:16.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:16 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:33:15.199483+0000 mon.smithi018 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.176:0/3145666666' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:33:16.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:16 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:15.865069+0000 mgr.smithi018.tmrmxf (mgr.14166) 243 : cluster [DBG] pgmap v225: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:16.602 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:33:16.602 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:33:17.976 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:33:17.976 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:33:17.978 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:33:19.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:18 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:17.865407+0000 mgr.smithi018.tmrmxf (mgr.14166) 244 : cluster [DBG] pgmap v226: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:19.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:18 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:33:17.974015+0000 mon.smithi018 (mon.0) 304 : audit [DBG] from='client.? 172.21.15.176:0/812341447' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:33:19.352 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:33:19.352 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:33:20.704 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:33:20.704 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:33:20.705 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:33:21.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:20 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:19.865795+0000 mgr.smithi018.tmrmxf (mgr.14166) 245 : cluster [DBG] pgmap v227: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:21.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:20 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:33:20.701963+0000 mon.smithi018 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.176:0/2598761515' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:33:22.106 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:33:22.107 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:33:23.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:22 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:21.866163+0000 mgr.smithi018.tmrmxf (mgr.14166) 246 : cluster [DBG] pgmap v228: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:23.470 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:33:23.471 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:33:23.472 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:33:24.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:23 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:33:23.468599+0000 mon.smithi018 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.176:0/2749516623' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:33:24.813 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:33:24.814 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:33:25.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:24 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:23.866506+0000 mgr.smithi018.tmrmxf (mgr.14166) 247 : cluster [DBG] pgmap v229: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:26.198 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:33:26.198 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:33:26.200 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:33:26.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:26 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:25.866901+0000 mgr.smithi018.tmrmxf (mgr.14166) 248 : cluster [DBG] pgmap v230: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:27.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:27 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:33:26.196113+0000 mon.smithi018 (mon.0) 307 : audit [DBG] from='client.? 172.21.15.176:0/2745505353' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:33:27.625 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:33:27.626 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:33:28.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:28 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:27.867270+0000 mgr.smithi018.tmrmxf (mgr.14166) 249 : cluster [DBG] pgmap v231: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:28.991 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:33:28.992 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:33:28.993 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:33:29.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:29 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:33:28.989233+0000 mon.smithi018 (mon.0) 308 : audit [DBG] from='client.? 172.21.15.176:0/2566620768' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:33:30.385 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:33:30.386 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:33:30.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:30 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:29.867632+0000 mgr.smithi018.tmrmxf (mgr.14166) 250 : cluster [DBG] pgmap v232: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:31.771 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:33:31.771 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:33:31.772 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:33:32.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:31 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:33:31.768914+0000 mon.smithi018 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.176:0/3960327151' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:33:33.144 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:33:33.145 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:33:33.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:32 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:31.868032+0000 mgr.smithi018.tmrmxf (mgr.14166) 251 : cluster [DBG] pgmap v233: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:34.502 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:33:34.502 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:33:34.503 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:33:35.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:33.868351+0000 mgr.smithi018.tmrmxf (mgr.14166) 252 : cluster [DBG] pgmap v234: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:35.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:33:33.957951+0000 mon.smithi018 (mon.0) 310 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/mirror_snapshot_schedule"}]: dispatch 2023-11-15T06:33:35.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:33:33.961828+0000 mon.smithi018 (mon.0) 311 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/trash_purge_schedule"}]: dispatch 2023-11-15T06:33:35.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:33:34.500035+0000 mon.smithi018 (mon.0) 312 : audit [DBG] from='client.? 172.21.15.176:0/1681704676' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:33:35.893 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:33:35.894 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:33:36.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:36 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:35.868694+0000 mgr.smithi018.tmrmxf (mgr.14166) 253 : cluster [DBG] pgmap v235: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:37.247 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:33:37.248 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:33:37.249 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:33:37.793 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:37 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:33:37.245269+0000 mon.smithi018 (mon.0) 313 : audit [DBG] from='client.? 172.21.15.176:0/381583379' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:33:38.649 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:33:38.650 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:33:38.793 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:38 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:37.869147+0000 mgr.smithi018.tmrmxf (mgr.14166) 254 : cluster [DBG] pgmap v236: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:40.036 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:33:40.036 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:33:40.037 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:33:41.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:40 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:39.869567+0000 mgr.smithi018.tmrmxf (mgr.14166) 255 : cluster [DBG] pgmap v237: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:41.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:40 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:33:40.033869+0000 mon.smithi018 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.176:0/2518437142' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:33:41.415 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:33:41.416 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:33:42.759 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:33:42.759 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:33:42.760 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:33:43.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:42 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:41.869943+0000 mgr.smithi018.tmrmxf (mgr.14166) 256 : cluster [DBG] pgmap v238: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:43.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:42 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:33:42.755839+0000 mon.smithi018 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.176:0/32599471' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:33:44.139 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:33:44.140 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:33:45.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:44 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:43.870311+0000 mgr.smithi018.tmrmxf (mgr.14166) 257 : cluster [DBG] pgmap v239: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:45.499 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:33:45.499 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:33:45.500 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:33:46.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:33:45.497116+0000 mon.smithi018 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.176:0/1641012959' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:33:46.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:46 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:45.870665+0000 mgr.smithi018.tmrmxf (mgr.14166) 258 : cluster [DBG] pgmap v240: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:46.872 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:33:46.873 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:33:48.225 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:33:48.226 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:33:48.227 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:33:49.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:48 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:47.870980+0000 mgr.smithi018.tmrmxf (mgr.14166) 259 : cluster [DBG] pgmap v241: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:49.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:48 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:33:48.223342+0000 mon.smithi018 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.176:0/1057240495' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:33:49.614 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:33:49.615 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:33:50.935 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:33:50.936 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:33:50.937 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:33:51.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:50 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:49.871364+0000 mgr.smithi018.tmrmxf (mgr.14166) 260 : cluster [DBG] pgmap v242: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:52.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:51 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:33:50.933311+0000 mon.smithi018 (mon.0) 318 : audit [DBG] from='client.? 172.21.15.176:0/4136806982' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:33:52.330 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:33:52.331 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:33:53.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:52 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:51.871620+0000 mgr.smithi018.tmrmxf (mgr.14166) 261 : cluster [DBG] pgmap v243: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:53.719 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:33:53.719 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:33:53.721 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:33:54.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:53 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:33:53.717357+0000 mon.smithi018 (mon.0) 319 : audit [DBG] from='client.? 172.21.15.176:0/2335492311' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:33:55.105 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:33:55.105 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:33:55.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:54 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:53.871916+0000 mgr.smithi018.tmrmxf (mgr.14166) 262 : cluster [DBG] pgmap v244: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:56.468 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:33:56.468 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:33:56.470 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:33:56.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:56 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:55.872271+0000 mgr.smithi018.tmrmxf (mgr.14166) 263 : cluster [DBG] pgmap v245: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:57.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:57 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:33:56.465835+0000 mon.smithi018 (mon.0) 320 : audit [DBG] from='client.? 172.21.15.176:0/681149882' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:33:57.838 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:33:57.839 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:33:58.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:58 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:57.872616+0000 mgr.smithi018.tmrmxf (mgr.14166) 264 : cluster [DBG] pgmap v246: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:33:59.228 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:33:59.229 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:33:59.230 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:33:59.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:33:59 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:33:59.226220+0000 mon.smithi018 (mon.0) 321 : audit [DBG] from='client.? 172.21.15.176:0/4222172400' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:34:00.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:00 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:33:59.873051+0000 mgr.smithi018.tmrmxf (mgr.14166) 265 : cluster [DBG] pgmap v247: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:34:00.595 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:34:00.596 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:34:01.947 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:34:01.947 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:34:01.949 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:34:03.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:02 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:34:01.873399+0000 mgr.smithi018.tmrmxf (mgr.14166) 266 : cluster [DBG] pgmap v248: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:34:03.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:02 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:34:01.945504+0000 mon.smithi018 (mon.0) 322 : audit [DBG] from='client.? 172.21.15.176:0/1425700229' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:34:03.331 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:34:03.332 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:34:04.724 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:34:04.725 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:34:04.726 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:34:05.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:04 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:34:03.873739+0000 mgr.smithi018.tmrmxf (mgr.14166) 267 : cluster [DBG] pgmap v249: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:34:05.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:04 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:34:04.722206+0000 mon.smithi018 (mon.0) 323 : audit [DBG] from='client.? 172.21.15.176:0/3390400931' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:34:06.095 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:34:06.096 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:34:06.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:06 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:34:05.874065+0000 mgr.smithi018.tmrmxf (mgr.14166) 268 : cluster [DBG] pgmap v250: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:34:07.491 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:34:07.491 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:34:07.492 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:34:07.793 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:07 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:34:07.489109+0000 mon.smithi018 (mon.0) 324 : audit [DBG] from='client.? 172.21.15.176:0/3013222101' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:34:08.865 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:34:08.866 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:34:09.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:08 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:34:07.874336+0000 mgr.smithi018.tmrmxf (mgr.14166) 269 : cluster [DBG] pgmap v251: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:34:10.227 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:34:10.227 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:34:10.228 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:34:11.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:10 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:34:09.874602+0000 mgr.smithi018.tmrmxf (mgr.14166) 270 : cluster [DBG] pgmap v252: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:34:11.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:10 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:34:10.224528+0000 mon.smithi018 (mon.0) 325 : audit [DBG] from='client.? 172.21.15.176:0/1960537258' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:34:11.636 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:34:11.636 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:34:12.992 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:34:12.992 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:34:12.993 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:34:13.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:12 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:34:11.874867+0000 mgr.smithi018.tmrmxf (mgr.14166) 271 : cluster [DBG] pgmap v253: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:34:14.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:13 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:34:12.989732+0000 mon.smithi018 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.176:0/2623434963' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:34:14.368 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:34:14.369 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:34:15.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:14 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:34:13.875164+0000 mgr.smithi018.tmrmxf (mgr.14166) 272 : cluster [DBG] pgmap v254: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:34:15.707 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:34:15.707 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:34:15.708 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:34:16.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:16 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:34:15.704643+0000 mon.smithi018 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.176:0/448441127' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:34:16.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:16 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:34:15.875508+0000 mgr.smithi018.tmrmxf (mgr.14166) 273 : cluster [DBG] pgmap v255: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:34:17.101 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:34:17.185 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:34:18.529 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:34:18.529 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:34:18.530 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:34:19.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:18 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:34:17.875875+0000 mgr.smithi018.tmrmxf (mgr.14166) 274 : cluster [DBG] pgmap v256: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:34:19.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:18 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:34:18.526779+0000 mon.smithi018 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.176:0/173293933' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:34:19.893 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:34:19.894 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:34:21.203 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:34:21.204 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:34:21.205 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:34:21.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:20 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:34:19.876251+0000 mgr.smithi018.tmrmxf (mgr.14166) 275 : cluster [DBG] pgmap v257: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:34:22.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:21 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:34:21.201845+0000 mon.smithi018 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.176:0/2111422599' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:34:22.616 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:34:22.616 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:34:23.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:22 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:34:21.876614+0000 mgr.smithi018.tmrmxf (mgr.14166) 276 : cluster [DBG] pgmap v258: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:34:23.947 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:34:23.947 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:34:23.949 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:34:25.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:24 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:34:23.876910+0000 mgr.smithi018.tmrmxf (mgr.14166) 277 : cluster [DBG] pgmap v259: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:34:25.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:24 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:34:23.945607+0000 mon.smithi018 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.176:0/947221659' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:34:25.349 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:34:25.349 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:34:26.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:26 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:34:25.877203+0000 mgr.smithi018.tmrmxf (mgr.14166) 278 : cluster [DBG] pgmap v260: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:34:26.711 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:34:26.712 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:34:26.713 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:34:27.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:27 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:34:26.709341+0000 mon.smithi018 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.176:0/1399167055' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:34:28.129 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:34:28.130 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:34:28.543 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:28 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:34:27.877652+0000 mgr.smithi018.tmrmxf (mgr.14166) 279 : cluster [DBG] pgmap v261: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:34:29.519 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:34:29.519 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:34:29.521 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:34:30.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:29 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:34:29.517308+0000 mon.smithi018 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.176:0/3465247046' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:34:30.928 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:34:30.929 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:34:31.043 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:30 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:34:29.878155+0000 mgr.smithi018.tmrmxf (mgr.14166) 280 : cluster [DBG] pgmap v262: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:34:32.285 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:34:32.285 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:34:32.286 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:34:33.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:32 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:34:31.878570+0000 mgr.smithi018.tmrmxf (mgr.14166) 281 : cluster [DBG] pgmap v263: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:34:33.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:32 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:34:32.282902+0000 mon.smithi018 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.176:0/3172504059' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-15T06:34:33.649 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-15T06:34:33.650 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v16.2.5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 -- ceph mon dump -f json 2023-11-15T06:34:35.087 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-11-15T06:34:35.087 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"9438bb84-837f-11ee-8dbe-212e2dc638e7","modified":"2023-11-15T06:24:34.868099Z","created":"2023-11-15T06:24:34.868099Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-15T06:34:35.088 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2023-11-15T06:34:35.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: cluster 2023-11-15T06:34:33.878946+0000 mgr.smithi018.tmrmxf (mgr.14166) 282 : cluster [DBG] pgmap v264: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-15T06:34:35.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:34:33.959098+0000 mon.smithi018 (mon.0) 334 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/mirror_snapshot_schedule"}]: dispatch 2023-11-15T06:34:35.293 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:34 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: audit 2023-11-15T06:34:33.962712+0000 mon.smithi018 (mon.0) 335 : audit [INF] from='mgr.14166 172.21.15.18:0/4281198419' entity='mgr.smithi018.tmrmxf' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.tmrmxf/trash_purge_schedule"}]: dispatch 2023-11-15T06:34:35.458 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds 2023-11-15T06:34:35.459 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-15T06:34:35.460 DEBUG:teuthology.orchestra.run.smithi018:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-15T06:34:35.485 DEBUG:teuthology.orchestra.run.smithi176:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-15T06:34:35.508 INFO:tasks.cephadm:Stopping all daemons... 2023-11-15T06:34:35.509 INFO:tasks.cephadm.mon.smithi018:Stopping mon.smithi018... 2023-11-15T06:34:35.509 DEBUG:teuthology.orchestra.run.smithi018:> sudo systemctl stop ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mon.smithi018 2023-11-15T06:34:35.961 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:35 smithi018 systemd[1]: Stopping Ceph mon.smithi018 for 9438bb84-837f-11ee-8dbe-212e2dc638e7... 2023-11-15T06:34:35.961 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:35 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:34:35.632+0000 7f9c6f451700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.smithi018 -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-11-15T06:34:35.962 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:35 smithi018 ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018[108073]: debug 2023-11-15T06:34:35.632+0000 7f9c6f451700 -1 mon.smithi018@0(leader) e1 *** Got Signal Terminated *** 2023-11-15T06:34:35.962 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:35 smithi018 podman[113882]: ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7-mon.smithi018 2023-11-15T06:34:35.962 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Nov 15 06:34:35 smithi018 systemd[1]: ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mon.smithi018.service: Succeeded. 2023-11-15T06:34:35.965 DEBUG:teuthology.orchestra.run.smithi018:> sudo pkill -f 'journalctl -f -n 0 -u ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mon.smithi018.service' 2023-11-15T06:34:36.022 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-15T06:34:36.023 INFO:tasks.cephadm.mon.smithi018:Stopped mon.smithi018 2023-11-15T06:34:36.023 INFO:tasks.cephadm.mon.smithi176:Stopping mon.smithi176... 2023-11-15T06:34:36.023 DEBUG:teuthology.orchestra.run.smithi176:> sudo systemctl stop ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mon.smithi176 2023-11-15T06:34:36.058 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to stop ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mon.smithi176.service: Unit ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mon.smithi176.service not loaded. 2023-11-15T06:34:36.059 DEBUG:teuthology.orchestra.run:got remote process result: 5 2023-11-15T06:34:36.060 ERROR:tasks.cephadm:Failed to stop "ceph.mon.smithi176" Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 531, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi176 with status 5: 'sudo systemctl stop ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mon.smithi176' 2023-11-15T06:34:36.061 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-15T06:34:36.063 DEBUG:teuthology.misc:Transferring archived files from smithi018:/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458605/remote/ubuntu@smithi018.front.sepia.ceph.com/crash 2023-11-15T06:34:36.064 DEBUG:teuthology.orchestra.run.smithi018:> sudo tar c -f - -C /var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-15T06:34:36.114 DEBUG:teuthology.misc:Transferring archived files from smithi176:/var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458605/remote/ubuntu@smithi176.front.sepia.ceph.com/crash 2023-11-15T06:34:36.115 DEBUG:teuthology.orchestra.run.smithi176:> sudo tar c -f - -C /var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/crash -- . 2023-11-15T06:34:36.156 INFO:teuthology.orchestra.run.smithi176.stderr:tar: /var/lib/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-15T06:34:36.157 INFO:teuthology.orchestra.run.smithi176.stderr:tar: Error is not recoverable: exiting now 2023-11-15T06:34:36.158 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-15T06:34:36.158 DEBUG:teuthology.orchestra.run.smithi018:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-15T06:34:36.193 INFO:teuthology.orchestra.run.smithi018.stderr:grep: /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/ceph.log: No such file or directory 2023-11-15T06:34:36.195 INFO:tasks.cephadm:Compressing logs... 2023-11-15T06:34:36.196 DEBUG:teuthology.orchestra.run.smithi018:> 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-11-15T06:34:36.238 DEBUG:teuthology.orchestra.run.smithi176:> 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-11-15T06:34:36.267 INFO:teuthology.orchestra.run.smithi176.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-15T06:34:36.267 INFO:teuthology.orchestra.run.smithi176.stderr:: No such file or directory 2023-11-15T06:34:36.269 INFO:teuthology.orchestra.run.smithi176.stderr:/var/log/ceph/cephadm.log: 96.1% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-15T06:34:36.270 INFO:teuthology.orchestra.run.smithi176.stderr: 2023-11-15T06:34:36.271 INFO:teuthology.orchestra.run.smithi176.stderr:real 0m0.014s 2023-11-15T06:34:36.271 INFO:teuthology.orchestra.run.smithi176.stderr:user 0m0.011s 2023-11-15T06:34:36.271 INFO:teuthology.orchestra.run.smithi176.stderr:sys 0m0.012s 2023-11-15T06:34:36.272 INFO:teuthology.orchestra.run.smithi018.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-15T06:34:36.273 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-15T06:34:36.273 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/ceph-volume.log 2023-11-15T06:34:36.273 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi018.tmrmxf.log 2023-11-15T06:34:36.273 INFO:teuthology.orchestra.run.smithi018.stderr:gzip -5 --verbose -- /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/ceph-mon.smithi018.log 2023-11-15T06:34:36.273 INFO:teuthology.orchestra.run.smithi018.stderr:/var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/ceph-volume.log: /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi018.tmrmxf.log: /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/ceph-mon.smithi018.log: 88.2% -- replaced with /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/ceph-volume.log.gz 2023-11-15T06:34:36.274 INFO:teuthology.orchestra.run.smithi018.stderr: 88.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-15T06:34:36.358 INFO:teuthology.orchestra.run.smithi018.stderr: 92.8% -- replaced with /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/ceph-mgr.smithi018.tmrmxf.log.gz 2023-11-15T06:34:36.429 INFO:teuthology.orchestra.run.smithi018.stderr: 90.5% -- replaced with /var/log/ceph/9438bb84-837f-11ee-8dbe-212e2dc638e7/ceph-mon.smithi018.log.gz 2023-11-15T06:34:36.431 INFO:teuthology.orchestra.run.smithi018.stderr: 2023-11-15T06:34:36.431 INFO:teuthology.orchestra.run.smithi018.stderr:real 0m0.173s 2023-11-15T06:34:36.431 INFO:teuthology.orchestra.run.smithi018.stderr:user 0m0.251s 2023-11-15T06:34:36.431 INFO:teuthology.orchestra.run.smithi018.stderr:sys 0m0.022s 2023-11-15T06:34:36.432 INFO:tasks.cephadm:Archiving logs... 2023-11-15T06:34:36.432 DEBUG:teuthology.misc:Transferring archived files from smithi018:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458605/remote/ubuntu@smithi018.front.sepia.ceph.com/log 2023-11-15T06:34:36.434 DEBUG:teuthology.orchestra.run.smithi018:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-15T06:34:36.562 DEBUG:teuthology.misc:Transferring archived files from smithi176:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458605/remote/ubuntu@smithi176.front.sepia.ceph.com/log 2023-11-15T06:34:36.563 DEBUG:teuthology.orchestra.run.smithi176:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-15T06:34:36.593 INFO:tasks.cephadm:Removing cluster... 2023-11-15T06:34:36.593 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 --force 2023-11-15T06:35:33.054 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 9438bb84-837f-11ee-8dbe-212e2dc638e7 --force 2023-11-15T06:35:33.360 INFO:tasks.cephadm:Removing cephadm ... 2023-11-15T06:35:33.361 DEBUG:teuthology.orchestra.run.smithi018:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-15T06:35:33.387 DEBUG:teuthology.orchestra.run.smithi176:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-15T06:35:33.405 INFO:tasks.cephadm:Teardown complete 2023-11-15T06:35:33.406 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1463, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 531, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi176 with status 5: 'sudo systemctl stop ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mon.smithi176' 2023-11-15T06:35:33.479 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=2565424116834f14b340fedb2e541eb4 Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 512, in ceph_bootstrap yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 638, in ceph_mons while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (181) after waiting for 180 seconds During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1463, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 1376, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 46, in nested if exit(*exc): File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/github.com_ceph_ceph-c_620f25c1794f62207424fc9319427943fb8d1fae/qa/tasks/cephadm.py", line 531, in ceph_bootstrap ctx.daemons.get_daemon(type_, id_, cluster).stop() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/daemon/cephadmunit.py", line 154, in stop self.remote.sh(self.stop_cmd) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 96, in sh proc = self.run(**kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi176 with status 5: 'sudo systemctl stop ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mon.smithi176' 2023-11-15T06:35:33.484 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-15T06:35:33.494 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-15T06:35:33.599 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-15T06:35:33.600 DEBUG:teuthology.orchestra.run.smithi018:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T06:35:33.615 DEBUG:teuthology.orchestra.run.smithi176:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-15T06:35:33.627 INFO:teuthology.orchestra.run.smithi018.stderr:bash: ntpq: command not found 2023-11-15T06:35:33.633 INFO:teuthology.orchestra.run.smithi018.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T06:35:33.633 INFO:teuthology.orchestra.run.smithi018.stdout:=============================================================================== 2023-11-15T06:35:33.634 INFO:teuthology.orchestra.run.smithi018.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 54 +1896us[+1929us] +/- 101ms 2023-11-15T06:35:33.634 INFO:teuthology.orchestra.run.smithi018.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 52 -799us[ -766us] +/- 50ms 2023-11-15T06:35:33.634 INFO:teuthology.orchestra.run.smithi018.stdout:^* hv03.front.sepia.ceph.com 3 6 377 51 -214us[ -181us] +/- 75ms 2023-11-15T06:35:33.635 INFO:teuthology.orchestra.run.smithi018.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T06:35:33.635 INFO:teuthology.orchestra.run.smithi176.stderr:bash: ntpq: command not found 2023-11-15T06:35:33.637 INFO:teuthology.orchestra.run.smithi176.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-15T06:35:33.637 INFO:teuthology.orchestra.run.smithi176.stdout:=============================================================================== 2023-11-15T06:35:33.637 INFO:teuthology.orchestra.run.smithi176.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 53 +1904us[+1879us] +/- 101ms 2023-11-15T06:35:33.638 INFO:teuthology.orchestra.run.smithi176.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 52 -785us[ -810us] +/- 50ms 2023-11-15T06:35:33.638 INFO:teuthology.orchestra.run.smithi176.stdout:^* hv03.front.sepia.ceph.com 3 6 377 51 -197us[ -222us] +/- 75ms 2023-11-15T06:35:33.639 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-11-15T06:35:33.640 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-15T06:35:33.649 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-15T06:35:33.650 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-15T06:35:33.659 DEBUG:teuthology.orchestra.run.smithi018:> 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-11-15T06:35:33.776 DEBUG:teuthology.orchestra.run.smithi176:> 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-11-15T06:35:33.866 DEBUG:teuthology.orchestra.run.smithi018:> 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-11-15T06:35:33.905 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:35:33.906 DEBUG:teuthology.orchestra.run.smithi176:> 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-11-15T06:35:33.937 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:35:33.938 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-15T06:35:33.948 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-15T06:35:33.956 INFO:teuthology.task.internal:Duration was 1197.890859 seconds 2023-11-15T06:35:33.957 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-15T06:35:33.966 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-15T06:35:33.966 DEBUG:teuthology.orchestra.run.smithi018:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-15T06:35:33.969 DEBUG:teuthology.orchestra.run.smithi176:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-15T06:35:34.023 INFO:teuthology.orchestra.run.smithi176.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T06:35:34.025 INFO:teuthology.orchestra.run.smithi018.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-15T06:35:34.310 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-15T06:35:34.310 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi018.front.sepia.ceph.com 2023-11-15T06:35:34.311 DEBUG:teuthology.orchestra.run.smithi018:> 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-11-15T06:35:34.341 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi176.front.sepia.ceph.com 2023-11-15T06:35:34.341 DEBUG:teuthology.orchestra.run.smithi176:> 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-11-15T06:35:34.363 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-15T06:35:34.364 DEBUG:teuthology.orchestra.run.smithi018:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-15T06:35:34.384 DEBUG:teuthology.orchestra.run.smithi176:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-15T06:35:34.448 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-15T06:35:34.448 DEBUG:teuthology.orchestra.run.smithi018:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-15T06:35:34.451 DEBUG:teuthology.orchestra.run.smithi176:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-15T06:35:34.554 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-15T06:35:34.565 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-15T06:35:34.565 DEBUG:teuthology.orchestra.run.smithi018:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-15T06:35:34.598 DEBUG:teuthology.orchestra.run.smithi176:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-15T06:35:34.625 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-15T06:35:34.635 DEBUG:teuthology.orchestra.run.smithi018:> 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-11-15T06:35:34.641 DEBUG:teuthology.orchestra.run.smithi176:> 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-11-15T06:35:34.671 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern = core 2023-11-15T06:35:34.692 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern = core 2023-11-15T06:35:34.718 DEBUG:teuthology.orchestra.run.smithi018:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-15T06:35:34.763 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:35:34.764 DEBUG:teuthology.orchestra.run.smithi176:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-15T06:35:34.781 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-15T06:35:34.782 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-15T06:35:34.796 INFO:teuthology.task.internal:Transferring archived files... 2023-11-15T06:35:34.797 DEBUG:teuthology.misc:Transferring archived files from smithi018:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458605/remote/smithi018 2023-11-15T06:35:34.799 DEBUG:teuthology.orchestra.run.smithi018:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-15T06:35:34.854 DEBUG:teuthology.misc:Transferring archived files from smithi176:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458605/remote/smithi176 2023-11-15T06:35:34.855 DEBUG:teuthology.orchestra.run.smithi176:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-15T06:35:34.893 INFO:teuthology.task.internal:Removing archive directory... 2023-11-15T06:35:34.894 DEBUG:teuthology.orchestra.run.smithi018:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-15T06:35:34.898 DEBUG:teuthology.orchestra.run.smithi176:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-15T06:35:34.945 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-15T06:35:34.958 INFO:teuthology.task.internal:Not uploading archives. 2023-11-15T06:35:34.958 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-15T06:35:34.969 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-15T06:35:34.970 DEBUG:teuthology.orchestra.run.smithi018:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-15T06:35:34.973 DEBUG:teuthology.orchestra.run.smithi176:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-15T06:35:34.993 INFO:teuthology.orchestra.run.smithi018.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 15 06:35 /home/ubuntu/cephtest 2023-11-15T06:35:35.003 INFO:teuthology.orchestra.run.smithi176.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 15 06:35 /home/ubuntu/cephtest 2023-11-15T06:35:35.004 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-15T06:35:35.015 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-15T06:35:35.038 INFO:teuthology.nuke:Checking targets against current locks 2023-11-15T06:35:35.068 DEBUG:teuthology.nuke:shortname: smithi018 2023-11-15T06:35:35.069 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T06:35:35.096 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi018.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458605', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 06:06:42.040899', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGNBAXM4cGEZ8h3agLvOxHPFDP95fbCroNqLTZSxAo8j1bxl08u+Jjd7s3SbccjDVHG1Pmnd1gTrR9zfLMV02xA='} 2023-11-15T06:35:35.102 DEBUG:teuthology.nuke:shortname: smithi176 2023-11-15T06:35:35.102 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-15T06:35:35.134 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi176.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-14_20:45:49-rados-wip-yuri4-testing-2023-11-13-0820-pacific-distro-default-smithi/7458605', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-15 06:06:42.039301', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIDcfuUSIfTYtNqxx+bCygcMW5cuJLW8BCVumEKlfUcQI5vA6+oBrDSZXJeaKyc4vaPQXXOZUqv1GYF8e49/vUw='} 2023-11-15T06:35:35.164 INFO:teuthology.orchestra.console.smithi018:Power off 2023-11-15T06:35:35.165 DEBUG:teuthology.orchestra.console.smithi018:pexpect command: ipmitool -H smithi018.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-15T06:35:35.192 DEBUG:teuthology.orchestra.console.smithi018:power off output: Chassis Power Control: Down/Off 2023-11-15T06:35:35.192 DEBUG:teuthology.orchestra.console.smithi018:pexpect command: ipmitool -H smithi018.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:35:35.213 INFO:teuthology.orchestra.console.smithi176:Power off 2023-11-15T06:35:35.214 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-15T06:35:35.226 DEBUG:teuthology.orchestra.console.smithi018:check power output: Chassis Power is on 2023-11-15T06:35:35.241 DEBUG:teuthology.orchestra.console.smithi176:power off output: Chassis Power Control: Down/Off 2023-11-15T06:35:35.242 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:35:35.267 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is on 2023-11-15T06:35:39.229 DEBUG:teuthology.orchestra.console.smithi018:pexpect command: ipmitool -H smithi018.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:35:39.269 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:35:39.341 DEBUG:teuthology.orchestra.console.smithi018:check power output: Chassis Power is on 2023-11-15T06:35:39.381 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is on 2023-11-15T06:35:43.346 DEBUG:teuthology.orchestra.console.smithi018:pexpect command: ipmitool -H smithi018.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:35:43.382 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:35:43.458 DEBUG:teuthology.orchestra.console.smithi018:check power output: Chassis Power is off 2023-11-15T06:35:43.494 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is on 2023-11-15T06:35:43.559 INFO:teuthology.orchestra.console.smithi018:Power off completed 2023-11-15T06:35:47.498 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-15T06:35:47.611 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is off 2023-11-15T06:35:47.712 INFO:teuthology.orchestra.console.smithi176:Power off completed 2023-11-15T06:35:47.816 INFO:teuthology.run:Summary data: description: rados/cephadm/mgr-nfs-upgrade/{0-distro/centos_8.stream_container_tools 1-bootstrap/16.2.5 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 1197.8908591270447 failure_reason: 'Command failed on smithi176 with status 5: ''sudo systemctl stop ceph-9438bb84-837f-11ee-8dbe-212e2dc638e7@mon.smithi176''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=2565424116834f14b340fedb2e541eb4 status: fail success: false 2023-11-15T06:35:47.817 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-15T06:35:47.901 INFO:teuthology.run:FAIL